2021-06-07 17:49:26 +03:00
|
|
|
# Copyright 1999-2021 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
|
|
|
|
2021-08-11 08:46:50 +03:00
|
|
|
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
2021-06-07 17:49:26 +03:00
|
|
|
PYTHON_COMPAT=( python3_{8..10} )
|
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"
|
2018-04-27 20:48:59 +03:00
|
|
|
HOMEPAGE="https://github.com/Diaoul/babelfish https://pypi.org/project/babelfish/"
|
2017-07-31 18:47:13 +03:00
|
|
|
EGIT_REPO_URI="https://github.com/Diaoul/${PN}.git"
|
2013-12-15 21:40:01 +04:00
|
|
|
|
|
|
|
LICENSE="BSD"
|
|
|
|
SLOT="0"
|
|
|
|
|
2021-08-18 18:13:01 +03:00
|
|
|
BDEPEND="
|
|
|
|
>=dev-python/pyproject2setuppy-20[${PYTHON_USEDEP}]"
|
|
|
|
|
2021-08-11 08:46:50 +03:00
|
|
|
distutils_enable_tests pytest
|