summaryrefslogtreecommitdiff
path: root/dev-python/parallax
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2024-06-03 18:09:38 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2024-06-04 01:23:30 +0100
commitadfb03b4b888154b22925f41d07002774b0318ae (patch)
tree97e13531fe522ed4c57a1b6d0b8ad6677d306d3b /dev-python/parallax
parentBump deswappify-auth and powerline-gitstatus python_compat (diff)
downloadportage-adfb03b4b888154b22925f41d07002774b0318ae.tar.bz2
portage-adfb03b4b888154b22925f41d07002774b0318ae.tar.xz
portage-adfb03b4b888154b22925f41d07002774b0318ae.zip
Remove unrequired python things
Diffstat (limited to 'dev-python/parallax')
-rw-r--r--dev-python/parallax/Manifest2
-rw-r--r--dev-python/parallax/parallax-1.0.6.ebuild15
2 files changed, 0 insertions, 17 deletions
diff --git a/dev-python/parallax/Manifest b/dev-python/parallax/Manifest
deleted file mode 100644
index c1073e0..0000000
--- a/dev-python/parallax/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST parallax-1.0.6.tar.gz 17371 BLAKE2B 7540b7248ddeecbef79bf6d302043c48e5aa228a9c217aa0df3161d399d326d8e5da7e06906ac1bd715976dd65d5282302c73df84d00d64de525e4e16a37ffdd SHA512 01f45d5fd801b5525adec12655e620219f8c2ccb9390b82ca78f19a7489278121dd45de6be387034da3691d9ccb1e8f912859c31e85a82bccd1a789da830349e
-EBUILD parallax-1.0.6.ebuild 418 BLAKE2B 35cc4497ff55b8fec0eca9ed7601f55c6c72d33a80fdecb3113f92ad1db3fa856f6bc4a93ede0bfedec640c9cedcda7982e3aed9644cb4b08508c0f5831a10f9 SHA512 9ce818805edc2e40777e3678911815f4929430d1e3572fe438e792b496d96735348766f09963405dd68830a7041b24543de5b85f7b9f2bf9859738466b0c8a7a
diff --git a/dev-python/parallax/parallax-1.0.6.ebuild b/dev-python/parallax/parallax-1.0.6.ebuild
deleted file mode 100644
index 9e7296c..0000000
--- a/dev-python/parallax/parallax-1.0.6.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-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"