diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-30 18:30:53 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-30 18:30:53 +0000 |
| commit | f19bb2429ee8ec397da6a3947d2aefb17a0dc1d7 (patch) | |
| tree | 02f2f22cebf1599cfb19a29d7781d992821bd0ec /dev-python | |
| parent | 6b3377ae8135efdd7c697b000202603b3ccf84f4 (diff) | |
| download | baldeagleos-repo-f19bb2429ee8ec397da6a3947d2aefb17a0dc1d7.tar.gz baldeagleos-repo-f19bb2429ee8ec397da6a3947d2aefb17a0dc1d7.tar.xz baldeagleos-repo-f19bb2429ee8ec397da6a3947d2aefb17a0dc1d7.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/cliff/cliff-3.4.0.ebuild | 9 | ||||
| -rw-r--r-- | dev-python/glance_store/glance_store-1.0.1.ebuild | 6 | ||||
| -rw-r--r-- | dev-python/osprofiler/osprofiler-2.6.0.ebuild | 6 | ||||
| -rw-r--r-- | dev-python/path-py/path-py-15.0.0.ebuild | 1 | ||||
| -rw-r--r-- | dev-python/pexpect/pexpect-4.8.0-r1.ebuild | 1 | ||||
| -rw-r--r-- | dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild | 5 | ||||
| -rw-r--r-- | dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.2-r1.ebuild (renamed from dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.2.ebuild) | 1 | ||||
| -rw-r--r-- | dev-python/ruamel-yaml/ruamel-yaml-0.16.12-r1.ebuild (renamed from dev-python/ruamel-yaml/ruamel-yaml-0.16.12.ebuild) | 1 |
8 files changed, 14 insertions, 16 deletions
diff --git a/dev-python/cliff/cliff-3.4.0.ebuild b/dev-python/cliff/cliff-3.4.0.ebuild index 0bf385360707..af8b397f96fd 100644 --- a/dev-python/cliff/cliff-3.4.0.ebuild +++ b/dev-python/cliff/cliff-3.4.0.ebuild @@ -4,7 +4,9 @@ EAPI=7 PYTHON_COMPAT=( python3_{5,6,7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +# TODO: revert to rdepend once this is merged +# https://github.com/openstack/cliff/pull/3 +DISTUTILS_USE_SETUPTOOLS=manual inherit distutils-r1 @@ -20,12 +22,15 @@ RDEPEND=" >=dev-python/cmd2-0.8.0[${PYTHON_USEDEP}] <dev-python/prettytable-0.8[${PYTHON_USEDEP}] >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/six-1.10.0[${PYTHON_USEDEP}] >=dev-python/stevedore-2.0.1[${PYTHON_USEDEP}] >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}] " -BDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] +BDEPEND=" + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] !~dev-python/pbr-2.1.0 + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/sphinx[${PYTHON_USEDEP}] >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] diff --git a/dev-python/glance_store/glance_store-1.0.1.ebuild b/dev-python/glance_store/glance_store-1.0.1.ebuild index 5154ee8b8c51..0feb9855373f 100644 --- a/dev-python/glance_store/glance_store-1.0.1.ebuild +++ b/dev-python/glance_store/glance_store-1.0.1.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{5,6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -16,10 +17,7 @@ KEYWORDS="amd64 ~arm64 x86" IUSE="cinder swift vmware" CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND} -" +DEPEND="${CDEPEND}" RDEPEND=" ${CDEPEND} >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}] diff --git a/dev-python/osprofiler/osprofiler-2.6.0.ebuild b/dev-python/osprofiler/osprofiler-2.6.0.ebuild index 709f5d7b511d..f77531a8f8b4 100644 --- a/dev-python/osprofiler/osprofiler-2.6.0.ebuild +++ b/dev-python/osprofiler/osprofiler-2.6.0.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{5,6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -15,10 +16,7 @@ SLOT="0" KEYWORDS="amd64 ~arm64 x86" IUSE="" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/pbr-1.8.0[${PYTHON_USEDEP}] -" +DEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]" RDEPEND=" >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}] >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}] diff --git a/dev-python/path-py/path-py-15.0.0.ebuild b/dev-python/path-py/path-py-15.0.0.ebuild index c7844bc88872..e5935ac503d2 100644 --- a/dev-python/path-py/path-py-15.0.0.ebuild +++ b/dev-python/path-py/path-py-15.0.0.ebuild @@ -4,7 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{5,6,7,8,9} pypy3 ) -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 diff --git a/dev-python/pexpect/pexpect-4.8.0-r1.ebuild b/dev-python/pexpect/pexpect-4.8.0-r1.ebuild index f469de430306..cb11061d3fa5 100644 --- a/dev-python/pexpect/pexpect-4.8.0-r1.ebuild +++ b/dev-python/pexpect/pexpect-4.8.0-r1.ebuild @@ -5,6 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{5,6,7,8,9} pypy3 ) PYTHON_REQ_USE="threads(+)" +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 diff --git a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild index ffc5f1c21356..5c87e17a0a50 100644 --- a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild +++ b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{5,6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -15,9 +16,7 @@ SLOT="0" KEYWORDS="amd64 ~arm64 x86" CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" +DEPEND="${CDEPEND}" RDEPEND=" ${CDEPEND} >=dev-python/requests-2.14.2[${PYTHON_USEDEP}] diff --git a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.2.ebuild b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.2-r1.ebuild index 5f1c41620b8a..f49c9f8f85af 100644 --- a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.2.ebuild +++ b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.2-r1.ebuild @@ -4,7 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{5,6,7,8,9} pypy3 ) -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.16.12.ebuild b/dev-python/ruamel-yaml/ruamel-yaml-0.16.12-r1.ebuild index a3a9c437971b..fbd85bfedf3b 100644 --- a/dev-python/ruamel-yaml/ruamel-yaml-0.16.12.ebuild +++ b/dev-python/ruamel-yaml/ruamel-yaml-0.16.12-r1.ebuild @@ -4,7 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{5,6,7,8,9} pypy3 ) -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |
