summaryrefslogtreecommitdiff
path: root/dev-python/parallax
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-11 19:55:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-11 19:55:43 +0100
commit185fa19bbf68a4d4dca534d2b46729207a177f16 (patch)
treea8a537b82fda83a0799c2ca9887f212558363aa7 /dev-python/parallax
parentc8fd0d84af0bfd1949542adc2cbb735b1d28f9ed (diff)
gentoo resync : 11.05.2021
Diffstat (limited to 'dev-python/parallax')
-rw-r--r--dev-python/parallax/Manifest3
-rw-r--r--dev-python/parallax/metadata.xml17
-rw-r--r--dev-python/parallax/parallax-1.0.6.ebuild15
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/parallax/Manifest b/dev-python/parallax/Manifest
new file mode 100644
index 000000000000..5e3ad4c0aa67
--- /dev/null
+++ b/dev-python/parallax/Manifest
@@ -0,0 +1,3 @@
+DIST parallax-1.0.6.tar.gz 17371 BLAKE2B 7540b7248ddeecbef79bf6d302043c48e5aa228a9c217aa0df3161d399d326d8e5da7e06906ac1bd715976dd65d5282302c73df84d00d64de525e4e16a37ffdd SHA512 01f45d5fd801b5525adec12655e620219f8c2ccb9390b82ca78f19a7489278121dd45de6be387034da3691d9ccb1e8f912859c31e85a82bccd1a789da830349e
+EBUILD parallax-1.0.6.ebuild 417 BLAKE2B a6b6bada91bebc6869ccd619b12aaf634ee6d6a9446e8627c6d331e821fa874922f1cedf6e3b91a61c375d9f7fc36db638b0f36cdac6e1242c87abff9b9c6137 SHA512 330a2cd22075c0897d4e1065a6b6113a52c936c6637267828baf47a6b413c33826bb7158f1a1808eb7fd4f926bd3021b7bcdd2feb0302e955c3daf6dc52f014d
+MISC metadata.xml 513 BLAKE2B 07ce796890612eafe4b3b803642a110f6604fc3a1d5c5d664b0e36791c50f0c5978f1444dd9b79d1806bdef8940a59862c52b9b3bec66b2ae29c7edb407a5883 SHA512 3403c6220788bf8af62f496c573fcba14fc408e7549da02d7f49fd393875b9d44e656930a49bd6392e05879a4e809b02a1efb7f0dbdfd8cf8c08f217baaf4dbd
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"