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

2017-07-06 Thread Felix Yan
Date: Thursday, July 6, 2017 @ 15:43:26
  Author: felixonmars
Revision: 242561

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-06 15:43:03 UTC (rev 242560)
+++ PKGBUILD2017-07-06 15:43:26 UTC (rev 242561)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: eolianoe 
-
-pkgbase=python-requests-toolbelt
-pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
-pkgver=0.8.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')
-checkdepends=('python-pytest' 'python2-pytest' 'python-betamax' 
'python2-betamax'
-  'python-mock' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/sigmavirus24/requests-toolbelt/archive/$pkgver.tar.gz;)
-sha512sums=('902114a1e3a8d67d789ebf652bc68477b31d3b5f9e36b44bdbe9dc56f981a30083f53179f6539f68014e12962deb8599a86ee806a3c2d8f633725d4cbbfa61cd')
-
-prepare() {
-  cp -a requests-toolbelt-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/requests-toolbelt-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/requests-toolbelt-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/requests-toolbelt-$pkgver
-  py.test
-
-  cd "$srcdir"/requests-toolbelt-$pkgver-py2
-  py.test2
-}
-
-package_python-requests-toolbelt() {
-  depends=('python-requests')
-
-  cd requests-toolbelt-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-requests-toolbelt() {
-  depends=('python2-requests')
-
-  cd requests-toolbelt-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-requests-toolbelt/repos/community-any/PKGBUILD (from rev 242560, 
python-requests-toolbelt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-06 15:43:26 UTC (rev 242561)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: eolianoe 
+
+pkgbase=python-requests-toolbelt
+pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
+pkgver=0.8.0
+pkgrel=2
+pkgdesc="A toolbelt of useful classes and functions to be used with 
python-requests."
+arch=('any')
+url="https://github.com/requests/toolbelt;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
+checkdepends=('python-pytest' 'python2-pytest' 'python-betamax' 
'python2-betamax'
+  'python-mock' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/requests/toolbelt/archive/$pkgver.tar.gz;)
+sha512sums=('55bf93d386442f5deb81eabd85812ffd49e98ff88c0bb96e15271efd84deb7c5d854a2cdc81c989a7d74870e8a218fc968d080052d9ca7cd9733a2378ea9c2f5')
+
+prepare() {
+  cp -a toolbelt-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/toolbelt-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/toolbelt-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/toolbelt-$pkgver
+  py.test
+
+  cd "$srcdir"/toolbelt-$pkgver-py2
+  py.test2
+}
+
+package_python-requests-toolbelt() {
+  depends=('python-requests')
+
+  cd toolbelt-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-requests-toolbelt() {
+  depends=('python2-requests')
+
+  cd toolbelt-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-05-27 Thread Felix Yan
Date: Saturday, May 27, 2017 @ 14:58:54
  Author: felixonmars
Revision: 230561

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-27 14:58:34 UTC (rev 230560)
+++ PKGBUILD2017-05-27 14:58:54 UTC (rev 230561)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: eolianoe 
-
-pkgbase=python-requests-toolbelt
-pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
-pkgver=0.7.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 requests-toolbelt{,-py2}
-}
-
-build() {
-  cd "$srcdir"/requests-toolbelt
-  python setup.py build
-
-  cd "$srcdir"/requests-toolbelt-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/requests-toolbelt
-  py.test
-
-  cd "$srcdir"/requests-toolbelt-py2
-  py.test2
-}
-
-package_python-requests-toolbelt() {
-  depends=('python-requests')
-
-  cd requests-toolbelt
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-requests-toolbelt() {
-  depends=('python2-requests')
-
-  cd requests-toolbelt-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-requests-toolbelt/repos/community-any/PKGBUILD (from rev 230560, 
python-requests-toolbelt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-27 14:58:54 UTC (rev 230561)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: eolianoe 
+
+pkgbase=python-requests-toolbelt
+pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
+pkgver=0.8.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')
+checkdepends=('python-pytest' 'python2-pytest' 'python-betamax' 
'python2-betamax'
+  'python-mock' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/sigmavirus24/requests-toolbelt/archive/$pkgver.tar.gz;)
+sha512sums=('902114a1e3a8d67d789ebf652bc68477b31d3b5f9e36b44bdbe9dc56f981a30083f53179f6539f68014e12962deb8599a86ee806a3c2d8f633725d4cbbfa61cd')
+
+prepare() {
+  cp -a requests-toolbelt-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/requests-toolbelt-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/requests-toolbelt-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/requests-toolbelt-$pkgver
+  py.test
+
+  cd "$srcdir"/requests-toolbelt-$pkgver-py2
+  py.test2
+}
+
+package_python-requests-toolbelt() {
+  depends=('python-requests')
+
+  cd requests-toolbelt-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-requests-toolbelt() {
+  depends=('python2-requests')
+
+  cd requests-toolbelt-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-02-13 Thread Felix Yan
Date: Tuesday, February 14, 2017 @ 03:40:35
  Author: felixonmars
Revision: 212215

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-14 03:40:00 UTC (rev 212214)
+++ PKGBUILD2017-02-14 03:40:35 UTC (rev 212215)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: eolianoe 
-
-pkgbase=python-requests-toolbelt
-pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
-pkgver=0.7.0
-pkgrel=2
-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 requests-toolbelt{,-py2}
-}
-
-build() {
-  cd "$srcdir"/requests-toolbelt
-  python setup.py build
-
-  cd "$srcdir"/requests-toolbelt-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/requests-toolbelt
-  py.test
-
-  cd "$srcdir"/requests-toolbelt-py2
-  py.test2
-}
-
-package_python-requests-toolbelt() {
-  depends=('python-requests')
-
-  cd requests-toolbelt
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-requests-toolbelt() {
-  depends=('python2-requests')
-
-  cd requests-toolbelt-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-requests-toolbelt/repos/community-any/PKGBUILD (from rev 212214, 
python-requests-toolbelt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-14 03:40:35 UTC (rev 212215)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: eolianoe 
+
+pkgbase=python-requests-toolbelt
+pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
+pkgver=0.7.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 requests-toolbelt{,-py2}
+}
+
+build() {
+  cd "$srcdir"/requests-toolbelt
+  python setup.py build
+
+  cd "$srcdir"/requests-toolbelt-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/requests-toolbelt
+  py.test
+
+  cd "$srcdir"/requests-toolbelt-py2
+  py.test2
+}
+
+package_python-requests-toolbelt() {
+  depends=('python-requests')
+
+  cd requests-toolbelt
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-requests-toolbelt() {
+  depends=('python2-requests')
+
+  cd requests-toolbelt-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2016-07-22 Thread Felix Yan
Date: Saturday, July 23, 2016 @ 05:24:55
  Author: felixonmars
Revision: 183745

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-23 05:24:36 UTC (rev 183744)
+++ PKGBUILD2016-07-23 05:24:55 UTC (rev 183745)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: eolianoe 
-
-pkgbase=python-requests-toolbelt
-pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
-pkgver=0.6.2
-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 requests-toolbelt{,-py2}
-}
-
-build() {
-  cd "$srcdir"/requests-toolbelt
-  python setup.py build
-
-  cd "$srcdir"/requests-toolbelt-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/requests-toolbelt
-  py.test
-
-  cd "$srcdir"/requests-toolbelt-py2
-  py.test2
-}
-
-package_python-requests-toolbelt() {
-  depends=('python-requests')
-
-  cd requests-toolbelt
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-requests-toolbelt() {
-  depends=('python2-requests')
-
-  cd requests-toolbelt-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-requests-toolbelt/repos/community-any/PKGBUILD (from rev 183744, 
python-requests-toolbelt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-23 05:24:55 UTC (rev 183745)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: eolianoe 
+
+pkgbase=python-requests-toolbelt
+pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
+pkgver=0.7.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 requests-toolbelt{,-py2}
+}
+
+build() {
+  cd "$srcdir"/requests-toolbelt
+  python setup.py build
+
+  cd "$srcdir"/requests-toolbelt-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/requests-toolbelt
+  py.test
+
+  cd "$srcdir"/requests-toolbelt-py2
+  py.test2
+}
+
+package_python-requests-toolbelt() {
+  depends=('python-requests')
+
+  cd requests-toolbelt
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-requests-toolbelt() {
+  depends=('python2-requests')
+
+  cd requests-toolbelt-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 09:28:02
  Author: fyan
Revision: 174853

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-12 07:27:31 UTC (rev 174852)
+++ PKGBUILD2016-05-12 07:28:02 UTC (rev 174853)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: eolianoe 
-
-pkgbase=python-requests-toolbelt
-pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
-pkgver=0.6.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 requests-toolbelt{,-py2}
-}
-
-build() {
-  cd "$srcdir"/requests-toolbelt
-  python setup.py build
-
-  cd "$srcdir"/requests-toolbelt-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/requests-toolbelt
-  py.test
-
-  cd "$srcdir"/requests-toolbelt-py2
-  py.test2
-}
-
-package_python-requests-toolbelt() {
-  depends=('python-requests')
-
-  cd requests-toolbelt
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-requests-toolbelt() {
-  depends=('python2-requests')
-
-  cd requests-toolbelt-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-requests-toolbelt/repos/community-any/PKGBUILD (from rev 174852, 
python-requests-toolbelt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-12 07:28:02 UTC (rev 174853)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: eolianoe 
+
+pkgbase=python-requests-toolbelt
+pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
+pkgver=0.6.2
+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 requests-toolbelt{,-py2}
+}
+
+build() {
+  cd "$srcdir"/requests-toolbelt
+  python setup.py build
+
+  cd "$srcdir"/requests-toolbelt-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/requests-toolbelt
+  py.test
+
+  cd "$srcdir"/requests-toolbelt-py2
+  py.test2
+}
+
+package_python-requests-toolbelt() {
+  depends=('python-requests')
+
+  cd requests-toolbelt
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-requests-toolbelt() {
+  depends=('python2-requests')
+
+  cd requests-toolbelt-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2016-05-05 Thread Felix Yan
Date: Friday, May 6, 2016 @ 04:41:09
  Author: fyan
Revision: 173907

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-06 02:40:54 UTC (rev 173906)
+++ PKGBUILD2016-05-06 02:41:09 UTC (rev 173907)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: eolianoe 
-
-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
-}

Copied: python-requests-toolbelt/repos/community-any/PKGBUILD (from rev 173906, 
python-requests-toolbelt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-06 02:41:09 UTC (rev 173907)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: eolianoe 
+
+pkgbase=python-requests-toolbelt
+pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
+pkgver=0.6.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 requests-toolbelt{,-py2}
+}
+
+build() {
+  cd "$srcdir"/requests-toolbelt
+  python setup.py build
+
+  cd "$srcdir"/requests-toolbelt-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/requests-toolbelt
+  py.test
+
+  cd "$srcdir"/requests-toolbelt-py2
+  py.test2
+}
+
+package_python-requests-toolbelt() {
+  depends=('python-requests')
+
+  cd requests-toolbelt
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-requests-toolbelt() {
+  depends=('python2-requests')
+
+  cd requests-toolbelt-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2016-01-28 Thread Felix Yan
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
===
--- PKGBUILD2016-01-28 08:14:57 UTC (rev 159311)
+++ PKGBUILD2016-01-28 08:15:17 UTC (rev 159312)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: eolianoe 
-
-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)
+++ PKGBUILD2016-01-28 08:15:17 UTC (rev 159312)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: eolianoe 
+
+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
+}


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

2015-12-16 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 06:36:02
  Author: fyan
Revision: 153505

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 05:35:39 UTC (rev 153504)
+++ PKGBUILD2015-12-17 05:36:02 UTC (rev 153505)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: eolianoe 
-
-pkgbase=python-requests-toolbelt
-pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
-_pkgname=requests-toolbelt
-pkgver=0.5.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
-}

Copied: python-requests-toolbelt/repos/community-any/PKGBUILD (from rev 153504, 
python-requests-toolbelt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 05:36:02 UTC (rev 153505)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: eolianoe 
+
+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
+}


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:36:35
  Author: fyan
Revision: 147742

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-25 02:36:17 UTC (rev 147741)
+++ PKGBUILD2015-11-25 02:36:35 UTC (rev 147742)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: eolianoe 
-
-pkgbase=python-requests-toolbelt
-pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
-_pkgname=requests-toolbelt
-pkgver=0.4.0
-pkgrel=2
-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 147741, 
python-requests-toolbelt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-25 02:36:35 UTC (rev 147742)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: eolianoe 
+
+pkgbase=python-requests-toolbelt
+pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
+_pkgname=requests-toolbelt
+pkgver=0.5.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
+}


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

2015-04-04 Thread Felix Yan
Date: Saturday, April 4, 2015 @ 11:36:15
  Author: fyan
Revision: 130672

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-04 09:35:59 UTC (rev 130671)
+++ PKGBUILD2015-04-04 09:36:15 UTC (rev 130672)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@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.3.1
-pkgrel=2
-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')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(https://pypi.python.org/packages/source/r/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-md5sums=('e563377e46cd0be8c7b3ac144a65844c')
-
-prepare() {
-  cp -a ${_pkgname}-$pkgver{,-py2}
-}
-
-build() {
-  cd $srcdir/${_pkgname}-$pkgver
-  python setup.py build
-
-  cd $srcdir/${_pkgname}-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Tests not included
-  cd $srcdir/${_pkgname}-$pkgver
-  py.test
-
-  cd $srcdir/${_pkgname}-$pkgver-py2
-  py.test2
-}
-
-package_python-requests-toolbelt() {
-  depends=('python-requests')
-
-  cd $srcdir/${_pkgname}-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-}
-
-package_python2-requests-toolbelt() {
-  depends=('python2-requests')
-
-  cd $srcdir/${_pkgname}-$pkgver-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python-requests-toolbelt/repos/community-any/PKGBUILD (from rev 130671, 
python-requests-toolbelt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-04 09:36:15 UTC (rev 130672)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@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.4.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')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(https://pypi.python.org/packages/source/r/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('2278d650faadf181dd180682591e5926')
+
+prepare() {
+  cp -a ${_pkgname}-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/${_pkgname}-$pkgver
+  python setup.py build
+
+  cd $srcdir/${_pkgname}-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Tests not included
+  cd $srcdir/${_pkgname}-$pkgver
+  py.test
+
+  cd $srcdir/${_pkgname}-$pkgver-py2
+  py.test2
+}
+
+package_python-requests-toolbelt() {
+  depends=('python-requests')
+
+  cd $srcdir/${_pkgname}-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+
+package_python2-requests-toolbelt() {
+  depends=('python2-requests')
+
+  cd $srcdir/${_pkgname}-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}