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

Santiago Torres-Arias sangy at gemini.archlinux.org
Mon Jul 11 23:34:42 UTC 2022


    Date: Monday, July 11, 2022 @ 23:34:41
  Author: sangy
Revision: 1249817

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 23:34:19 UTC (rev 1249816)
+++ PKGBUILD	2022-07-11 23:34:41 UTC (rev 1249817)
@@ -1,26 +0,0 @@
-# Maintainer : Santiago Torres-Arias <santiago at archlinux.org>
-# Contributor: smmalis37
-
-pkgname='python-aiorpcx'
-pkgver=0.22.0
-pkgrel=1
-pkgdesc="A generic asyncio library implementation of RPC suitable for an application that is a client, server or both."
-url="https://github.com/kyuupichan/aiorpcX/"
-arch=('any')
-license=('MIT')
-depends=('python>=3.6' 'python-attrs')
-makedepends=('python-setuptools' 'python-websockets')
-source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz")
-sha256sums=('fb68faee9bea05f283e3e41afb984c96902ff4e99d515527423460f379301c45')
-
-
-build() {
-  cd "${srcdir}/aiorpcX-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}/aiorpcX-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -D -m644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-aiorpcx/repos/community-any/PKGBUILD (from rev 1249816, python-aiorpcx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-11 23:34:41 UTC (rev 1249817)
@@ -0,0 +1,26 @@
+# Maintainer : Santiago Torres-Arias <santiago at archlinux.org>
+# Contributor: smmalis37
+
+pkgname='python-aiorpcx'
+pkgver=0.22.1
+pkgrel=1
+pkgdesc="A generic asyncio library implementation of RPC suitable for an application that is a client, server or both."
+url="https://github.com/kyuupichan/aiorpcX/"
+arch=('any')
+license=('MIT')
+depends=('python>=3.6' 'python-attrs')
+makedepends=('python-setuptools' 'python-websockets')
+source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz")
+sha256sums=('f72034c4854daf32d83c06ca940d39336908d55ad6a2fe17c039124d51b89430')
+
+
+build() {
+  cd "${srcdir}/aiorpcX-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/aiorpcX-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -D -m644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



More information about the arch-commits mailing list