Files
guru/dev-python/bumpfontversion/bumpfontversion-0.4.1.ebuild
Anna (cybertailor) Vyalkova ed8e2526fd dev-python/bumpfontversion: update LICENSE
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-05-18 09:57:14 +05:00

27 lines
624 B
Bash

# 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="Apache-2.0"
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}]
"