summaryrefslogtreecommitdiff
path: root/www/py-dj50-django-rich/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-dj50-django-rich/Makefile')
-rw-r--r--www/py-dj50-django-rich/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/www/py-dj50-django-rich/Makefile b/www/py-dj50-django-rich/Makefile
deleted file mode 100644
index 9c38d1bbc759..000000000000
--- a/www/py-dj50-django-rich/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME= django-rich
-PORTVERSION= 1.14.0
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj50-
-DISTNAME= django_rich-${PORTVERSION}
-
-MAINTAINER= kai@FreeBSD.org
-COMMENT= Extensions for using Rich with Django
-WWW= https://github.com/adamchainz/django-rich
-
-LICENSE= MIT
-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.2:www/py-django50@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}rich>=10.0.0:textproc/py-rich@${PY_FLAVOR}
-
-USES= python:3.10+
-USE_PYTHON= autoplist pep517
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>