From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- dev-python/suds/Manifest | 4 ++-- dev-python/suds/metadata.xml | 1 - dev-python/suds/suds-0.6-r1.ebuild | 23 +++-------------------- 3 files changed, 5 insertions(+), 23 deletions(-) (limited to 'dev-python/suds') diff --git a/dev-python/suds/Manifest b/dev-python/suds/Manifest index a4a1f9383ae2..f3876daa57b9 100644 --- a/dev-python/suds/Manifest +++ b/dev-python/suds/Manifest @@ -1,3 +1,3 @@ DIST suds-0.6.tar.bz2 143985 BLAKE2B 3d97d51b4e719102ab40a6a95a35eaaccda15a47e20bedb0297203576949883eea253ac6f382c8849a522e1720393ec517ec1ff3514329b504c83a928a260881 SHA512 ec078b159bd83c5799e293d9607138ee1da90fdc64da203999555a4324ce7be0235156d3c7ad28e46f84180a6e51e2f3f82228e5e77ae41c61ee20f3db2c916b -EBUILD suds-0.6-r1.ebuild 1639 BLAKE2B 259197421ae183242f64180ffd1b0bebd432e335ed52cb0f3b29e7fb3144ed4db462422ae73e5b22d68359450e2425ea337a49d7ab6ed512799004bdfd890b1d SHA512 7bb80df58c77c08a67224f0ddb68e13040ad6a9fd73c994c7e220be0d023454970c13d1135a3f53d845fbfd0aa85a9eb321386955e4e2b53688967f46df099d0 -MISC metadata.xml 285 BLAKE2B 13cf359b1c6616b43aefb3cb64c63a00fbe80ac2dab0d14104dd2faec9bc768a8d4a039b4fc480bcc6d0aeeb13a670c8548174b5e847e70f80bdb62b7aa46ce2 SHA512 3cd0ef82ee41d65c41e026ac83ebb1ecf72cf8a143314a80f8f4a45cd8c07f19204fcd70d7ecd934776026ca55af31f74a06b718dbfa7f0c555f06a9427d858e +EBUILD suds-0.6-r1.ebuild 1200 BLAKE2B 99cfc0c87cfe73d64e7b3ed94e2657c4555c194c4a377d1771ba20f6ee44eaa8cb1c2f4f974d9c3e6f51ba80cbe097091bd9e12f19f5db3c75b4cdb7a6289865 SHA512 49e1a6a46031f7c8b8ead4768448c9f28263d25384db23d74eea0504babea810cadb99b29e4b61e0a86440fd345fb34ecb0b22718a0cc9ebd5100c268e1e58c9 +MISC metadata.xml 232 BLAKE2B eec396dc6420f4403574b182ef0cbc8bf03d467532113a500770ba820b23da8da5a2f38648b1a5dffa0bf7b127997458d8e5427138069fd84e69bdd279320795 SHA512 7c8e7d193f2e5f8b4d3378aa43b636e47cc3d3acf272323a5bc3e469e607c60671cfed81544e60e93b86d8b203987f26c3262cd3af23e2b41215eedcfbf5768f diff --git a/dev-python/suds/metadata.xml b/dev-python/suds/metadata.xml index ec6405a68d0f..5d836184a864 100644 --- a/dev-python/suds/metadata.xml +++ b/dev-python/suds/metadata.xml @@ -4,6 +4,5 @@ suds - jurko/suds diff --git a/dev-python/suds/suds-0.6-r1.ebuild b/dev-python/suds/suds-0.6-r1.ebuild index e243f32a0a7e..7b30e8c490fd 100644 --- a/dev-python/suds/suds-0.6-r1.ebuild +++ b/dev-python/suds/suds-0.6-r1.ebuild @@ -2,49 +2,32 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1 DESCRIPTION="Lightweight SOAP client (Jurko's fork) (py3 support) (active development)" -HOMEPAGE="https://bitbucket.org/jurko/suds" +HOMEPAGE="https://pypi.org/project/suds-jurko/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}-jurko/${PN}-jurko-${PV}.tar.bz2 -> ${P}.tar.bz2" S="${WORKDIR}/${PN}-jurko-${PV}" LICENSE="LGPL-3" SLOT="0" KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" -IUSE="doc test" +IUSE="test" RESTRICT="!test? ( test )" -REQUIRED_USE="doc? ( $(python_gen_useflags python2_7) )" - DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/epydoc[$(python_gen_usedep python2_7)] ) test? ( dev-python/pytest[${PYTHON_USEDEP}] )" RDEPEND="" DOCS=( README.rst notes/{argument_parsing.rst,readme.txt,traversing_client_data.rst} ) -pkg_setup() { - use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 ) -} - -python_compile_all() { - # to say that it's both, because it kinda is... - ! use doc || epydoc -n "Suds - ${DESCRIPTION}" -o doc suds || die -} - python_test() { esetup.py test } -python_install_all() { - use doc && local HTML_DOCS=( doc/. ) - distutils-r1_python_install_all -} - python_install() { # test folder makes for file collisions by the eclass sed -i -e '/^tests/d' suds_jurko.egg-info/top_level.txt suds_jurko.egg-info/SOURCES.txt || die -- cgit v1.2.3