git: 53c918e581b5 - main - www/py-dj50-django-taggit: Sync with 8ac1760ada10
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Apr 2025 13:57:22 UTC
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=53c918e581b57e60dcc7139caae13e8dc945b773
commit 53c918e581b57e60dcc7139caae13e8dc945b773
Author: Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-04-13 13:54:35 +0000
Commit: Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-04-13 13:54:35 +0000
www/py-dj50-django-taggit: Sync with 8ac1760ada10
* 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
---
www/py-dj50-django-taggit/Makefile | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/www/py-dj50-django-taggit/Makefile b/www/py-dj50-django-taggit/Makefile
index 12f46cdd3a60..51415e6d658c 100644
--- a/www/py-dj50-django-taggit/Makefile
+++ b/www/py-dj50-django-taggit/Makefile
@@ -1,6 +1,6 @@
PORTNAME= django-taggit
PORTVERSION= 6.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= PYPI
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/
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}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj50-djangorestframework>0:www/py-dj50-djangorestframework@${PY_FLAVOR}
USES= python:3.10+
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist pep517
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
NO_ARCH= yes
-do-test:
- @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m django test --settings=tests.settings -v3
-
.include <bsd.port.mk>