summaryrefslogtreecommitdiff
path: root/dev-python/parallax
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/parallax
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-python/parallax')
-rw-r--r--dev-python/parallax/Manifest1
-rw-r--r--dev-python/parallax/metadata.xml13
-rw-r--r--dev-python/parallax/parallax-1.0.8.ebuild19
3 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/parallax/Manifest b/dev-python/parallax/Manifest
deleted file mode 100644
index e7b37510fc25..000000000000
--- a/dev-python/parallax/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST parallax-1.0.8.gh.tar.gz 15921 BLAKE2B af82ef5ab0d74f3df242e53385c646fc0fb9e43883f64854245922d443161259b53bfbc069f24081be0dbf4a9f2fac023c34b889041b88e0abfb9fe5a607eb5b SHA512 8b8d16d84af374691ba77714246545da661c73ac6f4f53f4b8221085e0f3d64e18f2a986749f5d98f5285e89da792d4600d05681fc0267242656bfed0b9da621
diff --git a/dev-python/parallax/metadata.xml b/dev-python/parallax/metadata.xml
deleted file mode 100644
index cbc70ccfc33d..000000000000
--- a/dev-python/parallax/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <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.8.ebuild b/dev-python/parallax/parallax-1.0.8.ebuild
deleted file mode 100644
index fe89f2d51a79..000000000000
--- a/dev-python/parallax/parallax-1.0.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-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"
-
-# Requires SSH connection to hosts for testing
-RESTRICT="test"