summaryrefslogtreecommitdiff
path: root/dev-python/autocommand
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-02-02 01:39:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-02-02 01:39:05 +0000
commitfcc5224904648a8e6eb528d7603154160a20022f (patch)
tree3bfce096b38a9cea8eed13fc70c1526c456e9abd /dev-python/autocommand
parent2fd57282f0262ca084e05b0f2c63fbada395d02b (diff)
gentoo resync : 02.02.2022
Diffstat (limited to 'dev-python/autocommand')
-rw-r--r--dev-python/autocommand/Manifest3
-rw-r--r--dev-python/autocommand/autocommand-2.2.1_p20211118.ebuild25
-rw-r--r--dev-python/autocommand/metadata.xml13
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-python/autocommand/Manifest b/dev-python/autocommand/Manifest
new file mode 100644
index 000000000000..2f640a5f1103
--- /dev/null
+++ b/dev-python/autocommand/Manifest
@@ -0,0 +1,3 @@
+DIST autocommand-2.2.1_p20211118.gh.tar.gz 22093 BLAKE2B 186062c0234fc0cc553c5d2a474a5fef46e0de25de8220228715265630fc95ed5f9b64321131322af71fadcc70ef79690652cd555a908b4e8628603a8ee494b2 SHA512 488228c7536f00ff9fbed99677440bfd7228aa64189bbcfb6aad7a92dc698d8283dfbd619ffeaeef883b0e600a90e2a0f56fa79958f144ce673dff53f8d59f89
+EBUILD autocommand-2.2.1_p20211118.ebuild 622 BLAKE2B 449b3cde9bed284d292e10d8f3608e696bdba8748ac5375481ad700f59e4bf2ee45b0970f570fafad0c7b3bc8de1503eaa36ca0c02a35959870c695524ba4717 SHA512 a7193bc9ab6c605d69efe15c60df661e77c260c4c31b57abcc34c9982122730edcf7412f77f50491de2b175c214a7971e47579e1be52fcc4cd38e844f2e11473
+MISC metadata.xml 400 BLAKE2B 95ed35eafef6d3e0b7535b90e4d3d6f4972ad285decfb2b8a74b118f30899aabf883399ece61272713bcea1a20d0dc56447fab6ac6c11b05c23f542a1a4074b4 SHA512 2d74432fd9281403f4ca70f5b44bdea14a87bb63f70b3b5a53cd4bd5ba1c9b8af64968e351b0605adaeec0bcf9424902c8df821606b54559b6932226d17e6405
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>