View | Details | Raw Unified | Return to bug 228128
Collapse All | Expand All

(-)py-django-reversion/Makefile (-5 / +17 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	django-reversion
4
PORTNAME=	django-reversion
5
PORTVERSION=	1.6.1
5
PORTVERSION=	2.0.13
6
PORTREVISION=	1
7
CATEGORIES=	www python
6
CATEGORIES=	www python
8
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-21 Link Here
12
COMMENT=	Provides comprehensive version control facilities to Django apps
11
COMMENT=	Provides comprehensive version control facilities to Django apps
13
12
14
LICENSE=	BSD3CLAUSE
13
LICENSE=	BSD3CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
15
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${FLAVOR}
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR}
17
17
18
USES=		python:2.7
18
USES=		python
19
USE_PYTHON=	distutils
19
USE_PYTHON=	autoplist concurrent distutils
20
NO_ARCH=	yes
21
PORTDOCS=	*
20
22
23
OPTIONS_DEFINE=		DOCS
24
DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR}
25
DOCS_VARS=		PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E"
26
27
post-install-DOCS-on:
28
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
29
	@(cd ${WRKSRC}/build/sphinx/html && \
30
		${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \
31
		"! -name .buildinfo -and ! -name objects.inv")
32
21
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)py-django-reversion/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (django-reversion-1.6.1.tar.gz) = f0a2db55336ab7a584c891b15d009656f4ca15559c03447a2bffd6b925fadabe
1
TIMESTAMP = 1525978969
2
SIZE (django-reversion-1.6.1.tar.gz) = 44034
2
SHA256 (django-reversion-2.0.13.tar.gz) = 2e105a2c74462ce7de97afdcfb187f27b88a547dda1216a8aab964d32a882edf
3
SIZE (django-reversion-2.0.13.tar.gz) = 65238
(-)py-django-reversion/pkg-descr (-1 / +1 lines)
Lines 14-17 Link Here
14
django-reversion can be easily added to your existing Django project
14
django-reversion can be easily added to your existing Django project
15
with an absolute minimum of code changes.
15
with an absolute minimum of code changes.
16
16
17
WWW: https://pypi.org/project/django-reversion/
17
WWW: https://github.com/etianen/django-reversion
(-)py-django-reversion/pkg-message (-9 lines)
Lines 1-9 Link Here
1
**********************************************************************
2
3
To add django-reversion to a django project:
4
5
1. Add 'reversion' to your INSTALLED_APPS setting.
6
7
2. Run the command "manage.py syncdb".
8
9
**********************************************************************

Return to bug 228128