diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-16 15:20:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-16 15:20:57 +0200 |
commit | 51a9bb3bfd0038819d027acecaeba3a1f10e1546 (patch) | |
tree | 7d814bcb2b4bb0cab8c8972dcf2745b2452e3922 /dev-python/plyvel | |
parent | dev-python/plotly: Remove old (diff) | |
download | gentoo-51a9bb3bfd0038819d027acecaeba3a1f10e1546.tar.gz gentoo-51a9bb3bfd0038819d027acecaeba3a1f10e1546.tar.bz2 gentoo-51a9bb3bfd0038819d027acecaeba3a1f10e1546.zip |
dev-python/plyvel: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/plyvel')
-rw-r--r-- | dev-python/plyvel/Manifest | 1 | ||||
-rw-r--r-- | dev-python/plyvel/plyvel-1.3.0.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/plyvel/Manifest b/dev-python/plyvel/Manifest index 71805c72135f..8f28f74a64ec 100644 --- a/dev-python/plyvel/Manifest +++ b/dev-python/plyvel/Manifest @@ -1,2 +1 @@ -DIST plyvel-1.3.0.tar.gz 149379 BLAKE2B 0a4fc8c3073cc8e103ab217f8e7971f04d9e6d1862dea7ce3d2634ba9646bdeebdda740fe6cb2e83aeeab513601bddef374355c4f6c9f320ce6b4b14ff2b2bf6 SHA512 fc1b84f0e98bf3edcdc2d7eda4f18313186538bb419bd297f694330e60512a6ab63e8d2fabaa825023eb5570f175ebbc22b8ae81e29603b1a94c1abb37774e99 DIST plyvel-1.4.0.tar.gz 151155 BLAKE2B 1bba3fef97518d5ec291f0ebc0ebd54511678ef16e2925a1027706c917e89bbdeb20b63bcf8d1e22f8c3ef41a88695d8d64065ac9ffb9bebdc652be0f4de4eed SHA512 6532007bb103f2b0121c41ae0a23fa67dfd2c27b1472b43265f6fb5928e4f28514744887f190fb087c8640cba2e62923a1ffe14f59a70b123dc9ad7798e329d5 diff --git a/dev-python/plyvel/plyvel-1.3.0.ebuild b/dev-python/plyvel/plyvel-1.3.0.ebuild deleted file mode 100644 index 25f0cbdb9e9d..000000000000 --- a/dev-python/plyvel/plyvel-1.3.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{7..10} ) - -inherit distutils-r1 - -DESCRIPTION="Python interface to LevelDB" -HOMEPAGE="https://github.com/wbolster/plyvel" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">=dev-libs/leveldb-1.20:=" -DEPEND="${RDEPEND}" - -distutils_enable_sphinx doc -distutils_enable_tests pytest - -python_test() { - # With the default import mode, plyvel is imported from ${S} which causes - # a failure because it doesn't contain the compiled _plyvel extension - pytest --import-mode=append -vv || die "Tests fail with ${EPYTHON}" -} |