diff --git a/dev-python/pyout/Manifest b/dev-python/pyout/Manifest deleted file mode 100644 index 9904198..0000000 --- a/dev-python/pyout/Manifest +++ /dev/null @@ -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 diff --git a/dev-python/pyout/metadata.xml b/dev-python/pyout/metadata.xml deleted file mode 100644 index 712a481..0000000 --- a/dev-python/pyout/metadata.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - gentoo@chymera.eu - Horea Christian - - - sci@gentoo.org - Gentoo Science Project - - - 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. - - - pyout/pyout - pyout - - diff --git a/dev-python/pyout/pyout-0.7.1.ebuild b/dev-python/pyout/pyout-0.7.1.ebuild deleted file mode 100644 index 6cf80ec..0000000 --- a/dev-python/pyout/pyout-0.7.1.ebuild +++ /dev/null @@ -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 -} diff --git a/dev-python/pyout/pyout-0.7.2.ebuild b/dev-python/pyout/pyout-0.7.2.ebuild deleted file mode 100644 index 6cf80ec..0000000 --- a/dev-python/pyout/pyout-0.7.2.ebuild +++ /dev/null @@ -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 -}