diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-12 03:41:30 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-12 03:41:30 +0100 |
commit | 623ee73d661e5ed8475cb264511f683407d87365 (patch) | |
tree | 993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-python/subvertpy | |
parent | ceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff) |
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-python/subvertpy')
-rw-r--r-- | dev-python/subvertpy/Manifest | 4 | ||||
-rw-r--r-- | dev-python/subvertpy/subvertpy-0.10.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/subvertpy/subvertpy-0.9.1.ebuild | 40 |
3 files changed, 2 insertions, 44 deletions
diff --git a/dev-python/subvertpy/Manifest b/dev-python/subvertpy/Manifest index bbe7acb6a174..0bfec0c5319a 100644 --- a/dev-python/subvertpy/Manifest +++ b/dev-python/subvertpy/Manifest @@ -1,5 +1,3 @@ DIST subvertpy-0.10.1.tar.gz 116661 BLAKE2B 81fdc21352f168c1a8d31398be21ad83ed72adc824dbbca7764fb1836cba4a7d7f03e4a96636ab29f4804682658ce834eea3fd433b5f161e61a702dfc6790e22 SHA512 083174ca6516541c48474673e6d601ff3098f19d204f311101f4de81bcd70d73bdb1e73dffe43fc584f35d286020cab1381dc1c44b514442735a139d2a9cd356 -DIST subvertpy-0.9.1.tar.gz 110972 BLAKE2B 1f11b55b81705b6b144e0c4ac53f2e0e5a847b96bb43589894c8c910492b443d61bfc5bdcbdba1e2bb757fbd587b029d0be113084a45c17aec8c0befdff0e12a SHA512 977e291c011e680cff9e26312b4235c0479374076964c7c4a4c3c7ec75bcc44ff7c458513ab89f1aa2b599d3bd8f94cbc6d1000afcf725a9f937a90b39456148 -EBUILD subvertpy-0.10.1.ebuild 704 BLAKE2B d9c8504ad95849dc03b94346ea30e87a7fdb777d81e69d5c11d8356322ec6e5851e38b61e60b64f5903ffbf72092683c514989738469fccde4251acb54612065 SHA512 dbcf61fb52b93ed4b429054ee04e4d9c10cb6a6b9aa363a699d646f37804bb3b78351bde71fc05ae301d2f6803de43c7f91655197add4c633b20cff6b59ef362 -EBUILD subvertpy-0.9.1.ebuild 1006 BLAKE2B ffa2b6c20de3029746694a6aca406a4b7659fa426bdc84fbc25ed1ebc6050a8b141b73bf7235f194e4a1d9047b2fdfbbc6a20c18750719d4bb9bcbac19da7f30 SHA512 80c53292ca9f168d262034584f89b042fd4820fd71713e0b6f68e3ac0f2edb7e921e65b2f6ef8800c94cbf6f417e0e73e3835c072eaad5f2fa5fd99698d610f6 +EBUILD subvertpy-0.10.1.ebuild 702 BLAKE2B e420cfd776819ad63e619cd31e8ad268c3665f41a32d6d6e9b6fe79b64dd3ff496ca13c150bb3e0f7225210197bd42d087a6bb2059dc7612c3b0eb64902da19e SHA512 8c2976052d8f84aa4a67e288b9787e6907eed36d56ddaf2469a59c6ee8473c9040fa4a4b75f3af4e4bf8d97a70fa60906debbdf25ac8de1e080983d5ac89a27a MISC metadata.xml 240 BLAKE2B 41e6a4d9da33dab2decc5ff419924f382a8f64d27a81fdb97576db8c6cf125be95911747946ec8be1b453f56617fef1084f5947f84b50a8db419d46df2ae8a0f SHA512 9c23321eaa853f851bf00195ea64ac2ba093e516f9b57855ee5aa58fbb1988130c9f0c17c2a9ce9fae4ee033e0a28a70c868e0f5acdfa1dd316ab533c5279d59 diff --git a/dev-python/subvertpy/subvertpy-0.10.1.ebuild b/dev-python/subvertpy/subvertpy-0.10.1.ebuild index 1ac7b93b8117..b184151d78e1 100644 --- a/dev-python/subvertpy/subvertpy-0.10.1.ebuild +++ b/dev-python/subvertpy/subvertpy-0.10.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="|| ( LGPL-2.1 LGPL-3 )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RESTRICT="!test? ( test )" diff --git a/dev-python/subvertpy/subvertpy-0.9.1.ebuild b/dev-python/subvertpy/subvertpy-0.9.1.ebuild deleted file mode 100644 index 9802235b08b1..000000000000 --- a/dev-python/subvertpy/subvertpy-0.9.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Alternative Python bindings for Subversion" -HOMEPAGE="https://www.samba.org/~jelmer/subvertpy/ https://pypi.org/project/subvertpy/" -SRC_URI="https://www.samba.org/~jelmer/${PN}/${P}.tar.gz" - -LICENSE="|| ( LGPL-2.1 LGPL-3 )" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-vcs/subversion-1.4" -DEPEND="${RDEPEND} - test? ( || ( - dev-python/testtools - ) )" - -DOCS=( NEWS AUTHORS ) -S=${WORKDIR} - -python_compile() { - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" - distutils-r1_python_compile -} - -python_test() { - distutils_install_for_testing - pushd man > /dev/null - # hack: the subvertpy in . has no compiled modules, so cd into any - # directory to give the installed version precedence on PYTHONPATH - ${PYTHON} -m unittest subvertpy.tests.test_suite - popd man > /dev/null -} |