diff options
author | kai <kai@FreeBSD.org> | 2019-02-11 20:00:30 +0800 |
---|---|---|
committer | kai <kai@FreeBSD.org> | 2019-02-11 20:00:30 +0800 |
commit | 41bfabbb3a31774f975e5039bcbf10cdb31a09a7 (patch) | |
tree | 95fbc2964be8d5743e19dc5bd7f860040c673b5c /www/Makefile | |
parent | 2b8cde20067054bb6dfbd718f5ca4e443c3d1ced (diff) | |
download | freebsd-ports-gnome-41bfabbb3a31774f975e5039bcbf10cdb31a09a7.tar.gz freebsd-ports-gnome-41bfabbb3a31774f975e5039bcbf10cdb31a09a7.tar.zst freebsd-ports-gnome-41bfabbb3a31774f975e5039bcbf10cdb31a09a7.zip |
Create some ports that are assigned to Django 2.1 instead Django 1.11.
Django 1.11 is currently the "default" version in the ports tree due its
long term support until April 2020 thus ports that are assigned to that
version will exist until then.
The following packages are required to make the upgrade of net-mgmt/netbox
to 2.5.x possible because upstream has decided to switch from Django 1.11
to Django 2.1:
* www/py-dj21-django-cors-headers
* www/py-dj21-django-debug-toolbar
* www/py-dj21-django-filter
* www/py-dj21-django-js-asset
* www/py-dj21-django-mptt
* www/py-dj21-django-tables2
* www/py-dj21-django-taggit
* www/py-dj21-django-timezone-field
* www/py-dj21-djangorestframework
* www/py-dj21-drf-yasg
Also limit the new ports to Python 3.5 and later to match the requirements
for Django 2.1 and to reduce some overhead in the building infrastructure.
Reviewed by: miwi, tcberner (mentors)
Approved by: miwi
Differential Revision: https://reviews.freebsd.org/D19059
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c6c3bc1fb9d3..0be629a3befc 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1517,6 +1517,17 @@ SUBDIR += py-cssselect SUBDIR += py-cssutils SUBDIR += py-ddgr + SUBDIR += py-dj21-django-cors-headers + SUBDIR += py-dj21-django-debug-toolbar + SUBDIR += py-dj21-django-filter + SUBDIR += py-dj21-django-js-asset + SUBDIR += py-dj21-django-mptt + SUBDIR += py-dj21-django-tables2 + SUBDIR += py-dj21-django-taggit + SUBDIR += py-dj21-django-taggit-serializer + SUBDIR += py-dj21-django-timezone-field + SUBDIR += py-dj21-djangorestframework + SUBDIR += py-dj21-drf-yasg SUBDIR += py-django SUBDIR += py-django-allauth SUBDIR += py-django-annotations |