mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
- Update to 2.0
- Switch to django111 - Update MASTER_SITES CHEESESHOP - Added LICENSE - Added DOCS option with the appropriate dependencies PR: 228153 Submitted by: freebsd_ports@k-worx.org Approved by: maintainer timeout Sponsored by: iXsystems Inc.
This commit is contained in:
parent
bed0642357
commit
c99b0f6cdf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471382
@ -1,22 +1,32 @@
|
||||
# Created by: Tom Judge <tj@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= configurations
|
||||
PORTVERSION= 1.0
|
||||
PORTNAME= django-configurations
|
||||
PORTVERSION= 2.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= GH
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= tj@FreeBSD.org
|
||||
COMMENT= Django project configuration using the composability of Python classes
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${FLAVOR}
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= distutils concurrent autoplist
|
||||
NO_ARCH= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jazzband
|
||||
GH_PROJECT= django-configurations
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR}
|
||||
DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E"
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@(cd ${WRKSRC}/build/sphinx/html && \
|
||||
${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \
|
||||
"! -name .buildinfo -and ! -name objects.inv")
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (jazzband-django-configurations-1.0_GH0.tar.gz) = 345564cf1481a0101a59026a2ec0ec8fae51e8a25fe4083c1b2ca6beb911aed9
|
||||
SIZE (jazzband-django-configurations-1.0_GH0.tar.gz) = 39308
|
||||
TIMESTAMP = 1526033186
|
||||
SHA256 (django-configurations-2.0.tar.gz) = b4a4eb3ed631c2abbeb7008b5cc5d8d04b190df838e7b613731d728f674f3a2f
|
||||
SIZE (django-configurations-2.0.tar.gz) = 213029
|
||||
|
Loading…
x
Reference in New Issue
Block a user