mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
python3-RPi.GPIO: update to 0.7.1
This commit is contained in:
parent
431e6f7922
commit
f2c5ae07e4
1 changed files with 4 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-RPi.GPIO'
|
# Template file for 'python3-RPi.GPIO'
|
||||||
pkgname=python3-RPi.GPIO
|
pkgname=python3-RPi.GPIO
|
||||||
version=0.7.0
|
version=0.7.1
|
||||||
revision=2
|
revision=1
|
||||||
archs="armv[67]l* aarch64*"
|
archs="armv[67]l* aarch64*"
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -12,12 +12,8 @@ short_desc="Module to control Raspberry Pi GPIO channels"
|
||||||
maintainer="amak <amak.git@outlook.com>"
|
maintainer="amak <amak.git@outlook.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://sourceforge.net/projects/raspberry-gpio-python"
|
homepage="https://sourceforge.net/projects/raspberry-gpio-python"
|
||||||
distfiles="${SOURCEFORGE_SITE}/project/raspberry-gpio-python/RPi.GPIO-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/R/RPi.GPIO/RPi.GPIO-${version}.tar.gz"
|
||||||
checksum=7424bc6c205466764f30f666c18187a0824077daf20b295c42f08aea2cb87d3f
|
checksum=cd61c4b03c37b62bba4a5acfea9862749c33c618e0295e7e90aa4713fb373b70
|
||||||
|
|
||||||
# needed for gcc 10
|
|
||||||
# fixed upstream in commit 8a0a65
|
|
||||||
CFLAGS="-fcommon"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENCE.txt
|
vlicense LICENCE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue