Generate distribution packages from Python packages on PyPI
This script allows to generate RPM spec or DEB dsc files from Python modules.
It allows to list Python modules or search for them on the Python Package Index
(PyPI). Conveniently, it can fetch tarballs and changelogs making it an
universal tool to package Python modules.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-py2pack && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
py2pack-0.8.0.tar.gz | 0000036939 36.1 KB | |
python-py2pack.changes | 0000013139 12.8 KB | |
python-py2pack.spec | 0000003027 2.96 KB |
Revision 38 (latest revision is 57)
Dominique Leuenberger (dimstar_suse)
accepted
request 461852
from
Thomas Bechtold (tbechtold)
(revision 38)
- update to 0.8.0: * Ignore the required python version for now * Add build condition for tests in opensuse template * Install setup_requires as BuildRequires during build * Update opensuse template for singlespec approach * Remove useless '(' and ')' replacements from opensuse template * travis: Update credential to deploy on pypi - Remove manpage for now. Build is broken.
Comments 0