www/py-dj51-django-extensions: New port

Clone of existing port for Django 5.1.

Did not want to push this onto ports@caomhin.org without asking,
so currently I'm the maintainer. Please feel free to take the port
from me without asking.

PR:		286533
Co-authored-by:	Sebastian <sko@rostwald.de>
This commit is contained in:
Michael Gmelin
2025-05-05 17:20:54 +00:00
parent da3cd037dc
commit 6409804682
4 changed files with 27 additions and 0 deletions
+1
View File
@@ -1544,6 +1544,7 @@
SUBDIR += py-dj51-django-choices-field
SUBDIR += py-dj51-django-cors-headers
SUBDIR += py-dj51-django-debug-toolbar
SUBDIR += py-dj51-django-extensions
SUBDIR += py-dj51-django-filter
SUBDIR += py-dj51-django-htmx
SUBDIR += py-dj51-django-js-asset
+22
View File
@@ -0,0 +1,22 @@
PORTNAME= django-extensions
PORTVERSION= 3.2.3
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51-
MAINTAINER= grembo@FreeBSD.org
COMMENT= Global custom management extensions for the Django Framework
WWW= https://github.com/django-extensions/django-extensions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=5.1:www/py-django51@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1704625201
SHA256 (django-extensions-3.2.3.tar.gz) = 44d27919d04e23b3f40231c4ab7af4e61ce832ef46d610cc650d53e68328410a
SIZE (django-extensions-3.2.3.tar.gz) = 277216
+1
View File
@@ -0,0 +1 @@
Global custom management extensions for the Django Framework.