summaryrefslogtreecommitdiff
path: root/dev-python/chardet
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/chardet')
-rw-r--r--dev-python/chardet/Manifest1
-rw-r--r--dev-python/chardet/chardet-6.0.0_p1.ebuild37
-rw-r--r--dev-python/chardet/metadata.xml13
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/chardet/Manifest b/dev-python/chardet/Manifest
deleted file mode 100644
index 6446a6f0c77f..000000000000
--- a/dev-python/chardet/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST chardet-6.0.0.post1.tar.gz 12521798 BLAKE2B 1aac9c3fa5a7e7ac3dd366e02a2395f929a9df3141e7bf609415be471d82179e9f72de7a8584bcad34a04f9ebf426be61205c3c6932a792b770f3971500fe3d0 SHA512 c0581f1c108413407e4155ea1beceb84626c91472640657f2e17359624f7649046882ce2815330c7ce96a4320b1a85840b0235c4329637eb73f21bae85504c31
diff --git a/dev-python/chardet/chardet-6.0.0_p1.ebuild b/dev-python/chardet/chardet-6.0.0_p1.ebuild
deleted file mode 100644
index 16efbaf9a6ef..000000000000
--- a/dev-python/chardet/chardet-6.0.0_p1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Universal encoding detector"
-HOMEPAGE="
- https://github.com/chardet/chardet/
- https://pypi.org/project/chardet/
-"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris"
-
-BDEPEND="
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=( hypothesis )
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_DESELECT=(
- # super flaky test
- # https://github.com/chardet/chardet/issues/256
- test.py::test_detect_all_and_detect_one_should_agree
- )
-
- epytest -o addopts=
-}
diff --git a/dev-python/chardet/metadata.xml b/dev-python/chardet/metadata.xml
deleted file mode 100644
index daa4b52ebf55..000000000000
--- a/dev-python/chardet/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">chardet</remote-id>
- <remote-id type="github">chardet/chardet</remote-id>
- </upstream>
-</pkgmetadata>