dev-python/btest - 1.3 (oubliette)

Search

Package Information

Description:
BTest is a powerful framework for writing system tests.
Homepage:
https://github.com/zeek/btest
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.3 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1

DESCRIPTION="BTest is a powerful framework for writing system tests."
HOMEPAGE="https://github.com/zeek/btest"
SRC_URI="https://github.com/zeek/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

BDEPEND="
	dev-python/sphinx
	dev-util/perf
"

distutils_enable_tests pytest

Dependencies

BDEPEND

	dev-python/sphinx
	dev-util/perf

Manifest for 1.3

Type File Size Source URLs
DIST btest-1.3.gh.tar.gz 107568 bytes https://github.com/zeek/btest/archive/refs/tags/v1.3.tar.gz