diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-11 09:50:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-11 09:53:26 +0200 |
commit | 805ef5a4aca40953a97f646f48211efe53c164fd (patch) | |
tree | f6d97a7965016e446cfaa88ffa1527fc276e4c95 /dev-python/bert | |
parent | dev-python/autoprop: Remove old (diff) | |
download | gentoo-805ef5a4aca40953a97f646f48211efe53c164fd.tar.gz gentoo-805ef5a4aca40953a97f646f48211efe53c164fd.tar.bz2 gentoo-805ef5a4aca40953a97f646f48211efe53c164fd.zip |
dev-python/bert: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bert')
-rw-r--r-- | dev-python/bert/bert-2.2.0.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/bert/bert-2.2.0.ebuild b/dev-python/bert/bert-2.2.0.ebuild deleted file mode 100644 index 63617fa34a44..000000000000 --- a/dev-python/bert/bert-2.2.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) -DISTUTILS_USE_SETUPTOOLS=no - -inherit distutils-r1 - -DESCRIPTION="BERT Serialization Library" -HOMEPAGE="https://pypi.org/project/bert/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/basho-erlastic[${PYTHON_USEDEP}]" - -RDEPEND="" - -PATCHES=( "${FILESDIR}/${PN}-2.0.0-remove-basestring-fix.patch" ) |