[arch-commits] Commit in python-aiorpcx/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 21:37:00 UTC 2021


    Date: Thursday, December 2, 2021 @ 21:36:59
  Author: foutrelis
Revision: 1062607

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 21:36:58 UTC (rev 1062606)
+++ PKGBUILD	2021-12-02 21:36:59 UTC (rev 1062607)
@@ -1,26 +0,0 @@
-# Maintainer : Santiago Torres-Arias <santiago at archlinux.org>
-# Contributor: smmalis37
-
-pkgname='python-aiorpcx'
-pkgver=0.18.7
-pkgrel=2
-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=('ce98d20a22535651c1479dd66a0e68674e1677632cb43e9706908a4c1e04deb9')
-
-
-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-staging-any/PKGBUILD (from rev 1062606, python-aiorpcx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 21:36:59 UTC (rev 1062607)
@@ -0,0 +1,26 @@
+# Maintainer : Santiago Torres-Arias <santiago at archlinux.org>
+# Contributor: smmalis37
+
+pkgname='python-aiorpcx'
+pkgver=0.18.7
+pkgrel=3
+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=('ce98d20a22535651c1479dd66a0e68674e1677632cb43e9706908a4c1e04deb9')
+
+
+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