mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
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
This commit is contained in:
parent
97dc466cfa
commit
e9b15f2e8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519009
15 changed files with 45 additions and 0 deletions
|
@ -13,6 +13,9 @@ COMMENT= LDAP integration for django.contrib.auth
|
|||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
DEPRECATED= Django 2.1 is now End-of-Life (Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this port as soon as possible
|
||||
EXPIRATION_DATE= 2020-01-31
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>=1.11:www/py-django21@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ldap>=3.1:net/py-ldap@${PY_FLAVOR}
|
||||
|
||||
|
|
|
@ -11,6 +11,9 @@ COMMENT= Handles server headers required for Cross-Origin Resource Sharing
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
DEPRECATED= Django 2.1 is now End-of-Life (Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this port as soon as possible
|
||||
EXPIRATION_DATE= 2020-01-31
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>0:www/py-django21@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
|
|
|
@ -12,6 +12,9 @@ COMMENT= Best way to have Django DRY forms
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
DEPRECATED= Django 2.1 is now End-of-Life (Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this port as soon as possible
|
||||
EXPIRATION_DATE= 2020-01-31
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>=0:www/py-django21@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
|
|
|
@ -13,6 +13,9 @@ COMMENT= Configurable set of panels to display debug information
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
DEPRECATED= Django 2.1 is now End-of-Life (Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this port as soon as possible
|
||||
EXPIRATION_DATE= 2020-01-31
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>=1.11:www/py-django21@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.0:databases/py-sqlparse@${PY_FLAVOR}
|
||||
|
||||
|
|
|
@ -12,6 +12,9 @@ COMMENT= Global custom management extensions for the Django Framework
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
DEPRECATED= Django 2.1 is now End-of-Life (Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this port as soon as possible
|
||||
EXPIRATION_DATE= 2020-01-31
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>0:www/py-django21@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.2:devel/py-six@${PY_FLAVOR}
|
||||
|
||||
|
|
|
@ -12,6 +12,9 @@ COMMENT= Dynamic filtering for querysets with Django
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
DEPRECATED= Django 2.1 is now End-of-Life (Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this port as soon as possible
|
||||
EXPIRATION_DATE= 2020-01-31
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>=1.11:www/py-django21@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
|
|
|
@ -12,6 +12,9 @@ COMMENT= Insert script tags with additional attributes for django.forms.Media
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
DEPRECATED= Django 2.1 is now End-of-Life (Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this port as soon as possible
|
||||
EXPIRATION_DATE= 2020-01-31
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>0:www/py-django21@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
|
|
|
@ -13,6 +13,9 @@ COMMENT= Utilities for implementing Modified Preorder Tree Traversal in Django
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
DEPRECATED= Django 2.1 is now End-of-Life (Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this port as soon as possible
|
||||
EXPIRATION_DATE= 2020-01-31
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>=1.11:www/py-django21@${PY_FLAVOR}\
|
||||
${PYTHON_PKGNAMEPREFIX}dj21-django-js-asset>0:www/py-dj21-django-js-asset@${PY_FLAVOR}
|
||||
|
||||
|
|
|
@ -13,6 +13,9 @@ COMMENT= Table/data-grid framework for Django
|
|||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
DEPRECATED= Django 2.1 is now End-of-Life (Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this port as soon as possible
|
||||
EXPIRATION_DATE= 2020-01-31
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>=1.11:www/py-django21@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tablib>=0:textproc/py-tablib@${PY_FLAVOR}
|
||||
|
||||
|
|
|
@ -12,6 +12,9 @@ COMMENT= Django Taggit serializer for the Django REST Framework
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
DEPRECATED= Django 2.1 is now End-of-Life (Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this port as soon as possible
|
||||
EXPIRATION_DATE= 2020-01-31
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj21-django-taggit>=0:www/py-dj21-django-taggit@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
||||
|
||||
|
|
|
@ -12,6 +12,9 @@ COMMENT= Reusable Django application for simple tagging
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
DEPRECATED= Django 2.1 is now End-of-Life (Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this port as soon as possible
|
||||
EXPIRATION_DATE= 2020-01-31
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>=1.11:www/py-django21@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
|
|
|
@ -12,6 +12,9 @@ COMMENT= Provides database and form fields for pytz timezone objects for Django
|
|||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
DEPRECATED= Django 2.1 is now End-of-Life (Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this port as soon as possible
|
||||
EXPIRATION_DATE= 2020-01-31
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>=1.11:www/py-django21@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
|
||||
|
||||
|
|
|
@ -12,6 +12,9 @@ COMMENT= Advanced search language for Django, with auto-completion
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
DEPRECATED= Django 2.1 is now End-of-Life (Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this port as soon as possible
|
||||
EXPIRATION_DATE= 2020-01-31
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>0:www/py-django21@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ply>=3.8:devel/py-ply@${PY_FLAVOR}
|
||||
|
||||
|
|
|
@ -12,6 +12,9 @@ COMMENT= Yet Another Swagger Generator
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
|
||||
|
||||
DEPRECATED= Django 2.1 is now End-of-Life (Since December 2 2019) and no longer supported. Switch to Django 2.2+ versions of this port as soon as possible
|
||||
EXPIRATION_DATE= 2020-01-31
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.0.6:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>=1.11.7:www/py-django21@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj21-djangorestframework>=3.8:www/py-dj21-djangorestframework@${PY_FLAVOR} \
|
||||
|
|
|
@ -17,6 +17,9 @@ COMMENT= High-level Python Web Framework
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
DEPRECATED= Django 2.1 is now End-of-Life (Since December 2 2019). Switch to Django 2.2+ as soon as possible
|
||||
EXPIRATION_DATE= 2020-01-31
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue