[arch-commits] Commit in python-betamax-serializers/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 06:20:59 UTC 2019


    Date: Monday, November 4, 2019 @ 06:20:59
  Author: felixonmars
Revision: 523371

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 523368, python-betamax-serializers/trunk/PKGBUILD)

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

Copied: python-betamax-serializers/repos/community-staging-any/PKGBUILD (from rev 523368, python-betamax-serializers/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 06:20:59 UTC (rev 523371)
@@ -0,0 +1,18 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-betamax-serializers
+pkgver=0.2.1
+pkgrel=3
+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
+}



More information about the arch-commits mailing list