Date: Monday, February 27, 2023 @ 21:23:26
Author: kpcyrd
Revision: 1405558
archrelease: copy trunk to community-any
Added:
python-rpyc/repos/community-any/PKGBUILD
(from rev 1405557, python-rpyc/trunk/PKGBUILD)
Deleted:
python-rpyc/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-27 21:23:13 UTC (rev 1405557)
+++ PKGBUILD 2023-02-27 21:23:26 UTC (rev 1405558)
@@ -1,28 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=python-rpyc
-_name=rpyc
-pkgver=5.3.0
-pkgrel=1
-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=('371c60dedf3fba3232c5c1d7616a04b8cf2a8295e31b945ab51d0dee5ba5d8769062aafa860db85b951f0283b8800b61972a7f2f7fa3cc69929c7563e74be1ee')
-b2sums=('c7b0c06ea7151d80d84e057b7991cbc7bcb047f24544b7669d80218f9eeb9342ba58020f608bb615dea932a1380b0afb36ba9f8e216f139ba4aadd4a7efa344d')
-
-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:
Copied: python-rpyc/repos/community-any/PKGBUILD (from rev 1405557,
python-rpyc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-27 21:23:26 UTC (rev 1405558)
@@ -0,0 +1,28 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=python-rpyc
+_name=rpyc
+pkgver=5.3.1
+pkgrel=1
+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: