dev-python/pigpio: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
e8576dcb5e
commit
2843e318bc
@ -1,3 +1,3 @@
|
||||
DIST pigpio-1.78.tar.gz 40738 BLAKE2B fb447f2993589d074ca00302eeefdfea288a65ed98a2fff192cfd7d3580d7e3a674db56c8533cd83a8c320583b6d81e167dff34e362c432f0a4ea59212dddb76 SHA512 6732d0f8a446452f2f774d7009d64d4b4540de83b2be6fe7de06203ac87f48add7087c8010ba34541def83f6fea8b5c40c94b62fbd663b6212a6109acf231279
|
||||
EBUILD pigpio-1.78.ebuild 629 BLAKE2B c31f92c4aaaca4a38db9c64388fdafbc93c9e5922f3acd5d586101ec080710bb67a9cab8a0beb652c5da35b3e7b01c22f3a5acd16b0c567ac3d50c7bf733d3f8 SHA512 56104df5bb9684d71a337e4adebd5c2ca51db421b2592dde9adf99959442738fdd0f1643e37a62d37e4ddfdcd69cb0ebddfc2dd797effcce459208465769d91a
|
||||
EBUILD pigpio-1.78.ebuild 615 BLAKE2B eeb816eb24dd4cb51bed2ca25c04a5ddbf44bf2a36ab70081a15b8542478c6cb16f86688f1bc9d5ffef731dab96a7a8184bb71203e9b90b86fb166dfaf9e7449 SHA512 23cb74b4bf34896eee4496d6d3b6abab18a47bb74b5945b2ffe0d1ae9e38ead767c57a48986b4d387e75dbf087e0ccd259ddb61341182403596b690d178906b0
|
||||
MISC metadata.xml 438 BLAKE2B 51a774433d3de506c02a03a99c26efbf229a221f989aef94c63cab258e7221d5f7d54b5eb349a5e925aa2fe4dabeba4deb3162e613da43caa1d38ccd23a8288d SHA512 ba7afb6dab72e0bc7d818ddf22c8ac5f774522f6b89c653bf0e7ec155747802204f89f72f07023fd3d859ebee740a32796923de63db6a51b27c68be61cbaad26
|
||||
|
||||
@ -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="Raspberry Pi GPIO module"
|
||||
HOMEPAGE="http://abyz.me.uk/rpi/pigpio/python.html https://pypi.org/project/pigpio/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Unlicense"
|
||||
SLOT="0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user