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

Felix Yan felixonmars at archlinux.org
Sun Nov 3 20:05:30 UTC 2019


    Date: Sunday, November 3, 2019 @ 20:05:29
  Author: felixonmars
Revision: 522593

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 20:05:14 UTC (rev 522592)
+++ PKGBUILD	2019-11-03 20:05:29 UTC (rev 522593)
@@ -1,27 +0,0 @@
-# Maintainer : Santiago Torres-Arias <santiago at archlinux.org>
-# Contributor: smmalis37
-
-pkgname='python-aiorpcx'
-pkgver=0.18.3
-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=('3d0f31ad9d2369bdf8a86106eccc0fef9245b917e750df68497cde8cc19a6192')
-
-
-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 522592, python-aiorpcx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-03 20:05:29 UTC (rev 522593)
@@ -0,0 +1,27 @@
+# Maintainer : Santiago Torres-Arias <santiago at archlinux.org>
+# Contributor: smmalis37
+
+pkgname='python-aiorpcx'
+pkgver=0.18.3
+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=('3d0f31ad9d2369bdf8a86106eccc0fef9245b917e750df68497cde8cc19a6192')
+
+
+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