www/py-dj21-django-auth-ldap: Ignore releases newer/equal than 2.1.0
* The support for Django 2.1 was dropped with the 2.1.0 release. Set the
PORTSCOUT variable accordingly.
www/py-django21 (and dj21 ports): Deprecate / set expiration date
Django 2.1 reached its End-of-Life (EoL) on 2nd December. Deprecate the port
and its consumers (= www/py-dj21-*) accordingly.
Set the expiration date to the end of January 2020 to give users enough time
to migrate to Django 2.2+ because the EoL is already onset and the
deprecation comes quite late.
Reviewed by: koobs (python: maintainer)
Approved by: koobs (python: maintainer)
Differential Revision: https://reviews.freebsd.org/D22668
New port: www/py-dj22-django-auth-ldap
Repo-copy www/py-django-auth-ldap and assign it to Django 2.2 to enable LDAP
authentication with net-mgmt/netbox that has been switched to Django 2.2 in
r502550 .
Also limit the port to Python 3.5+ as Django 2.2 requires it as minimum
dependency and update all related CONFLICTS_INSTALL entries.
New port: www/py-dj21-django-auth-ldap
Repo-copy www/py-django-auth-ldap and assign it to Django 2.1 to enable LDAP
authentication with net-mgmt/netbox that has been switched to Django 2.1
recently.
Also limit the port to Python 3.5+ as Django 2.1 requires it as minimum
dependency and to save some overhead in the building infrastructure.
Reported by: Thomas Kurschel (via private email)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19576