[arch-commits] Commit in python-rpyc/repos/community-any (PKGBUILD PKGBUILD)

Kpcyrd kpcyrd at gemini.archlinux.org
Thu Aug 4 09:51:48 UTC 2022


    Date: Thursday, August 4, 2022 @ 09:51:47
  Author: kpcyrd
Revision: 1260242

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-04 09:51:34 UTC (rev 1260241)
+++ PKGBUILD	2022-08-04 09:51:47 UTC (rev 1260242)
@@ -1,28 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=python-rpyc
-_name=rpyc
-pkgver=5.2.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=('a7a3c53bd06f0e54c63d264944df72b530f62d443296d8d4703a7b2743e7ed9120017bdac3ed00096d7b229abb4ee54de177f526b6a7548ecc734eae255b9518')
-b2sums=('0da6272a801c7582d32d82c680d7a7886d46d9615c4bf66cc021e726b5917e784325729a5515c3025255ee62ec760889c2a0ae67758cd49f20117f1469eb5494')
-
-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 1260241, python-rpyc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-04 09:51:47 UTC (rev 1260242)
@@ -0,0 +1,28 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=python-rpyc
+_name=rpyc
+pkgver=5.2.3
+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=('4be189a719be100886e08d9c2c0769d12b7d1c5e167c197ebee1a3db542e228f2124fea976e5af3680136b298ce4632c79b2f302128dff31ebf45dcf52a9743f')
+b2sums=('3c03d587293375f875de31d6a89ba07b47bd4f4ff9fd5c7b23ed0c83e420e9d2bab08844c3538299797203ac90e7e81b955db02de70bf1cee5ea59d8475a6848')
+
+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:



More information about the arch-commits mailing list