Date: Thu, 30 Apr 2026 11:35:10 +0000 From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 685fa5f930f8 - main - www/py-django-configurations: Deprecate/Set to expire Message-ID: <69f33e6e.205ff.55c1f7c5@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=685fa5f930f8a40191fcbae11ce28d15efb95148 commit 685fa5f930f8a40191fcbae11ce28d15efb95148 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2026-04-30 11:34:44 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2026-04-30 11:34:44 +0000 www/py-django-configurations: Deprecate/Set to expire * The project is no longer maintained by upstream, and an alternative, py-django-configurator, has been available for some time now. There are no consumers left in the ports tree as well. * Set CONFLICTS_INSTALL while I'm here, because py-django-configurator was recently added to the ports tree. PR: 291707 With hat: python --- www/py-django-configurations/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/py-django-configurations/Makefile b/www/py-django-configurations/Makefile index d2348a9350a5..9353ac8885c9 100644 --- a/www/py-django-configurations/Makefile +++ b/www/py-django-configurations/Makefile @@ -12,6 +12,9 @@ WWW= https://github.com/jazzband/django-configurations LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream no longer active, project is abandoned, please use www/py-django-configurator instead +EXPIRATION_DATE=2026-07-31 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} @@ -19,6 +22,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-configurator + NO_ARCH= yes PORTDOCS= *home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f33e6e.205ff.55c1f7c5>
