mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
dev-python/notofonttools: new package, add 0.2.17-r1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
1
dev-python/notofonttools/Manifest
Normal file
1
dev-python/notofonttools/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST notofonttools-0.2.17.tar.gz 9743805 BLAKE2B ba601b4c9c4df7fc264dd88c60e50c1db08c21bc07f3ab408f91f445a801bd96ed193e5f9cb320378f6411027b1be004d718233d531bb2ec600badfaffd2d876 SHA512 a5b733c47ce61f6cb18f9772e8fee04f8ee2a3d834afa3f71a5f1c8110124224b9d325db75976104dd880b7c0538568574b2e497faa8f4d5541451e9c3e40cd3
|
||||||
12
dev-python/notofonttools/metadata.xml
Normal file
12
dev-python/notofonttools/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>cyber+gentoo@sysrq.in</email>
|
||||||
|
<name>Anna</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="pypi">notofonttools</remote-id>
|
||||||
|
<remote-id type="github">notofonts/nototools</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
29
dev-python/notofonttools/notofonttools-0.2.17-r1.ebuild
Normal file
29
dev-python/notofonttools/notofonttools-0.2.17-r1.ebuild
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{9..11} )
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
inherit distutils-r1 optfeature pypi
|
||||||
|
|
||||||
|
DESCRIPTION="Noto fonts support tools and scripts plus web site generation"
|
||||||
|
HOMEPAGE="
|
||||||
|
https://pypi.org/project/notofonttools/
|
||||||
|
https://github.com/googlefonts/nototools
|
||||||
|
"
|
||||||
|
|
||||||
|
LICENSE="Apache-2.0 OFL-1.1"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
RDEPEND=">=dev-python/fonttools-4.11.0[${PYTHON_USEDEP}]"
|
||||||
|
|
||||||
|
# TODO: Some dependencies are unpackaged
|
||||||
|
RESTRICT="test"
|
||||||
|
|
||||||
|
distutils_enable_tests pytest
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
optfeature "nototools.shape_diff module" "dev-python/booleanOperations dev-python/defcon dev-python/pillow"
|
||||||
|
}
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
move gui-libs/power-profiles-daemon sys-power/power-profiles-daemon
|
move gui-libs/power-profiles-daemon sys-power/power-profiles-daemon
|
||||||
move kde-apps/tokodon net-im/tokodon
|
move kde-apps/tokodon net-im/tokodon
|
||||||
move sci-mathematics/mccs dev-ml/mccs
|
move sci-mathematics/mccs dev-ml/mccs
|
||||||
|
move dev-python/nototools dev-python/notofonttools
|
||||||
|
|||||||
Reference in New Issue
Block a user