mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
www/py-dj50-django-taggit: Sync with 8ac1760ada
* Remove defunct testsuite because upstream no longer supplies it in the sdist tarballs since release 6.0.0. * Switch to PEP517 build framework while I'm here. * Bump PORTREVISION due changed package contents. MFH: 2025Q2
This commit is contained in:
parent
5e9e57d749
commit
53c918e581
1 changed files with 4 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= django-taggit
|
PORTNAME= django-taggit
|
||||||
PORTVERSION= 6.1.0
|
PORTVERSION= 6.1.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj50-
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj50-
|
||||||
|
@ -16,17 +16,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
|
DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
|
||||||
EXPIRATION_DATE=2025-05-31
|
EXPIRATION_DATE=2025-05-31
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=4.1:www/py-django50@${PY_FLAVOR}
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=4.1:www/py-django50@${PY_FLAVOR}
|
||||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj50-djangorestframework>0:www/py-dj50-djangorestframework@${PY_FLAVOR}
|
|
||||||
|
|
||||||
USES= python:3.10+
|
USES= python:3.10+
|
||||||
USE_PYTHON= autoplist distutils
|
USE_PYTHON= autoplist pep517
|
||||||
|
|
||||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
|
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
do-test:
|
|
||||||
@cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m django test --settings=tests.settings -v3
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue