diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2023-07-09 10:30:34 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2023-07-09 11:20:50 +0200 |
commit | 86f03f58fd7b10f51703fd73dff5a3d7923637ef (patch) | |
tree | 8d331409e1dd55a88345aa8f67c6ad6ee7abe394 /dev-python/simplebayes/simplebayes-1.5.8.ebuild | |
parent | net-misc/iperf: Stabilize 3.14 arm64, #910085 (diff) | |
download | gentoo-86f03f58fd7b10f51703fd73dff5a3d7923637ef.tar.gz gentoo-86f03f58fd7b10f51703fd73dff5a3d7923637ef.tar.bz2 gentoo-86f03f58fd7b10f51703fd73dff5a3d7923637ef.zip |
dev-python/simplebayes: switch to PEP517
Closes: https://bugs.gentoo.org/909964
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'dev-python/simplebayes/simplebayes-1.5.8.ebuild')
-rw-r--r-- | dev-python/simplebayes/simplebayes-1.5.8.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/simplebayes/simplebayes-1.5.8.ebuild b/dev-python/simplebayes/simplebayes-1.5.8.ebuild deleted file mode 100644 index 84a12fa2b2f6..000000000000 --- a/dev-python/simplebayes/simplebayes-1.5.8.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="memory-based, optional-persistence naive bayesian text classifier" -HOMEPAGE="https://github.com/hickeroar/simplebayes" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" |