platformio: update to 5.0.1.

Closes: #25672 [via git-merge-pr]
This commit is contained in:
bra1nwave 2020-10-17 08:52:07 +02:00 committed by Andrew J. Hesford
parent 2cc6949468
commit 4e1ee8b85c

View file

@ -1,7 +1,7 @@
# Template file for 'platformio'
pkgname=platformio
version=4.3.4
revision=3
version=5.0.1
revision=1
wrksrc="platformio-core-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -14,9 +14,8 @@ license="Apache-2.0"
homepage="https://github.com/platformio/platformio-core"
changelog="https://raw.githubusercontent.com/platformio/platformio-core/develop/HISTORY.rst"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=8c0cf78f855ba0ddc629176c900706fa2d2a0c2d92053e9a6a02f7e86f770725
checksum=0c1224f1d593c6fbccdf73de2ce02a412521a3095965c7eee19b2a4d6dc83c89
post_install() {
vinstall scripts/99-platformio-udev.rules 644 usr/lib/udev/rules.d
rm -rf ${DESTDIR}/${py3_sitelib}/scripts
}