commit: 706ab228f3721f30f3adbae53d66c38bd4e95723 Author: Henri Gasc <gasc <AT> eurecom <DOT> fr> AuthorDate: Wed Dec 4 23:13:10 2024 +0000 Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr> CommitDate: Wed Dec 4 23:28:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=706ab228
dev-python/skia-pathops: Use 0.8.0.post2 Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr> dev-python/skia-pathops/Manifest | 2 +- ...4-no-net.patch => skia-pathops-0.8.0-no-net.patch} | 0 dev-python/skia-pathops/metadata.xml | 19 +++++++++++-------- ...hops-0.8.0.ebuild => skia-pathops-0.8.0-r1.ebuild} | 13 ++++++------- 4 files changed, 18 insertions(+), 16 deletions(-) diff --git a/dev-python/skia-pathops/Manifest b/dev-python/skia-pathops/Manifest index c2bd807e9..fc226097f 100644 --- a/dev-python/skia-pathops/Manifest +++ b/dev-python/skia-pathops/Manifest @@ -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 diff --git a/dev-python/skia-pathops/files/skia-pathops-0.7.4-no-net.patch b/dev-python/skia-pathops/files/skia-pathops-0.8.0-no-net.patch similarity index 100% rename from dev-python/skia-pathops/files/skia-pathops-0.7.4-no-net.patch rename to dev-python/skia-pathops/files/skia-pathops-0.8.0-no-net.patch diff --git a/dev-python/skia-pathops/metadata.xml b/dev-python/skia-pathops/metadata.xml index 43f457251..39029ac90 100644 --- a/dev-python/skia-pathops/metadata.xml +++ b/dev-python/skia-pathops/metadata.xml @@ -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>[email protected]</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> diff --git a/dev-python/skia-pathops/skia-pathops-0.8.0.ebuild b/dev-python/skia-pathops/skia-pathops-0.8.0-r1.ebuild similarity index 73% rename from dev-python/skia-pathops/skia-pathops-0.8.0.ebuild rename to dev-python/skia-pathops/skia-pathops-0.8.0-r1.ebuild index 1de1be9f3..2534d9801 100644 --- a/dev-python/skia-pathops/skia-pathops-0.8.0.ebuild +++ b/dev-python/skia-pathops/skia-pathops-0.8.0-r1.ebuild @@ -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
