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

Felix Yan felixonmars at archlinux.org
Tue Jan 17 10:42:18 UTC 2017


    Date: Tuesday, January 17, 2017 @ 10:42:18
  Author: felixonmars
Revision: 207724

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-17 10:41:59 UTC (rev 207723)
+++ PKGBUILD	2017-01-17 10:42:18 UTC (rev 207724)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-betamax-matchers
-pkgname=('python-betamax-matchers' 'python2-betamax-matchers')
-pkgver=0.3.0
-pkgrel=2
-pkgdesc="Experimental set of Matchers for Betamax that may possibly end up in the main package"
-arch=('any')
-license=('GPL')
-url='https://github.com/sigmavirus24/betamax_matchers'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-betamax' 'python2-betamax'
-             'python-requests-toolbelt' 'python2-requests-toolbelt' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("git+https://github.com/sigmavirus24/betamax_matchers.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cp -a betamax_matchers{,-py2}
-}
-
-check() {
-  cd "$srcdir"/betamax_matchers
-  python setup.py ptr
-
-  cd "$srcdir"/betamax_matchers-py2
-  python2 setup.py ptr
-}
-
-package_python-betamax-matchers() {
-  depends=('python-requests-toolbelt' 'python-betamax')
-
-  cd betamax_matchers
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-betamax-matchers() {
-  depends=('python2-requests-toolbelt' 'python2-betamax')
-
-  cd betamax_matchers-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-betamax-matchers/repos/community-any/PKGBUILD (from rev 207723, python-betamax-matchers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-17 10:42:18 UTC (rev 207724)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-betamax-matchers
+pkgname=('python-betamax-matchers' 'python2-betamax-matchers')
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Experimental set of Matchers for Betamax that may possibly end up in the main package"
+arch=('any')
+license=('GPL')
+url='https://github.com/sigmavirus24/betamax_matchers'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-betamax' 'python2-betamax'
+             'python-requests-toolbelt' 'python2-requests-toolbelt' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("git+https://github.com/sigmavirus24/betamax_matchers.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cp -a betamax_matchers{,-py2}
+}
+
+check() {
+  cd "$srcdir"/betamax_matchers
+  python setup.py ptr
+
+  cd "$srcdir"/betamax_matchers-py2
+  python2 setup.py ptr
+}
+
+package_python-betamax-matchers() {
+  depends=('python-requests-toolbelt' 'python-betamax')
+
+  cd betamax_matchers
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-betamax-matchers() {
+  depends=('python2-requests-toolbelt' 'python2-betamax')
+
+  cd betamax_matchers-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list