mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
dev-python/ufoNormalizer: DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/816189 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<maintainer type="person">
|
<maintainer type="person">
|
||||||
<description>co-maintainers welcome</description>
|
<description>co-maintainers welcome</description>
|
||||||
|
|||||||
@@ -3,16 +3,16 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
MYPN="${PN,,}"
|
MY_PN="${PN,,}"
|
||||||
MYP="${MYPN}-${PV}"
|
MY_P="${MY_PN}-${PV}"
|
||||||
PYTHON_COMPAT=( python3_{8..10} pypy3 )
|
PYTHON_COMPAT=( python3_{8..10} pypy3 )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="A tool that will normalize the XML and other data inside of a UFO"
|
DESCRIPTION="A tool that will normalize the XML and other data inside of a UFO"
|
||||||
HOMEPAGE="https://github.com/unified-font-object/ufoNormalizer"
|
HOMEPAGE="https://github.com/unified-font-object/ufoNormalizer"
|
||||||
SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.zip"
|
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
|
||||||
S="${WORKDIR}/${MYP}"
|
S="${WORKDIR}/${MY_P}"
|
||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
@@ -20,4 +20,4 @@ KEYWORDS="~amd64 ~x86"
|
|||||||
|
|
||||||
BDEPEND="app-arch/unzip"
|
BDEPEND="app-arch/unzip"
|
||||||
|
|
||||||
distutils_enable_tests setup.py
|
distutils_enable_tests unittest
|
||||||
|
|||||||
Reference in New Issue
Block a user