From 805ef5a4aca40953a97f646f48211efe53c164fd Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 11 Apr 2022 09:50:03 +0200 Subject: dev-python/bert: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/bert/bert-2.2.0.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 dev-python/bert/bert-2.2.0.ebuild (limited to 'dev-python/bert') 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" ) -- cgit v1.2.3-65-gdbad