mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
- Move to django111
- Changed MASTER_SITES to CHEESESHOP - Added DOCS option with appropriate settings - Bump PORTREVISION PR: 228143 Submitted by: freebsd_ports@k-worx.org Approved by: maintainer timeout Sponsored by: iXsystems Inc.
This commit is contained in:
parent
b05bf42d71
commit
8a95475dc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470905
@ -3,22 +3,29 @@
|
||||
|
||||
PORTNAME= django-simple-history
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= cs@FreeBSD.org
|
||||
COMMENT= Store model history and view/revert changes from admin site
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18@${FLAVOR} # >= 1.8
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR}
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
||||
GH_ACCOUNT= treyhunner
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
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 = 1525112467
|
||||
SHA256 (treyhunner-django-simple-history-2.0_GH0.tar.gz) = 6d51f76fc24829570814e58d2ee3439740183ede7031c86c45527ffe83fedf28
|
||||
SIZE (treyhunner-django-simple-history-2.0_GH0.tar.gz) = 180401
|
||||
TIMESTAMP = 1526024108
|
||||
SHA256 (django-simple-history-2.0.tar.gz) = 65de7b13b8df2d0eede3e6c0e2ebec69cb2a1f283109188b7a6c71b4e0d20980
|
||||
SIZE (django-simple-history-2.0.tar.gz) = 26943
|
||||
|
Loading…
Reference in New Issue
Block a user