diff options
Diffstat (limited to 'dev-python/argparse/argparse-1.0.0.ebuild')
-rw-r--r-- | dev-python/argparse/argparse-1.0.0.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/argparse/argparse-1.0.0.ebuild b/dev-python/argparse/argparse-1.0.0.ebuild new file mode 100644 index 0000000..07cd1b4 --- /dev/null +++ b/dev-python/argparse/argparse-1.0.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="" +DEPEND="${RDEPEND}" |