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

Felix Yan felixonmars at archlinux.org
Wed Aug 21 03:17:08 UTC 2019


    Date: Wednesday, August 21, 2019 @ 03:17:08
  Author: felixonmars
Revision: 500379

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-21 03:16:57 UTC (rev 500378)
+++ PKGBUILD	2019-08-21 03:17:08 UTC (rev 500379)
@@ -1,32 +0,0 @@
-# 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
-}

Copied: python-betamax-serializers/repos/community-any/PKGBUILD (from rev 500378, python-betamax-serializers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-21 03:17:08 UTC (rev 500379)
@@ -0,0 +1,18 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-betamax-serializers
+pkgver=0.2.1
+pkgrel=2
+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