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

Felix Yan felixonmars at archlinux.org
Sun Jul 28 14:53:24 UTC 2019


    Date: Sunday, July 28, 2019 @ 14:53:23
  Author: felixonmars
Revision: 493665

archrelease: copy trunk to community-any

Added:
  python-betamax-serializers/repos/community-any/PKGBUILD
    (from rev 493664, python-betamax-serializers/trunk/PKGBUILD)
Deleted:
  python-betamax-serializers/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-28 14:52:32 UTC (rev 493664)
+++ PKGBUILD	2019-07-28 14:53:23 UTC (rev 493665)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-betamax-serializers
-pkgname=('python-betamax-serializers' 'python2-betamax-serializers')
-pkgver=0.2.0
-pkgrel=3
-pkgdesc="A set of third-party serializers for Betamax"
-arch=('any')
-license=('Apache')
-url='https://gitlab.com/betamax/serializers'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-betamax' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("git+https://gitlab.com/betamax/serializers.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cp -a serializers{,-py2}
-}
-
-package_python-betamax-serializers() {
-  depends=('python-betamax')
-
-  cd serializers
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-betamax-serializers() {
-  depends=('python2-betamax')
-
-  cd serializers-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-betamax-serializers/repos/community-any/PKGBUILD (from rev 493664, python-betamax-serializers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-28 14:53:23 UTC (rev 493665)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-betamax-serializers
+pkgname=('python-betamax-serializers' 'python2-betamax-serializers')
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="A set of third-party serializers for Betamax"
+arch=('any')
+license=('Apache')
+url='https://gitlab.com/betamax/serializers'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-betamax' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("git+https://gitlab.com/betamax/serializers.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cp -a serializers{,-py2}
+}
+
+package_python-betamax-serializers() {
+  depends=('python-betamax')
+
+  cd serializers
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-betamax-serializers() {
+  depends=('python2-betamax')
+
+  cd serializers-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list