www/py-djangotoolbox: update to 1.6.1
- Update to 1.6.1 [1] - Allow staging - Use python auto plist - Remove leading article from COMMENT - BSD -> BSD3CLAUSE PR: ports/184741 [1] Submitted by: maintainer
This commit is contained in:
parent
4c6f5567d8
commit
7a9104fc76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336947
2 changed files with 7 additions and 10 deletions
|
@ -2,23 +2,20 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= djangotoolbox
|
||||
PORTVERSION= 0.9.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.6.1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= john@ixsystems.com
|
||||
COMMENT= A common API for running Django on non-relational/NoSQL databases
|
||||
COMMENT= Common API for running Django on non-relational/NoSQL databases
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (djangotoolbox-0.9.2.tar.gz) = 0b48f2abef1fb4e1d8ea8d3339fe5a6cea1c69197e277570534545a30ff48036
|
||||
SIZE (djangotoolbox-0.9.2.tar.gz) = 17762
|
||||
SHA256 (djangotoolbox-1.6.1.tar.gz) = a4750a67654a2db464c5fb621d472b49822211cc86fde9033dd34ee496e7863e
|
||||
SIZE (djangotoolbox-1.6.1.tar.gz) = 33871
|
||||
|
|
Loading…
Reference in a new issue