diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /dev-python/zope-deprecation | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'dev-python/zope-deprecation')
| -rw-r--r-- | dev-python/zope-deprecation/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/zope-deprecation/metadata.xml | 9 | ||||
| -rw-r--r-- | dev-python/zope-deprecation/zope-deprecation-6.0.ebuild | 34 |
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/zope-deprecation/Manifest b/dev-python/zope-deprecation/Manifest deleted file mode 100644 index b5f27cb99051..000000000000 --- a/dev-python/zope-deprecation/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST zope_deprecation-6.0.tar.gz 24480 BLAKE2B e4b87c91364db229e5bcf78331c6e9c41a9b74067895d7e0ac679768863e3699d6a7111b877e054fdd2f68040a6c64c12871150a3ee5c664d6d3637cde8c302f SHA512 4a48d689c7a4f5950bfd8d80a4fc11aa9958a3558cf7f21a132155d7f10ca95fab77ca7bf51feb0f0f439a86a7c78bc6f6521eae5d5ef4cf540b31e51437f3ca diff --git a/dev-python/zope-deprecation/metadata.xml b/dev-python/zope-deprecation/metadata.xml deleted file mode 100644 index d34971a915e9..000000000000 --- a/dev-python/zope-deprecation/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/dev-python/zope-deprecation/zope-deprecation-6.0.ebuild b/dev-python/zope-deprecation/zope-deprecation-6.0.ebuild deleted file mode 100644 index eb2793ed3c97..000000000000 --- a/dev-python/zope-deprecation/zope-deprecation-6.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2025 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 Deprecation Infrastructure" -HOMEPAGE=" - https://pypi.org/project/zope.deprecation/ - https://github.com/zopefoundation/zope.deprecation/ -" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="amd64 arm64 x86" - -distutils_enable_tests unittest - -src_prepare() { - distutils-r1_src_prepare - - # strip rdep specific to namespaces - sed -i -e "s:'setuptools',::" setup.py || die -} - -python_test() { - distutils_write_namespace zope - eunittest -s "${BUILD_DIR}/install$(python_get_sitedir)" -} |
