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

--- Comment #3 from Antoine Brodin <anto...@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.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to