Bug 219713 - Create virtual category for django ports (/usr/ports/*/django-*)
Summary: Create virtual category for django ports (/usr/ports/*/django-*)
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords: dogfood, needs-patch
Depends on:
Blocks: 219707
  Show dependency treegraph
 
Reported: 2017-06-02 00:49 UTC by Kubilay Kocak
Modified: 2017-09-27 04:31 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kubilay Kocak freebsd_committer freebsd_triage 2017-06-02 00:49:24 UTC
* Add django as a virtual category to all django ports
* Rename/move ports with a django-prefix that *DONT* match their upstream (PyPI) counterparts.
Comment 1 dgilbert 2017-09-26 22:24:06 UTC
Does this include fixing things like py-django-tables2 depends on django18 ... but works fine with django111 (so the dependancy should just be django)?
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2017-09-27 04:31:46 UTC
(In reply to dgilbert from comment #1)

That is more related to adding DEFAULT_VERSIONS support for 'django', so that users can specify (and override) default versions.