diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-05-14 11:09:11 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-05-14 11:09:11 +0100 |
commit | deba8115d2c2af26df42966b91ef04ff4dd79cde (patch) | |
tree | 9a48f42594e1a9e6b2020d5535a784314434d7a7 /dev-python/subvertpy | |
parent | 38423c67c8a23f6a1bc42038193182e2da3116eb (diff) |
gentoo resync : 14.05.2020
Diffstat (limited to 'dev-python/subvertpy')
-rw-r--r-- | dev-python/subvertpy/Manifest | 2 | ||||
-rw-r--r-- | dev-python/subvertpy/subvertpy-0.10.1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/subvertpy/Manifest b/dev-python/subvertpy/Manifest index 0bfec0c5319a..031f23fa4458 100644 --- a/dev-python/subvertpy/Manifest +++ b/dev-python/subvertpy/Manifest @@ -1,3 +1,3 @@ DIST subvertpy-0.10.1.tar.gz 116661 BLAKE2B 81fdc21352f168c1a8d31398be21ad83ed72adc824dbbca7764fb1836cba4a7d7f03e4a96636ab29f4804682658ce834eea3fd433b5f161e61a702dfc6790e22 SHA512 083174ca6516541c48474673e6d601ff3098f19d204f311101f4de81bcd70d73bdb1e73dffe43fc584f35d286020cab1381dc1c44b514442735a139d2a9cd356 -EBUILD subvertpy-0.10.1.ebuild 702 BLAKE2B e420cfd776819ad63e619cd31e8ad268c3665f41a32d6d6e9b6fe79b64dd3ff496ca13c150bb3e0f7225210197bd42d087a6bb2059dc7612c3b0eb64902da19e SHA512 8c2976052d8f84aa4a67e288b9787e6907eed36d56ddaf2469a59c6ee8473c9040fa4a4b75f3af4e4bf8d97a70fa60906debbdf25ac8de1e080983d5ac89a27a +EBUILD subvertpy-0.10.1.ebuild 696 BLAKE2B cfc7cd380872bbf22ce69afd8ee89f50d7477a18420d96ae132aad76e5ba79abaf370cd32d2f4b0e0e13d18e968e16a3d79560c770280da63bdc6c6c9bf35c44 SHA512 a167f4c79c1d648c25f26da6fe2c340867fe076e6d670c2c8fe7eb574df8cf6d27719a7a94e05ac96fb9c6bc77457023c5096ac64b0803f00340482191d45376 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 b184151d78e1..40de035a89c5 100644 --- a/dev-python/subvertpy/subvertpy-0.10.1.ebuild +++ b/dev-python/subvertpy/subvertpy-0.10.1.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) + +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python{2_7,3_{6,7}} ) inherit distutils-r1 @@ -13,8 +15,6 @@ SRC_URI="mirror://pypi/${PN::1}/${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} |