# Maintainer: Guilhelm Savin # Maintainer: Jake # # Upstream URL: https://github.com/platformio/platformio # # For improvements/fixes to this package, please send a pull request: # https://github.com/gsavin/arch # pkgname=platformio pkgver=5.1.1 pkgrel=1 pkgdesc="A cross-platform code builder and library manager" arch=('any') url="https://github.com/platformio/platformio-core/" license=('Apache') depends=('python-setuptools' 'python-bottle' 'python-click' 'python-colorama' 'python-pyserial>=3.4' #https://github.com/platformio/platformio-core/commit/a37eb9868f3b20e982d0c3cd1a742fcb8ab60efc 'python-requests' 'python-semantic-version' 'python-tabulate' 'python-pyelftools' 'python-marshmallow' # "pio home" requirements: 'python-aiofiles' 'python-ajsonrpc' 'python-starlette' 'python-wsproto' 'uvicorn') optdepends=('python-click-completion: for shell completions' 'python-shellingham: for shell completions') conflicts=('platformio-git') source=("https://github.com/platformio/platformio-core/archive/v${pkgver}.tar.gz") sha256sums=('f312c4cb535dc52c96b754cb54df3fee8001ab960894c7f2f9edd0e50d416aed') package() { cd "$srcdir/platformio-core-$pkgver" python setup.py install --root="$pkgdir/" --optimize=1 install -m644 -Dt "$pkgdir/usr/lib/udev/rules.d" "scripts/99-platformio-udev.rules" }