dev-python/py-melissa-climate: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 19:51:38 +02:00 committed by Andreas Billmeier
parent 073a0b2826
commit c0357f4b3d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 11 deletions

View File

@ -1,3 +1,3 @@
DIST py-melissa-climate-2.1.4.tar.gz 5610 BLAKE2B 16df0fa014dc035646477c9f988ce02885ab259086157eb2cad93fb03ae4af647d088d2bc36168ec49ec47d551f38e61f4e8e281edd273f9cd5c9393f700fb06 SHA512 9cd4c1fe4cd0798d8155d1410f894b4842d69d2814898c9ec3e2027bc3696c68d967c5a4f0a3a601216b1aec2faacb15eba456d77f04f12cd025b30fd2d49830
EBUILD py-melissa-climate-2.1.4.ebuild 890 BLAKE2B f192cff2b0e604c0659c2cb07b4361b92d9ec29a57045b8f787994cac9d1a8c2c1f1a3d3b0c1fd61e17509a20c8813bb7beebf4fe46b4fab02aa6d040a3e0e5a SHA512 a78793560a71c91fb93e232a7ea89014351ece2c872534a42eac44b43a037fb1bfdef8e462fccd567474d80e6a51326db9990a25ad30f062f7e25109611d9590
EBUILD py-melissa-climate-2.1.4.ebuild 814 BLAKE2B 23236abd053898a91ca33c258e3771ce7be4bedeb45a4641ff5622108a72614e085361644c82633d5d73dcd0a0872d37778d1cc85431e67a1ecee6641f45aeba SHA512 83294a97c6f95dbafa008e14a49965a0242c5465b9a910af0a6069eb90c6a602b48c157cfcadec800f4fe3f6b97e45be2890ce5053f7e66157bfaf4524bf598e
MISC metadata.xml 539 BLAKE2B f537781f55dbd4fa791ce14a3129cc18cd59d2a0d8942f479ac7c74ac5604f64f94180a19a3ef41e2d08e9d9cc64a5b058a0c8db6a17e5089381a902f0dcc616 SHA512 2493770af3cf5b6ffb7ce7fff93192fbf61499be0b634b83a85be8a063a3af0ee78b5fd044de02fca2a057f955896c70f87023d9d46713a5a45d8ff64d56524a

View File

@ -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="Api wrapper for Melissa Climate https://seemelissa.com"
HOMEPAGE="https://github.com/kennedyshead/py-melissa-climate https://pypi.org/project/py-melissa-climate/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,15 +21,10 @@ RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/requests-futures[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools-markdown[${PYTHON_USEDEP}]
dev-python/pypandoc[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests unittest