diff options
Diffstat (limited to 'dev-python/nototools/nototools-0.2.17.ebuild')
-rw-r--r-- | dev-python/nototools/nototools-0.2.17.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-python/nototools/nototools-0.2.17.ebuild b/dev-python/nototools/nototools-0.2.17.ebuild index fa3b4edf3efd..52d07ca45e26 100644 --- a/dev-python/nototools/nototools-0.2.17.ebuild +++ b/dev-python/nototools/nototools-0.2.17.ebuild @@ -3,16 +3,13 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..10} ) +PYPI_PN="notofonttools" -inherit distutils-r1 - -MY_PN="notofonttools" -MY_P="${MY_PN}-${PV}" +inherit distutils-r1 pypi DESCRIPTION="Noto fonts support tools and scripts plus web site generation" HOMEPAGE="https://github.com/googlefonts/nototools" #SRC_URI="https://github.com/googlefonts/nototools/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0 OFL-1.1" SLOT="0" @@ -27,8 +24,6 @@ RDEPEND=" >=dev-python/pyclipper-1.2.1[${PYTHON_USEDEP}] " -S="${WORKDIR}/${MY_P}" - # Some tests weren't ported to python3 yet and lots of failures RESTRICT="test" |