mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
dev-python/compreffor: set DISTUTILS_EXT=1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,16 +1,17 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
|
||||||
PYTHON_COMPAT=( python3_{10..11} )
|
PYTHON_COMPAT=( python3_{10..11} )
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
DISTUTILS_EXT=1
|
||||||
inherit distutils-r1 pypi
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
DESCRIPTION="A CFF table subroutinizer for FontTools"
|
DESCRIPTION="A CFF table subroutinizer for FontTools"
|
||||||
HOMEPAGE="
|
HOMEPAGE="
|
||||||
https://github.com/googlefonts/compreffor
|
|
||||||
https://pypi.org/project/compreffor/
|
https://pypi.org/project/compreffor/
|
||||||
|
https://github.com/googlefonts/compreffor
|
||||||
"
|
"
|
||||||
|
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
@@ -18,10 +19,9 @@ LICENSE="Apache-2.0"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
RDEPEND=">=dev-python/fonttools-4[${PYTHON_USEDEP}]"
|
RDEPEND=">=dev-python/fonttools-4[${PYTHON_USEDEP}]"
|
||||||
DEPEND=">=dev-python/cython-0.29.24[${PYTHON_USEDEP}]"
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
app-arch/unzip
|
app-arch/unzip
|
||||||
dev-python/setuptools-scm[${PYTHON_USEDEP}]
|
>=dev-python/cython-0.29.24[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
|
|
||||||
PATCHES=( "${FILESDIR}/${PN}-0.5.1_p1-remove-unwanted-dependencies.patch" )
|
PATCHES=( "${FILESDIR}/${PN}-0.5.1_p1-remove-unwanted-dependencies.patch" )
|
||||||
|
|||||||
Reference in New Issue
Block a user