www/py-django111: Mark as DEPRECATED

Django 1.11 has reached its End-of-Life so mark it as DEPRECATED.  Don't set
an EXPIRATION_DATE yet as various consumers need to be switched to
Django 2.2 beforehand, which will happen in the next weeks/months.

When everything is complete there should be no py-dj22-* ports left and the
Ports tree has a few Python 2.7 packages less because Django 2.2 only
supports Python 3.5 or later.

Adjust the description of Django 1.11 of the www/py-django meta-port
accordingly.  Also fix a small typo in the Django 2.2 description while I'm
here.

PR:		245309
Reviewed by:	koobs, wen (via private e-mail)
Differential Revision:	https://reviews.freebsd.org/D24221
This commit is contained in:
Kai Knoblich 2020-04-03 07:44:43 +00:00
parent 48ced8e903
commit 5ba4e3768e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530470
2 changed files with 4 additions and 2 deletions

View File

@ -14,8 +14,8 @@ LICENSE= BSD3CLAUSE
OPTIONS_SINGLE= DJANGO
OPTIONS_SINGLE_DJANGO= DJANGO111 DJANGO22
OPTIONS_DEFAULT=DJANGO111
DJANGO111_DESC= Use Django 1.11.x
DJANGO22_DESC= USe Django 2.2.x
DJANGO111_DESC= Use Django 1.11.x (Deprecated: EoL since April 2020)
DJANGO22_DESC= Use Django 2.2.x
PORTSCOUT= ignore:1

View File

@ -19,6 +19,8 @@ COMMENT= High-level Python Web Framework
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Django 1.11 is End-of-Life since April 2020. Switch to Django 2.2+ as soon as possible.
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
NO_ARCH= yes