dev-python/cffsubr: update HOMEPAGE, SRC_URI

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-05-03 21:21:01 +05:00
parent 3ea82d5c26
commit b02cbec135
3 changed files with 10 additions and 35 deletions

View File

@@ -1,17 +1,17 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_10 )
inherit distutils-r1
inherit distutils-r1 pypi
MY_PV="${PV/_p/.post}"
DESCRIPTION="Standalone CFF subroutinizer based on AFDKO tx tool"
HOMEPAGE="https://github.com/adobe-type-tools/cffsubr"
SRC_URI="https://github.com/adobe-type-tools/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
HOMEPAGE="
https://pypi.org/project/cffsubr/
https://github.com/adobe-type-tools/cffsubr
"
KEYWORDS="~amd64"
LICENSE="Apache-2.0"
@@ -21,9 +21,6 @@ RDEPEND="
>=dev-python/fonttools-4.10.2[${PYTHON_USEDEP}]
>=dev-util/afdko-3.6.1[${PYTHON_USEDEP}]
"
BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
"
PATCHES=(
"${FILESDIR}/${PN}-system_tx.diff"
@@ -32,13 +29,9 @@ PATCHES=(
distutils_enable_tests pytest
pkg_setup() {
export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
}
src_prepare() {
default
# remove bundled afdko
rm -rf external || die
distutils-r1_src_prepare
}