summaryrefslogtreecommitdiff
path: root/dev-python/click-plugins
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-17 00:25:50 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-17 00:25:50 +0000
commit48dbe17904ac8ee6f006488d8f21734b0d253db4 (patch)
tree90c7f087cbefd4ac6b893072d309e75dbf019f76 /dev-python/click-plugins
parent7972abc05090180dcc09d2b16af4020ce1cd1841 (diff)
gentoo auto-resync : 17:03:2023 - 00:25:50
Diffstat (limited to 'dev-python/click-plugins')
-rw-r--r--dev-python/click-plugins/Manifest1
-rw-r--r--dev-python/click-plugins/click-plugins-1.1.1.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/click-plugins/Manifest b/dev-python/click-plugins/Manifest
index 6853a58f866f..22ea750a26fc 100644
--- a/dev-python/click-plugins/Manifest
+++ b/dev-python/click-plugins/Manifest
@@ -1,4 +1,3 @@
DIST click-plugins-1.1.1.tar.gz 8164 BLAKE2B 48d75b9445b72dca41516fe81d02c6fad8089630c0d49963f559a847b90c7897c8db64773c4ec5f4c162d0f2f4fdd14fe212d485765d38977145fd32acdd0dcb SHA512 bbd838f50603ac4e76daf3535fd5d27a17e17549addbc8b582df6d6193b4f07d743101ce52f0b71f326995fdfeac159805025770350ca2e7697f212dce0c4b1a
EBUILD click-plugins-1.1.1-r1.ebuild 558 BLAKE2B d4e9c69300e9ff279b6c13ff245ffc0eb554d2e8ed38afee94d6161374b6b2fc2086ac178fba9352732a81ac4b9272180d8446f36dc7341a29d82a1ee7b95fd3 SHA512 b5c68be78124b88a5131f973f781816cb325803206a45923045b4ab56e87feecb6cf4ad30fb864e885f9611a9728df02c97b26b0821e2b9837113b339cf91b25
-EBUILD click-plugins-1.1.1.ebuild 555 BLAKE2B 457084a7f66e7cd1863910a779640d9b8c8957d6064edaa3f99d674351adf8f7c283df139293dd3f19a792577055c0e7d6e86020d9284073dab58955f57b4812 SHA512 4acc10428234995ccf7cde9465005e05a70301b6df617c32c2a8a4722f8fa51e30a4b3c5b200d386a5dc26d5a12d3528b28e4a040b1a350729d10550b6eb774d
MISC metadata.xml 311 BLAKE2B 979e8b892b9771bdac7ffa3a58e165097a70dfde354a5062316850ff72c4192148f053fe0be60ba6aa43434b757d15647c02682fc21f08dc986ef02f15232e59 SHA512 132f8fc7fbe5005f70578d5eab2f43ec62e322df618ce479d22958dcaa4c63d192506a7a9423978b1f850689717e32d2a78b883502cf1f43e24fb7a61bfad578
diff --git a/dev-python/click-plugins/click-plugins-1.1.1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
deleted file mode 100644
index 6aaa9c9feb9b..000000000000
--- a/dev-python/click-plugins/click-plugins-1.1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Module for click to enable registering CLI commands via setuptools entry-points"
-HOMEPAGE="https://github.com/click-contrib/click-plugins"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-SLOT="0"
-
-RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
-BDEPEND="test? ( ${RDEPEND} )"
-
-distutils_enable_tests pytest