Diff wcwidth-0.2.7 with a wcwidth-0.2.8
/usr/portage/dev-python/wcwidth/wcwidth-0.2.8.ebuild 2023-10-09 14:52:30.400368373 +0300 | ||
---|---|---|
6 | 6 |
DISTUTILS_USE_PEP517=setuptools |
7 | 7 |
PYTHON_COMPAT=( python3_{10..12} pypy3 ) |
8 | 8 | |
9 |
inherit distutils-r1 |
|
9 |
inherit distutils-r1 pypi |
|
10 | 10 | |
11 | 11 |
DESCRIPTION="Measures number of Terminal column cells of wide-character codes" |
12 | 12 |
HOMEPAGE=" |
13 | 13 |
https://pypi.org/project/wcwidth/ |
14 | 14 |
https://github.com/jquast/wcwidth/ |
15 | 15 |
" |
16 |
SRC_URI=" |
|
17 |
https://github.com/jquast/wcwidth/archive/${PV}.tar.gz |
|
18 |
-> ${P}.gh.tar.gz |
|
19 |
" |
|
20 | 16 | |
21 | 17 |
SLOT="0" |
22 | 18 |
LICENSE="MIT" |