git: c8b136dd04f5 - main - www/py-django-configurations: Remove expired port
Rene Ladan <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8b136dd04f54a6eb6c6058702ec36dff6ae335f commit c8b136dd04f54a6eb6c6058702ec36dff6ae335f Author: Rene Ladan <[email protected]> AuthorDate: 2026-07-31 20:32:52 +0000 Commit: Rene Ladan <[email protected]> CommitDate: 2026-07-31 20:32:52 +0000 www/py-django-configurations: Remove expired port 2026-07-31 www/py-django-configurations: Upstream no longer active, project is abandoned, please use www/py-django-configurator instead --- MOVED | 1 + www/Makefile | 1 - www/py-django-configurations/Makefile | 44 ---------------------------------- www/py-django-configurations/distinfo | 3 --- www/py-django-configurations/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 51 deletions(-) diff --git a/MOVED b/MOVED index dc727464f94a..03825b198051 100644 --- a/MOVED +++ b/MOVED @@ -5530,3 +5530,4 @@ net-mgmt/py-nxapi-plumbing|net-mgmt/py-napalm|2026-07-31|Has expired: Upstream i devel/py-patch|devel/py-patch-ng|2026-07-31|Has expired: Upstream no longer active, project is abandoned, please used devel/py-patch-ng instead net-mgmt/py-pyIOSXR|net-mgmt/py-napalm|2026-07-31|Has expired: Upstream inactive since +8 years, code was integrated into py-napalm. Please use net-mgmt/py-napalm instead www/dolibarr17||2026-07-31|Has expired: php81 is the recommended max version for run it +www/py-django-configurations|www/py-django-configurator|2026-07-31|Has expired: Upstream no longer active, project is abandoned, please use www/py-django-configurator instead diff --git a/www/Makefile b/www/Makefile index ef4847c4b822..4abd03935eec 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1616,7 +1616,6 @@ SUBDIR += py-django-classy-tags SUBDIR += py-django-cms SUBDIR += py-django-compression-middleware - SUBDIR += py-django-configurations SUBDIR += py-django-configurator SUBDIR += py-django-constance SUBDIR += py-django-contact-form diff --git a/www/py-django-configurations/Makefile b/www/py-django-configurations/Makefile deleted file mode 100644 index cd4a9662a6a8..000000000000 --- a/www/py-django-configurations/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -PORTNAME= django-configurations -PORTVERSION= 2.5 -PORTREVISION= 3 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= [email protected] -COMMENT= Django project configuration using the composability of Python classes -WWW= https://github.com/jazzband/django-configurations - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -BROKEN= does not support modern Python stack -DEPRECATED= Upstream no longer active, project is abandoned, please use www/py-django-configurator instead -EXPIRATION_DATE=2026-07-31 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=3.2:www/py-django52@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=3.2:www/py-django52@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent distutils - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-configurator - -NO_ARCH= yes - -PORTDOCS= * - -OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.4,1:textproc/py-sphinx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>=0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR} -DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @(cd ${WRKSRC}/build/sphinx/html && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ - "! -name .buildinfo -and ! -name objects.inv") - -.include <bsd.port.mk> diff --git a/www/py-django-configurations/distinfo b/www/py-django-configurations/distinfo deleted file mode 100644 index 8c3549dfdc63..000000000000 --- a/www/py-django-configurations/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1704624820 -SHA256 (django-configurations-2.5.tar.gz) = 63fa252c40dc88ea17b8b90f5f4a31a2726e586acb1ff0edc74c228c61f19e5d -SIZE (django-configurations-2.5.tar.gz) = 43152 diff --git a/www/py-django-configurations/pkg-descr b/www/py-django-configurations/pkg-descr deleted file mode 100644 index 99dd90ad30d0..000000000000 --- a/www/py-django-configurations/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -django-configurations eases Django project configuration by relying on the -composability of Python classes. It extends the notion of Django's module based -settings loading with well established object oriented programming patterns.