[Bug 227149] 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 09:10:15 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227149
Kubilay Kocak <koobs at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[PATCH] Use the |Use the www/py-django meta
|www/py-django meta port |port instead of the
|instead of the |www/py-django18 port to
|www/py-django18 port to |move to Django 1.11
|move to Django 1.11 |
Status|New |Open
--- Comment #5 from Kubilay Kocak <koobs at FreeBSD.org> ---
-1 on this too. It feels odd switching to less explicit django version for each
ports dependency, via a meta port who's versions will change over time. This is
especially the case given some complex interdependent version dependencies for
many django ports (and future ones), particularly over time as version
compatibility changes.
Essentially, only a single installed version of django can be supported at any
one time in a single python version system site-packages location, the proper
solution to which is DEFAULT_VERSIONS support (See: bug 222724's review,
leaving aside implementation specifics/design choices).
That said, if the metaport ONLY implemented (and depended on) the users
selected (or the default) DEFAULT_VERSION of django, that might be nice, if its
possible.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list