Date: Tuesday, May 14, 2019 @ 18:38:58 Author: sangy Revision: 467219
archrelease: copy trunk to community-any Added: python-aiorpcx/repos/community-any/PKGBUILD (from rev 467218, python-aiorpcx/trunk/PKGBUILD) Deleted: python-aiorpcx/repos/community-any/PKGBUILD ----------+ PKGBUILD | 53 +++++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 26 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-05-14 18:38:45 UTC (rev 467218) +++ PKGBUILD 2019-05-14 18:38:58 UTC (rev 467219) @@ -1,26 +0,0 @@ -# Maintainer : Santiago Torres-Arias <santi...@archlinux.org> -# Contributor: smmalis37 - -pkgname='python-aiorpcx' -pkgver=0.16.1 -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=('058d9ebc6b4e3eb6554f996caa18d76910634a4896830539f06fb08188e558ca') - - -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-any/PKGBUILD (from rev 467218, python-aiorpcx/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-05-14 18:38:58 UTC (rev 467219) @@ -0,0 +1,27 @@ +# Maintainer : Santiago Torres-Arias <santi...@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}" +} +