summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-30 19:32:32 +0100
committerMichał Górny <mgorny@gentoo.org>2023-12-30 19:34:41 +0100
commit9c0caf72baf2c40ef3884423073190eb9b64a58c (patch)
treee7a7b6006ed48941a89e0c9f09cc4ae613e62d0b
parentdev-python/setuptools-gettext: Remove old (diff)
downloadgentoo-9c0caf72baf2c40ef3884423073190eb9b64a58c.tar.gz
gentoo-9c0caf72baf2c40ef3884423073190eb9b64a58c.tar.bz2
gentoo-9c0caf72baf2c40ef3884423073190eb9b64a58c.zip
dev-python/shellingham: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/shellingham/Manifest1
-rw-r--r--dev-python/shellingham/shellingham-1.5.1.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/shellingham/Manifest b/dev-python/shellingham/Manifest
index f9fd372a8472..3a4e1df583cc 100644
--- a/dev-python/shellingham/Manifest
+++ b/dev-python/shellingham/Manifest
@@ -1,2 +1 @@
-DIST shellingham-1.5.1.gh.tar.gz 21429 BLAKE2B 19a3258836616e8da2510d1d3af1d9bba5731494e10c5f20a9a50b153b0a9e5892005f9bab0ad5938731457db072acccd3071614ff854ae5ffe13ea406cd10f3 SHA512 764419bb1bf9ac223210b1b01abdb15ff276eb1651d91f0e0ee423ec475100d781149fcf98a43bac5ebb22761a4b775bc669c6e9722d25870dbde50568622242
DIST shellingham-1.5.4.gh.tar.gz 24276 BLAKE2B 9db0fd5b223fb8c184d9f011dddb1de0873c2084457a88cd97244137bdc5fef398cd649569cfc37b9fc57bf3f76b11643c236bdd5144a31d157884adc30dc8bb SHA512 5a56156add14a5ec9cb55ccf0a268f6c64a3e2fec90301ea31f499131560fa537ca3b3544f18944efac451fa21826114a2bbf3b54140d294d94e7ae890964800
diff --git a/dev-python/shellingham/shellingham-1.5.1.ebuild b/dev-python/shellingham/shellingham-1.5.1.ebuild
deleted file mode 100644
index be6e6357e080..000000000000
--- a/dev-python/shellingham/shellingham-1.5.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Tool to Detect Surrounding Shell"
-HOMEPAGE="
- https://github.com/sarugaku/shellingham/
- https://pypi.org/project/shellingham/
-"
-# Missing tests in PYPI distribution so we use the GH package
-SRC_URI="
- https://github.com/sarugaku/shellingham/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- test? (
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest