diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-31 19:45:00 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-31 20:25:53 +0200 |
commit | 285d855bd77a1c3b987c259edd409a63e954cae6 (patch) | |
tree | 625313b3b2ef5b4619f0507a420b0c80c4ff6009 /dev-python/autocommand | |
parent | dev-ml/ocaml-migrate-parsetree: 2.3.0 bump (diff) | |
download | gentoo-285d855bd77a1c3b987c259edd409a63e954cae6.tar.gz gentoo-285d855bd77a1c3b987c259edd409a63e954cae6.tar.bz2 gentoo-285d855bd77a1c3b987c259edd409a63e954cae6.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/autocommand')
-rw-r--r-- | dev-python/autocommand/Manifest | 1 | ||||
-rw-r--r-- | dev-python/autocommand/autocommand-2.2.1_p20211118.ebuild | 25 | ||||
-rw-r--r-- | dev-python/autocommand/metadata.xml | 13 |
3 files changed, 39 insertions, 0 deletions
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>python@gentoo.org</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> |