mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
dev-python/babelfont: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
3f40bbdbab
commit
09de48ddb2
@ -4,18 +4,15 @@
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=poetry
|
DISTUTILS_USE_PEP517=poetry
|
||||||
MYP="${P/_alpha/a}"
|
|
||||||
PYTHON_COMPAT=( python3_10 )
|
PYTHON_COMPAT=( python3_10 )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
DESCRIPTION="Interrogate and manipulate UFO, TTF and OTF fonts with a common interface"
|
DESCRIPTION="Interrogate and manipulate UFO, TTF and OTF fonts with a common interface"
|
||||||
HOMEPAGE="
|
HOMEPAGE="
|
||||||
https://github.com/simoncozens/babelfont
|
https://github.com/simoncozens/babelfont
|
||||||
https://pypi.org/project/babelfont/
|
https://pypi.org/project/babelfont/
|
||||||
"
|
"
|
||||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MYP}.tar.gz"
|
|
||||||
S="${WORKDIR}/${MYP}"
|
|
||||||
|
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user