Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/svg-path/
Date: Wed, 27 Apr 2022 07:00:28
Message-Id: 1651042819.68cd00fcde3d902b4c9109c7e3a4f28a8085e90e.mgorny@gentoo
1 commit: 68cd00fcde3d902b4c9109c7e3a4f28a8085e90e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 06:47:43 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 07:00:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68cd00fc
7
8 dev-python/svg-path: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/svg-path/Manifest | 3 ---
13 dev-python/svg-path/svg-path-4.1.ebuild | 23 -----------------------
14 dev-python/svg-path/svg-path-5.0.1.ebuild | 27 ---------------------------
15 dev-python/svg-path/svg-path-5.1.ebuild | 28 ----------------------------
16 4 files changed, 81 deletions(-)
17
18 diff --git a/dev-python/svg-path/Manifest b/dev-python/svg-path/Manifest
19 index 4ff87c59a230..75c7863ccd94 100644
20 --- a/dev-python/svg-path/Manifest
21 +++ b/dev-python/svg-path/Manifest
22 @@ -1,4 +1 @@
23 -DIST svg-path-5.0.1.gh.tar.gz 71178 BLAKE2B 3b8c1e30c913aff770d73eb5bbb4ded19363a80015f7e9b4ab63b46d6bdf7866fe800a702d328d571d744fbdadb097e843f89130b50e0d60398b6914d9740c9f SHA512 95a286853f4f5497297ec27e261f1864ce9829fb7caa73c69b9d4d1449463a871ae0a74fa85619bf3cc24cfa329944c9c970c6f89ff6c5c1878473f433aa6bfe
24 -DIST svg-path-5.1.gh.tar.gz 74165 BLAKE2B 170608b5133902eab77fa03fa042cb4a8b9f7a6c895b5faae567e7d8de574b0de55a68274cd3adbb0cfcbb1b60aec2432529fe5063b40657b0ca5cab59e205fe SHA512 a8812bd9bc5da3f0f2bd34494cb1e64f3a3dc5b34db75e35c89872b7a1caa91062cfc97b5f1b2bbb5f955b70a71052f2962c1d8769d508c945ec553b003869d4
25 DIST svg-path-6.0.gh.tar.gz 39195 BLAKE2B a2fd54705a1c41057325a8d9f1151ca7393b4caf496157b4860dd8fb9cda05dcf5bdfe0d601b59c3e25a70e2e01042864936dc5e87b45b7a94e03f4861899884 SHA512 3d51b4912786a5d2bb38f1a98b8b7f4dd0b8e62cdd5e899802eff19bb95d43f4f4c278fbb02951e03e32eff031247a92c95699950be775076d24be37bb6ce70f
26 -DIST svg.path-4.1.tar.gz 18228 BLAKE2B 3b70a37336078f0c4fb9ae1754cf92df7be957ac632931e4151ea158b05e54a29b68b74b9c69694d3e79986c13095e357fa52a8cecff3d1ad5ab3e2ef7c13015 SHA512 fb302c65f85bd61d98baab9e2a9707bc82f1bf02f3c9a34e5b864dcc7d2e03f85bd26a4fadd91a4249dbc37ae13f57eb5cdfc2805cbcb4f693d6f5c8863a3e92
27
28 diff --git a/dev-python/svg-path/svg-path-4.1.ebuild b/dev-python/svg-path/svg-path-4.1.ebuild
29 deleted file mode 100644
30 index 72d70ec923f6..000000000000
31 --- a/dev-python/svg-path/svg-path-4.1.ebuild
32 +++ /dev/null
33 @@ -1,23 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -
41 -inherit distutils-r1
42 -
43 -MY_P="svg.path-${PV}"
44 -DESCRIPTION="SVG path objects and parser"
45 -HOMEPAGE="https://github.com/regebro/svg.path"
46 -SRC_URI="
47 - https://github.com/regebro/svg.path/archive/${PV}.tar.gz
48 - -> ${MY_P}.tar.gz
49 -"
50 -S="${WORKDIR}/${MY_P}"
51 -
52 -LICENSE="MIT"
53 -SLOT="0"
54 -KEYWORDS="amd64 ~arm64 ~x86"
55 -
56 -distutils_enable_tests setup.py
57
58 diff --git a/dev-python/svg-path/svg-path-5.0.1.ebuild b/dev-python/svg-path/svg-path-5.0.1.ebuild
59 deleted file mode 100644
60 index c4dc52ae51aa..000000000000
61 --- a/dev-python/svg-path/svg-path-5.0.1.ebuild
62 +++ /dev/null
63 @@ -1,27 +0,0 @@
64 -# Copyright 1999-2022 Gentoo Authors
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=8
68 -
69 -DISTUTILS_USE_PEP517=setuptools
70 -PYTHON_COMPAT=( python3_{8..10} )
71 -inherit distutils-r1
72 -
73 -MY_P="svg.path-${PV}"
74 -DESCRIPTION="SVG path objects and parser"
75 -HOMEPAGE="https://github.com/regebro/svg.path"
76 -SRC_URI="
77 - https://github.com/regebro/svg.path/archive/${PV}.tar.gz
78 - -> ${P}.gh.tar.gz
79 -"
80 -S="${WORKDIR}/${MY_P}"
81 -
82 -LICENSE="MIT"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~arm64 ~x86"
85 -
86 -distutils_enable_tests pytest
87 -
88 -EPYTEST_DESELECT=(
89 - src/svg/path/tests/test_image.py::ImageTest::test_image
90 -)
91
92 diff --git a/dev-python/svg-path/svg-path-5.1.ebuild b/dev-python/svg-path/svg-path-5.1.ebuild
93 deleted file mode 100644
94 index ec9580166a04..000000000000
95 --- a/dev-python/svg-path/svg-path-5.1.ebuild
96 +++ /dev/null
97 @@ -1,28 +0,0 @@
98 -# Copyright 1999-2022 Gentoo Authors
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=8
102 -
103 -DISTUTILS_USE_PEP517=setuptools
104 -PYTHON_COMPAT=( python3_{8..10} )
105 -
106 -inherit distutils-r1
107 -
108 -MY_P="svg.path-${PV}"
109 -DESCRIPTION="SVG path objects and parser"
110 -HOMEPAGE="https://github.com/regebro/svg.path"
111 -SRC_URI="
112 - https://github.com/regebro/svg.path/archive/${PV}.tar.gz
113 - -> ${P}.gh.tar.gz
114 -"
115 -S="${WORKDIR}/${MY_P}"
116 -
117 -LICENSE="MIT"
118 -SLOT="0"
119 -KEYWORDS="~amd64 ~arm64 ~x86"
120 -
121 -distutils_enable_tests pytest
122 -
123 -EPYTEST_DESELECT=(
124 - src/svg/path/tests/test_image.py::ImageTest::test_image
125 -)