diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/zenlib | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/zenlib')
| -rw-r--r-- | dev-python/zenlib/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/zenlib/metadata.xml | 18 | ||||
| -rw-r--r-- | dev-python/zenlib/zenlib-3.3.0.ebuild | 26 | ||||
| -rw-r--r-- | dev-python/zenlib/zenlib-9999.ebuild | 22 |
4 files changed, 0 insertions, 67 deletions
diff --git a/dev-python/zenlib/Manifest b/dev-python/zenlib/Manifest deleted file mode 100644 index bb1a8daa7c8c..000000000000 --- a/dev-python/zenlib/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST zenlib-3.3.0.gh.tar.gz 25512 BLAKE2B d4add79e69cecc0f6b08484379c28fc0ca0c505e076988fae0eb62edc1b26f77cd289014fc2b6d953568c44c477cfc2a65d1f22ac9f44f2a7783ecdeacca2dc7 SHA512 890e0c8d4c59b259b58b36ac6ab9ffc986c5354a91a76331beae4eefddf4be74878dabbcc55930a3406cdad104fb1addf69483174727004824160a463f294c4a diff --git a/dev-python/zenlib/metadata.xml b/dev-python/zenlib/metadata.xml deleted file mode 100644 index f1e8f3757039..000000000000 --- a/dev-python/zenlib/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>dev@pyl.onl</email> - <name>Zen</name> - </maintainer> - <maintainer type="person" proxied="proxy"> - <email>nowa@gentoo.org</email> - <name>Nowa Ammerlaan</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <bugs-to>https://github.com/desultory/zenlib/issues</bugs-to> - <changelog>https://github.com/desultory/zenlib/releases</changelog> - <remote-id type="github">desultory/zenlib</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/zenlib/zenlib-3.3.0.ebuild b/dev-python/zenlib/zenlib-3.3.0.ebuild deleted file mode 100644 index cc5da5c4e345..000000000000 --- a/dev-python/zenlib/zenlib-3.3.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2023-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 - -DESCRIPTION="Useful python decorators and utilities" -HOMEPAGE="https://github.com/desultory/zenlib/" -SRC_URI=" - https://github.com/desultory/zenlib/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm64 ~riscv ~x86" - -distutils_enable_tests unittest - -python_test() { - CI=true eunittest tests # Set CI=true to disable namespace module tests and imports -} diff --git a/dev-python/zenlib/zenlib-9999.ebuild b/dev-python/zenlib/zenlib-9999.ebuild deleted file mode 100644 index 261f64801265..000000000000 --- a/dev-python/zenlib/zenlib-9999.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2023-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 git-r3 - -DESCRIPTION="Useful python decorators and utilities" -HOMEPAGE="https://github.com/desultory/zenlib/" -EGIT_REPO_URI="https://github.com/desultory/zenlib.git" - -LICENSE="GPL-2" -SLOT="0" - -distutils_enable_tests unittest - -python_test() { - CI=true eunittest tests # Disable namespace module tests and imports with CI=true -} |
