mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 00:53:02 -04:00
dev-python/ufo2ft: bump, remove old
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST ufo2ft-2.19.1.zip 313131 BLAKE2B a0972beb5a94ee3f1cb3dcf5cb6ecf210543afe752aed6bf008d5674d10077a4bdc93cc4c3d5bea33ca140584b1ac7400f4bdb19ce721512ccd92f915800840b SHA512 6a26bfb1a1598770e2c40855d8ed2de16f9f1b678df6d673cc205f7c03212ce894e475c77d92f3602eead6c5f8789000d5d51ded711be91d75a5a74954f31f84
|
||||
DIST ufo2ft-2.21.0.zip 331745 BLAKE2B 06d273e18bd1d0b2bdc4ac187a119d04cd5385f6629a6ed30fa2b8da269714359506fb6db62b49c9f7d7b2c78f18cd1b7df5c84e531f25eee969e305537bf5e0 SHA512 c432f1c47c40ab3d97b83279fe3bd9955bc6d3bfa8fce1c00e4e54c22ac5f22036320fc39f761dc85c5ae33be0eb384bea0ea2ba8b7ef69b9fd89b92e9fe72db
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<upstream>
|
||||
<remote-id type="github">googlefonts/ufo2ft</remote-id>
|
||||
<remote-id type="pypi">ufo2ft</remote-id>
|
||||
|
||||
@@ -1,39 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A bridge from UFOs to FontTool objects"
|
||||
HOMEPAGE="https://github.com/googlefonts/ufo2ft"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
|
||||
|
||||
#26 failed tests
|
||||
RESTRICT="test"
|
||||
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/compreffor-0.4.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/cu2qu-1.6.6[${PYTHON_USEDEP}]
|
||||
dev-python/defcon[${PYTHON_USEDEP}]
|
||||
>=dev-python/fonttools-4.4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/skia-pathops-0.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/ufoLib2-0.5.1[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
app-arch/unzip
|
||||
dev-python/setuptools_scm[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/glyphsLib[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_8 )
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user