dev-python/bumpfontversion: new package, add 0.4.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-05-18 09:53:32 +05:00
parent df1276058b
commit 88a39f47cb
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Bumps the version of a font source file"
HOMEPAGE="
https://pypi.org/project/bumpfontversion/
https://github.com/simoncozens/bumpfontversion
"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/bump2version[${PYTHON_USEDEP}]
dev-python/fonttools[${PYTHON_USEDEP}]
dev-python/glyphsLib[${PYTHON_USEDEP}]
dev-python/openstep-plist[${PYTHON_USEDEP}]
dev-python/ufoLib2[${PYTHON_USEDEP}]
"