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

Santiago Torres-Arias sangy at archlinux.org
Tue Feb 19 17:54:24 UTC 2019


    Date: Tuesday, February 19, 2019 @ 17:54:23
  Author: sangy
Revision: 434575

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-19 17:54:00 UTC (rev 434574)
+++ PKGBUILD	2019-02-19 17:54:23 UTC (rev 434575)
@@ -1,26 +0,0 @@
-# Maintainer : Santiago Torres-Arias <santiago at archlinux.org>
-# Contributor: smmalis37
-
-pkgname='python-aiorpcx'
-pkgver=0.10.4
-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')
-source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz")
-
-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}"
-}
-
-sha256sums=('df79b7a321043ce5e12f91ad197d6187cf5b0c6f85506d323ad8b44e330104a1')

Copied: python-aiorpcx/repos/community-any/PKGBUILD (from rev 434574, python-aiorpcx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-19 17:54:23 UTC (rev 434575)
@@ -0,0 +1,26 @@
+# Maintainer : Santiago Torres-Arias <santiago at archlinux.org>
+# Contributor: smmalis37
+
+pkgname='python-aiorpcx'
+pkgver=0.10.5
+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')
+source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz")
+sha256sums=('53c2ee8453c754587ef19e7e6b431a783428d10aa9c18ca0a753ebb82f2361ff')
+
+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