diff --git a/dev-python/command-runner/Manifest b/dev-python/command-runner/Manifest new file mode 100644 index 0000000..42cc16f --- /dev/null +++ b/dev-python/command-runner/Manifest @@ -0,0 +1 @@ +DIST command_runner-1.3.0.tar.gz 20857 BLAKE2B 184089827935d179ca9e59103f826059e75dd2c3dbb700d5d91d2f73876df75b8b70061d57768dc7423b1ddb9021d127af2adb861f0c67c1b6e937814655c99a SHA512 5ce8785d6b7f63500299ae4404c9a15758def14f45da68f57f45784856d73aa8f18963bb6f11eba23acee0405085392dfbc99bc3730fbed2c2f79d2d76943653 diff --git a/dev-python/command-runner/command-runner-1.3.0.ebuild b/dev-python/command-runner/command-runner-1.3.0.ebuild new file mode 100644 index 0000000..3f2b720 --- /dev/null +++ b/dev-python/command-runner/command-runner-1.3.0.ebuild @@ -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="" diff --git a/dev-python/command-runner/metadata.xml b/dev-python/command-runner/metadata.xml new file mode 100644 index 0000000..17361c3 --- /dev/null +++ b/dev-python/command-runner/metadata.xml @@ -0,0 +1,8 @@ + + + + + alarig@swordarmor.fr + Alarig Le Lay + +