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

Santiago Torres-Arias sangy at archlinux.org
Wed May 29 16:41:02 UTC 2019


    Date: Wednesday, May 29, 2019 @ 16:41:01
  Author: sangy
Revision: 474399

archrelease: copy trunk to community-testing-any

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

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

Copied: python-aiorpcx/repos/community-testing-any/PKGBUILD (from rev 474398, python-aiorpcx/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2019-05-29 16:41:01 UTC (rev 474399)
@@ -0,0 +1,26 @@
+# Maintainer : Santiago Torres-Arias <santiago at archlinux.org>
+# Contributor: smmalis37
+
+pkgname='python-aiorpcx'
+pkgver=0.18.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')
+source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz")
+sha256sums=('099f1f789e5eec3e87443323d747b8bff3238b7bf71d6a7596f02d1f0b328851')
+
+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