summaryrefslogtreecommitdiff
path: root/dev-python/pyzstd/pyzstd-0.19.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyzstd/pyzstd-0.19.1.ebuild')
-rw-r--r--dev-python/pyzstd/pyzstd-0.19.1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/pyzstd/pyzstd-0.19.1.ebuild b/dev-python/pyzstd/pyzstd-0.19.1.ebuild
deleted file mode 100644
index bf86e6424bc8..000000000000
--- a/dev-python/pyzstd/pyzstd-0.19.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2025-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYPI_VERIFY_REPO=https://github.com/Rogdham/pyzstd
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Support for Zstandard (zstd) compression"
-HOMEPAGE="
- https://github.com/Rogdham/pyzstd/
- https://pypi.org/project/pyzstd/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-RDEPEND="
- $(python_gen_cond_dep '
- >=dev-python/backports-zstd-1.0.0[${PYTHON_USEDEP}]
- ' 3.11 3.12 3.13)
- $(python_gen_cond_dep '
- dev-python/typing-extensions[${PYTHON_USEDEP}]
- ' 3.11 3.12)
-"
-BDEPEND="
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-python_test() {
- eunittest tests
-}