dev-python/libpurecool: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-19 21:14:05 +02:00
committed by Andreas Billmeier
parent 3666c3c1f0
commit 29b8ac1814
2 changed files with 5 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
DIST libpurecool-0.6.4.tar.gz 36963 BLAKE2B 9cefd670e6883bfc542a4a0a57bb334c0e7e7118918f28b81a07c6e875e8a65ea0b63fcbceae9c19dafae560583a9a8a73d027f0d7c7c975b9516b513fed9f68 SHA512 d1658f0d603848c8730de5571dd884edbc895245af463aae2078687f42563bd31ebf4ee82b97bfd792888b183b3e24b839f930d031ad3880c3210b31eac8911b
EBUILD libpurecool-0.6.4.ebuild 918 BLAKE2B 12a99a6fe0a16dfb357d4c5f0c5688e95858372314f52556b3ec6b214f48ddafd12b7ac51b3f2ef314612845fcb68e8bbd4a67b3cdb3903bbc208570dc511e96 SHA512 bf603837fba9865756c054311f935f0c600799803b3acd38d78e58d89bc9bcc7916c8eabd415f4b39f60d2084648bb066d7767006bdf439244a05dddbb9f66f3
EBUILD libpurecool-0.6.4.ebuild 904 BLAKE2B ff73421b9222d2b0ef62d8d9c798fb5dacfc39b24e6aed64ee71c5cb40bd75dde7dc6c234e5a3b40a8a6eaeae29b56007341a8bb1c0ecd85fc853f709235abc2 SHA512 c93ac540fab3b513a0e3ed0af17c5404566246c62990a8481d6c21ff8a3e2676370dfc348a86828ae2d46fafe5c973813a16f0ef6756f1dd175d041037f6a1fb
MISC metadata.xml 527 BLAKE2B 50e1b56da9f6fcb07b1302649ee0cd5659caffff7f40b620139c09dc931f68082c7671e3f62a3ef6d8679939e5e070f6ed194c7f14ea5048256f8acbca5ba3f6 SHA512 c40b04f26738f827360f622413d6ac626b6173326d9617632cb0b9dc0060830e6d21e8c3275d6b067c8aaf17858805da73eaace1bbe87c289128ec127fbe0d89

View File

@@ -1,15 +1,14 @@
# 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
inherit distutils-r1 pypi
DESCRIPTION="Dyson Pure Cool/Hot+Cool Link and 360 eye robot vacuum devices Python library"
HOMEPAGE="https://github.com/etheralm/libpurecool https://libpurecool.readthedocs.io https://pypi.org/project/libpurecool/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"