From c35f4a6a1b23066eb29131628b0d6e758794eeae Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Wed, 3 Jan 2024 21:11:20 -0500 Subject: WIP --- dev-python/argparse/argparse-1.0.0.ebuild | 15 ++++++++++++++ dev-python/argparse/metadata.xml | 33 +++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 dev-python/argparse/argparse-1.0.0.ebuild create mode 100644 dev-python/argparse/metadata.xml (limited to 'dev-python/argparse') 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}" diff --git a/dev-python/argparse/metadata.xml b/dev-python/argparse/metadata.xml new file mode 100644 index 0000000..fcba41a --- /dev/null +++ b/dev-python/argparse/metadata.xml @@ -0,0 +1,33 @@ + + + + + Julien Roy + julien@jroy.ca + + + Long description of the package. Note that long description should be long. + This section doesn't have to exist, if it doesn't differ from ebuild's + DESCRIPTION. + + Using either spaces or tabs to indent is allowed. However mixing both in + a single metadata.xml file is not. + + + + + + + + + + + + Uses app-text/aspell for spell checking. + Requires an installed dictionary from app-dicts + Description of how USE='flag' affects this package + + Description of how KERNEL="linux" affects this package + + + -- cgit v1.2.3