gnuradio / pybombs

PyBOMBS (Python Build Overlay Managed Bundle System) is the GNU Radio install management system for resolving dependencies and pulling in out-of-tree projects.
https://gnuradio.org
GNU General Public License v3.0
415 stars 190 forks source link

Polish `remove' command #230

Open mbr0wn opened 8 years ago

mbr0wn commented 8 years ago

Issue by mbr0wn Wednesday Aug 05, 2015 at 01:10 GMT Originally opened as https://github.com/gnuradio/pybombs2/issues/18


$ pybombs remove <package>

Removes a package. By default, only remove source packages from the current prefix. Also removes packages that depend on this package.

Flags:

mbr0wn commented 8 years ago

Comment by mbr0wn Tuesday Oct 06, 2015 at 21:02 GMT


Alternative to --all: Generate commands to remove stuff for the user (e.g. apt-get remove ).

mbr0wn commented 8 years ago

Comment by mbr0wn Tuesday Oct 27, 2015 at 05:49 GMT


Package remove is done with d437c1891c6632919642c03118e162a09321f126, but it lacks resolving deps.

mbr0wn commented 8 years ago

Comment by mbr0wn Tuesday Oct 27, 2015 at 07:01 GMT


Resolves deps now. Removing from milestone for the niceties.