mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
www/py-django-bootstrap3: Update to 23.4
* Switch to PEP517 build framework. Changelog since 15.0.0: https://github.com/zostera/django-bootstrap3/blob/v23.4/CHANGELOG.md
This commit is contained in:
parent
bd095350a1
commit
eda76e395c
2 changed files with 10 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
||||||
PORTNAME= django-bootstrap3
|
PORTNAME= django-bootstrap3
|
||||||
PORTVERSION= 15.0.0
|
PORTVERSION= 23.4
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
DISTNAME= django_bootstrap3-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= kai@FreeBSD.org
|
MAINTAINER= kai@FreeBSD.org
|
||||||
COMMENT= Bootstrap 3 support for Django projects
|
COMMENT= Bootstrap 3 support for Django projects
|
||||||
|
@ -12,13 +12,17 @@ WWW= https://github.com/zostera/django-bootstrap3
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR}
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= autoplist distutils
|
USE_PYTHON= autoplist pep517
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
post-extract:
|
||||||
|
@${FIND} ${WRKSRC}/src -name ".DS_Store" -delete
|
||||||
|
|
||||||
do-test:
|
do-test:
|
||||||
@cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} manage.py test -v3 --noinput
|
@cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} manage.py test -v3 --noinput
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1624956739
|
TIMESTAMP = 1696852120
|
||||||
SHA256 (django-bootstrap3-15.0.0.tar.gz) = f803efd5605046b8f467523dbe94653a4a8d6bcf97ad480b386ba5cf8f94fe6b
|
SHA256 (django_bootstrap3-23.4.tar.gz) = 975e6017bb25b29a86416c4fbac6020f15bfd36d66861f42a20dd4ccfdab435d
|
||||||
SIZE (django-bootstrap3-15.0.0.tar.gz) = 132313
|
SIZE (django_bootstrap3-23.4.tar.gz) = 19664
|
||||||
|
|
Loading…
Add table
Reference in a new issue