mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
dev-python/vttlib: enable py3.10
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
e914bc9cc5
commit
31f99a3649
@ -4,7 +4,7 @@
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
PYTHON_COMPAT=( python3_{8..9} )
|
PYTHON_COMPAT=( python3_{8..10} )
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
MY_PN="vttLib"
|
MY_PN="vttLib"
|
||||||
@ -13,7 +13,7 @@ MY_P="${MY_PN}-${MY_PV}"
|
|||||||
DESCRIPTION="Dump, merge and compile Visual TrueType data in UFO3 with FontTools"
|
DESCRIPTION="Dump, merge and compile Visual TrueType data in UFO3 with FontTools"
|
||||||
HOMEPAGE="
|
HOMEPAGE="
|
||||||
https://github.com/daltonmaag/vttLib
|
https://github.com/daltonmaag/vttLib
|
||||||
https://pypi.org/project/vttlib/
|
https://pypi.org/project/vttLib/
|
||||||
"
|
"
|
||||||
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.zip"
|
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.zip"
|
||||||
S="${WORKDIR}/${MY_P}"
|
S="${WORKDIR}/${MY_P}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user