summaryrefslogtreecommitdiff
path: root/dev-python/clint
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/clint
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-python/clint')
-rw-r--r--dev-python/clint/Manifest1
-rw-r--r--dev-python/clint/clint-0.5.1-r4.ebuild40
-rw-r--r--dev-python/clint/files/clint-0.5.1-disable-args-dependency.patch19
-rw-r--r--dev-python/clint/metadata.xml13
4 files changed, 0 insertions, 73 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 9979a27d9dcd..000000000000
--- a/dev-python/clint/metadata.xml
+++ /dev/null
@@ -1,13 +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>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">kennethreitz/clint</remote-id>
- <remote-id type="pypi">clint</remote-id>
- </upstream>
-</pkgmetadata>