From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/nextinspace/Manifest | 1 - dev-python/nextinspace/metadata.xml | 23 ---------------- dev-python/nextinspace/nextinspace-3.0.1.ebuild | 35 ------------------------- dev-python/nextinspace/nextinspace-9999.ebuild | 35 ------------------------- 4 files changed, 94 deletions(-) delete mode 100644 dev-python/nextinspace/Manifest delete mode 100644 dev-python/nextinspace/metadata.xml delete mode 100644 dev-python/nextinspace/nextinspace-3.0.1.ebuild delete mode 100644 dev-python/nextinspace/nextinspace-9999.ebuild (limited to 'dev-python/nextinspace') diff --git a/dev-python/nextinspace/Manifest b/dev-python/nextinspace/Manifest deleted file mode 100644 index b6c6934b6e29..000000000000 --- a/dev-python/nextinspace/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nextinspace-3.0.1.gh.tar.gz 55101 BLAKE2B aeec5e34e6ae611d4f693dde10b14430d46853949c6e5d81aa90a842da670a156ecf3216c09d70f40279836155fe097c85c82e05a3e5c31d5457409f41a62f29 SHA512 92aa209e36eeed742cbfec99456aa452a164ffd97c87d6a17271c1731d9e4cdca1e616217ea6fdd347356b68644cc8fa3035228877324a7d180f764b6f8b012e diff --git a/dev-python/nextinspace/metadata.xml b/dev-python/nextinspace/metadata.xml deleted file mode 100644 index 83495fb65bc9..000000000000 --- a/dev-python/nextinspace/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - mario.haustein@hrz.tu-chemnitz.de - Mario Haustein - - - proxy-maint@gentoo.org - Proxy Maintainers - - - A command-line tool for seeing the latest in space. Nextinspace also - supports use as a Python library, so you can integrate it into your - application. You can also get data printed to the terminal in JSON, - which can be piped into another program. - - - - gideonshaked/nextinspace - nextinspace - - diff --git a/dev-python/nextinspace/nextinspace-3.0.1.ebuild b/dev-python/nextinspace/nextinspace-3.0.1.ebuild deleted file mode 100644 index 5a44788bf6d5..000000000000 --- a/dev-python/nextinspace/nextinspace-3.0.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2022-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{13..14} ) -inherit distutils-r1 - -DESCRIPTION="A command-line tool for seeing the latest in space" -HOMEPAGE="https://github.com/gideonshaked/nextinspace" - -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/gideonshaked/nextinspace.git" -else - SRC_URI="https://github.com/gideonshaked/nextinspace/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="amd64 x86" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - >=dev-python/colorama-0.4.3[${PYTHON_USEDEP}] - >=dev-python/requests-2.24[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/pytest-lazy-fixtures[${PYTHON_USEDEP}] - >=dev-python/requests-mock-1.8[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest diff --git a/dev-python/nextinspace/nextinspace-9999.ebuild b/dev-python/nextinspace/nextinspace-9999.ebuild deleted file mode 100644 index 23039ff15516..000000000000 --- a/dev-python/nextinspace/nextinspace-9999.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2022-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{13..14} ) -inherit distutils-r1 - -DESCRIPTION="A command-line tool for seeing the latest in space" -HOMEPAGE="https://github.com/gideonshaked/nextinspace" - -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/gideonshaked/nextinspace.git" -else - SRC_URI="https://github.com/gideonshaked/nextinspace/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - >=dev-python/colorama-0.4.3[${PYTHON_USEDEP}] - >=dev-python/requests-2.24[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/pytest-lazy-fixtures[${PYTHON_USEDEP}] - >=dev-python/requests-mock-1.8[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest -- cgit v1.3