www/py-django-appconf: update to 1.0.1
This commit is contained in:
parent
7e32b10876
commit
ddbbb9ce24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379567
2 changed files with 6 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-appconf
|
||||
PORTVERSION= 0.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -11,6 +10,9 @@ MAINTAINER= rm@FreeBSD.org
|
|||
COMMENT= Helper class for handling configuration defaults gracefully
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (django-appconf-0.6.tar.gz) = a88ed8fb923a53c70c2c46fbe4508b5f81646b4b01401f1568a821671b33215c
|
||||
SIZE (django-appconf-0.6.tar.gz) = 15384
|
||||
SHA256 (django-appconf-1.0.1.tar.gz) = ba1375fb1024e8e91547504d4392321795c989fde500b96ebc7c93884f786e60
|
||||
SIZE (django-appconf-1.0.1.tar.gz) = 16743
|
||||
|
|
Loading…
Reference in a new issue