Date: Friday, April 7, 2023 @ 03:54:48
  Author: felixonmars
Revision: 1440387

archrelease: copy trunk to community-staging-any

Added:
  python-rpyc/repos/community-staging-any/
  python-rpyc/repos/community-staging-any/PKGBUILD
    (from rev 1440385, python-rpyc/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: python-rpyc/repos/community-staging-any/PKGBUILD (from rev 1440385, 
python-rpyc/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2023-04-07 03:54:48 UTC (rev 1440387)
@@ -0,0 +1,28 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=python-rpyc
+_name=rpyc
+pkgver=5.3.1
+pkgrel=2
+pkgdesc='Remote Python Call - A transparent and symmetric RPC library for 
python'
+url='https://github.com/tomerfiliba-org/rpyc'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-plumbum')
+makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-hatchling')
+source=(https://github.com/tomerfiliba-org/${_name}/archive/${pkgver}/${_name}-${pkgver}.tar.gz)
+sha512sums=('a328903c336483f7110cbbff96173ba0b5ae6cf16f6306c624055bd631d914772c42dcfcf48a275b7dc53241f6b10a397ee49f17b8a3c3c8dbee8f42ac784465')
+b2sums=('b7c86aa5cf774d306b2d6fdbac97441533bc5a847aaf03c11b0abf0a07587a2f7d081470d3402fde4251ea6654051d96983feefa2ba7e65a9a95d76f179edcad')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+  install -D LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to