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/clint | |
| 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/clint')
| -rw-r--r-- | dev-python/clint/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/clint/clint-0.5.1-r4.ebuild | 40 | ||||
| -rw-r--r-- | dev-python/clint/files/clint-0.5.1-disable-args-dependency.patch | 19 | ||||
| -rw-r--r-- | dev-python/clint/metadata.xml | 10 |
4 files changed, 0 insertions, 70 deletions
diff --git a/dev-python/clint/Manifest b/dev-python/clint/Manifest deleted file mode 100644 index ac577e93e7d7..000000000000 --- a/dev-python/clint/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST clint-0.5.1.gh.tar.gz 81140 BLAKE2B 5b42e7d46321f0416d3ffb51edf66c53476d3e4a211e971f36cab54a412f6b0f0ec26486c2b95871956ab09e7e4adf68e8329dd7e9e3c7ed1adb3f8a0dd2a728 SHA512 3ad8bfc587acb1322c7d7c3e73756a07c98f3b4215a3d4dc409b5a2067bc70dce2dd98d19250b8122b319b7bcf5e2859251de2829780345de06f93b35447c4e8 diff --git a/dev-python/clint/clint-0.5.1-r4.ebuild b/dev-python/clint/clint-0.5.1-r4.ebuild deleted file mode 100644 index 055d02657944..000000000000 --- a/dev-python/clint/clint-0.5.1-r4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2025 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="Python Command-line Application Tools" -HOMEPAGE=" - https://github.com/kennethreitz/clint/ - https://pypi.org/project/clint/ -" -SRC_URI=" - https://github.com/kennethreitz/clint/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="amd64 arm64 ~ppc64 ~x86" -IUSE="examples" - -# https://github.com/kennethreitz/clint/pull/180 -PATCHES=( "${FILESDIR}/${P}-disable-args-dependency.patch" ) - -distutils_enable_sphinx docs --no-autodoc -distutils_enable_tests pytest - -python_install_all() { - if use examples; then - docompress -x "/usr/share/doc/${PF}/examples" - docinto examples - dodoc -r examples/. - fi - - distutils-r1_python_install_all -} diff --git a/dev-python/clint/files/clint-0.5.1-disable-args-dependency.patch b/dev-python/clint/files/clint-0.5.1-disable-args-dependency.patch deleted file mode 100644 index 8b648dbc735d..000000000000 --- a/dev-python/clint/files/clint-0.5.1-disable-args-dependency.patch +++ /dev/null @@ -1,19 +0,0 @@ -commit e12338aa8f317c6f7e99fc2f4c2dc9424299b4ab -Author: Louis Sautier <sautier.louis@gmail.com> -Date: Sun Sep 13 16:54:20 2020 +0200 - - Do not require bundled args module - -diff --git a/setup.py b/setup.py -index 0221184..e9e3fa5 100755 ---- a/setup.py -+++ b/setup.py -@@ -19,7 +19,7 @@ if sys.argv[-1] == "publish": - publish() - sys.exit() - --required = ['args'] -+required = [''] - - setup( - name='clint', diff --git a/dev-python/clint/metadata.xml b/dev-python/clint/metadata.xml deleted file mode 100644 index 5e95859f915a..000000000000 --- a/dev-python/clint/metadata.xml +++ /dev/null @@ -1,10 +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> - <name>Python</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> |
