Date: Saturday, April 20, 2019 @ 20:26:18 Author: sangy Revision: 452412
archrelease: copy trunk to community-any Added: python-aiorpcx/repos/community-any/PKGBUILD (from rev 452411, python-aiorpcx/trunk/PKGBUILD) Deleted: python-aiorpcx/repos/community-any/PKGBUILD ----------+ PKGBUILD | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-04-20 20:26:00 UTC (rev 452411) +++ PKGBUILD 2019-04-20 20:26:18 UTC (rev 452412) @@ -1,26 +0,0 @@ -# Maintainer : Santiago Torres-Arias <santi...@archlinux.org> -# Contributor: smmalis37 - -pkgname='python-aiorpcx' -pkgver=0.15.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=('2c409a6053c083067f3f5c6923eebe290b0ced034f39eeb1244677697d6600a4') - - -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 452411, python-aiorpcx/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-04-20 20:26:18 UTC (rev 452412) @@ -0,0 +1,26 @@ +# 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}" +}