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

Santiago Torres-Arias sangy at archlinux.org
Tue Feb 12 03:44:50 UTC 2019


    Date: Tuesday, February 12, 2019 @ 03:44:49
  Author: sangy
Revision: 431844

archrelease: copy trunk to community-any

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

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

Copied: python-aiorpcx/repos/community-any/PKGBUILD (from rev 431843, python-aiorpcx/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-02-12 03:44:49 UTC (rev 431844)
@@ -0,0 +1,26 @@
+# 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')



More information about the arch-commits mailing list