Codebase list python-pyeclib / a3df850
Upstream moved to official Openstack project Ondřej Nový 7 years ago
5 changed file(s) with 11 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 python-pyeclib (1.2.0-3) UNRELEASED; urgency=medium
1
2 * Upstream moved to official Openstack project
3
4 -- Ondřej Nový <novy@ondrej.org> Wed, 01 Jun 2016 14:29:00 +0200
5
06 python-pyeclib (1.2.0-2) unstable; urgency=medium
17
28 * Tests liberasure backends in Debian tests.
1616 Standards-Version: 3.9.8
1717 Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-pyeclib.git
1818 Vcs-Git: https://anonscm.debian.org/git/openstack/python-pyeclib.git
19 Homepage: https://bitbucket.org/kmgreen2/pyeclib
19 Homepage: https://github.com/openstack/pyeclib
2020
2121 Package: python-pyeclib
2222 Architecture: any
00 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: PyECLib
2 Source: https://bitbucket.org/kmgreen2/pyeclib
2 Source: https://github.com/openstack/pyeclib
33
44 Files: *
55 Copyright: (c) 2013-2014, Kevin Greenan <kmgreen2@gmail.com>
22 PYTHONS:=$(shell pyversions -vr)
33 PYTHON3S:=$(shell py3versions -vr)
44
5 UPSTREAM_GIT = https://bitbucket.org/kmgreen2/pyeclib.git
5 UPSTREAM_GIT = https://github.com/openstack/pyeclib.git
66 -include /usr/share/openstack-pkg-tools/pkgos.make
77
88 %:
00 version=3
1 opts="uversionmangle=s/[\.-](b|rc)/~$1/" \
2 https://bitbucket.org/kmgreen2/pyeclib/downloads /kmgreen2/pyeclib/get/v(\d[brc\d\.-]+)\.tar\.gz
1 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/python-pyeclib-$1\.tar\.gz/ \
2 https://github.com/openstack/pyeclib/tags .*/v?(\d\S*)\.tar\.gz