commit: 285d855bd77a1c3b987c259edd409a63e954cae6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 31 17:45:00 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 31 18:25:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=285d855b
dev-python/autocommand: new package, add 2.2.1_p20211118
Super critical, single patch after release, used for this snapshot,
otherwise syntax errors in tests and code.
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/autocommand/Manifest | 1 +
.../autocommand/autocommand-2.2.1_p20211118.ebuild | 25 ++++++++++++++++++++++
dev-python/autocommand/metadata.xml | 13 +++++++++++
3 files changed, 39 insertions(+)
diff --git a/dev-python/autocommand/Manifest b/dev-python/autocommand/Manifest
new file mode 100644
index 000000000000..40298bf7338c
--- /dev/null
+++ b/dev-python/autocommand/Manifest
@@ -0,0 +1 @@
+DIST autocommand-2.2.1_p20211118.gh.tar.gz 22093 BLAKE2B
186062c0234fc0cc553c5d2a474a5fef46e0de25de8220228715265630fc95ed5f9b64321131322af71fadcc70ef79690652cd555a908b4e8628603a8ee494b2
SHA512
488228c7536f00ff9fbed99677440bfd7228aa64189bbcfb6aad7a92dc698d8283dfbd619ffeaeef883b0e600a90e2a0f56fa79958f144ce673dff53f8d59f89
diff --git a/dev-python/autocommand/autocommand-2.2.1_p20211118.ebuild
b/dev-python/autocommand/autocommand-2.2.1_p20211118.ebuild
new file mode 100644
index 000000000000..52b734a35970
--- /dev/null
+++ b/dev-python/autocommand/autocommand-2.2.1_p20211118.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+COMMIT="031c9750c74e3313b954b09e3027aaa6595649bb"
+
+DESCRIPTION="Library to create a command-line program from a function"
+HOMEPAGE="https://pypi.org/project/autocommand/
+ https://github.com/Lucretiel/autocommand"
+SRC_URI="
+ https://github.com/Lucretiel/autocommand/archive/${COMMIT}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest
diff --git a/dev-python/autocommand/metadata.xml
b/dev-python/autocommand/metadata.xml
new file mode 100644
index 000000000000..4e5fea0f0d76
--- /dev/null
+++ b/dev-python/autocommand/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">autocommand</remote-id>
+ <remote-id type="github">Lucretiel/autocommand</remote-id>
+ </upstream>
+</pkgmetadata>