dev-python/sybil: Bump to 10.1.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-06-14 04:38:29 +02:00
parent 2d30e8493d
commit d7aa6731c9
2 changed files with 39 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST sybil-10.0.1.gh.tar.gz 83326 BLAKE2B de199b2755596a52a5ed9c18a456c84618e03b2bb55b9171b3c4c6b7f3069ef512734ff3259dbce227c4e192ffd400333e0c61763fffba89f649b1d868e09d2c SHA512 02ec3f8d4c3cf3f1b4df9f02a7caa139912dd1eca029eb4d62cb0b8cfa7b26348cd0b8c1cad7262473bb1de6fc218f014750f86e49bbb27befd81a1d3f86ab8c
DIST sybil-10.1.0.gh.tar.gz 85438 BLAKE2B e11dfea98fb0b6c1b5f5442b232711895fcadd979f4ed0e60762771b671f7a0c8d903cbd55352271b5137291229ae73d6da53841b4548cda487ec7c7404a79b3 SHA512 8b8b484933a0a4ebc04ccf7f0e1b7514b9ad00ee61e5ff76d6735edd11a43662cb0ef58345d9a1e4c9f76e02231a2876203e818136ca075d7c8ed4b9322feacc

View File

@@ -0,0 +1,38 @@
# 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_{12..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