Date: Wednesday, December 1, 2021 @ 14:58:20 Author: foutrelis Revision: 1059624
archrelease: copy trunk to community-staging-any Added: python-betamax-serializers/repos/community-staging-any/ python-betamax-serializers/repos/community-staging-any/PKGBUILD (from rev 1059622, python-betamax-serializers/trunk/PKGBUILD) ----------+ PKGBUILD | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) Copied: python-betamax-serializers/repos/community-staging-any/PKGBUILD (from rev 1059622, python-betamax-serializers/trunk/PKGBUILD) =================================================================== --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2021-12-01 14:58:20 UTC (rev 1059624) @@ -0,0 +1,18 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=python-betamax-serializers +pkgver=0.2.1 +pkgrel=6 +pkgdesc="A set of third-party serializers for Betamax" +arch=('any') +license=('Apache') +url='https://gitlab.com/betamax/serializers' +depends=('python-betamax') +makedepends=('python-setuptools') +source=("https://gitlab.com/betamax/serializers/-/archive/$pkgver/serializers-$pkgver.tar.bz2") +md5sums=('c414d60fbea0c6890ea7f323f4ffc875') + +package() { + cd serializers-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}