#32889 closed defect (fixed)
py*-fastimport not in macports, but required by bzr-fastimport
Reported by: | macports.org@… | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | bzr-fastimport |
Description
(Python) fastimport
was extracted from bzr-fastimport
during the 0.10.0 cycle (a few revisions after 0.9.0 tagging).
Because py*-fastimport
was not imported into macports, macport's bzr-fastimport has been pretty much broken out of the box since then (it requires separately installing python-fastimport).
It would be nice if py*-fastimport
was added to macports (probably as py27-fastimport
since that's the Python version used by bazaar) and as a dependency to bzr-fastimport
Change History (3)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | raimue@… removed |
---|---|
Owner: | changed from macports-tickets@… to raimue@… |
comment:2 Changed 13 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thank you for the report! Sorry that I didn't properly test the update. I will remember to do a
bzr selftest fastimport
next time before I commit such an update.Fixed in r89011 and r89012.