LibraryOfCongress / bagit-python

Work with BagIt packages from Python.
http://libraryofcongress.github.io/bagit-python
218 stars 85 forks source link

first cut at building a rpm and dep package for bagit deployments #50

Closed johnscancella closed 8 years ago

johnscancella commented 8 years ago

use gradle to build .deb and .rpm packages

johnscancella commented 8 years ago

setup.py has a bdist_rpm target: https://docs.python.org/2/distutils/builtdist.html#creating-rpm-packages and https://pypi.python.org/pypi/stdeb can be used to build Debian packages. We could also just use fpm since this is literally one file.