mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
32 lines
1 KiB
Text
32 lines
1 KiB
Text
# Automatically generated by apkbuild-pypi, template 3
|
|
# Contributor: Anjandev Momi <anjan@momi.ca>
|
|
# Maintainer: Anjandev Momi <anjan@momi.ca>
|
|
pkgname=py3-rpyc
|
|
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
|
_pkgreal=rpyc
|
|
pkgver=5.3.1
|
|
pkgrel=1
|
|
pkgdesc="Remote Python Call (RPyC) is a transparent and symmetric distributed computing library"
|
|
url="https://pypi.org/project/rpyc/"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="python3 py3-plumbum"
|
|
checkdepends="python3-dev"
|
|
makedepends="py3-setuptools py3-gpep517 py3-hatchling py3-installer py3-wheel"
|
|
source="$_pkgreal-$pkgver.tar.gz::https://github.com/tomerfiliba-org/rpyc/archive/refs/tags/$pkgver.tar.gz"
|
|
builddir="$srcdir/$_pkgreal-$pkgver"
|
|
options="!check" # no upstream checks
|
|
|
|
build() {
|
|
gpep517 build-wheel \
|
|
--wheel-dir dist \
|
|
--output-fd 3 3>&1 >&2
|
|
}
|
|
|
|
package() {
|
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
|
}
|
|
|
|
sha512sums="
|
|
a328903c336483f7110cbbff96173ba0b5ae6cf16f6306c624055bd631d914772c42dcfcf48a275b7dc53241f6b10a397ee49f17b8a3c3c8dbee8f42ac784465 rpyc-5.3.1.tar.gz
|
|
"
|