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

Felix Yan fyan at archlinux.org
Thu Jan 28 08:15:17 UTC 2016


    Date: Thursday, January 28, 2016 @ 09:15:17
  Author: fyan
Revision: 159312

archrelease: copy trunk to community-any

Added:
  python-requests-toolbelt/repos/community-any/PKGBUILD
    (from rev 159311, python-requests-toolbelt/trunk/PKGBUILD)
Deleted:
  python-requests-toolbelt/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  104 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-28 08:14:57 UTC (rev 159311)
+++ PKGBUILD	2016-01-28 08:15:17 UTC (rev 159312)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: eolianoe <eolianoe At GoogleMAIL DoT com>
-
-pkgbase=python-requests-toolbelt
-pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
-_pkgname=requests-toolbelt
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="A toolbelt of useful classes and functions to be used with python-requests."
-arch=('any')
-url="https://github.com/sigmavirus24/requests-toolbelt"
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 'python2-requests' 'git')
-checkdepends=('python-pytest' 'python2-pytest' 'python-betamax' 'python2-betamax'
-              'python-mock' 'python2-mock')
-source=("git+https://github.com/sigmavirus24/requests-toolbelt.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cp -a ${_pkgname}{,-py2}
-}
-
-build() {
-  cd "$srcdir/${_pkgname}"
-  python setup.py build
-
-  cd "$srcdir/${_pkgname}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/${_pkgname}"
-  py.test
-
-  cd "$srcdir/${_pkgname}-py2"
-  py.test2
-}
-
-package_python-requests-toolbelt() {
-  depends=('python-requests')
-
-  cd "$srcdir/${_pkgname}"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-requests-toolbelt() {
-  depends=('python2-requests')
-
-  cd "$srcdir/${_pkgname}-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-requests-toolbelt/repos/community-any/PKGBUILD (from rev 159311, python-requests-toolbelt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-01-28 08:15:17 UTC (rev 159312)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: eolianoe <eolianoe At GoogleMAIL DoT com>
+
+pkgbase=python-requests-toolbelt
+pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
+_pkgname=requests-toolbelt
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="A toolbelt of useful classes and functions to be used with python-requests."
+arch=('any')
+url="https://github.com/sigmavirus24/requests-toolbelt"
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 'python2-requests' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-betamax' 'python2-betamax'
+              'python-mock' 'python2-mock')
+source=("git+https://github.com/sigmavirus24/requests-toolbelt.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cp -a ${_pkgname}{,-py2}
+}
+
+build() {
+  cd "$srcdir/${_pkgname}"
+  python setup.py build
+
+  cd "$srcdir/${_pkgname}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/${_pkgname}"
+  py.test
+
+  cd "$srcdir/${_pkgname}-py2"
+  py.test2
+}
+
+package_python-requests-toolbelt() {
+  depends=('python-requests')
+
+  cd "$srcdir/${_pkgname}"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-requests-toolbelt() {
+  depends=('python2-requests')
+
+  cd "$srcdir/${_pkgname}-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}



More information about the arch-commits mailing list