summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-01-22 07:20:56 +0100
committerMichał Górny <mgorny@gentoo.org>2025-01-22 08:20:51 +0100
commitc802c83fe57602b14b999aa27770572978658b23 (patch)
treed7844dd6fc540ad8b076c8c734bd2b915f93ea3c /dev-python
parent6db62d198fa0de22e6268d616a1e3449afc5c267 (diff)
downloadgentoo-c802c83fe57602b14b999aa27770572978658b23.tar.gz
gentoo-c802c83fe57602b14b999aa27770572978658b23.tar.bz2
gentoo-c802c83fe57602b14b999aa27770572978658b23.zip
dev-python/id: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/id/Manifest1
-rw-r--r--dev-python/id/id-1.4.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/id/Manifest b/dev-python/id/Manifest
index 5e650eea940e..48f80d8f650b 100644
--- a/dev-python/id/Manifest
+++ b/dev-python/id/Manifest
@@ -1,2 +1 @@
-DIST id-1.4.0.gh.tar.gz 20215 BLAKE2B d6428c27159a05459bfa8bd03f2bfe660a66efe4e19218ac7d567b06804e1c1e9b43b3d4bffc4bd15c0a553317b0f0c4064927519f7de9df59fad21b20f09eb4 SHA512 a10facc39e2ddc558b994f0f598516c52025901277cbbb4224c297d8c5515d3079474c919fe5a6d534f733103095d7837903f5877c6bcb550c85f7842ac59531
DIST id-1.5.0.gh.tar.gz 20209 BLAKE2B d5f1b959ed8c5151d049cad9c470e0ed773edb68f5c9e721e2d4d5207823af660c641546651fc4eee1dba398bebdd509098471046f7482f102d8be3ae6e4a846 SHA512 bedc354e59d569595b9b7258b3fb2da29f2701a4b9ec80487b98ce30a7077e8b35990bea80db955a95a8d0703d23ab98365077f3c66858f4cab8806f365c25a7
diff --git a/dev-python/id/id-1.4.0.ebuild b/dev-python/id/id-1.4.0.ebuild
deleted file mode 100644
index 1f4a7f6c0a69..000000000000
--- a/dev-python/id/id-1.4.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="A tool for generating OIDC identities"
-HOMEPAGE="
- https://github.com/di/id/
- https://pypi.org/project/id/
-"
-# no tests in sdist, https://github.com/di/id/issues/286
-SRC_URI="
- https://github.com/di/id/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-python/pydantic[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/pretend[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest