From d53b06c64c01da68244ed968bb9c75d4507853bd Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 24 Jan 2023 11:20:44 +0100 Subject: [PATCH] dev-python/autocommand: Add from Gentoo It's from Gentoo commit ed468028e725c9580a7b2ee02d6b7b9375f7a0b2. --- .../dev-python/autocommand/Manifest | 1 + .../autocommand/autocommand-2.2.2.ebuild | 25 +++++++++++++++++++ .../dev-python/autocommand/metadata.xml | 13 ++++++++++ 3 files changed, 39 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/autocommand/Manifest create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/autocommand/autocommand-2.2.2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/autocommand/metadata.xml diff --git a/sdk_container/src/third_party/portage-stable/dev-python/autocommand/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/autocommand/Manifest new file mode 100644 index 0000000000..df6173d5be --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/autocommand/Manifest @@ -0,0 +1 @@ +DIST autocommand-2.2.2.gh.tar.gz 22188 BLAKE2B 757fd96d0505466e7d3e371e13e931d0dd20d9b02da3e88c2bf85b1b946ef6c67fb14366856fe66c23adab5d635c4bd08d51acc7e55830636cce5aa0a0c265bc SHA512 5ed109db16a0e309ed5107b26db0b70ed8669d73817e82eb5a219650d29f53785aa1f9471b2ac71d21dbffc9f0a13ea0fdf69e63ab534fd84407a1d6741cf5b5 diff --git a/sdk_container/src/third_party/portage-stable/dev-python/autocommand/autocommand-2.2.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/autocommand/autocommand-2.2.2.ebuild new file mode 100644 index 0000000000..b99739ee87 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/autocommand/autocommand-2.2.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Library to create a command-line program from a function" +HOMEPAGE=" + https://github.com/Lucretiel/autocommand/ + https://pypi.org/project/autocommand/ +" +SRC_URI=" + https://github.com/Lucretiel/autocommand/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" + +distutils_enable_tests pytest diff --git a/sdk_container/src/third_party/portage-stable/dev-python/autocommand/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/autocommand/metadata.xml new file mode 100644 index 0000000000..4e5fea0f0d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/autocommand/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + autocommand + Lucretiel/autocommand + +