dev-python/ci_info: new package (DANDI stack)
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
6df31da0bf
commit
9946d7b454
4
dev-python/ci_info/ChangeLog
Normal file
4
dev-python/ci_info/ChangeLog
Normal file
@ -0,0 +1,4 @@
|
||||
*ci_info-0.2.0 (06 Oct 2021)
|
||||
|
||||
06 Oct 2021; <chymera@gentoo.org> +ci_info-0.2.0.ebuild, +metadata.xml:
|
||||
dev-python/ci_info: new package (DANDI stack)
|
1
dev-python/ci_info/Manifest
Normal file
1
dev-python/ci_info/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST ci_info-0.2.0.tar.gz 26001 SHA256 fa4e0bb63514dfee49fb4709fd84d29b12836f6d0c9506982a4b6f2219fa3232 SHA512 cedb489874f663b169330444632d6574b84ce95e9a4221ca41f76e56582ea7f4d8dd5ffb2130b74c2847d9c69866822ebf24eb7b87e6a3a4a276f1029dcac202 WHIRLPOOL fb12e3ac63f36c8d16da11bb90b3c262d1c1fc9045593db279ab13ea194528224e231b7f917cb2c2facea52b104048f29115fda9ad4188a1ed729a7ab98bc40b
|
27
dev-python/ci_info/ci_info-0.2.0.ebuild
Normal file
27
dev-python/ci_info/ci_info-0.2.0.ebuild
Normal file
@ -0,0 +1,27 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN=ci-info
|
||||
|
||||
DESCRIPTION="Gather continuous integration information on the fly"
|
||||
HOMEPAGE="https://github.com/mgxd/ci-info"
|
||||
SRC_URI="https://github.com/mgxd/ci-info/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
BDEPEND=""
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
distutils_enable_tests pytest
|
15
dev-python/ci_info/metadata.xml
Normal file
15
dev-python/ci_info/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@chymera.eu</email>
|
||||
<name>Horea Christian</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>sci@gentoo.org</email>
|
||||
<name>Gentoo Science Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">mgxd/ci-info</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user