summaryrefslogtreecommitdiff
path: root/dev-python/six
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/six')
-rw-r--r--dev-python/six/Manifest1
-rw-r--r--dev-python/six/metadata.xml13
-rw-r--r--dev-python/six/six-1.17.0.ebuild29
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/six/Manifest b/dev-python/six/Manifest
deleted file mode 100644
index 0028e63a012e..000000000000
--- a/dev-python/six/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST six-1.17.0.tar.gz 34031 BLAKE2B 31a6fadd0fc7e1c9c3ac62fcfb3bb7eaac6d486a6d30884db027536ee514980f56ca600a3679565303bbe11b32f64613cf95ebda3bd4c2ad18214f85eb182b39 SHA512 fcfa58b03877ac3ac00a4f85b5fea4fecb2a010244451aa95013637a0aa21529f3dcfe25c0a07c72da46da1fa12bc0c16b6c641c40c6ab2133e5b5cbb5a71e4b
diff --git a/dev-python/six/metadata.xml b/dev-python/six/metadata.xml
deleted file mode 100644
index 8b22e466209f..000000000000
--- a/dev-python/six/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">six</remote-id>
- <remote-id type="github">benjaminp/six</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/six/six-1.17.0.ebuild b/dev-python/six/six-1.17.0.ebuild
deleted file mode 100644
index 149d21cac9e3..000000000000
--- a/dev-python/six/six-1.17.0.ebuild
+++ /dev/null
@@ -1,29 +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 pypi
-
-DESCRIPTION="Python 2 and 3 compatibility library"
-HOMEPAGE="
- https://github.com/benjaminp/six/
- https://pypi.org/project/six/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
-
-distutils_enable_sphinx documentation --no-autodoc
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # requires USE=gdb on CPython, no point in forcing the dep
- # also missing on PyPy
- 'test_six.py::test_move_items[dbm_ndbm]'
-)