summaryrefslogtreecommitdiff
path: root/dev-python/process-tests
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/process-tests')
-rw-r--r--dev-python/process-tests/Manifest1
-rw-r--r--dev-python/process-tests/metadata.xml13
-rw-r--r--dev-python/process-tests/process-tests-3.0.0.ebuild27
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/process-tests/Manifest b/dev-python/process-tests/Manifest
deleted file mode 100644
index 234b923231c0..000000000000
--- a/dev-python/process-tests/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST process-tests-3.0.0.tar.gz 15165 BLAKE2B 9e475a8b526a4d4749b86feae161127338594667642d90bfd4a194d500373b8fdb7d05b1eee7d5bcc0e980cf793c7bb15eb3de1e560d42cf07643c5bb47a3076 SHA512 2dc44c56f9ea1f8fc0ecce633fc1fc8d59a1abf6ccec6011515cb0899a7cefaa33afb99f5e8d72dc608e222d7856b615cdad281b2d93f9ef0467a06c80ae4a6e
diff --git a/dev-python/process-tests/metadata.xml b/dev-python/process-tests/metadata.xml
deleted file mode 100644
index 4806fb5fb2d3..000000000000
--- a/dev-python/process-tests/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>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">process-tests</remote-id>
- <remote-id type="github">ionelmc/python-process-tests</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/process-tests/process-tests-3.0.0.ebuild b/dev-python/process-tests/process-tests-3.0.0.ebuild
deleted file mode 100644
index 2dc9ada3dfbc..000000000000
--- a/dev-python/process-tests/process-tests-3.0.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Tools for testing processes"
-HOMEPAGE="
- https://github.com/ionelmc/python-process-tests/
- https://pypi.org/project/process-tests/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTHONUNBUFFERED=yes
- epytest
-}