dev-python/pyout: moved to Gentoo Science
https://gitweb.gentoo.org/proj/sci.git/commit/?id=68ff89b3a469dc077d20eb6621b631631b341092
This commit is contained in:
parent
7a0bcf270a
commit
8cd5f7f67e
@ -1,2 +0,0 @@
|
||||
DIST pyout-0.7.1.tar.gz 180439 SHA256 66eb824d27a6ca2fbaa1b5daf01af06d15f227f8cebb75a73aea2f0dccee0818 SHA512 66338ce6dbf1e4ee6a187993609f762fcd2f8dddd981bc976b3240b6ecd461ba1fd47b9f08b91fc29853ce88e26158c7047de0adfcf28a0dd66869adfad5ab71 WHIRLPOOL 524ca37e34d72635bb3175e804500e78b48c742266d0776435985aaad6618e7e07cf15b7e71616732a878ed7a6dc9285bb4a35c78296470a58cad6fa1d3cd94e
|
||||
DIST pyout-0.7.2.tar.gz 181753 SHA256 a068e147447d57fc06dc9258bd9f840f986fb66e988eb373dd7dafc1dcd5100f SHA512 e7be6f7829f6b09ead64c596cfdecfa45073af0a1da15401702327e141bbfae10e7968ee5e332358aa04bfc7ddf71b7b6caf2d5877aca8514e4ba544d3b1670a WHIRLPOOL 1adaa7e304db6da71b37c9244cb1dd39eaad9e27f49634bc6ec598375bdb7416dcc71d874023604935a3feb76aeef5bedf79cd57e26c919ae7ea5c61ba72652a
|
@ -1,24 +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>
|
||||
<longdescription lang="en">
|
||||
pyout is a Python package that defines an interface for writing
|
||||
structured records as a table in a terminal. It is being developed to
|
||||
replace custom code for displaying tabular data in in ReproMan and
|
||||
DataLad. See the Examples folder for how to get started. A primary
|
||||
goal of the interface is the separation of content from style and
|
||||
presentation.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">pyout/pyout</remote-id>
|
||||
<remote-id type="pypi">pyout</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,32 +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="Terminal styling for structured data"
|
||||
HOMEPAGE="https://github.com/pyout/pyout"
|
||||
SRC_URI="https://github.com/pyout/pyout/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/jsonschema[${PYTHON_USEDEP}]
|
||||
dev-python/blessings[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="
|
||||
test? (
|
||||
dev-python/pytest-timeout[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_prepare_all() {
|
||||
sed -i -e '/pytest-runner/d' setup.py || die
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
@ -1,32 +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="Terminal styling for structured data"
|
||||
HOMEPAGE="https://github.com/pyout/pyout"
|
||||
SRC_URI="https://github.com/pyout/pyout/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/jsonschema[${PYTHON_USEDEP}]
|
||||
dev-python/blessings[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="
|
||||
test? (
|
||||
dev-python/pytest-timeout[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_prepare_all() {
|
||||
sed -i -e '/pytest-runner/d' setup.py || die
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user