[arch-commits] Commit in python-betamax-matchers/repos/community-any (2 files)
Felix Yan
fyan at archlinux.org
Tue Apr 19 07:12:47 UTC 2016
Date: Tuesday, April 19, 2016 @ 09:12:46
Author: fyan
Revision: 171387
archrelease: copy trunk to community-any
Added:
python-betamax-matchers/repos/community-any/PKGBUILD
(from rev 171386, 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 2016-04-19 07:10:13 UTC (rev 171386)
+++ PKGBUILD 2016-04-19 07:12:46 UTC (rev 171387)
@@ -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.2.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 "${srcdir}/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 "${srcdir}/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 171386, python-betamax-matchers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-04-19 07:12:46 UTC (rev 171387)
@@ -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.3.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