1
0
Fork 0

dev-python/asciitree: pushed to Gentoo Science

https://gitweb.gentoo.org/proj/sci.git/commit/?id=ac2a5beb1e101903a31867ee2071592785715e58
This commit is contained in:
Horea Christian 2022-03-25 11:04:06 -04:00
parent 9311508d23
commit 8c4eb50251
4 changed files with 0 additions and 36 deletions

View File

@ -1,4 +0,0 @@
*asciitree-0.3.3 (09 Feb 2022)
09 Feb 2022; <chymera@gentoo.org> +asciitree-0.3.3.ebuild, +metadata.xml:
dev-python/asciitree: new package (DANDI stack)

View File

@ -1 +0,0 @@
DIST asciitree-0.3.3.tar.gz 8765 SHA256 7837e807ba0791d86aa90b5c1ead0afccb901aab8a5f3d07fc2d1a3972d58ff7 SHA512 82ec368db5c3302640860aadeefc89ef2bc74a4336a46729d2688591454b6c1ab1f1fe9fc5305bc956c9998f27bca9e55aeee3bfb82bdf24a67955953e7e37f0 WHIRLPOOL da2aa5019d16d1cd4cfec6c315589eef2fe3433e1bb31986cc7e012fdbd03de5d80e2e876537abb252584ff18a84a41fe67b188d4b453456390416220127ed2a

View File

@ -1,19 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="ASCII trees in python"
HOMEPAGE="https://github.com/mbr/asciitree"
SRC_URI="https://github.com/mbr/asciitree/archive/refs/tags/0.3.3.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
distutils_enable_tests pytest

View File

@ -1,12 +0,0 @@
<?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>
</pkgmetadata>