mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
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>
This commit is contained in:
1
dev-python/autocommand/Manifest
Normal file
1
dev-python/autocommand/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST autocommand-2.2.1_p20211118.gh.tar.gz 22093 BLAKE2B 186062c0234fc0cc553c5d2a474a5fef46e0de25de8220228715265630fc95ed5f9b64321131322af71fadcc70ef79690652cd555a908b4e8628603a8ee494b2 SHA512 488228c7536f00ff9fbed99677440bfd7228aa64189bbcfb6aad7a92dc698d8283dfbd619ffeaeef883b0e600a90e2a0f56fa79958f144ce673dff53f8d59f89
|
||||
25
dev-python/autocommand/autocommand-2.2.1_p20211118.ebuild
Normal file
25
dev-python/autocommand/autocommand-2.2.1_p20211118.ebuild
Normal file
@@ -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
|
||||
13
dev-python/autocommand/metadata.xml
Normal file
13
dev-python/autocommand/metadata.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user