From 285d855bd77a1c3b987c259edd409a63e954cae6 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Mon, 31 Jan 2022 19:45:00 +0200 Subject: [PATCH] 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 --- dev-python/autocommand/Manifest | 1 + .../autocommand-2.2.1_p20211118.ebuild | 25 +++++++++++++++++++ dev-python/autocommand/metadata.xml | 13 ++++++++++ 3 files changed, 39 insertions(+) create mode 100644 dev-python/autocommand/Manifest create mode 100644 dev-python/autocommand/autocommand-2.2.1_p20211118.ebuild create mode 100644 dev-python/autocommand/metadata.xml diff --git a/dev-python/autocommand/Manifest b/dev-python/autocommand/Manifest new file mode 100644 index 0000000000000..40298bf7338c3 --- /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 0000000000000..52b734a359702 --- /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 0000000000000..4e5fea0f0d76d --- /dev/null +++ b/dev-python/autocommand/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + autocommand + Lucretiel/autocommand + +