diff --git a/dev-python/argparse/Manifest b/dev-python/argparse/Manifest new file mode 100644 index 0000000000..b7f1d1c21e --- /dev/null +++ b/dev-python/argparse/Manifest @@ -0,0 +1 @@ +DIST argparse-1.4.0.tar.gz 70508 BLAKE2B 7bc250ea4203f40d67d9a78ca046f7a2023df742a254426cdae551abb2edabb4beba8d3cef7c848e2e98ffd682a80638cf85689ddeab6b4ddcd3fd98e6d2572f SHA512 9941f9d26c43169f947c9efadda6239349e1f9df80ff5fcdba3070bc7b43c43ab6bb4b7f0c7eee8e5d06231a17a7e9ee9eb73c7a9bb68ebe5d13f879686d61b2 diff --git a/dev-python/argparse/argparse-1.4.0.ebuild b/dev-python/argparse/argparse-1.4.0.ebuild new file mode 100644 index 0000000000..0ee3b584ce --- /dev/null +++ b/dev-python/argparse/argparse-1.4.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +DESCRIPTION="Python command-line parsing library" +HOMEPAGE="https://github.com/ThomasWaldmann/argparse/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PYTHON" +SLOT="0" +KEYWORDS="~amd64" diff --git a/dev-python/argparse/metadata.xml b/dev-python/argparse/metadata.xml new file mode 100644 index 0000000000..cbe3c6a539 --- /dev/null +++ b/dev-python/argparse/metadata.xml @@ -0,0 +1,8 @@ + + + + + smaniotto.nicola@gmail.com + Nicola Smaniotto + +