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

(-)py-django-configurations/Makefile (-9 / +19 lines)
Lines 1-22 Link Here
1
# Created by: Tom Judge <tj@FreeBSD.org>
1
# Created by: Tom Judge <tj@FreeBSD.org>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	configurations
4
PORTNAME=	django-configurations
5
PORTVERSION=	1.0
5
PORTVERSION=	2.0
6
CATEGORIES=	www python
6
CATEGORIES=	www python
7
MASTER_SITES=	GH
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}django-
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
9
10
MAINTAINER=	tj@FreeBSD.org
10
MAINTAINER=	tj@FreeBSD.org
11
COMMENT=	Django project configuration using the composability of Python classes
11
COMMENT=	Django project configuration using the composability of Python classes
12
12
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${FLAVOR}
13
LICENSE=	BSD3CLAUSE
14
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR}
16
15
USES=		python
17
USES=		python
16
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils concurrent autoplist
17
NO_ARCH=	yes
19
NO_ARCH=	yes
18
USE_GITHUB=	yes
20
PORTDOCS=	*
19
GH_ACCOUNT=	jazzband
20
GH_PROJECT=	django-configurations
21
21
22
OPTIONS_DEFINE=		DOCS
23
DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR}
24
DOCS_VARS=		PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E"
25
26
post-install-DOCS-on:
27
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
28
	@(cd ${WRKSRC}/build/sphinx/html && \
29
		${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \
30
		"! -name .buildinfo -and ! -name objects.inv")
31
22
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)py-django-configurations/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (jazzband-django-configurations-1.0_GH0.tar.gz) = 345564cf1481a0101a59026a2ec0ec8fae51e8a25fe4083c1b2ca6beb911aed9
1
TIMESTAMP = 1526033186
2
SIZE (jazzband-django-configurations-1.0_GH0.tar.gz) = 39308
2
SHA256 (django-configurations-2.0.tar.gz) = b4a4eb3ed631c2abbeb7008b5cc5d8d04b190df838e7b613731d728f674f3a2f
3
SIZE (django-configurations-2.0.tar.gz) = 213029

Return to bug 228153