commit: 4fb84943692d2841cfbf6618a4110e67d7bcc5b8 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> AuthorDate: Sat May 8 12:35:35 2021 +0000 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> CommitDate: Sat May 8 12:36:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb84943
dev-python/parallax: new package Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org> dev-python/parallax/Manifest | 1 + dev-python/parallax/metadata.xml | 17 +++++++++++++++++ dev-python/parallax/parallax-1.0.6.ebuild | 15 +++++++++++++++ 3 files changed, 33 insertions(+) diff --git a/dev-python/parallax/Manifest b/dev-python/parallax/Manifest new file mode 100644 index 00000000000..38fb9661bf7 --- /dev/null +++ b/dev-python/parallax/Manifest @@ -0,0 +1 @@ +DIST parallax-1.0.6.tar.gz 17371 BLAKE2B 7540b7248ddeecbef79bf6d302043c48e5aa228a9c217aa0df3161d399d326d8e5da7e06906ac1bd715976dd65d5282302c73df84d00d64de525e4e16a37ffdd SHA512 01f45d5fd801b5525adec12655e620219f8c2ccb9390b82ca78f19a7489278121dd45de6be387034da3691d9ccb1e8f912859c31e85a82bccd1a789da830349e diff --git a/dev-python/parallax/metadata.xml b/dev-python/parallax/metadata.xml new file mode 100644 index 00000000000..2e1f379a2b4 --- /dev/null +++ b/dev-python/parallax/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Sergey Popov</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Cluster Project</name> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="github">krig/parallax</remote-id> + <remote-id type="pypi">parallax</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/parallax/parallax-1.0.6.ebuild b/dev-python/parallax/parallax-1.0.6.ebuild new file mode 100644 index 00000000000..fb448516f78 --- /dev/null +++ b/dev-python/parallax/parallax-1.0.6.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) +inherit distutils-r1 + +DESCRIPTION="Execute commands and copy files over SSH to multiple machines at once" +HOMEPAGE="https://github.com/krig/parallax/" +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~x86"
