dev-python/aiowatttime: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
DIST aiowatttime-0.1.1.tar.gz 10305 BLAKE2B 2ffac32ad2747b9aaa1a62c1e12d85675f956d7e3e8175064290bcb4d02c8b9b8498879cbacc3b4da0387570c8a330f2f43b695986637b6761c3e743687d94b4 SHA512 7af33836ed0e92267b7a0b94e24299ada0e83aa419e959db55c8e7d0504ca1fce34fd3d18322f2b6025a9776bb272ab0e921afdc3440578c517e61bddaf42b0f
|
DIST aiowatttime-0.1.1.tar.gz 10305 BLAKE2B 2ffac32ad2747b9aaa1a62c1e12d85675f956d7e3e8175064290bcb4d02c8b9b8498879cbacc3b4da0387570c8a330f2f43b695986637b6761c3e743687d94b4 SHA512 7af33836ed0e92267b7a0b94e24299ada0e83aa419e959db55c8e7d0504ca1fce34fd3d18322f2b6025a9776bb272ab0e921afdc3440578c517e61bddaf42b0f
|
||||||
EBUILD aiowatttime-0.1.1.ebuild 727 BLAKE2B 6095b4c794810ef54e3bf39aad6a941167477c632354b4ebbe74fa293bf39d34bf804476ab123d9f61f89cd77193fb3feee61c1e1c734455c26d6336b82a66db SHA512 5f40f197d69817b464b941258a4169471595d270e8015f4cec72e09b1be2a0b72a3a5ee1f4052c5f5a51cf7f052bf050e9b0fd5ebc0e13e102c33abdab430dfb
|
EBUILD aiowatttime-0.1.1.ebuild 671 BLAKE2B 89700b6a47e01d46e1557b009dea36201520de7936bb0ead92df663f8f4cc4c4bc0bd203dac2f7c793065e5d5ab788090a075a89b352d6cd9bc293b4faba7820 SHA512 aaf52775238a4a7bfd0514eeb1de9843f5c5a0f65c26101cca5d540de8cb950e9af7d3c3bcc5948ad8d72e02acdcd28965dc9fc2e2102863763ea5c3a8221d51
|
||||||
MISC metadata.xml 514 BLAKE2B 2b4508787e3b33bb69fabeefb172fe83c5ad170c4a9bb046ba83a474aba857c31c973b67fbd82b886a7bbe0b30e55b48c357d77c76be82b9bb2718b7c2151ab7 SHA512 05b09dab439f333a98f844a7c0e5053eebdef56bf8ae3326e3579ff9cd658f6b37ca675edf47d4132dcca80a17f093f0577eb666436bda6ef00f559e7affef76
|
MISC metadata.xml 514 BLAKE2B 2b4508787e3b33bb69fabeefb172fe83c5ad170c4a9bb046ba83a474aba857c31c973b67fbd82b886a7bbe0b30e55b48c357d77c76be82b9bb2718b7c2151ab7 SHA512 05b09dab439f333a98f844a7c0e5053eebdef56bf8ae3326e3579ff9cd658f6b37ca675edf47d4132dcca80a17f093f0577eb666436bda6ef00f559e7affef76
|
||||||
|
|||||||
@@ -1,15 +1,13 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..11} )
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
inherit distutils-r1
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
DESCRIPTION="An asyncio-based Python3 library for interacting with WattTime"
|
DESCRIPTION="An asyncio-based Python3 library for interacting with WattTime"
|
||||||
HOMEPAGE="https://github.com/bachya/aiowatttime https://pypi.org/project/aiowatttime/"
|
HOMEPAGE="https://github.com/bachya/aiowatttime https://pypi.org/project/aiowatttime/"
|
||||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@@ -21,7 +19,6 @@ DOCS="README.md"
|
|||||||
|
|
||||||
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]"
|
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
|
||||||
test? (
|
test? (
|
||||||
dev-python/pytest[${PYTHON_USEDEP}]
|
dev-python/pytest[${PYTHON_USEDEP}]
|
||||||
)"
|
)"
|
||||||
|
|||||||
Reference in New Issue
Block a user