2023-01-15 18:25:14 +03:00
|
|
|
# Copyright 1999-2023 Gentoo Authors
|
2013-12-15 21:40:01 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2021-08-18 18:13:01 +03:00
|
|
|
EAPI=8
|
2013-12-15 21:40:01 +04:00
|
|
|
|
2022-05-20 11:55:50 +03:00
|
|
|
DISTUTILS_USE_PEP517=poetry
|
2023-06-01 21:12:11 +03:00
|
|
|
PYTHON_COMPAT=( python3_{10..12} )
|
2016-04-06 09:39:44 +03:00
|
|
|
|
2016-05-12 15:46:02 +03:00
|
|
|
inherit distutils-r1 git-r3
|
2013-12-15 21:40:01 +04:00
|
|
|
|
|
|
|
DESCRIPTION="Python library to work with countries and languages"
|
2022-05-20 11:55:50 +03:00
|
|
|
HOMEPAGE="
|
|
|
|
https://github.com/Diaoul/babelfish/
|
|
|
|
https://pypi.org/project/babelfish/
|
|
|
|
"
|
|
|
|
EGIT_REPO_URI="https://github.com/Diaoul/babelfish.git"
|
2013-12-15 21:40:01 +04:00
|
|
|
|
|
|
|
LICENSE="BSD"
|
|
|
|
SLOT="0"
|
|
|
|
|
2021-08-11 08:46:50 +03:00
|
|
|
distutils_enable_tests pytest
|