summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-01-30 13:55:35 +0100
committerMichał Górny <mgorny@gentoo.org>2022-01-30 14:09:38 +0100
commit63823d6dd638715c79c6f6e6e59f44f33c52b3b1 (patch)
treeb743f50ca086c8bef746202205c8c841ee0cd099
parentdev-python/wrapt: Switch to PEP 517 build (diff)
downloadgentoo-63823d6dd638715c79c6f6e6e59f44f33c52b3b1.tar.gz
gentoo-63823d6dd638715c79c6f6e6e59f44f33c52b3b1.tar.bz2
gentoo-63823d6dd638715c79c6f6e6e59f44f33c52b3b1.zip
dev-python/yaswfp: Switch to PEP 517 build
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/yaswfp/yaswfp-0.9.3-r2.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/yaswfp/yaswfp-0.9.3-r2.ebuild b/dev-python/yaswfp/yaswfp-0.9.3-r2.ebuild
new file mode 100644
index 000000000000..bcf78c26bde8
--- /dev/null
+++ b/dev-python/yaswfp/yaswfp-0.9.3-r2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..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"