mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ada/e3-testsuite: testsuite
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
1
dev-ada/e3-testsuite/Manifest
Normal file
1
dev-ada/e3-testsuite/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST e3-testsuite-24.0.tar.gz 103595 BLAKE2B c41360aeb9243810fb3fe26c567430365c09823430927cb1e5e04e4fc0e3b28727a7fe3e286b1fe135ce32e2cc85821994804695a23f6fddcfc4f4bb8f57661b SHA512 1460b3611b863d0311960702fd684612f32cd876fa1864feae39b16251677ee25f4f29c1f749d2eeb93d0306dc3c130e424e11c6d5561f01482a065f239de170
|
||||
23
dev-ada/e3-testsuite/e3-testsuite-24.0.ebuild
Normal file
23
dev-ada/e3-testsuite/e3-testsuite-24.0.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8,9} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Generic testsuite framework in Python"
|
||||
HOMEPAGE="https://www.adacore.com/"
|
||||
SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
|
||||
-> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-ada/e3-core[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
distutils_enable_tests --install pytest
|
||||
18
dev-ada/e3-testsuite/metadata.xml
Normal file
18
dev-ada/e3-testsuite/metadata.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>ada@gentoo.org</email>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
This present project (e3) is a Python framework to ease the
|
||||
development of portable automated build systems (compilation,
|
||||
dependencies management, binary code packaging, and automated
|
||||
testing).
|
||||
The e3 framework is split across multiple Python packages named
|
||||
e3-name and sharing the same namespace: e3.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">adacore/e3-testsuite</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user