diff options
Diffstat (limited to 'dev-python/svg-path/svg-path-4.0.2.ebuild')
-rw-r--r-- | dev-python/svg-path/svg-path-4.0.2.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/svg-path/svg-path-4.0.2.ebuild b/dev-python/svg-path/svg-path-4.0.2.ebuild deleted file mode 100644 index 5610e44fd423..000000000000 --- a/dev-python/svg-path/svg-path-4.0.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -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="" - -S="${WORKDIR}/${MY_P}" - -distutils_enable_tests setup.py - -python_install() { - python_domodule src/svg -} |