Should support declaring dependencies on multiple frameworks
Bug #1318757 reported by
Michael Vogt
on 2014-05-12
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| click (Ubuntu) |
High
|
Unassigned |
Bug Description
A click package should be able to declare a dependency on multiple frameworks, see https:/
The syntax is like a debian package dependency relation, but version dependencies and or dependencies are not supported. All frameworks must have the same base version.
Example:
"framework": "ubuntu-
Related branches
lp:~mvo/click/multiple-frameworks
- Colin Watson: Approve on 2014-05-08
-
Diff: 370 lines (+221/-59)6 files modifiedclick/build.py (+10/-22)
click/framework.py (+135/-0)
click/install.py (+8/-28)
click/tests/helpers.py (+27/-0)
click/tests/test_build.py (+39/-5)
click/tests/test_install.py (+2/-4)
lp:click
- Colin Watson: Approve on 2014-05-13
- Ubuntu CI managed package branches: Pending requested 2014-05-12
-
Diff: 485 lines (+269/-70)11 files modifiedREADME (+1/-0)
click/build.py (+10/-22)
click/framework.py (+138/-0)
click/install.py (+8/-28)
click/paths.py.in (+1/-0)
click/tests/helpers.py (+29/-0)
click/tests/test_build.py (+39/-5)
click/tests/test_install.py (+2/-4)
debian/changelog (+8/-0)
doc/file-format.rst (+1/-2)
doc/index.rst (+32/-9)
Michael Vogt (mvo)
on 2014-05-12
Changed in click (Ubuntu): | |
status: | New → In Progress |
importance: | Undecided → Wishlist |
Colin Watson (cjwatson)
on 2014-05-13
Changed in click (Ubuntu): | |
importance: | Wishlist → High |
status: | In Progress → Fix Committed |
Launchpad Janitor (janitor) wrote : | #1 |
Changed in click (Ubuntu): | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This bug was fixed in the package click - 0.4.22
---------------
click (0.4.22) utopic; urgency=medium
[ Michael Vogt ]
* Update documentation for building the project.
* Add support for multiple frameworks (LP: #1318757).
-- Ubuntu daily release <email address hidden> Wed, 14 May 2014 06:28:34 +0000