From: Bernard Cafarelli Date: Fri, 21 Feb 2020 14:09:45 +0000 (+0100) Subject: dev-python/yaswfp: add python 3.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=578af4086adcf89ee187ff8c0a648b6b77a46e81;p=gentoo.git dev-python/yaswfp: add python 3.7 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Bernard Cafarelli --- 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 index 000000000000..b1468f473944 --- /dev/null +++ b/dev-python/yaswfp/yaswfp-0.9.3-r1.ebuild @@ -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}"