ports/www/py-django-compat/Makefile
Kai Knoblich c45d55461c www/py-django-compat: Deprecate and set to expire
The project seems to be no longer maintained and its code isn't
compatible with newer versions of Django.

PR:		261313
2022-02-14 07:39:56 +01:00

24 lines
627 B
Makefile

PORTNAME= django-compat
PORTVERSION= 1.0.15
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@caomhin.org
COMMENT= For- and backwards compatibility layer for different Django versions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= No longer maintained, doesn't work with newer versions of Django
EXPIRATION_DATE= 2022-06-30
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.4:www/py-django22@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>