diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2021-05-08 15:35:35 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2021-05-08 15:36:26 +0300 |
commit | 4fb84943692d2841cfbf6618a4110e67d7bcc5b8 (patch) | |
tree | f956d96c4785a945188e407bb3e7ae0938cfd849 /dev-python/parallax | |
parent | flag-o-matic.eclass: allow -fno-sanitize* options (diff) | |
download | gentoo-4fb84943692d2841cfbf6618a4110e67d7bcc5b8.tar.gz gentoo-4fb84943692d2841cfbf6618a4110e67d7bcc5b8.tar.bz2 gentoo-4fb84943692d2841cfbf6618a4110e67d7bcc5b8.zip |
dev-python/parallax: new package
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'dev-python/parallax')
-rw-r--r-- | dev-python/parallax/Manifest | 1 | ||||
-rw-r--r-- | dev-python/parallax/metadata.xml | 17 | ||||
-rw-r--r-- | dev-python/parallax/parallax-1.0.6.ebuild | 15 |
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/parallax/Manifest b/dev-python/parallax/Manifest new file mode 100644 index 000000000000..38fb9661bf72 --- /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 000000000000..2e1f379a2b45 --- /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>pinkbyte@gentoo.org</email> + <name>Sergey Popov</name> + </maintainer> + <maintainer type="project"> + <email>cluster@gentoo.org</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 000000000000..fb448516f786 --- /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" |