diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-11 11:15:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-11 11:17:28 +0200 |
commit | 97967c4606be784fe157fcce6bd8a9af48f20460 (patch) | |
tree | 3cfef13028417e32d5e9b9756d29854b2c9536c4 /dev-python/yaswfp | |
parent | dev-python/signature_dispatch: Remove old (diff) | |
download | gentoo-97967c4606be784fe157fcce6bd8a9af48f20460.tar.gz gentoo-97967c4606be784fe157fcce6bd8a9af48f20460.tar.bz2 gentoo-97967c4606be784fe157fcce6bd8a9af48f20460.zip |
dev-python/yaswfp: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/yaswfp')
-rw-r--r-- | dev-python/yaswfp/yaswfp-0.9.3-r1.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/yaswfp/yaswfp-0.9.3-r1.ebuild b/dev-python/yaswfp/yaswfp-0.9.3-r1.ebuild deleted file mode 100644 index b835d4a1778b..000000000000 --- a/dev-python/yaswfp/yaswfp-0.9.3-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="Yet Another SWF Parser" -HOMEPAGE="https://github.com/facundobatista/yaswfp" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" |