www/py-django-simple-history: Update to 3.2.0
- Update WWW - Remove DOCS option - Take maintainership Changes: https://github.com/jazzband/django-simple-history/releases
This commit is contained in:
parent
90e863f4d0
commit
111562fe7d
@ -1,31 +1,22 @@
|
||||
PORTNAME= django-simple-history
|
||||
PORTVERSION= 3.0.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.2.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Store model history and view/revert changes from admin site
|
||||
WWW= https://github.com/treyhunner/django-simple-history
|
||||
WWW= https://github.com/jazzband/django-simple-history
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=0:www/py-django32@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
PORTDOCS= *.rst
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/CHANGES.rst ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/*.rst ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1642371387
|
||||
SHA256 (django-simple-history-3.0.0.tar.gz) = 66fe76c560054be393c52b1799661e104fbe372918d37d151e5d41c676158118
|
||||
SIZE (django-simple-history-3.0.0.tar.gz) = 533193
|
||||
TIMESTAMP = 1674590040
|
||||
SHA256 (django-simple-history-3.2.0.tar.gz) = bff0a756238b2fa048ea3ffe8224b4edd421559123ff9ce5c27682c37c6a7702
|
||||
SIZE (django-simple-history-3.2.0.tar.gz) = 549320
|
||||
|
Loading…
Reference in New Issue
Block a user