dev-python/pylaunches: add 2.0.0
Closes: #3429 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
e77e03d7eb
commit
5b96ab9785
@ -1,3 +1,5 @@
|
||||
DIST pylaunches-1.4.0.tar.gz 5811 BLAKE2B f3cb316f88ea007ee17f6c9b8057cfa88b6c0e12756e1cfb694d4da8e8033f7bda3358f8a06e5876db0958c2bb310f81a4bc68f1804fdae2b16bc2142a01e3c1 SHA512 c0c0b68dfce2e2c3f2da88cad9b1d2e415df048f5e6e3cfc9ccdaa8d4c99148023ee6d6c3b506003491d46e16e3deb404672583f9172361d84fdfe697d53389d
|
||||
EBUILD pylaunches-1.4.0.ebuild 669 BLAKE2B 2c483855ff58eb78687031b01995e21c14c0e5deddfba21e4f42b3016fd3a880920aa9a3a19cf1664b9331c721469d7b26a34a1064d958195a4abd8eb7f4b69c SHA512 77f1aea4826187eb4bf571e5ab30913d272d90ff034dc248a902377314009fbbbd740b4d491f30f70b263fdd8356e18677608dfbd872bf4a478611e645989684
|
||||
MISC metadata.xml 512 BLAKE2B 33922c63bf964a11973ec870695e6bf66e9623090ddc7fe5562341528a0f0867dc4227b513098969b31c5dca3ca4e6088088f62e2891feb0945c7e98d31ef84e SHA512 e4a3fa5a1ec3ca90119e344f085346a95f77c3f76a3fb4e4c5ff0ad2b18eb22e1720d08083824d172f44494888da66e3d6223525b42919a5ac9be24246186394
|
||||
DIST pylaunches-2.0.0.tar.gz 4090 BLAKE2B 81a3d1825d1ed2b82db46a402abad0ac2ce2ea357f0ad99bf2bf17fb08df8ac3c85a645d0f0c16a84547b9d63a177ca6e1ddea1f96d71fe3524ef19b962f9407 SHA512 301279b971b259f9703725f898171b825af5e77926182ecdad6ca2d8b3046997d00b1dffdce1f87ea1b57824d56f958324c51c99afac3d1cfeadf20fb8761135
|
||||
EBUILD pylaunches-1.4.0.ebuild 669 BLAKE2B a761cb7308a53ed14e58f1560b92881fa9ced529d6a2f4b452c1fe7054870dbbca2ce0077b8564120f158f778acb0f1c8408a1955bc537d2e3215afd176500ef SHA512 92b0b4c7bd2e0a7a6f598ac8226d38e442315cb5df1975a9ce7bb503a626e4ce73fe5d651a2c20fbf6de0f118443221d7807b9ce7aadca97cb1cf97a783a88f1
|
||||
EBUILD pylaunches-2.0.0.ebuild 671 BLAKE2B 8d0ec6e8bf2844e5796fb3c9d6812881fb2092a0bfb6a1a673745d68c04b45a4106f4149b4fb8d99a6d82a0a41087bc26acc72040876b6ddad28f228ea5737c3 SHA512 ffc53363f0da7bc42fef0f3d81242cbb057fc8c2c111a55657e290059b2beb4ff1bf545636c1abdd0f2f1e76c7ced5ccaec47e1b3cf95ab2c4e3218b6f6e6daf
|
||||
MISC metadata.xml 509 BLAKE2B fb891f173c65034e196c270262cd63ab5018e6bdecfcf0d2428c22a496a40035ee2005ff3d77ac2f0a6d3e84eb38aea4439d4c99358b6c4e8d582e86ea779e8f SHA512 8ff696f19324ab222105361a11527f16aae09ad4821e6bdaeeae8751cce19d0ba1a4f02600e80a5769080bceb48e879b2a84e9ef782d2a0415d11d4dac4616bd
|
||||
|
@ -9,8 +9,8 @@
|
||||
<remote-id type="pypi">pylaunches</remote-id>
|
||||
<remote-id type="github">ludeeus/pylaunches</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>hi@ludeeus.dev</email>
|
||||
<name>Joakim Sorensen</name>
|
||||
<email>ludeeus@ludeeus.dev</email>
|
||||
<name>Ludeeus</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
28
dev-python/pylaunches/pylaunches-2.0.0.ebuild
Normal file
28
dev-python/pylaunches/pylaunches-2.0.0.ebuild
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A python packages to get information form upcoming space launches"
|
||||
HOMEPAGE="https://github.com/ludeeus/pylaunches https://pypi.org/project/pylaunches/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/aresponses[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user