dev-python/pmsensor: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
DIST pmsensor-0.4.tar.gz 3707 BLAKE2B 2ac5cb3ba2289c1974e7324635327fac1d27a45a8dcd31d83aeac1002c5267ac3721cca82ebc212b3bd302970f6ee8b6e87deb300e165106b1ec601316da3239 SHA512 eada27ee13a0dbb01cf5652be816a82e7db4c9ac99164cb35436e3be67ad89067229084975d9722cf0504eeb34c17258c8a2d43531c20f8cec5be581eec73c71
|
||||
EBUILD pmsensor-0.4.ebuild 711 BLAKE2B be6fbf2a7c8abddb7ea685c2404a96211b76ebf786bc37f958b19fcf29a93afd03a11162c40cf1306ffc1c2d56b740745f1639f5caa9c8f6ba7b43680ec1e743 SHA512 a09a619ba02a1d722cd75969c9373d7108c8c7c30c2ca79b8d0628e449f61176ae24e698f31135e745c182163e017be36f276fe0024f43cef41637bad15084a0
|
||||
EBUILD pmsensor-0.4.ebuild 697 BLAKE2B e8a1601b19165185375924f5a896696ab031530a3c80cd254dcb55debb994aea70709bb6f32b574e062d5c3d66cda207d4b6c71d96d9debf5d1f727966269f4b SHA512 2a32684cf82987fa29b754d69935b0c96f51cbd0a8673c2426be227f0645b94bb9994a239d252fd045a1f335c20b89ad42a1c728a84695c47eec114d42def41f
|
||||
MISC metadata.xml 527 BLAKE2B a508661c53e9b8166b933f03c431aa79dd49497b03f1da204435e98eb7f12f075d3903e391ac9c87f1e4296cf14bb4405954550c1c892042b4944bb5af6bc219 SHA512 f02fa516351beb0fe0143efc61856f01379ce4639e9603cd624b3afcfef3010728e378d87cbdbcc14e349de03a8fa6f7800cadc94497d725546ecf09ab982f8e
|
||||
|
||||
@@ -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="Library to read data from environment sensors"
|
||||
HOMEPAGE="https://github.com/open-homeautomation/pmsensor https://pypi.org/project/pmsensor/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user