diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:31:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:31:27 +0100 |
commit | 84a91e0b07244210b80831cf6ac45dc7a6274d1a (patch) | |
tree | a07b35fe1c375d46d08bacca026b4d88da391968 /dev-python/pyrqlite | |
parent | dev-python/pyrate-limiter: Remove old (diff) | |
download | gentoo-84a91e0b07244210b80831cf6ac45dc7a6274d1a.tar.gz gentoo-84a91e0b07244210b80831cf6ac45dc7a6274d1a.tar.bz2 gentoo-84a91e0b07244210b80831cf6ac45dc7a6274d1a.zip |
dev-python/pyrqlite: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyrqlite')
-rw-r--r-- | dev-python/pyrqlite/pyrqlite-2.1.1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/pyrqlite/pyrqlite-2.1.1.ebuild b/dev-python/pyrqlite/pyrqlite-2.1.1.ebuild deleted file mode 100644 index f80b2b2af8fd..000000000000 --- a/dev-python/pyrqlite/pyrqlite-2.1.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 - -DESCRIPTION="Python client for rqlite" -HOMEPAGE="https://github.com/rqlite/pyrqlite" -SRC_URI="https://github.com/rqlite/pyrqlite/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://github.com/rqlite/pyrqlite/pull/42.patch -> ${P}-test_cPragmaTableInfo.patch" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND="test? ( >=dev-db/rqlite-6.7.0 )" -RESTRICT+=" !test? ( test )" - -PATCHES=("${DISTDIR}/${P}-test_cPragmaTableInfo.patch") - -distutils_enable_tests pytest - -src_prepare() { - sed -e "s:^__version__ = .*:__version__ = '${PV}':" -i src/${PN}/constants.py || die - distutils-r1_src_prepare -} |