commit: eb82aa56e16ba35e135a14387481b3aecb05b0a2
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu May 11 12:53:37 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu May 11 12:53:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb82aa56
dev-python/griffe: treeclean duplicate
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/griffe/Manifest | 1 -
dev-python/griffe/griffe-0.25.4.ebuild | 26 --------------------------
dev-python/griffe/metadata.xml | 15 ---------------
3 files changed, 42 deletions(-)
diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
deleted file mode 100644
index 7e7771485..000000000
--- a/dev-python/griffe/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST griffe-0.25.4.gh.tar.gz 146307 BLAKE2B
160a347d9bcd7494f67d2904377d24e5b46882cf56d88b070c6d495e556ca8acef1acafa06de8e50759af1329674048a88917682ba366c24b3844b44862dafe5
SHA512
932235d5317aa001fda1007f110f01aa2fd6bac8f4dbe01e24701b2e2160d6bf43cb63960189f354fde5fc7ad65b55c363fb8cb8c9f4ff0dcff23129d47496b1
diff --git a/dev-python/griffe/griffe-0.25.4.ebuild
b/dev-python/griffe/griffe-0.25.4.ebuild
deleted file mode 100644
index 5cdd38604..000000000
--- a/dev-python/griffe/griffe-0.25.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1
-
-DESCRIPTION="Signatures for entire Python programs."
-HOMEPAGE="https://github.com/mkdocstrings/griffe
https://pypi.org/project/griffe/"
-SRC_URI="https://github.com/mkdocstrings/griffe/archive/refs/tags/${PV}.tar.gz
-> ${P}.gh.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64"
-ISUE="test"
-
-RDEPEND=""
-BDEPEND="
- dev-python/pdm-pep517[${PYTHON_USEDEP}]
- dev-python/colorama[${PYTHON_USEDEP}]
-"
-DEPEND="${BDEPEND}"
-
-distutils_enable_tests pytest
diff --git a/dev-python/griffe/metadata.xml b/dev-python/griffe/metadata.xml
deleted file mode 100644
index 8964f733e..000000000
--- a/dev-python/griffe/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>[email protected]</email>
- <name>Gasc Henri</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">griffe</remote-id>
- <remote-id type="github">mkdocstrings/griffe</remote-id>
- </upstream>
- <longdescription>
- Extract the structure, the frame, the skeleton of your project,
to generate API documentation or find breaking changes in your API.
- </longdescription>
-</pkgmetadata>