dev-python/skia-pathops: Use 0.8.0.post2

Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2024-12-05 00:13:10 +01:00
parent 9b0cce0b01
commit 706ab228f3
4 changed files with 18 additions and 16 deletions

View File

@@ -1 +1 @@
DIST skia-pathops-0.8.0.post1.zip 66955898 BLAKE2B d1ad24e7dd350b44deec8aaffb17110f048fc0d4584f192eb97b52b9f98604a6fbdd35d37cc5317da14dd33225904eaf8beb0bda761017a9267b7e9f62ca0d2d SHA512 8828a8d3f070d8c4503abc144f3c5566d23812a1646b8c07e61b2b93bc43343ddee8b0c603bf47d029cfbc193c336a2a0d55251230626eb391caaa4654537342
DIST skia_pathops-0.8.0.post2.zip 66956087 BLAKE2B 10b899c6f8bf642163b157ac0f15473a723b624a7cbad0436f4e98c3608b717f8b54f61c95e71032550891f1528ccf79a60265a6edcc69f3669bc9f11fd4ad96 SHA512 ae3634613551b4465919bbbab4030a03e4c2cb4776d7257a690694a34fdfe246374d406585aa08c4fbf4760be0da8d0aae7dd8a4f84d9e3702b17c62b35449ca

View File

@@ -1,12 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="github">fonttools/skia-pathops</remote-id>
<remote-id type="pypi">skia-pathops</remote-id>
</upstream>
<longdescription lang="en">
Python bindings for the Google Skia library's Path Ops module, performing boolean operations on paths (intersection, union, difference, xor).
</longdescription>
<maintainer type="person">
<email>gasc@eurecom.fr</email>
<name>Gasc Henri</name>
</maintainer>
<upstream>
<remote-id type="github">fonttools/skia-pathops</remote-id>
<remote-id type="pypi">skia-pathops</remote-id>
</upstream>
<longdescription lang="en">
Python bindings for the Google Skia library's Path Ops module, performing boolean operations on paths (intersection, union, difference, xor).
</longdescription>
</pkgmetadata>

View File

@@ -3,21 +3,20 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
hash="fa6de52d9cb3a44158431d4cce870e7c2a56cdccedc8fa1262cbf61d4e1e"
HASH="4c6ce1f1f3e8d3888165f2830adcf340922416c155647b12ebac2dcc423e"
DESCRIPTION="Python bindings for the Skia Path Ops"
HOMEPAGE="
https://skia.org/dev/present/pathops
https://pypi.org/project/skia-pathops/
https://github.com/fonttools/skia-pathops
"
SRC_URI="https://files.pythonhosted.org/packages/37/15/${hash}/${P}.post1.zip"
S="${WORKDIR}/${P}.post1"
SRC_URI="https://files.pythonhosted.org/packages/e5/85/${HASH}/skia_pathops-${PV}.post2.zip"
S="${WORKDIR}/skia_pathops-${PV}.post2"
LICENSE="BSD"
SLOT="0"
@@ -30,7 +29,7 @@ BDEPEND="
dev-build/gn
"
PATCHES=( "${FILESDIR}"/${PN}-0.7.4-no-net.patch )
PATCHES=( "${FILESDIR}"/${PN}-0.8.0-no-net.patch )
REPYTEST_DESELECT=(
tests/pathops_test.py::PathTest::test_transform