commit: 35a0de6ac62d9a55e4872611e26f75f6b0339199 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jun 16 08:07:27 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jun 16 08:07:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a0de6a
dev-python/pysvg: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pysvg/pysvg-0.2.2_p3.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/dev-python/pysvg/pysvg-0.2.2_p3.ebuild b/dev-python/pysvg/pysvg-0.2.2_p3.ebuild deleted file mode 100644 index a258f0188e58..000000000000 --- a/dev-python/pysvg/pysvg-0.2.2_p3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} ) - -inherit distutils-r1 - -MY_PN="${PN}-py3" -MY_PV="${PV/_p/.post}" - -DESCRIPTION="Python SVG document creation library" -HOMEPAGE="https://github.com/alorence/pysvg-py3" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${MY_PV}.tar.gz" -S="${WORKDIR}/${MY_PN}-${MY_PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64"