From: Craig Andrews Date: Sun, 13 Oct 2019 20:19:48 +0000 (-0400) Subject: dev-python/args: EAPI=7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dd7ef325129938bd9ac6395fcc40e33eac04725d;p=gentoo.git dev-python/args: EAPI=7 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews --- diff --git a/dev-python/args/args-0.1.0-r1.ebuild b/dev-python/args/args-0.1.0-r1.ebuild new file mode 100644 index 000000000000..228d6f726ce1 --- /dev/null +++ b/dev-python/args/args-0.1.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) + +inherit distutils-r1 + +DESCRIPTION="Command Arguments for Humans" +HOMEPAGE="https://github.com/kennethreitz/args" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=""