aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-09-23 16:23:54 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-09-23 16:23:54 +0200
commit1f76b2049f8e44cf6daefca16c0f13f97c5ec50c (patch)
tree327c3b4d53b90b7653b57994b8d21e1ae429f757 /dev-python
parentdev-python/zarr: drop ~x86 (diff)
downloadsci-1f76b2049f8e44cf6daefca16c0f13f97c5ec50c.tar.gz
sci-1f76b2049f8e44cf6daefca16c0f13f97c5ec50c.tar.bz2
sci-1f76b2049f8e44cf6daefca16c0f13f97c5ec50c.zip
dev-python/immutables: drop duplicate
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/immutables/Manifest1
-rw-r--r--dev-python/immutables/immutables-0.20.ebuild21
-rw-r--r--dev-python/immutables/metadata.xml16
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/immutables/Manifest b/dev-python/immutables/Manifest
deleted file mode 100644
index dfee7ecc9..000000000
--- a/dev-python/immutables/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST immutables-0.20.tar.gz 88933 BLAKE2B 07ae33ea62e85ea8c9b26a7e634f018b6e614ecd493faa74cdbdb20864b6af78b30fbadd1c21d9b9e3e971086893dcc7053ba88f8c78d7dbb588d54b8a9d0175 SHA512 1b74236517964573fd26072b6bf1b8a93456822b2b6ccc5f544f8a49b91f2e0bd110ef2ac23358ba14deceaaee8dde6f24e5589e9078dce961a7b9d4fcd2d3bd
diff --git a/dev-python/immutables/immutables-0.20.ebuild b/dev-python/immutables/immutables-0.20.ebuild
deleted file mode 100644
index 8cd5bf37b..000000000
--- a/dev-python/immutables/immutables-0.20.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2024 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit pypi distutils-r1
-
-DESCRIPTION="A high-performance immutable mapping type for Python"
-HOMEPAGE="https://pypi.org/project/immutables/"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="test? ( dev-python/mypy[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
diff --git a/dev-python/immutables/metadata.xml b/dev-python/immutables/metadata.xml
deleted file mode 100644
index 1bec01ba5..000000000
--- a/dev-python/immutables/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mschu.dev@gmail.com</email>
- <name>Michael Schubert</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">MagicStack/immutables</remote-id>
- <remote-id type="pypi">immutables</remote-id>
- </upstream>
-</pkgmetadata>