commit: 9427dc0a958f3259914f039cbc57de481f2e8022
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Mar 17 13:06:09 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Mar 17 13:06:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9427dc0a
dev-python/DAWG-Python: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/DAWG-Python/DAWG-Python-0.7.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/DAWG-Python/DAWG-Python-0.7.2.ebuild
b/dev-python/DAWG-Python/DAWG-Python-0.7.2.ebuild
index 2f2e142aa..b11c5c52e 100644
--- a/dev-python/DAWG-Python/DAWG-Python-0.7.2.ebuild
+++ b/dev-python/DAWG-Python/DAWG-Python-0.7.2.ebuild
@@ -5,14 +5,14 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} pypy3 )
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
DESCRIPTION="Pure-python reader for DAWGs (DAFSAs) created by dawgdic C++
library."
HOMEPAGE="
https://github.com/pytries/DAWG-Python
https://pypi.org/project/DAWG-Python/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"