[Bug 227149] [PATCH] Use the www/py-django meta port instead of the www/py-django18 port to move to Django 1.11

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Apr 1 08:34:12 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227149

--- Comment #3 from Antoine Brodin <antoine at FreeBSD.org> ---
I think the right solution would be to have something like:

USE_PYTHON= django
or
USE_PYTHON= django:1.8

and it would automatically create flavors depending on allowed versions of
python and allowed versions of django

For instance


USES= python
USE_PYTHON= django

would give:

py27-django18-foo
py27-django111-foo
py36-django18-foo
py36-django111-foo
py36-django20-foo


USES= python:2.7
USE_PYTHON= django:1.8

would give:

py27-django18-foo

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-python mailing list