From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/sybil/Manifest | 1 - dev-python/sybil/metadata.xml | 13 ------------ dev-python/sybil/sybil-10.0.1.ebuild | 38 ------------------------------------ 3 files changed, 52 deletions(-) delete mode 100644 dev-python/sybil/Manifest delete mode 100644 dev-python/sybil/metadata.xml delete mode 100644 dev-python/sybil/sybil-10.0.1.ebuild (limited to 'dev-python/sybil') diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest deleted file mode 100644 index c663ec2ecef1..000000000000 --- a/dev-python/sybil/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sybil-10.0.1.gh.tar.gz 83326 BLAKE2B de199b2755596a52a5ed9c18a456c84618e03b2bb55b9171b3c4c6b7f3069ef512734ff3259dbce227c4e192ffd400333e0c61763fffba89f649b1d868e09d2c SHA512 02ec3f8d4c3cf3f1b4df9f02a7caa139912dd1eca029eb4d62cb0b8cfa7b26348cd0b8c1cad7262473bb1de6fc218f014750f86e49bbb27befd81a1d3f86ab8c diff --git a/dev-python/sybil/metadata.xml b/dev-python/sybil/metadata.xml deleted file mode 100644 index aba09c672231..000000000000 --- a/dev-python/sybil/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - python@gentoo.org - Python - - - - sybil - simplistix/sybil - - diff --git a/dev-python/sybil/sybil-10.0.1.ebuild b/dev-python/sybil/sybil-10.0.1.ebuild deleted file mode 100644 index de7c14a0570d..000000000000 --- a/dev-python/sybil/sybil-10.0.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2019-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Automated testing for the examples in your documentation" -HOMEPAGE=" - https://github.com/simplistix/sybil/ - https://pypi.org/project/sybil/ -" -# tests are missing in sdist, as of 5.0.1 -SRC_URI=" - https://github.com/simplistix/sybil/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86" - -RDEPEND=" - >=dev-python/pytest-8[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/myst-parser[${PYTHON_USEDEP}] - dev-python/seedir[${PYTHON_USEDEP}] - dev-python/testfixtures[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest -- cgit v1.3