* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/skia-pathops/
@ 2022-06-01 5:03 Anna Vyalkova
0 siblings, 0 replies; 16+ messages in thread
From: Anna Vyalkova @ 2022-06-01 5:03 UTC (permalink / raw
To: gentoo-commits
commit: 7491e3c8c88b2befb65ff32794b07dfeb86467b0
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jun 1 02:47:09 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jun 1 05:02:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7491e3c8
dev-python/skia-pathops: update EAPI 7 -> 8
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/skia-pathops/skia-pathops-0.7.2.ebuild | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/dev-python/skia-pathops/skia-pathops-0.7.2.ebuild b/dev-python/skia-pathops/skia-pathops-0.7.2.ebuild
index 661fa5e18..540015063 100644
--- a/dev-python/skia-pathops/skia-pathops-0.7.2.ebuild
+++ b/dev-python/skia-pathops/skia-pathops-0.7.2.ebuild
@@ -1,29 +1,30 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=8
-MYP="${P/_p/.post}"
PYTHON_COMPAT=( python3_{8..10} )
-
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
+MY_P="${P/_p/.post}"
DESCRIPTION="Python bindings for the Skia Path Ops"
HOMEPAGE="
https://github.com/fonttools/skia-pathops
https://skia.org/dev/present/pathops
"
-SRC_URI="mirror://pypi/${MYP:0:1}/${PN}/${MYP}.zip"
-S="${WORKDIR}/${MYP}"
+SRC_URI="mirror://pypi/${MY_P:0:1}/${PN}/${MY_P}.zip"
+S="${WORKDIR}/${MY_P}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="media-libs/skia"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-python/cython[${PYTHON_USEDEP}]
+"
BDEPEND="
app-arch/unzip
- dev-python/cython[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? ( dev-python/pytest-cython[${PYTHON_USEDEP}] )
"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/skia-pathops/
@ 2024-03-10 18:05 Julien Roy
0 siblings, 0 replies; 16+ messages in thread
From: Julien Roy @ 2024-03-10 18:05 UTC (permalink / raw
To: gentoo-commits
commit: 6fa1ccd0c5c825794e091051f129e697ad0ef9b4
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Mar 10 18:02:44 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Mar 10 18:04:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6fa1ccd0
dev-python/skia-pathops: drop 0.7.4
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/skia-pathops/Manifest | 1 -
dev-python/skia-pathops/skia-pathops-0.7.4.ebuild | 40 -----------------------
2 files changed, 41 deletions(-)
diff --git a/dev-python/skia-pathops/Manifest b/dev-python/skia-pathops/Manifest
index 580da5d6f6..c2bd807e96 100644
--- a/dev-python/skia-pathops/Manifest
+++ b/dev-python/skia-pathops/Manifest
@@ -1,2 +1 @@
-DIST skia-pathops-0.7.4.zip 61294605 BLAKE2B f68f19a9de6c8d3a7052b8b6e89cfdd789a3ca6932563b9af9e46a8dde50f3583e15c12bfa519b841cd0cb40e765ee29a63a8a330a6109458a1597727095ae94 SHA512 71df9b0b237a70af2246a30d53e201da493deb7a098dd969c346745c60997df1aeb1b20d4c94c2443b1c710c464272b44e9225d58ac3a9fd1074816839ae797b
DIST skia-pathops-0.8.0.post1.zip 66955898 BLAKE2B d1ad24e7dd350b44deec8aaffb17110f048fc0d4584f192eb97b52b9f98604a6fbdd35d37cc5317da14dd33225904eaf8beb0bda761017a9267b7e9f62ca0d2d SHA512 8828a8d3f070d8c4503abc144f3c5566d23812a1646b8c07e61b2b93bc43343ddee8b0c603bf47d029cfbc193c336a2a0d55251230626eb391caaa4654537342
diff --git a/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild b/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild
deleted file mode 100644
index c23c69ee9b..0000000000
--- a/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-PYPI_NO_NORMALIZE=1
-DISTUTILS_USE_PEP517=setuptools
-DISTUTILS_EXT=1
-inherit distutils-r1 pypi
-
-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="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# Until cpdef is removed from skia-pathops, we need cython < 3.0.0
-BDEPEND="
- app-alternatives/ninja
- app-arch/unzip
- <dev-python/cython-3[${PYTHON_USEDEP}]
- dev-build/gn
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.7.4-no-net.patch )
-
-REPYTEST_DESELECT=(
- tests/pathops_test.py::PathTest::test_transform
- "tests/pathops_test.py::test_path_operation[conic_2_quad-operations3-expected3]"
- "tests/pathops_test.py::test_path_operation[arc_to_quads-operations4-expected4]"
-)
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/skia-pathops/
@ 2024-01-18 12:19 Takuya Wakazono
0 siblings, 0 replies; 16+ messages in thread
From: Takuya Wakazono @ 2024-01-18 12:19 UTC (permalink / raw
To: gentoo-commits
commit: 6dab036d0f62df2ac9c4266096a2255c169afaac
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Jan 18 12:08:33 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Thu Jan 18 12:19:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6dab036d
dev-python/skia-pathops: move {dev-util → dev-build}/gn
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-python/skia-pathops/skia-pathops-0.7.4.ebuild | 2 +-
dev-python/skia-pathops/skia-pathops-0.8.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild b/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild
index c0b411c4cb..c23c69ee9b 100644
--- a/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild
+++ b/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild
@@ -26,7 +26,7 @@ BDEPEND="
app-alternatives/ninja
app-arch/unzip
<dev-python/cython-3[${PYTHON_USEDEP}]
- dev-util/gn
+ dev-build/gn
"
PATCHES=( "${FILESDIR}"/${PN}-0.7.4-no-net.patch )
diff --git a/dev-python/skia-pathops/skia-pathops-0.8.0.ebuild b/dev-python/skia-pathops/skia-pathops-0.8.0.ebuild
index 6bda3b83da..1de1be9f3e 100644
--- a/dev-python/skia-pathops/skia-pathops-0.8.0.ebuild
+++ b/dev-python/skia-pathops/skia-pathops-0.8.0.ebuild
@@ -27,7 +27,7 @@ BDEPEND="
app-alternatives/ninja
app-arch/unzip
dev-python/cython[${PYTHON_USEDEP}]
- dev-util/gn
+ dev-build/gn
"
PATCHES=( "${FILESDIR}"/${PN}-0.7.4-no-net.patch )
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/skia-pathops/
@ 2023-12-25 20:33 Henri Gasc
0 siblings, 0 replies; 16+ messages in thread
From: Henri Gasc @ 2023-12-25 20:33 UTC (permalink / raw
To: gentoo-commits
commit: 5fbe597c341805d4e964907823fe1e396c8b453b
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Mon Dec 25 20:32:37 2023 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Mon Dec 25 20:32:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fbe597c
dev-python/skia-pathops: remove false comment
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
dev-python/skia-pathops/skia-pathops-0.8.0.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/skia-pathops/skia-pathops-0.8.0.ebuild b/dev-python/skia-pathops/skia-pathops-0.8.0.ebuild
index a4b2904383..238ec3e7bf 100644
--- a/dev-python/skia-pathops/skia-pathops-0.8.0.ebuild
+++ b/dev-python/skia-pathops/skia-pathops-0.8.0.ebuild
@@ -23,7 +23,6 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
-# Until cpdef is removed from skia-pathops, we need cython < 3.0.0
BDEPEND="
app-arch/unzip
dev-python/cython[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/skia-pathops/
@ 2023-12-06 7:58 Henri Gasc
0 siblings, 0 replies; 16+ messages in thread
From: Henri Gasc @ 2023-12-06 7:58 UTC (permalink / raw
To: gentoo-commits
commit: 21c2bfa70690fdbaa672e10e03719cc20bb7a365
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Mon Dec 4 15:40:20 2023 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Wed Dec 6 07:57:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21c2bfa7
dev-python/skia-pathops: add 0.8.0
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
dev-python/skia-pathops/Manifest | 1 +
dev-python/skia-pathops/skia-pathops-0.8.0.ebuild | 42 +++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-python/skia-pathops/Manifest b/dev-python/skia-pathops/Manifest
index 4a1c7521cf..580da5d6f6 100644
--- a/dev-python/skia-pathops/Manifest
+++ b/dev-python/skia-pathops/Manifest
@@ -1 +1,2 @@
DIST skia-pathops-0.7.4.zip 61294605 BLAKE2B f68f19a9de6c8d3a7052b8b6e89cfdd789a3ca6932563b9af9e46a8dde50f3583e15c12bfa519b841cd0cb40e765ee29a63a8a330a6109458a1597727095ae94 SHA512 71df9b0b237a70af2246a30d53e201da493deb7a098dd969c346745c60997df1aeb1b20d4c94c2443b1c710c464272b44e9225d58ac3a9fd1074816839ae797b
+DIST skia-pathops-0.8.0.post1.zip 66955898 BLAKE2B d1ad24e7dd350b44deec8aaffb17110f048fc0d4584f192eb97b52b9f98604a6fbdd35d37cc5317da14dd33225904eaf8beb0bda761017a9267b7e9f62ca0d2d SHA512 8828a8d3f070d8c4503abc144f3c5566d23812a1646b8c07e61b2b93bc43343ddee8b0c603bf47d029cfbc193c336a2a0d55251230626eb391caaa4654537342
diff --git a/dev-python/skia-pathops/skia-pathops-0.8.0.ebuild b/dev-python/skia-pathops/skia-pathops-0.8.0.ebuild
new file mode 100644
index 0000000000..a4b2904383
--- /dev/null
+++ b/dev-python/skia-pathops/skia-pathops-0.8.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
+inherit distutils-r1 pypi
+
+hash="fa6de52d9cb3a44158431d4cce870e7c2a56cdccedc8fa1262cbf61d4e1e"
+
+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"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Until cpdef is removed from skia-pathops, we need cython < 3.0.0
+BDEPEND="
+ app-arch/unzip
+ dev-python/cython[${PYTHON_USEDEP}]
+ dev-util/gn
+ dev-util/ninja
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.7.4-no-net.patch )
+
+REPYTEST_DESELECT=(
+ tests/pathops_test.py::PathTest::test_transform
+ "tests/pathops_test.py::test_path_operation[conic_2_quad-operations3-expected3]"
+ "tests/pathops_test.py::test_path_operation[arc_to_quads-operations4-expected4]"
+)
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/skia-pathops/
@ 2023-09-02 13:06 Henri Gasc
0 siblings, 0 replies; 16+ messages in thread
From: Henri Gasc @ 2023-09-02 13:06 UTC (permalink / raw
To: gentoo-commits
commit: 29be66211262fcb0de9f0316bd400bba53d54569
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Sat Sep 2 13:05:23 2023 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Sat Sep 2 13:05:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29be6621
dev-python/skia-pathops: enable py3.12,limit cython to <3.0.0, remove
pytest-cython as dep
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
dev-python/skia-pathops/skia-pathops-0.7.4.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild b/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild
index 300aaf90d8..a8320364e7 100644
--- a/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild
+++ b/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
PYPI_NO_NORMALIZE=1
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
@@ -21,14 +21,12 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
+# Until cpdef is removed from skia-pathops, we need cython < 3.0.0
BDEPEND="
app-arch/unzip
- dev-python/cython[${PYTHON_USEDEP}]
+ <dev-python/cython-3[${PYTHON_USEDEP}]
dev-util/gn
dev-util/ninja
- test? (
- dev-python/pytest-cython[${PYTHON_USEDEP}]
- )
"
PATCHES=( "${FILESDIR}"/${PN}-0.7.4-no-net.patch )
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/skia-pathops/
@ 2023-05-04 1:15 Anna Vyalkova
0 siblings, 0 replies; 16+ messages in thread
From: Anna Vyalkova @ 2023-05-04 1:15 UTC (permalink / raw
To: gentoo-commits
commit: 2ae225a6e181d9b61d5a33e11b26a204c03e2743
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu May 4 01:10:57 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu May 4 01:14:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ae225a6
dev-python/skia-pathops: set DISTUTILS_EXT=1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/skia-pathops/skia-pathops-0.7.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild b/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild
index 56a99dff7..300aaf90d 100644
--- a/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild
+++ b/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild
@@ -6,6 +6,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
PYPI_NO_NORMALIZE=1
DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
inherit distutils-r1 pypi
DESCRIPTION="Python bindings for the Skia Path Ops"
@@ -23,7 +24,6 @@ KEYWORDS="~amd64"
BDEPEND="
app-arch/unzip
dev-python/cython[${PYTHON_USEDEP}]
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
dev-util/gn
dev-util/ninja
test? (
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/skia-pathops/
@ 2022-06-01 5:03 Anna Vyalkova
0 siblings, 0 replies; 16+ messages in thread
From: Anna Vyalkova @ 2022-06-01 5:03 UTC (permalink / raw
To: gentoo-commits
commit: c00bc623962ca7ca5084f841f062b70fb26fe090
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jun 1 02:44:49 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jun 1 05:02:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c00bc623
dev-python/skia-pathops: drop 0.6.0_p2
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/skia-pathops/Manifest | 1 -
.../skia-pathops/skia-pathops-0.6.0_p2.ebuild | 48 ----------------------
2 files changed, 49 deletions(-)
diff --git a/dev-python/skia-pathops/Manifest b/dev-python/skia-pathops/Manifest
index 5b4c87f54..1e4302f0f 100644
--- a/dev-python/skia-pathops/Manifest
+++ b/dev-python/skia-pathops/Manifest
@@ -1,2 +1 @@
-DIST skia-pathops-0.6.0.post2.zip 41471167 BLAKE2B b9da1ff7deade28e0b5ce4fa6590eb92b50976027fc9da805b50c9d1526a60c28661d5378ecdc4dc2de42f7d3d904dd2f768b49df716b345253ffe2475f1afe7 SHA512 3ebcf044d045a57531229841630dea6e656df434a4a9b994a9a1162c93f0c894ffb20cfb493159cefd1afbe40366e2f9742a4aeea1a693d917fa55841c887e86
DIST skia-pathops-0.7.2.zip 61294134 BLAKE2B 7cd7d5b9c244ee108bbf9b6c086e210fa05f65a8d2e36e7036a9ad94a1ff9ad2f8777ce74e4227ddd15e6b197afa668fad1cf8d110e5ac87e496c85b6e97c8dd SHA512 bf4c02895d08ee174f700d83753e3d5ada1f1de018a07b2e1574f01bd3283edaf71b1859c732d27a45030fc070232c34098760b3144b2a91a7bee72ff220394d
diff --git a/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild b/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild
deleted file mode 100644
index cb62b29fe..000000000
--- a/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-MYP="${P/_p/.post}"
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for the Skia Path Ops"
-HOMEPAGE="
- https://github.com/fonttools/skia-pathops
- https://skia.org/dev/present/pathops
-"
-SRC_URI="mirror://pypi/${MYP:0:1}/${PN}/${MYP}.zip"
-S="${WORKDIR}/${MYP}"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- media-libs/skia
-"
-DEPEND="
- ${RDEPEND}
- test? (
- dev-python/pytest-cython[${PYTHON_USEDEP}]
- dev-python/pytest-randomly[${PYTHON_USEDEP}]
- dev-python/pytest-xdist[${PYTHON_USEDEP}]
- )
-"
-BDEPEND="
- app-arch/unzip
- dev-python/cython[${PYTHON_USEDEP}]
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-pkg_setup() {
- export BUILD_SKIA_FROM_SOURCE=0
-}
-
-python_test() {
- # assert <pathops.Path object at 0x7fe53e76cc00: 1 contours> == <pathops.Path object at 0x7fe53e76c2a0: 1 contours>
- epytest --deselect tests/pathops_test.py::PathTest::test_transform
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/skia-pathops/
@ 2022-05-28 15:15 Alessandro Barbieri
0 siblings, 0 replies; 16+ messages in thread
From: Alessandro Barbieri @ 2022-05-28 15:15 UTC (permalink / raw
To: gentoo-commits
commit: bd31909c7321e251af63d8dcd62771b31de434db
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 15:10:19 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 15:10:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd31909c
dev-python/skia-pathops: enable py3.10
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild b/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild
index 40e47553f..cb62b29fe 100644
--- a/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild
+++ b/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
MYP="${P/_p/.post}"
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/skia-pathops/
@ 2021-12-14 7:14 Anna Vyalkova
0 siblings, 0 replies; 16+ messages in thread
From: Anna Vyalkova @ 2021-12-14 7:14 UTC (permalink / raw
To: gentoo-commits
commit: 58e5941191e760441212811ce64f903b3ecbc5b5
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Dec 12 10:57:48 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Dec 14 07:12:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58e59411
dev-python/skia-pathops: add 0.7.2
Closes: https://bugs.gentoo.org/818061
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/skia-pathops/Manifest | 1 +
dev-python/skia-pathops/skia-pathops-0.7.2.ebuild | 41 +++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-python/skia-pathops/Manifest b/dev-python/skia-pathops/Manifest
index badb54668..5b4c87f54 100644
--- a/dev-python/skia-pathops/Manifest
+++ b/dev-python/skia-pathops/Manifest
@@ -1 +1,2 @@
DIST skia-pathops-0.6.0.post2.zip 41471167 BLAKE2B b9da1ff7deade28e0b5ce4fa6590eb92b50976027fc9da805b50c9d1526a60c28661d5378ecdc4dc2de42f7d3d904dd2f768b49df716b345253ffe2475f1afe7 SHA512 3ebcf044d045a57531229841630dea6e656df434a4a9b994a9a1162c93f0c894ffb20cfb493159cefd1afbe40366e2f9742a4aeea1a693d917fa55841c887e86
+DIST skia-pathops-0.7.2.zip 61294134 BLAKE2B 7cd7d5b9c244ee108bbf9b6c086e210fa05f65a8d2e36e7036a9ad94a1ff9ad2f8777ce74e4227ddd15e6b197afa668fad1cf8d110e5ac87e496c85b6e97c8dd SHA512 bf4c02895d08ee174f700d83753e3d5ada1f1de018a07b2e1574f01bd3283edaf71b1859c732d27a45030fc070232c34098760b3144b2a91a7bee72ff220394d
diff --git a/dev-python/skia-pathops/skia-pathops-0.7.2.ebuild b/dev-python/skia-pathops/skia-pathops-0.7.2.ebuild
new file mode 100644
index 000000000..661fa5e18
--- /dev/null
+++ b/dev-python/skia-pathops/skia-pathops-0.7.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+MYP="${P/_p/.post}"
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for the Skia Path Ops"
+HOMEPAGE="
+ https://github.com/fonttools/skia-pathops
+ https://skia.org/dev/present/pathops
+"
+SRC_URI="mirror://pypi/${MYP:0:1}/${PN}/${MYP}.zip"
+S="${WORKDIR}/${MYP}"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="media-libs/skia"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ app-arch/unzip
+ dev-python/cython[${PYTHON_USEDEP}]
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ test? ( dev-python/pytest-cython[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ tests/pathops_test.py::PathTest::test_transform
+ "tests/pathops_test.py::test_path_operation[conic_2_quad-operations3-expected3]"
+ "tests/pathops_test.py::test_path_operation[arc_to_quads-operations4-expected4]"
+)
+
+pkg_setup() {
+ export BUILD_SKIA_FROM_SOURCE=0
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/skia-pathops/
@ 2021-10-09 9:30 Theo Anderson
0 siblings, 0 replies; 16+ messages in thread
From: Theo Anderson @ 2021-10-09 9:30 UTC (permalink / raw
To: gentoo-commits
commit: e97cc50ed3349a6314f79bd6b818999bb88de5c9
Author: James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Sat Oct 9 09:26:16 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat Oct 9 09:30:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e97cc50e
dev-python/skia-pathops: drop 0.4.1
Signed-off-by: James Beddek <telans <AT> posteo.de>
dev-python/skia-pathops/Manifest | 1 -
dev-python/skia-pathops/skia-pathops-0.4.1.ebuild | 52 -----------------------
2 files changed, 53 deletions(-)
diff --git a/dev-python/skia-pathops/Manifest b/dev-python/skia-pathops/Manifest
index d26dbc8f3..badb54668 100644
--- a/dev-python/skia-pathops/Manifest
+++ b/dev-python/skia-pathops/Manifest
@@ -1,2 +1 @@
-DIST skia-pathops-0.4.1.zip 41254623 BLAKE2B 8d47da77c6389419cdf229085c58e692a218f400458b3bd6633307316c0d127c05990438a739633ae1622aa394da95414f86eb23338c1ef28f69283608c4ee7a SHA512 62cef669a8518643c4aefe2860f4c2207d602a531fe3f2ff1ae700b092d6f60cd2c47190926c0d00c709995e519f5538722ed1c0f4b6881c5af5aeb2a5b43e3b
DIST skia-pathops-0.6.0.post2.zip 41471167 BLAKE2B b9da1ff7deade28e0b5ce4fa6590eb92b50976027fc9da805b50c9d1526a60c28661d5378ecdc4dc2de42f7d3d904dd2f768b49df716b345253ffe2475f1afe7 SHA512 3ebcf044d045a57531229841630dea6e656df434a4a9b994a9a1162c93f0c894ffb20cfb493159cefd1afbe40366e2f9742a4aeea1a693d917fa55841c887e86
diff --git a/dev-python/skia-pathops/skia-pathops-0.4.1.ebuild b/dev-python/skia-pathops/skia-pathops-0.4.1.ebuild
deleted file mode 100644
index 7c12d6353..000000000
--- a/dev-python/skia-pathops/skia-pathops-0.4.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for the Skia Path Ops"
-HOMEPAGE="
- https://github.com/fonttools/skia-pathops
- https://skia.org/dev/present/pathops
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
-
-KEYWORDS="~amd64"
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND="
- ~media-libs/skia-80_p20191220:=
-"
-DEPEND="
- ${RDEPEND}
- test? (
- dev-python/pytest-cython[${PYTHON_USEDEP}]
- dev-python/pytest-randomly[${PYTHON_USEDEP}]
- dev-python/pytest-xdist[${PYTHON_USEDEP}]
- )
-"
-BDEPEND="
- app-arch/unzip
- dev-python/cython[${PYTHON_USEDEP}]
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-pkg_setup() {
- export BUILD_SKIA_FROM_SOURCE=0
-}
-
-python_prepare_all() {
- sed -e '/doctest-cython/d' -i tox.ini
-
- # assert <pathops.Path object at 0x7fe53e76cc00: 1 contours> == <pathops.Path object at 0x7fe53e76c2a0: 1 contours>
- sed -i -e 's:test_transform:_&:' \
- tests/pathops_test.py || die
-
- distutils-r1_python_prepare_all
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/skia-pathops/
@ 2021-06-19 21:53 Alessandro Barbieri
0 siblings, 0 replies; 16+ messages in thread
From: Alessandro Barbieri @ 2021-06-19 21:53 UTC (permalink / raw
To: gentoo-commits
commit: 25c17b45e3023167a863a2c0cc09f69cccaaca54
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Jun 19 20:29:17 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Jun 19 21:53:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25c17b45
dev-python/skia-pathops: enable py3.9 and disable py3.7
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild b/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild
index 1ef3ac4ba..40e47553f 100644
--- a/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild
+++ b/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=( python3_{7,8} )
+MYP="${P/_p/.post}"
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
-MYP="${P/_p/.post}"
DESCRIPTION="Python bindings for the Skia Path Ops"
HOMEPAGE="
https://github.com/fonttools/skia-pathops
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/skia-pathops/
@ 2021-05-08 1:17 Alessandro Barbieri
0 siblings, 0 replies; 16+ messages in thread
From: Alessandro Barbieri @ 2021-05-08 1:17 UTC (permalink / raw
To: gentoo-commits
commit: 4182b521d244eb55926272438c50c7fed4b23dd4
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 8 01:16:47 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 8 01:17:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4182b521
dev-python/skia-pathops: add 0.6.0_p2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/skia-pathops/Manifest | 1 +
.../skia-pathops/skia-pathops-0.6.0_p2.ebuild | 48 ++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-python/skia-pathops/Manifest b/dev-python/skia-pathops/Manifest
index 4304fac3f..d26dbc8f3 100644
--- a/dev-python/skia-pathops/Manifest
+++ b/dev-python/skia-pathops/Manifest
@@ -1 +1,2 @@
DIST skia-pathops-0.4.1.zip 41254623 BLAKE2B 8d47da77c6389419cdf229085c58e692a218f400458b3bd6633307316c0d127c05990438a739633ae1622aa394da95414f86eb23338c1ef28f69283608c4ee7a SHA512 62cef669a8518643c4aefe2860f4c2207d602a531fe3f2ff1ae700b092d6f60cd2c47190926c0d00c709995e519f5538722ed1c0f4b6881c5af5aeb2a5b43e3b
+DIST skia-pathops-0.6.0.post2.zip 41471167 BLAKE2B b9da1ff7deade28e0b5ce4fa6590eb92b50976027fc9da805b50c9d1526a60c28661d5378ecdc4dc2de42f7d3d904dd2f768b49df716b345253ffe2475f1afe7 SHA512 3ebcf044d045a57531229841630dea6e656df434a4a9b994a9a1162c93f0c894ffb20cfb493159cefd1afbe40366e2f9742a4aeea1a693d917fa55841c887e86
diff --git a/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild b/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild
new file mode 100644
index 000000000..1ef3ac4ba
--- /dev/null
+++ b/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild
@@ -0,0 +1,48 @@
+# 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
+
+MYP="${P/_p/.post}"
+DESCRIPTION="Python bindings for the Skia Path Ops"
+HOMEPAGE="
+ https://github.com/fonttools/skia-pathops
+ https://skia.org/dev/present/pathops
+"
+SRC_URI="mirror://pypi/${MYP:0:1}/${PN}/${MYP}.zip"
+S="${WORKDIR}/${MYP}"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ media-libs/skia
+"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ dev-python/pytest-cython[${PYTHON_USEDEP}]
+ dev-python/pytest-randomly[${PYTHON_USEDEP}]
+ dev-python/pytest-xdist[${PYTHON_USEDEP}]
+ )
+"
+BDEPEND="
+ app-arch/unzip
+ dev-python/cython[${PYTHON_USEDEP}]
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+pkg_setup() {
+ export BUILD_SKIA_FROM_SOURCE=0
+}
+
+python_test() {
+ # assert <pathops.Path object at 0x7fe53e76cc00: 1 contours> == <pathops.Path object at 0x7fe53e76c2a0: 1 contours>
+ epytest --deselect tests/pathops_test.py::PathTest::test_transform
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/skia-pathops/
@ 2020-08-28 15:26 Andrew Ammerlaan
2020-08-28 15:26 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
0 siblings, 1 reply; 16+ messages in thread
From: Andrew Ammerlaan @ 2020-08-28 15:26 UTC (permalink / raw
To: gentoo-commits
commit: 4515c5ef79170bd70716f4da0f656e4207a1467a
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Aug 28 15:22:12 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Aug 28 15:26:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4515c5ef
dev-python/skia-pathops: drop py3.6, add py3.8
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/skia-pathops/skia-pathops-0.4.1.ebuild | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/dev-python/skia-pathops/skia-pathops-0.4.1.ebuild b/dev-python/skia-pathops/skia-pathops-0.4.1.ebuild
index 8ad9d5e..98ba56f 100644
--- a/dev-python/skia-pathops/skia-pathops-0.4.1.ebuild
+++ b/dev-python/skia-pathops/skia-pathops-0.4.1.ebuild
@@ -3,17 +3,18 @@
EAPI="7"
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
-KEYWORDS="~amd64"
DESCRIPTION="Python bindings for the Skia Path Ops"
HOMEPAGE="
https://github.com/fonttools/skia-pathops
https://skia.org/dev/present/pathops
"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
+
+KEYWORDS="~amd64"
LICENSE="BSD"
SLOT="0"
@@ -33,7 +34,6 @@ BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
"
-# dev-python/setuptools_git_ls_files[${PYTHON_USEDEP}]
distutils_enable_tests pytest
@@ -43,5 +43,10 @@ pkg_setup() {
python_prepare_all() {
sed -e '/doctest-cython/d' -i tox.ini
+
+ # assert <pathops.Path object at 0x7fe53e76cc00: 1 contours> == <pathops.Path object at 0x7fe53e76c2a0: 1 contours>
+ sed -i -e 's:test_transform:_&:' \
+ tests/pathops_test.py || die
+
distutils-r1_python_prepare_all
}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/skia-pathops/
2020-08-28 15:26 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-08-28 15:26 ` Andrew Ammerlaan
0 siblings, 0 replies; 16+ messages in thread
From: Andrew Ammerlaan @ 2020-08-28 15:26 UTC (permalink / raw
To: gentoo-commits
commit: 4515c5ef79170bd70716f4da0f656e4207a1467a
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Aug 28 15:22:12 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Aug 28 15:26:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4515c5ef
dev-python/skia-pathops: drop py3.6, add py3.8
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/skia-pathops/skia-pathops-0.4.1.ebuild | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/dev-python/skia-pathops/skia-pathops-0.4.1.ebuild b/dev-python/skia-pathops/skia-pathops-0.4.1.ebuild
index 8ad9d5e..98ba56f 100644
--- a/dev-python/skia-pathops/skia-pathops-0.4.1.ebuild
+++ b/dev-python/skia-pathops/skia-pathops-0.4.1.ebuild
@@ -3,17 +3,18 @@
EAPI="7"
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
-KEYWORDS="~amd64"
DESCRIPTION="Python bindings for the Skia Path Ops"
HOMEPAGE="
https://github.com/fonttools/skia-pathops
https://skia.org/dev/present/pathops
"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
+
+KEYWORDS="~amd64"
LICENSE="BSD"
SLOT="0"
@@ -33,7 +34,6 @@ BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
"
-# dev-python/setuptools_git_ls_files[${PYTHON_USEDEP}]
distutils_enable_tests pytest
@@ -43,5 +43,10 @@ pkg_setup() {
python_prepare_all() {
sed -e '/doctest-cython/d' -i tox.ini
+
+ # assert <pathops.Path object at 0x7fe53e76cc00: 1 contours> == <pathops.Path object at 0x7fe53e76c2a0: 1 contours>
+ sed -i -e 's:test_transform:_&:' \
+ tests/pathops_test.py || die
+
distutils-r1_python_prepare_all
}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/skia-pathops/
@ 2020-04-26 20:38 Alessandro Barbieri
0 siblings, 0 replies; 16+ messages in thread
From: Alessandro Barbieri @ 2020-04-26 20:38 UTC (permalink / raw
To: gentoo-commits
commit: 400d30ae54061a5d726e16401282f991b5f6f7bb
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Apr 26 20:37:57 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Apr 26 20:38:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=400d30ae
dev-python/skia-pathops: now working
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/skia-pathops/Manifest | 2 +-
.../{skia-pathops-0.4.0.ebuild => skia-pathops-0.4.1.ebuild} | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/dev-python/skia-pathops/Manifest b/dev-python/skia-pathops/Manifest
index 67aaadb..4304fac 100644
--- a/dev-python/skia-pathops/Manifest
+++ b/dev-python/skia-pathops/Manifest
@@ -1 +1 @@
-DIST skia-pathops-0.4.0.zip 41254656 BLAKE2B 000829370de58d75cd56211c564c9d58ccf530b638ec0314a8e91fb1a9bb2e3f7e38618f88f3f78f5c404eb9a5d2e182419be7ec411418459e47ad1400bfd615 SHA512 23162a491cbabc1915ef8263c3d49672fb6a2cd4165707fa2e42a43d8e2d4b6ec0ea2e9c2aa377de8e1cbcc1ad6ff7dc8c03b9bd9f6844b97a8a6e538e35075e
+DIST skia-pathops-0.4.1.zip 41254623 BLAKE2B 8d47da77c6389419cdf229085c58e692a218f400458b3bd6633307316c0d127c05990438a739633ae1622aa394da95414f86eb23338c1ef28f69283608c4ee7a SHA512 62cef669a8518643c4aefe2860f4c2207d602a531fe3f2ff1ae700b092d6f60cd2c47190926c0d00c709995e519f5538722ed1c0f4b6881c5af5aeb2a5b43e3b
diff --git a/dev-python/skia-pathops/skia-pathops-0.4.0.ebuild b/dev-python/skia-pathops/skia-pathops-0.4.1.ebuild
similarity index 94%
rename from dev-python/skia-pathops/skia-pathops-0.4.0.ebuild
rename to dev-python/skia-pathops/skia-pathops-0.4.1.ebuild
index 96d1bc9..8ad9d5e 100644
--- a/dev-python/skia-pathops/skia-pathops-0.4.0.ebuild
+++ b/dev-python/skia-pathops/skia-pathops-0.4.1.ebuild
@@ -18,7 +18,7 @@ LICENSE="BSD"
SLOT="0"
RDEPEND="
- ~media-libs/skia-80:=
+ ~media-libs/skia-80_p20191220:=
"
DEPEND="
${RDEPEND}
@@ -35,8 +35,6 @@ BDEPEND="
"
# dev-python/setuptools_git_ls_files[${PYTHON_USEDEP}]
-#S="${WORKDIR}/${PN}-${MY_PV#v}"
-
distutils_enable_tests pytest
pkg_setup() {
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/skia-pathops/
@ 2020-04-25 0:37 Alessandro Barbieri
0 siblings, 0 replies; 16+ messages in thread
From: Alessandro Barbieri @ 2020-04-25 0:37 UTC (permalink / raw
To: gentoo-commits
commit: f89a4bbb7b88b1515a08c33a5da725fc285550ef
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Apr 25 00:35:56 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Apr 25 00:37:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f89a4bbb
dev-python/skia-pathops: new package
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/skia-pathops/Manifest | 1 +
dev-python/skia-pathops/metadata.xml | 12 ++++++
dev-python/skia-pathops/skia-pathops-0.4.0.ebuild | 49 +++++++++++++++++++++++
3 files changed, 62 insertions(+)
diff --git a/dev-python/skia-pathops/Manifest b/dev-python/skia-pathops/Manifest
new file mode 100644
index 0000000..67aaadb
--- /dev/null
+++ b/dev-python/skia-pathops/Manifest
@@ -0,0 +1 @@
+DIST skia-pathops-0.4.0.zip 41254656 BLAKE2B 000829370de58d75cd56211c564c9d58ccf530b638ec0314a8e91fb1a9bb2e3f7e38618f88f3f78f5c404eb9a5d2e182419be7ec411418459e47ad1400bfd615 SHA512 23162a491cbabc1915ef8263c3d49672fb6a2cd4165707fa2e42a43d8e2d4b6ec0ea2e9c2aa377de8e1cbcc1ad6ff7dc8c03b9bd9f6844b97a8a6e538e35075e
diff --git a/dev-python/skia-pathops/metadata.xml b/dev-python/skia-pathops/metadata.xml
new file mode 100644
index 0000000..25c671f
--- /dev/null
+++ b/dev-python/skia-pathops/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <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.4.0.ebuild b/dev-python/skia-pathops/skia-pathops-0.4.0.ebuild
new file mode 100644
index 0000000..96d1bc9
--- /dev/null
+++ b/dev-python/skia-pathops/skia-pathops-0.4.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
+KEYWORDS="~amd64"
+DESCRIPTION="Python bindings for the Skia Path Ops"
+HOMEPAGE="
+ https://github.com/fonttools/skia-pathops
+ https://skia.org/dev/present/pathops
+"
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="
+ ~media-libs/skia-80:=
+"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ dev-python/pytest-cython[${PYTHON_USEDEP}]
+ dev-python/pytest-randomly[${PYTHON_USEDEP}]
+ dev-python/pytest-xdist[${PYTHON_USEDEP}]
+ )
+"
+BDEPEND="
+ app-arch/unzip
+ dev-python/cython[${PYTHON_USEDEP}]
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+# dev-python/setuptools_git_ls_files[${PYTHON_USEDEP}]
+
+#S="${WORKDIR}/${PN}-${MY_PV#v}"
+
+distutils_enable_tests pytest
+
+pkg_setup() {
+ export BUILD_SKIA_FROM_SOURCE=0
+}
+
+python_prepare_all() {
+ sed -e '/doctest-cython/d' -i tox.ini
+ distutils-r1_python_prepare_all
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
end of thread, other threads:[~2024-03-10 18:05 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-01 5:03 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/skia-pathops/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2024-03-10 18:05 Julien Roy
2024-01-18 12:19 Takuya Wakazono
2023-12-25 20:33 Henri Gasc
2023-12-06 7:58 Henri Gasc
2023-09-02 13:06 Henri Gasc
2023-05-04 1:15 Anna Vyalkova
2022-06-01 5:03 Anna Vyalkova
2022-05-28 15:15 Alessandro Barbieri
2021-12-14 7:14 Anna Vyalkova
2021-10-09 9:30 Theo Anderson
2021-06-19 21:53 Alessandro Barbieri
2021-05-08 1:17 Alessandro Barbieri
2020-08-28 15:26 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-28 15:26 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-26 20:38 Alessandro Barbieri
2020-04-25 0:37 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox