summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:48:30 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 05:08:38 +0100
commitd63748b70832da0ab5329a60603c64b32ab15978 (patch)
treed1b58ba077403121a3bd487d1e1218e9b813d8b9 /dev-python/simplebayes
parentdev-python/signature_dispatch: Use pypi.eclass (diff)
downloadgentoo-d63748b70832da0ab5329a60603c64b32ab15978.tar.gz
gentoo-d63748b70832da0ab5329a60603c64b32ab15978.tar.bz2
gentoo-d63748b70832da0ab5329a60603c64b32ab15978.zip
dev-python/simplebayes: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/simplebayes')
-rw-r--r--dev-python/simplebayes/simplebayes-1.5.8.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/simplebayes/simplebayes-1.5.8.ebuild b/dev-python/simplebayes/simplebayes-1.5.8.ebuild
index 5b6c9ab5196c..84a12fa2b2f6 100644
--- a/dev-python/simplebayes/simplebayes-1.5.8.ebuild
+++ b/dev-python/simplebayes/simplebayes-1.5.8.ebuild
@@ -4,11 +4,10 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="memory-based, optional-persistence naive bayesian text classifier"
HOMEPAGE="https://github.com/hickeroar/simplebayes"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"