diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-01-20 09:45:54 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-01-20 09:45:54 +0000 |
| commit | 055e176323cd62e223b6416d76fc55f9728168db (patch) | |
| tree | 999ec1e74859b9a3418367321f253528f15cecfc /dev-python | |
| parent | f763a14733bd04cd39100f8d956876036e086b77 (diff) | |
| download | baldeagleos-repo-055e176323cd62e223b6416d76fc55f9728168db.tar.gz baldeagleos-repo-055e176323cd62e223b6416d76fc55f9728168db.tar.xz baldeagleos-repo-055e176323cd62e223b6416d76fc55f9728168db.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/sudsds/metadata.xml | 2 | ||||
| -rw-r--r-- | dev-python/sudsds/sudsds-1.0.1-r2.ebuild (renamed from dev-python/sudsds/sudsds-1.0.1-r1.ebuild) | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-python/sudsds/metadata.xml b/dev-python/sudsds/metadata.xml index a56745df0223..c4e7a7e3d49d 100644 --- a/dev-python/sudsds/metadata.xml +++ b/dev-python/sudsds/metadata.xml @@ -8,5 +8,5 @@ <longdescription lang="en"> A lightweight SOAP python client for consuming Web Services. Czech NIC labs fork. </longdescription> - <origin>kit-fixups</origin> + <origin>calculatelinux-overlay</origin> </pkgmetadata> diff --git a/dev-python/sudsds/sudsds-1.0.1-r1.ebuild b/dev-python/sudsds/sudsds-1.0.1-r2.ebuild index 054a9f5306c4..3f8cc35cdc97 100644 --- a/dev-python/sudsds/sudsds-1.0.1-r1.ebuild +++ b/dev-python/sudsds/sudsds-1.0.1-r2.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 PYTHON_COMPAT=( python2_7 python3_{6,7,8,9,10} ) +DISTUTILS_USE_SETUPTOOLS=manual inherit distutils-r1 DESCRIPTION="Lightweight SOAP client - Czech NIC labs fork" @@ -16,5 +17,5 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="doc" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" +DEPEND="dev-python/setuptools-python2[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" |
