summaryrefslogtreecommitdiff
path: root/dev-python/zlib-ng
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/zlib-ng
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/zlib-ng')
-rw-r--r--dev-python/zlib-ng/Manifest1
-rw-r--r--dev-python/zlib-ng/metadata.xml11
-rw-r--r--dev-python/zlib-ng/zlib-ng-1.0.0.ebuild43
3 files changed, 0 insertions, 55 deletions
diff --git a/dev-python/zlib-ng/Manifest b/dev-python/zlib-ng/Manifest
deleted file mode 100644
index 2712a8108398..000000000000
--- a/dev-python/zlib-ng/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST zlib_ng-1.0.0.tar.gz 5799954 BLAKE2B 6ea833a6c63f9113d81cc603adff0cfa7e3f606d960c95386baa73046a20eb17faa28788e526ac0b7579ec2dd96de2c076afc11b2ac3b130c0c5d9a3ffe0a99d SHA512 66350217df5803a805ae9e44eb985eab0ed3e45d419f01640f808f38c5a618a51ae31ac700dbd4ab1c0f66f0afad812f6f82375bdacd87e29ba8e85f47754274
diff --git a/dev-python/zlib-ng/metadata.xml b/dev-python/zlib-ng/metadata.xml
deleted file mode 100644
index 703b00e747da..000000000000
--- a/dev-python/zlib-ng/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- </maintainer>
- <upstream>
- <remote-id type="github">pycompression/python-zlib-ng</remote-id>
- <remote-id type="pypi">zlib-ng</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/zlib-ng/zlib-ng-1.0.0.ebuild b/dev-python/zlib-ng/zlib-ng-1.0.0.ebuild
deleted file mode 100644
index fc5a74a9a770..000000000000
--- a/dev-python/zlib-ng/zlib-ng-1.0.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Drop-in replacement for zlib and gzip modules using zlib-ng"
-HOMEPAGE="
- https://github.com/pycompression/python-zlib-ng/
- https://pypi.org/project/zlib-ng/
-"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-DEPEND="
- sys-libs/zlib-ng:=
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
- test? (
- dev-python/test[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_PLUGINS=()
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-export PYTHON_ZLIB_NG_LINK_DYNAMIC=1
-
-python_test() {
- epytest tests
-}