summaryrefslogtreecommitdiff
path: root/dev-python/bidict
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/bidict')
-rw-r--r--dev-python/bidict/Manifest1
-rw-r--r--dev-python/bidict/bidict-0.23.1.ebuild45
-rw-r--r--dev-python/bidict/metadata.xml18
3 files changed, 0 insertions, 64 deletions
diff --git a/dev-python/bidict/Manifest b/dev-python/bidict/Manifest
deleted file mode 100644
index 5f83acb2ab17..000000000000
--- a/dev-python/bidict/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bidict-0.23.1.gh.tar.gz 390680 BLAKE2B f114ee35f7f3c1cb6e9094f52ce776c976c8b94e0cb9891eec62772eddfdf8735549ea710359cfaaba28f71d7bf96057cc65533a771f9b33a37935e93e152aef SHA512 795e29b61c1717dd34807c60ce598fc6a142decebd0545378bdc728f397e2050f52cf11212075ba60e22553031e9727fcbaae26891f531219075f6f58e457d05
diff --git a/dev-python/bidict/bidict-0.23.1.ebuild b/dev-python/bidict/bidict-0.23.1.ebuild
deleted file mode 100644
index 45e914050459..000000000000
--- a/dev-python/bidict/bidict-0.23.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="The bidirectional mapping library for Python"
-HOMEPAGE="
- https://pypi.org/project/bidict/
- https://github.com/jab/bidict
-"
-SRC_URI="https://github.com/jab/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
- test? (
- dev-python/hypothesis[${PYTHON_USEDEP}]
- dev-python/sortedcontainers[${PYTHON_USEDEP}]
- dev-python/sortedcollections[${PYTHON_USEDEP}]
- dev-python/typing-extensions[${PYTHON_USEDEP}]
- )
-"
-
-DOCS=( {CHANGELOG,README,SECURITY}.rst )
-
-EPYTEST_IGNORE=( tests/test_microbenchmarks.py )
-
-distutils_enable_tests pytest
-
-distutils_enable_sphinx docs \
- dev-python/furo
-
-src_prepare() {
- distutils-r1_src_prepare
-
- sed -i pytest.ini \
- -e "/--numprocesses/d" \
- -e "/--benchmark/d" || die
-}
diff --git a/dev-python/bidict/metadata.xml b/dev-python/bidict/metadata.xml
deleted file mode 100644
index 1f50be8513e6..000000000000
--- a/dev-python/bidict/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <upstream>
- <remote-id type="pypi">bidict</remote-id>
- <remote-id type="github">jab/bidict</remote-id>
- <maintainer>
- <name>Joshua Bronson</name>
- <email>jabronson@gmail.com</email>
- </maintainer>
- <doc>https://bidict.readthedocs.io</doc>
- <changelog>https://bidict.readthedocs.io/changelog.html</changelog>
- </upstream>
- <maintainer type="person">
- <email>dev@notyourcomputer.net</email>
- <name>Shaoyu Tseng</name>
- </maintainer>
-</pkgmetadata>