summaryrefslogtreecommitdiff
path: root/dev-python/zope-configuration
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/zope-configuration
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/zope-configuration')
-rw-r--r--dev-python/zope-configuration/Manifest1
-rw-r--r--dev-python/zope-configuration/metadata.xml19
-rw-r--r--dev-python/zope-configuration/zope-configuration-7.1.ebuild38
3 files changed, 0 insertions, 58 deletions
diff --git a/dev-python/zope-configuration/Manifest b/dev-python/zope-configuration/Manifest
deleted file mode 100644
index 6c47adefa025..000000000000
--- a/dev-python/zope-configuration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST zope_configuration-7.1.tar.gz 84561 BLAKE2B de16e5e9f91139cf0d2e88be1251b76646b2b2cbe9a0027105b3da4700fff3886a13b0a055ee35450964a5415f715a05dcb49262459261730ccb3ccde8455430 SHA512 2bf608971a7d75cb622aaca0f1884c7bb9385a64da2dba743830b5bd76b990c7ed183f9a5a160fc3f40a5e1bd00b43023a01caf1f9bd1d8e149b7b7b27c3a391
diff --git a/dev-python/zope-configuration/metadata.xml b/dev-python/zope-configuration/metadata.xml
deleted file mode 100644
index 6f5d60299100..000000000000
--- a/dev-python/zope-configuration/metadata.xml
+++ /dev/null
@@ -1,19 +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>
- <maintainer type="person">
- <email>prometheanfire@gentoo.org</email>
- <name>Matthew Thode</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">zopefoundation/zope.configuration</remote-id>
- <remote-id type="pypi">zope.configuration</remote-id>
- </upstream>
- <longdescription lang="en">
- The Zope configuration system provides an extensible system for supporting various kinds of configurations.
- </longdescription>
-</pkgmetadata>
diff --git a/dev-python/zope-configuration/zope-configuration-7.1.ebuild b/dev-python/zope-configuration/zope-configuration-7.1.ebuild
deleted file mode 100644
index 9d5ea2d50bb1..000000000000
--- a/dev-python/zope-configuration/zope-configuration-7.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Zope Configuration Architecture"
-HOMEPAGE="
- https://pypi.org/project/zope.configuration/
- https://github.com/zopefoundation/zope.configuration/
- https://zopeconfiguration.readthedocs.io/en/latest/
-"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
- dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
- dev-python/zope-interface[${PYTHON_USEDEP}]
- >=dev-python/zope-schema-4.9[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/zope-testing[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-python_test() {
- eunittest -s "${BUILD_DIR}/install$(python_get_sitedir)/zope"
-}