mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
Update to 2.2
- Change MASTER_SITES from CHEESESHOP to GitHub: PyPI does not have tarball but only .whl - Update RUN_DEPENDS: use Django metaport (www/py-django) - Simplify CONFLICTS_INSTALL Changes: https://github.com/macropin/django-registration/releases PR: 226779 Submitted by: sunpoet (myself) Approved by: Kevin Golding <ports@caomhin.org> (maintainer)
This commit is contained in:
parent
13c91cb6fb
commit
df79c6de9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465231
@ -2,9 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-registration-redux
|
||||
PORTVERSION= 1.4
|
||||
PORTVERSION= 2.2
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@caomhin.org
|
||||
@ -13,12 +13,16 @@ COMMENT= User-registration application for Django
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.11:www/py-django@${FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
CONFLICTS_INSTALL= pootle-[0-9]* py??-django-registration-[0-9]*
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= macropin
|
||||
GH_PROJECT= django-registration
|
||||
|
||||
CONFLICTS_INSTALL= pootle ${PYTHON_PKGNAMEPREFIX}django-registration
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1463567147
|
||||
SHA256 (django-registration-redux-1.4.tar.gz) = 0331866ce82d7194a30925a20e6eac8d8be5b4ed1ea28c86359baff83ac6743d
|
||||
SIZE (django-registration-redux-1.4.tar.gz) = 83918
|
||||
TIMESTAMP = 1520721738
|
||||
SHA256 (macropin-django-registration-v2.2_GH0.tar.gz) = 87db2e03843ce214b344281d98de0a92899f58f53f0476cabb97d0b8f8624ffa
|
||||
SIZE (macropin-django-registration-v2.2_GH0.tar.gz) = 103243
|
||||
|
Loading…
Reference in New Issue
Block a user