Commit c8b136dd authored by Rene Ladan's avatar Rene Ladan
Browse files

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
parent 0c97f430
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −44
Original line number Diff line number Diff line
PORTNAME=	django-configurations
PORTVERSION=	2.5
PORTREVISION=	3
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	python@FreeBSD.org
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>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1704624820
SHA256 (django-configurations-2.5.tar.gz) = 63fa252c40dc88ea17b8b90f5f4a31a2726e586acb1ff0edc74c228c61f19e5d
SIZE (django-configurations-2.5.tar.gz) = 43152
+0 −3
Original line number Diff line number Diff line
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.