[arch-commits] Commit in python-mockito/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Feb 4 07:41:26 UTC 2017


    Date: Saturday, February 4, 2017 @ 07:41:25
  Author: felixonmars
Revision: 209827

archrelease: copy trunk to community-any

Added:
  python-mockito/repos/community-any/PKGBUILD
    (from rev 209826, python-mockito/trunk/PKGBUILD)
Deleted:
  python-mockito/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-04 07:41:09 UTC (rev 209826)
+++ PKGBUILD	2017-02-04 07:41:25 UTC (rev 209827)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Thomas S Hatch <thatch45 at gmail.com>
-
-pkgbase=python-mockito
-pkgname=('python-mockito' 'python2-mockito')
-pkgver=1.0.10
-pkgrel=1
-pkgdesc='Spying framework'
-arch=('any')
-url='https://github.com/kaste/mockito-python'
-license=('MIT')
-makedepends=('python-pytest' 'python2-pytest' 'python-setuptools' 'python2-setuptools'
-             'python2-funcsigs' 'git')
-source=("git+https://github.com/kaste/mockito-python.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cp -a mockito-python{,-py2}
-}
-
-build() {
-  cd "$srcdir"/mockito-python
-  python setup.py build
-
-  cd "$srcdir"/mockito-python-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/mockito-python
-  py.test build/lib
-
-  cd "$srcdir"/mockito-python-py2
-  py.test2 build/lib
-}
-
-package_python-mockito() {
-  depends=('python')
-
-  cd mockito-python
-  python setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-mockito() {
-  depends=('python2-funcsigs')
-
-  cd mockito-python-py2
-  python2 setup.py install --root="$pkgdir" -O1
-}

Copied: python-mockito/repos/community-any/PKGBUILD (from rev 209826, python-mockito/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-02-04 07:41:25 UTC (rev 209827)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+
+pkgbase=python-mockito
+pkgname=('python-mockito' 'python2-mockito')
+pkgver=1.0.11
+pkgrel=1
+pkgdesc='Spying framework'
+arch=('any')
+url='https://github.com/kaste/mockito-python'
+license=('MIT')
+makedepends=('python-pytest' 'python2-pytest' 'python-setuptools' 'python2-setuptools'
+             'python2-funcsigs' 'git')
+source=("git+https://github.com/kaste/mockito-python.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cp -a mockito-python{,-py2}
+}
+
+build() {
+  cd "$srcdir"/mockito-python
+  python setup.py build
+
+  cd "$srcdir"/mockito-python-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/mockito-python
+  py.test build/lib
+
+  cd "$srcdir"/mockito-python-py2
+  py.test2 build/lib
+}
+
+package_python-mockito() {
+  depends=('python')
+
+  cd mockito-python
+  python setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-mockito() {
+  depends=('python2-funcsigs')
+
+  cd mockito-python-py2
+  python2 setup.py install --root="$pkgdir" -O1
+}



More information about the arch-commits mailing list