dev-python/yaswfp: add python 3.7
authorBernard Cafarelli <voyageur@gentoo.org>
Fri, 21 Feb 2020 14:09:45 +0000 (15:09 +0100)
committerBernard Cafarelli <voyageur@gentoo.org>
Fri, 21 Feb 2020 14:11:06 +0000 (15:11 +0100)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
dev-python/yaswfp/yaswfp-0.9.3-r1.ebuild [new file with mode: 0644]

diff --git a/dev-python/yaswfp/yaswfp-0.9.3-r1.ebuild b/dev-python/yaswfp/yaswfp-0.9.3-r1.ebuild
new file mode 100644 (file)
index 0000000..b1468f4
--- /dev/null
@@ -0,0 +1,20 @@
+# 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
+
+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}"