From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/sortedcontainers/Manifest | 1 - dev-python/sortedcontainers/metadata.xml | 13 ------- .../sortedcontainers-2.4.0-r1.ebuild | 44 ---------------------- 3 files changed, 58 deletions(-) delete mode 100644 dev-python/sortedcontainers/Manifest delete mode 100644 dev-python/sortedcontainers/metadata.xml delete mode 100644 dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild (limited to 'dev-python/sortedcontainers') diff --git a/dev-python/sortedcontainers/Manifest b/dev-python/sortedcontainers/Manifest deleted file mode 100644 index 622e7ad2d758..000000000000 --- a/dev-python/sortedcontainers/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-sortedcontainers-2.4.0.gh.tar.gz 9229380 BLAKE2B ca9348ab7d467b2a81126217451262bb0547901b953edc3bba7c87c67b415eef5c3d454a08d227ebc8b213c1cc7db6262e864511fe67beefe865014ae5fc5977 SHA512 f80185c6f95a85cc78f88f6f6cf389eb48be22cf94d5fcd84f3592873f17de37ec7f44c1627b7f02956ac4b4f74ca4febefc47d3c6232f70ee05dbb2449ad770 diff --git a/dev-python/sortedcontainers/metadata.xml b/dev-python/sortedcontainers/metadata.xml deleted file mode 100644 index b9920c9e6cd1..000000000000 --- a/dev-python/sortedcontainers/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - python@gentoo.org - Python - - - - sortedcontainers - grantjenks/python-sortedcontainers - - diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild deleted file mode 100644 index 73007972a52a..000000000000 --- a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2026 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 - -MY_P=python-${P} -DESCRIPTION="Python library to sort collections and containers" -HOMEPAGE=" - https://grantjenks.com/docs/sortedcontainers/ - https://github.com/grantjenks/python-sortedcontainers/ - https://pypi.org/project/sortedcontainers/ -" -SRC_URI=" - https://github.com/grantjenks/python-sortedcontainers/archive/v${PV}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -python_test() { - local EPYTEST_DESELECT=() - - case ${EPYTHON} in - python3.15*) - EPYTEST_DESELECT+=( - # changes in pprint(). yes, seriously. - tests/sortedcollection.py::tests.sortedcollection.SortedCollection - ) - ;; - esac - - epytest --ignore docs/conf.py -} -- cgit v1.3