From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/nextinspace/Manifest | 1 + dev-python/nextinspace/metadata.xml | 20 ++++++++++++++ dev-python/nextinspace/nextinspace-3.0.1.ebuild | 35 +++++++++++++++++++++++++ dev-python/nextinspace/nextinspace-9999.ebuild | 35 +++++++++++++++++++++++++ 4 files changed, 91 insertions(+) create mode 100644 dev-python/nextinspace/Manifest create mode 100644 dev-python/nextinspace/metadata.xml create mode 100644 dev-python/nextinspace/nextinspace-3.0.1.ebuild create 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 new file mode 100644 index 000000000000..b6c6934b6e29 --- /dev/null +++ b/dev-python/nextinspace/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..87c0bdd9672a --- /dev/null +++ b/dev-python/nextinspace/metadata.xml @@ -0,0 +1,20 @@ + + + + + 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. + + + baldeagleos-repo + diff --git a/dev-python/nextinspace/nextinspace-3.0.1.ebuild b/dev-python/nextinspace/nextinspace-3.0.1.ebuild new file mode 100644 index 000000000000..5a44788bf6d5 --- /dev/null +++ b/dev-python/nextinspace/nextinspace-3.0.1.ebuild @@ -0,0 +1,35 @@ +# 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 new file mode 100644 index 000000000000..23039ff15516 --- /dev/null +++ b/dev-python/nextinspace/nextinspace-9999.ebuild @@ -0,0 +1,35 @@ +# 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