Сравнение babelfish-0.6.0-r2 с babelfish-9999
/usr/portage/dev-python/babelfish/babelfish-9999.ebuild 2023-10-09 14:52:30.256368369 +0300 | ||
---|---|---|
6 | 6 |
DISTUTILS_USE_PEP517=poetry |
7 | 7 |
PYTHON_COMPAT=( python3_{10..12} ) |
8 | 8 | |
9 |
inherit distutils-r1 |
|
9 |
inherit distutils-r1 git-r3 |
|
10 | 10 | |
11 | 11 |
DESCRIPTION="Python library to work with countries and languages" |
12 | 12 |
HOMEPAGE=" |
13 | 13 |
https://github.com/Diaoul/babelfish/ |
14 | 14 |
https://pypi.org/project/babelfish/ |
15 | 15 |
" |
16 |
SRC_URI=" |
|
17 |
https://github.com/Diaoul/babelfish/archive/${PV}.tar.gz |
|
18 |
-> ${P}.gh.tar.gz |
|
19 |
" |
|
16 |
EGIT_REPO_URI="https://github.com/Diaoul/babelfish.git" |
|
20 | 17 | |
21 | 18 |
LICENSE="BSD" |
22 | 19 |
SLOT="0" |
23 |
KEYWORDS="amd64 ~arm ~arm64 x86" |
|
24 | 20 | |
25 | 21 |
distutils_enable_tests pytest |