mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00: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
@ -1,9 +1,9 @@
|
||||
PORTNAME= django-bootstrap3
|
||||
PORTVERSION= 15.0.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 23.4
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= django_bootstrap3-${PORTVERSION}
|
||||
|
||||
MAINTAINER= kai@FreeBSD.org
|
||||
COMMENT= Bootstrap 3 support for Django projects
|
||||
@ -12,13 +12,17 @@ WWW= https://github.com/zostera/django-bootstrap3
|
||||
LICENSE= BSD3CLAUSE
|
||||
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}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
post-extract:
|
||||
@${FIND} ${WRKSRC}/src -name ".DS_Store" -delete
|
||||
|
||||
do-test:
|
||||
@cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} manage.py test -v3 --noinput
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1624956739
|
||||
SHA256 (django-bootstrap3-15.0.0.tar.gz) = f803efd5605046b8f467523dbe94653a4a8d6bcf97ad480b386ba5cf8f94fe6b
|
||||
SIZE (django-bootstrap3-15.0.0.tar.gz) = 132313
|
||||
TIMESTAMP = 1696852120
|
||||
SHA256 (django_bootstrap3-23.4.tar.gz) = 975e6017bb25b29a86416c4fbac6020f15bfd36d66861f42a20dd4ccfdab435d
|
||||
SIZE (django_bootstrap3-23.4.tar.gz) = 19664
|
||||
|
Loading…
Reference in New Issue
Block a user