Date: Sunday, February 27, 2022 @ 11:20:09 Author: kpcyrd Revision: 1137529
archrelease: copy trunk to community-any Added: python-rpyc/repos/community-any/PKGBUILD (from rev 1137528, python-rpyc/trunk/PKGBUILD) Deleted: python-rpyc/repos/community-any/PKGBUILD ----------+ PKGBUILD | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-02-27 11:19:48 UTC (rev 1137528) +++ PKGBUILD 2022-02-27 11:20:09 UTC (rev 1137529) @@ -1,28 +0,0 @@ -# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> - -pkgname=python-rpyc -_name=rpyc -pkgver=5.0.1 -pkgrel=3 -pkgdesc='Remote Python Call - A transparent and symmetric RPC library for python' -url='https://github.com/tomerfiliba-org/rpyc' -arch=('any') -license=('MIT') -depends=('python' 'python-plumbum') -makedepends=('python-setuptools') -source=(https://github.com/tomerfiliba-org/${_name}/archive/${pkgver}/${_name}-${pkgver}.tar.gz) -sha512sums=('57b0d6b2dba33c7f6c9d204b4deae8ab08ed56e5799aa2c7ae4bcb8ab98486055090e3079d8b0d615fcd517111a6e02893dff85607aaca5497ae76429abe3148') -b2sums=('84d0bee67004928c26a1765a26267e3e8eb5dc09a8fd53c1d75ca691cf313a7563398626b7e89a8893415294721623206204784da01444708edb56aec8101719') - -build() { - cd "${_name}-${pkgver}" - python setup.py build -} - -package() { - cd "${_name}-${pkgver}" - python setup.py install -O1 --root="${pkgdir}" --skip-build - install -D LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" -} - -# vim:set ts=2 sw=2 et: Copied: python-rpyc/repos/community-any/PKGBUILD (from rev 1137528, python-rpyc/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-02-27 11:20:09 UTC (rev 1137529) @@ -0,0 +1,28 @@ +# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> + +pkgname=python-rpyc +_name=rpyc +pkgver=5.1.0 +pkgrel=1 +pkgdesc='Remote Python Call - A transparent and symmetric RPC library for python' +url='https://github.com/tomerfiliba-org/rpyc' +arch=('any') +license=('MIT') +depends=('python' 'python-plumbum') +makedepends=('python-setuptools') +source=(https://github.com/tomerfiliba-org/${_name}/archive/${pkgver}/${_name}-${pkgver}.tar.gz) +sha512sums=('e9783392f423abca6b488dff5be36dae066980004bd221ca5a1c451f0f9dc7e1daf749650106802f9159de619a8d5e2cd6dc90e9a5f49d16f01bbedd59b504cf') +b2sums=('4be17e5de4b0475cd63b99bf20e55e3221149f974b9efec638e0387d71815a5a2e4ea782578152690e019e7b8a4ece17405eed6626578a9c9e379d0f4b589008') + +build() { + cd "${_name}-${pkgver}" + python setup.py build +} + +package() { + cd "${_name}-${pkgver}" + python setup.py install -O1 --root="${pkgdir}" --skip-build + install -D LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" +} + +# vim:set ts=2 sw=2 et: