dev-python/command-runner: New package
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
parent
a78a84fa03
commit
f3691e6d88
1
dev-python/command-runner/Manifest
Normal file
1
dev-python/command-runner/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST command_runner-1.3.0.tar.gz 20857 BLAKE2B 184089827935d179ca9e59103f826059e75dd2c3dbb700d5d91d2f73876df75b8b70061d57768dc7423b1ddb9021d127af2adb861f0c67c1b6e937814655c99a SHA512 5ce8785d6b7f63500299ae4404c9a15758def14f45da68f57f45784856d73aa8f18963bb6f11eba23acee0405085392dfbc99bc3730fbed2c2f79d2d76943653
|
25
dev-python/command-runner/command-runner-1.3.0.ebuild
Normal file
25
dev-python/command-runner/command-runner-1.3.0.ebuild
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Copyright 2019-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Platform agnostic command and shell execution tool"
|
||||
HOMEPAGE="https://pypi.org/project/command-runner/
|
||||
https://github.com/netinvent/command_runner"
|
||||
MY_PN="${PN/-/_}"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
8
dev-python/command-runner/metadata.xml
Normal file
8
dev-python/command-runner/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>alarig@swordarmor.fr</email>
|
||||
<name>Alarig Le Lay</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
Reference in a new issue