2023-12-30 19:50:59 -05:00
|
|
|
# Copyright 2021-2023 Gentoo Authors
|
2021-07-15 09:28:24 +08:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
2022-07-11 23:21:20 +05:00
|
|
|
EAPI=8
|
2021-07-15 09:28:24 +08:00
|
|
|
|
2023-12-30 19:50:59 -05:00
|
|
|
PYTHON_COMPAT=( python3_{10..12} pypy3 )
|
2022-07-11 23:21:20 +05:00
|
|
|
DISTUTILS_USE_PEP517=setuptools
|
2023-03-17 18:06:09 +05:00
|
|
|
PYPI_NO_NORMALIZE=1
|
|
|
|
|
inherit distutils-r1 pypi
|
2021-07-15 09:28:24 +08:00
|
|
|
|
|
|
|
|
DESCRIPTION="Pure-python reader for DAWGs (DAFSAs) created by dawgdic C++ library."
|
2022-07-11 23:21:20 +05:00
|
|
|
HOMEPAGE="
|
|
|
|
|
https://github.com/pytries/DAWG-Python
|
|
|
|
|
https://pypi.org/project/DAWG-Python/
|
|
|
|
|
"
|
2021-07-15 09:28:24 +08:00
|
|
|
|
|
|
|
|
LICENSE="MIT"
|
|
|
|
|
SLOT="0"
|
|
|
|
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|