Codebase list python-os-service-types / edd4af3
Removed Python 2 support. Thomas Goirand 5 years ago
3 changed file(s) with 20 addition(s) and 58 deletion(s). Raw diff Collapse all Expand all
00 python-os-service-types (1.6.0-1) experimental; urgency=medium
11
22 * New upstream release.
3 * Removed Python 2 support.
34
45 -- Thomas Goirand <zigo@debian.org> Tue, 26 Mar 2019 16:39:18 +0100
56
77 debhelper (>= 10),
88 dh-python,
99 openstack-pkg-tools,
10 python-all,
11 python-pbr,
12 python-setuptools,
13 python-sphinx (>= 1.6.2),
1410 python3-all,
1511 python3-pbr,
1612 python3-setuptools,
13 python3-sphinx,
1714 Build-Depends-Indep:
18 python-coverage,
19 python-keystoneauth1 (>= 3.4.0),
20 python-openstackdocstheme (>= 1.16.0),
21 python-oslotest (>= 1:3.2.0),
22 python-requests-mock (>= 1.2.0),
23 python-stestr (>= 2.0.0),
24 python-testscenarios,
25 python3-keystoneauth1 (>= 3.4.0),
26 python3-openstackdocstheme (>= 1.18.1),
27 python3-oslotest (>= 1:3.2.0),
28 python3-requests-mock (>= 1.2.0),
29 python3-stestr (>= 2.0.0),
15 python3-coverage,
16 python3-keystoneauth1,
17 python3-openstackdocstheme,
18 python3-oslotest,
19 python3-requests-mock,
20 python3-stestr,
3021 python3-testscenarios,
31 subunit (>= 1.0.0),
32 Standards-Version: 4.1.3
22 subunit,
23 Standards-Version: 4.3.0
3324 Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-os-service-types
3425 Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-os-service-types.git
3526 Homepage: http://www.openstack.org/
36
37 Package: python-os-service-types
38 Architecture: all
39 Depends:
40 python-pbr,
41 ${misc:Depends},
42 ${python:Depends},
43 Suggests:
44 python-os-service-types-doc,
45 Description: lib for consuming OpenStack sevice-types-authority data - Python 2.7
46 This package provides a Python library for consuming OpenStack
47 sevice-types-authority data
48 .
49 The OpenStack Service Types Authority contains information about official
50 OpenStack services and their historical service-type aliases.
51 .
52 The data is in JSON and the latest data should always be used. This simple
53 library exists to allow for easy consumption of the data, along with a
54 built-in version of the data to use in case network access is for some reason
55 not possible and local caching of the fetched data.
56 .
57 This package contains the Python 2.7 module.
5827
5928 Package: python-os-service-types-doc
6029 Section: doc
33 include /usr/share/openstack-pkg-tools/pkgos.make
44
55 %:
6 dh $@ --buildsystem=python_distutils --with python2,python3,sphinxdoc
6 dh $@ --buildsystem=python_distutils --with python3,sphinxdoc
7
8 override_dh_auto_clean:
9 rm -rf build
10
11 override_dh_auto_build:
12 echo "Do nothing..."
713
814 override_dh_auto_install:
9 pkgos-dh_auto_install
15 pkgos-dh_auto_install --no-py2
1016
1117 override_dh_auto_test:
1218 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
13 pkgos-dh_auto_test
19 pkgos-dh_auto_test --no-py2
1420 endif
1521
1622 override_dh_sphinxdoc:
17 ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
23 ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
1824 sphinx-build -b html doc/source debian/python-os-service-types-doc/usr/share/doc/python-os-service-types-doc/html
1925 dh_sphinxdoc -O--buildsystem=python_distutils
2026 endif
21
22 override_dh_clean:
23 dh_clean -O--buildsystem=python_distutils
24 rm -rf build
25
26 # Commands not to run
27 override_dh_installcatalogs:
28 override_dh_installemacsen override_dh_installifupdown:
29 override_dh_installinfo override_dh_installmenu override_dh_installmime:
30 override_dh_installmodules override_dh_installlogcheck:
31 override_dh_installpam override_dh_installppp override_dh_installudev override_dh_installwm:
32 override_dh_installxfonts override_dh_gconf override_dh_icons override_dh_perl override_dh_usrlocal:
33 override_dh_installcron override_dh_installdebconf:
34 override_dh_installlogrotate override_dh_installgsettings: