dev-python/PyNINA: add 0.3.0, drop olds, update 0.2.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
7b50574956
commit
2f673f81ba
@ -1,5 +1,5 @@
|
||||
DIST PyNINA-0.1.8.tar.gz 7646 BLAKE2B 6074249de420b76bbb822e12f760367d389cd7ccbad58f35ac7e0119263119494e8b1083ebb21e4bea8d7da00896755e9ae3ca9d2e5400b6d20b9915271da136 SHA512 ec7a7cdd68cefb6753d9006f4acd23146c25dcc90e6570260c5dddca337fb2266c5e7bcbda4597634813670186fb4c07c7537bb60bb85fcdc3c1c8c17ecb40af
|
||||
DIST PyNINA-0.2.0.tar.gz 8142 BLAKE2B 5c16502fc93e8f2f4b7924ed3e2bf8bd1e15496f52258a4d3c066d74149f13c7b17ce42513a248c33a82422150d682852f42d14249f996fb94a1222520cff603 SHA512 8979c4aaf0a5bc510f661ea54baeb8f130decf98d8fd0a09e1a02fb3099bd7fea13fdb1a57826a7a910d7bef38fa4ea0c32fb023f0132a9043d4001b3a2712c1
|
||||
EBUILD PyNINA-0.1.8.ebuild 727 BLAKE2B 9bc22bad0fb01e6b9c3dd1b736402170da53685cf13f88dc257bbdd6bb5e767dcbefa41d77107fa002e264a76cbf2a8a888907903805f3907e476636d4edd83d SHA512 f5a8210436eaafd049c64b220cfc836426edc59415cedade3b201acfc6036c5851ced6f149a371d71e76ba2e7fa503fcf7c308437bbf139aa1aee4fab751e94c
|
||||
EBUILD PyNINA-0.2.0.ebuild 758 BLAKE2B a77417cd4dcba184f3d75d3137abefccde4cc39f03513c175f3df73a2908a1e0339b015ec1c179fd5f8665d2385d5c464e1626cc96fd688877276ce1a589493a SHA512 3f0697caca7a2083fc54e05b355c115acd460ee30ab1e349ef704f7789259480515d2a0729407f60f6c8c68dd0c490fa6940af985008f13dd573d9cf594b2e08
|
||||
DIST PyNINA-0.3.0.tar.gz 8256 BLAKE2B fb1766ab64ce491d25f5481e139ebf4edd191e3c88c7981a8bce99a3d5025b7f0f45ec05557f597e975d7f1e125e3f4699f127969548b1c8c2c89e7b37cd9bf4 SHA512 819c111c1ff6aeb9f5ce9f30d68b452723f6dc9f43323b5be9049d3d356af0d9b7528addac93f1f856c74f2acd377932a453afd6731f109e366719fd39ee3502
|
||||
EBUILD PyNINA-0.2.0.ebuild 692 BLAKE2B 80496aa0260c46e2105ea2d8643a23fd358b04cd71595e563ab625ab71ee208d0a8a17d2083f084b270cf56116d86f17af9879256e1f2eb3bb2446d148575a4e SHA512 643b70ca7a8b35b7df800e0477acc4f2aeca021674da58d05bac9f86361d2c1d50085e946c430c6a4d2b686d2ac2dc32bafb6def44976994d7c18bfab955fa5a
|
||||
EBUILD PyNINA-0.3.0.ebuild 692 BLAKE2B 80496aa0260c46e2105ea2d8643a23fd358b04cd71595e563ab625ab71ee208d0a8a17d2083f084b270cf56116d86f17af9879256e1f2eb3bb2446d148575a4e SHA512 643b70ca7a8b35b7df800e0477acc4f2aeca021674da58d05bac9f86361d2c1d50085e946c430c6a4d2b686d2ac2dc32bafb6def44976994d7c18bfab955fa5a
|
||||
MISC metadata.xml 514 BLAKE2B 41981f7ca0c87f1d130874d10a9b40e17fae710e9df24bca2adf9172370f29e2e49dbe15910104f7b9eecb4f8ebe38a345505ed8a05cf094118e11ff49f7b90b SHA512 f2acd6d1eeb53eec877d61cdc942dd83e88841aad6d020eb3f542883e8508c2631d2f1c7e8ddd141bb4e605924a786e5a771b2ae51d446bc0f4699b4a5e766b3
|
||||
|
||||
@ -3,13 +3,13 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A Python API wrapper to retrieve warnings from the german NINA app."
|
||||
HOMEPAGE="https://gitlab.com/DeerMaximum/pynina https://pypi.org/project/PyNINA/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@ -21,7 +21,6 @@ DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A Python API wrapper to retrieve warnings from the german NINA app."
|
||||
HOMEPAGE="https://gitlab.com/DeerMaximum/pynina https://pypi.org/project/PyNINA/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@ -21,7 +21,6 @@ DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
Loading…
x
Reference in New Issue
Block a user