summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-24 13:20:00 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-24 13:34:10 +0200
commit21de0ba7295c3f57d93fc720d8c928fa2a8beaa7 (patch)
tree07d4694bb9c069812c8bc30d34e9c76111f73a0f /dev-python/simpervisor
parentdev-python/shiboken6: Remove old (diff)
downloadgentoo-21de0ba7295c3f57d93fc720d8c928fa2a8beaa7.tar.gz
gentoo-21de0ba7295c3f57d93fc720d8c928fa2a8beaa7.tar.bz2
gentoo-21de0ba7295c3f57d93fc720d8c928fa2a8beaa7.zip
dev-python/simpervisor: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/simpervisor')
-rw-r--r--dev-python/simpervisor/Manifest1
-rw-r--r--dev-python/simpervisor/simpervisor-0.4-r1.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/simpervisor/Manifest b/dev-python/simpervisor/Manifest
index 19096847517c..615cece994e9 100644
--- a/dev-python/simpervisor/Manifest
+++ b/dev-python/simpervisor/Manifest
@@ -1,2 +1 @@
-DIST simpervisor-0.4.gh.tar.gz 8542 BLAKE2B bd96284b65468110f445e96a9978b67bc73b0a0f188dcaf592f42291937130e72247195b8ce142726ba430716b87283d844003bb0980de952531639417a23f50 SHA512 4aea0071d6a486c7b27fc39fa02d7b610d680c90ba07f3c27c3d98b132b79b97bcb5c7847ce9d3ca7bb46663f91494e0012c8c9e14017ca1c591fb6312419692
DIST simpervisor-1.0.0.tar.gz 14637 BLAKE2B 3e87cca2478f29e044cafa0f5da6a5c8cfdf61f5c39ce87a0a6bae91670463d894e5c23af53c915b7d3469eade8d26947ea2e5c05c6d491bd33222e817319100 SHA512 0074ca5da0839f7bcf3f692f33f9a27358409bc194cfe04ff906aaec5f4cfbd613ccd285612ac473f5b6452a5c31959c098955a1962755a5c09258ded0d2a430
diff --git a/dev-python/simpervisor/simpervisor-0.4-r1.ebuild b/dev-python/simpervisor/simpervisor-0.4-r1.ebuild
deleted file mode 100644
index f9fcb6063028..000000000000
--- a/dev-python/simpervisor/simpervisor-0.4-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Simple Python3 Supervisor library"
-HOMEPAGE="https://github.com/jupyterhub/simpervisor"
-SRC_URI="https://github.com/jupyterhub/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="test? (
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- dev-python/aiohttp[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest