From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/svg-path/
Date: Sun, 10 Jul 2022 18:50:43 +0000 (UTC) [thread overview]
Message-ID: <1657479037.40e7caf2474c8abdb64c0bae1622c03ac0c236d0.mgorny@gentoo> (raw)
commit: 40e7caf2474c8abdb64c0bae1622c03ac0c236d0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 18:48:58 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 18:50:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e7caf2
dev-python/svg-path: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/svg-path/Manifest | 2 --
dev-python/svg-path/svg-path-6.0.ebuild | 37 ---------------------------------
dev-python/svg-path/svg-path-6.1.ebuild | 33 -----------------------------
3 files changed, 72 deletions(-)
diff --git a/dev-python/svg-path/Manifest b/dev-python/svg-path/Manifest
index 33ab0b6e6ab7..0561203e4fae 100644
--- a/dev-python/svg-path/Manifest
+++ b/dev-python/svg-path/Manifest
@@ -1,3 +1 @@
-DIST svg-path-6.0.gh.tar.gz 39195 BLAKE2B a2fd54705a1c41057325a8d9f1151ca7393b4caf496157b4860dd8fb9cda05dcf5bdfe0d601b59c3e25a70e2e01042864936dc5e87b45b7a94e03f4861899884 SHA512 3d51b4912786a5d2bb38f1a98b8b7f4dd0b8e62cdd5e899802eff19bb95d43f4f4c278fbb02951e03e32eff031247a92c95699950be775076d24be37bb6ce70f
-DIST svg-path-6.1.gh.tar.gz 39240 BLAKE2B 4f7751f436086f4a01f158b59b446272c7d1b345c1f04d9e2d0b543a2227def4e271cc80ef9040fe4ffdcfc42a2572293fc5f1a6a427b631cda3392d18dec478 SHA512 1149c099f2fbc55f4ed4996f8c7c797e65ac6bfad478caf75d15c79f6b2f0bcc055b16254e8d9093c13748c1b44222069fb5e924975bd55aab4f56f3f087600e
DIST svg-path-6.2.gh.tar.gz 39478 BLAKE2B ef5a5c7aca3dc0e3f383f5e2810bad8960e32a55d00b6300e30c81fbe837f380d073bae60b891d371f8a9be3ca556ef11821d5b7c2fe5db519465b099d35e3f9 SHA512 7c9a67467e888f4961d54daf2706125c4ae21bb0cd1010f335eb072df78f12b1da99ddcf64a33a85a0e82a8b347f19e876161e3da8ebf43e5e7b45bbaf7d3325
diff --git a/dev-python/svg-path/svg-path-6.0.ebuild b/dev-python/svg-path/svg-path-6.0.ebuild
deleted file mode 100644
index ecf93697e64c..000000000000
--- a/dev-python/svg-path/svg-path-6.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="SVG path objects and parser"
-HOMEPAGE="
- https://github.com/regebro/svg.path/
- https://pypi.org/project/svg.path/
-"
-SRC_URI="
- https://github.com/regebro/svg.path/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-
-BDEPEND="
- test? (
- dev-python/pillow[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- src/svg/path/tests/test_image.py::ImageTest::test_image
-)
diff --git a/dev-python/svg-path/svg-path-6.1.ebuild b/dev-python/svg-path/svg-path-6.1.ebuild
deleted file mode 100644
index d66a95747a1d..000000000000
--- a/dev-python/svg-path/svg-path-6.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="SVG path objects and parser"
-HOMEPAGE="
- https://github.com/regebro/svg.path/
- https://pypi.org/project/svg.path/
-"
-SRC_URI="
- https://github.com/regebro/svg.path/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-BDEPEND="
- test? (
- dev-python/pillow[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
next reply other threads:[~2022-07-10 18:50 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-10 18:50 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-26 10:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/svg-path/ Michał Górny
2025-07-26 10:18 Michał Górny
2025-07-07 2:43 Michał Górny
2025-05-29 6:53 Michał Górny
2025-05-13 19:07 Arthur Zamarin
2024-05-18 9:41 Michał Górny
2023-11-25 12:46 Arthur Zamarin
2023-11-24 19:01 Michał Górny
2023-06-02 4:52 Michał Górny
2023-06-01 20:04 Sam James
2023-06-01 14:59 Michał Górny
2023-04-30 3:55 Michał Górny
2022-07-10 16:56 Sam James
2022-06-18 6:47 Michał Górny
2022-06-09 19:19 Michał Górny
2022-05-19 7:14 Michał Górny
2022-04-27 7:00 Michał Górny
2022-04-26 23:24 Sam James
2022-04-15 6:36 Arthur Zamarin
2022-03-24 10:20 Michał Górny
2022-03-21 20:39 Arthur Zamarin
2022-03-10 21:21 Jakov Smolić
2022-02-11 20:25 Arthur Zamarin
2021-08-25 5:29 Arthur Zamarin
2021-08-25 5:29 Arthur Zamarin
2021-08-25 5:29 Arthur Zamarin
2021-02-17 8:33 Michał Górny
2021-02-17 8:33 Michał Górny
2020-10-21 22:51 Michał Górny
2020-09-27 7:20 Dennis Lamm
2019-12-28 16:16 David Seifert
2018-10-19 7:06 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1657479037.40e7caf2474c8abdb64c0bae1622c03ac0c236d0.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox