diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2022-11-25 11:38:49 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2022-11-25 11:56:42 +0300 |
commit | ad3734c428f0438153f7faf4aa066d27db20cbf1 (patch) | |
tree | e79b7005e3ec48cbf94dbaae39ab1699f025d9a4 /dev-python/parallax | |
parent | dev-lang/erlang: add github remote-id (diff) | |
download | gentoo-ad3734c428f0438153f7faf4aa066d27db20cbf1.tar.gz gentoo-ad3734c428f0438153f7faf4aa066d27db20cbf1.tar.bz2 gentoo-ad3734c428f0438153f7faf4aa066d27db20cbf1.zip |
dev-python/parallax: version bump
Closes: https://bugs.gentoo.org/845771
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/parallax-1.0.8.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/parallax/Manifest b/dev-python/parallax/Manifest index 38fb9661bf72..38ad05317506 100644 --- a/dev-python/parallax/Manifest +++ b/dev-python/parallax/Manifest @@ -1 +1,2 @@ DIST parallax-1.0.6.tar.gz 17371 BLAKE2B 7540b7248ddeecbef79bf6d302043c48e5aa228a9c217aa0df3161d399d326d8e5da7e06906ac1bd715976dd65d5282302c73df84d00d64de525e4e16a37ffdd SHA512 01f45d5fd801b5525adec12655e620219f8c2ccb9390b82ca78f19a7489278121dd45de6be387034da3691d9ccb1e8f912859c31e85a82bccd1a789da830349e +DIST parallax-1.0.8.gh.tar.gz 15921 BLAKE2B af82ef5ab0d74f3df242e53385c646fc0fb9e43883f64854245922d443161259b53bfbc069f24081be0dbf4a9f2fac023c34b889041b88e0abfb9fe5a607eb5b SHA512 8b8d16d84af374691ba77714246545da661c73ac6f4f53f4b8221085e0f3d64e18f2a986749f5d98f5285e89da792d4600d05681fc0267242656bfed0b9da621 diff --git a/dev-python/parallax/parallax-1.0.8.ebuild b/dev-python/parallax/parallax-1.0.8.ebuild new file mode 100644 index 000000000000..000f4bdd83b1 --- /dev/null +++ b/dev-python/parallax/parallax-1.0.8.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) +inherit distutils-r1 + +DESCRIPTION="Execute commands and copy files over SSH to multiple machines at once" +HOMEPAGE="https://github.com/krig/parallax/" +SRC_URI="https://github.com/krig/parallax/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~x86" |