summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-22 00:48:18 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-22 00:51:26 +0200
commita082a544ffe4daf653026e013e8096671af379d7 (patch)
treee306ba3ca85fc5f9a66b3dc42ec66b207d910215 /dev-python/svg-path
parentdev-python/stevedore: Remove old (diff)
downloadgentoo-a082a544ffe4daf653026e013e8096671af379d7.tar.gz
gentoo-a082a544ffe4daf653026e013e8096671af379d7.tar.bz2
gentoo-a082a544ffe4daf653026e013e8096671af379d7.zip
dev-python/svg-path: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/svg-path')
-rw-r--r--dev-python/svg-path/Manifest1
-rw-r--r--dev-python/svg-path/svg-path-3.0.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/svg-path/Manifest b/dev-python/svg-path/Manifest
index 8c90abdb0a85..fa6d2195d6bf 100644
--- a/dev-python/svg-path/Manifest
+++ b/dev-python/svg-path/Manifest
@@ -1,2 +1 @@
-DIST svg.path-3.0.tar.gz 17077 BLAKE2B 6fdb51c982575639337d74a6f02f0bb3cc44dac56bd6982dec6493bed52d9caab5ed725ac59bf754f309cc62ef6f77faec462afacc8f93ce9a20b886ef2b5c8e SHA512 73d23f1386bbd4d1c1d805766f7e6fe6f8b7ac731e104020e7d853d7f1b46bc2681f44ef20d9c5343197d9d16b2af49f2c4ef4ba5945f4d25fa0493502203e13
DIST svg.path-4.0.2.tar.gz 18161 BLAKE2B bd5adbf059808b8197fbff0f12e274d98cc72ef840cd29e504bab1dd5fbcb5240aa3d6beb2cc3f6b91bcbdd9251fa29285de0ecd163c22d6cb8454102b911597 SHA512 0659c3d012b81cca83306c2895480bcc770cf23f4fc98dc4f167b6799a9c5618a90aabd81e2c91e6b7c57998d42f04a47d8f0fa966546111cd165127df239510
diff --git a/dev-python/svg-path/svg-path-3.0.ebuild b/dev-python/svg-path/svg-path-3.0.ebuild
deleted file mode 100644
index 9d0dcff79ea3..000000000000
--- a/dev-python/svg-path/svg-path-3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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
-
-MY_PN="svg.path"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="SVG path objects and parser"
-HOMEPAGE="https://github.com/regebro/svg.path"
-SRC_URI="https://github.com/regebro/svg.path/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-python_test() {
- esetup.py test || die
-}
-
-python_install() {
- python_domodule src/svg
-}