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

2020-10-07 Thread Maxime Gauduin via arch-commits
Date: Wednesday, October 7, 2020 @ 11:15:53
  Author: alucryd
Revision: 720358

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-07 11:15:47 UTC (rev 720357)
+++ PKGBUILD2020-10-07 11:15:53 UTC (rev 720358)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgname=python-arrow
-pkgver=0.16.0
-pkgrel=1
-pkgdesc='Better dates and times for Python'
-arch=(any)
-url=https://arrow.readthedocs.io
-license=(APACHE)
-depends=(python-dateutil)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(python-tox)
-_tag=fb83f688f379719cb17770060009742c2c989e47
-source=(git+https://github.com/crsmithdev/arrow.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd arrow
-
-  git describe --tags
-}
-
-build() {
-  cd arrow
-
-  python setup.py build
-}
-
-check() {
-  cd arrow
-
-  tox -e py38
-}
-
-package() {
-  cd arrow
-
-  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-arrow/repos/community-any/PKGBUILD (from rev 720357, 
python-arrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-07 11:15:53 UTC (rev 720358)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgname=python-arrow
+pkgver=0.17.0
+pkgrel=1
+pkgdesc='Better dates and times for Python'
+arch=(any)
+url=https://arrow.readthedocs.io
+license=(APACHE)
+depends=(python-dateutil)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(python-tox)
+_tag=b746fedf7286c3755a46f07ab72f4c414cd41fc0
+source=(git+https://github.com/crsmithdev/arrow.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd arrow
+
+  git describe --tags
+}
+
+build() {
+  cd arrow
+
+  python setup.py build
+}
+
+check() {
+  cd arrow
+
+  tox -e py38
+}
+
+package() {
+  cd arrow
+
+  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2020-08-25 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 25, 2020 @ 06:19:33
  Author: alucryd
Revision: 687929

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-25 06:19:28 UTC (rev 687928)
+++ PKGBUILD2020-08-25 06:19:33 UTC (rev 687929)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgname=python-arrow
-pkgver=0.15.8
-pkgrel=1
-pkgdesc='Better dates and times for Python'
-arch=(any)
-url=https://arrow.readthedocs.io
-license=(APACHE)
-depends=(python-dateutil)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(python-tox)
-_tag=b7a74034dbe08bda552a1eb08fd9bf25c65986de
-source=(git+https://github.com/crsmithdev/arrow.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd arrow
-
-  git describe --tags
-}
-
-build() {
-  cd arrow
-
-  python setup.py build
-}
-
-check() {
-  cd arrow
-
-  tox -e py38
-}
-
-package() {
-  cd arrow
-
-  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-arrow/repos/community-any/PKGBUILD (from rev 687928, 
python-arrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-25 06:19:33 UTC (rev 687929)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgname=python-arrow
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='Better dates and times for Python'
+arch=(any)
+url=https://arrow.readthedocs.io
+license=(APACHE)
+depends=(python-dateutil)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(python-tox)
+_tag=fb83f688f379719cb17770060009742c2c989e47
+source=(git+https://github.com/crsmithdev/arrow.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd arrow
+
+  git describe --tags
+}
+
+build() {
+  cd arrow
+
+  python setup.py build
+}
+
+check() {
+  cd arrow
+
+  tox -e py38
+}
+
+package() {
+  cd arrow
+
+  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2020-08-10 Thread Maxime Gauduin via arch-commits
Date: Monday, August 10, 2020 @ 09:00:57
  Author: alucryd
Revision: 673499

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-10 09:00:52 UTC (rev 673498)
+++ PKGBUILD2020-08-10 09:00:57 UTC (rev 673499)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgname=python-arrow
-pkgver=0.15.7
-pkgrel=1
-pkgdesc='Better dates and times for Python'
-arch=(any)
-url=https://arrow.readthedocs.io
-license=(APACHE)
-depends=(python-dateutil)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(python-tox)
-_tag=81f224d72f4fbdddbb3bd977c5793195b15c25fa
-source=(git+https://github.com/crsmithdev/arrow.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd arrow
-
-  git describe --tags
-}
-
-build() {
-  cd arrow
-
-  python setup.py build
-}
-
-check() {
-  cd arrow
-
-  tox -e py38
-}
-
-package() {
-  cd arrow
-
-  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-arrow/repos/community-any/PKGBUILD (from rev 673498, 
python-arrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-10 09:00:57 UTC (rev 673499)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgname=python-arrow
+pkgver=0.15.8
+pkgrel=1
+pkgdesc='Better dates and times for Python'
+arch=(any)
+url=https://arrow.readthedocs.io
+license=(APACHE)
+depends=(python-dateutil)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(python-tox)
+_tag=b7a74034dbe08bda552a1eb08fd9bf25c65986de
+source=(git+https://github.com/crsmithdev/arrow.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd arrow
+
+  git describe --tags
+}
+
+build() {
+  cd arrow
+
+  python setup.py build
+}
+
+check() {
+  cd arrow
+
+  tox -e py38
+}
+
+package() {
+  cd arrow
+
+  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2020-06-20 Thread Maxime Gauduin via arch-commits
Date: Saturday, June 20, 2020 @ 17:09:50
  Author: alucryd
Revision: 648651

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 17:09:44 UTC (rev 648650)
+++ PKGBUILD2020-06-20 17:09:50 UTC (rev 648651)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgname=python-arrow
-pkgver=0.15.5
-pkgrel=1
-pkgdesc='Better dates and times for Python'
-arch=(any)
-url=https://arrow.readthedocs.io
-license=(APACHE)
-depends=(python-dateutil)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-chai
-  python-dateparser
-  python-mock
-  python-nose
-  python-pytz
-  python-simplejson
-)
-source=(git+https://github.com/crsmithdev/arrow.git#tag=c856ab9dad4901551f2bf7012f6a9dc2779091db)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd arrow
-
-  git describe --tags
-}
-
-build() {
-  cd arrow
-
-  python setup.py build
-}
-
-check() {
-  cd arrow
-
-  nosetests
-}
-
-package() {
-  cd arrow
-
-  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-arrow/repos/community-any/PKGBUILD (from rev 648650, 
python-arrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 17:09:50 UTC (rev 648651)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgname=python-arrow
+pkgver=0.15.7
+pkgrel=1
+pkgdesc='Better dates and times for Python'
+arch=(any)
+url=https://arrow.readthedocs.io
+license=(APACHE)
+depends=(python-dateutil)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(python-tox)
+_tag=81f224d72f4fbdddbb3bd977c5793195b15c25fa
+source=(git+https://github.com/crsmithdev/arrow.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd arrow
+
+  git describe --tags
+}
+
+build() {
+  cd arrow
+
+  python setup.py build
+}
+
+check() {
+  cd arrow
+
+  tox -e py38
+}
+
+package() {
+  cd arrow
+
+  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, January 7, 2020 @ 13:15:18
  Author: alucryd
Revision: 549845

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-07 13:15:11 UTC (rev 549844)
+++ PKGBUILD2020-01-07 13:15:18 UTC (rev 549845)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgname=python-arrow
-pkgver=0.15.2
-pkgrel=3
-pkgdesc='Better dates and times for Python'
-arch=(any)
-url=https://arrow.readthedocs.io
-license=(APACHE)
-depends=(python-dateutil)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-chai
-  python-dateparser
-  python-mock
-  python-nose
-  python-pytz
-  python-simplejson
-)
-source=(git+https://github.com/crsmithdev/arrow.git#tag=6b342e5a561eb1af63e928929e4a8649121f250a)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd arrow
-
-  git describe --tags
-}
-
-build() {
-  cd arrow
-
-  python setup.py build
-}
-
-check() {
-  cd arrow
-
-  nosetests
-}
-
-package() {
-  cd arrow
-
-  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-arrow/repos/community-any/PKGBUILD (from rev 549844, 
python-arrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-07 13:15:18 UTC (rev 549845)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgname=python-arrow
+pkgver=0.15.5
+pkgrel=1
+pkgdesc='Better dates and times for Python'
+arch=(any)
+url=https://arrow.readthedocs.io
+license=(APACHE)
+depends=(python-dateutil)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-chai
+  python-dateparser
+  python-mock
+  python-nose
+  python-pytz
+  python-simplejson
+)
+source=(git+https://github.com/crsmithdev/arrow.git#tag=c856ab9dad4901551f2bf7012f6a9dc2779091db)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd arrow
+
+  git describe --tags
+}
+
+build() {
+  cd arrow
+
+  python setup.py build
+}
+
+check() {
+  cd arrow
+
+  nosetests
+}
+
+package() {
+  cd arrow
+
+  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2019-09-14 Thread Maxime Gauduin via arch-commits
Date: Saturday, September 14, 2019 @ 16:45:31
  Author: alucryd
Revision: 510569

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 16:45:27 UTC (rev 510568)
+++ PKGBUILD2019-09-14 16:45:31 UTC (rev 510569)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgname=python-arrow
-pkgver=0.15.1
-pkgrel=1
-pkgdesc='Better dates and times for Python'
-arch=(any)
-url=https://arrow.readthedocs.io
-license=(APACHE)
-depends=(python-dateutil)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-chai
-  python-dateparser
-  python-mock
-  python-nose
-  python-pytz
-  python-simplejson
-)
-source=(git+https://github.com/crsmithdev/arrow.git#tag=96e19e8a0159db8663fed01d0c8b69e769af60ca)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd arrow
-
-  git describe --tags
-}
-
-build() {
-  cd arrow
-
-  python setup.py build
-}
-
-check() {
-  cd arrow
-
-  nosetests
-}
-
-package() {
-  cd arrow
-
-  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-arrow/repos/community-any/PKGBUILD (from rev 510568, 
python-arrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 16:45:31 UTC (rev 510569)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgname=python-arrow
+pkgver=0.15.2
+pkgrel=1
+pkgdesc='Better dates and times for Python'
+arch=(any)
+url=https://arrow.readthedocs.io
+license=(APACHE)
+depends=(python-dateutil)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-chai
+  python-dateparser
+  python-mock
+  python-nose
+  python-pytz
+  python-simplejson
+)
+source=(git+https://github.com/crsmithdev/arrow.git#tag=6b342e5a561eb1af63e928929e4a8649121f250a)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd arrow
+
+  git describe --tags
+}
+
+build() {
+  cd arrow
+
+  python setup.py build
+}
+
+check() {
+  cd arrow
+
+  nosetests
+}
+
+package() {
+  cd arrow
+
+  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2019-09-11 Thread Maxime Gauduin via arch-commits
Date: Wednesday, September 11, 2019 @ 12:19:26
  Author: alucryd
Revision: 509281

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-11 12:19:22 UTC (rev 509280)
+++ PKGBUILD2019-09-11 12:19:26 UTC (rev 509281)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgname=python-arrow
-pkgver=0.15.0
-pkgrel=1
-pkgdesc='Better dates and times for Python'
-arch=(any)
-url=https://arrow.readthedocs.io
-license=(APACHE)
-depends=(python-dateutil)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-chai
-  python-mock
-  python-nose
-  python-pytz
-  python-simplejson
-)
-source=(git+https://github.com/crsmithdev/arrow.git#tag=fed02b456fc81b6215e08c6698ae42a4dcba4cc8)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd arrow
-
-  git describe --tags
-}
-
-build() {
-  cd arrow
-
-  python setup.py build
-}
-
-check() {
-  cd arrow
-
-  nosetests
-}
-
-package() {
-  cd arrow
-
-  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-arrow/repos/community-any/PKGBUILD (from rev 509280, 
python-arrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-11 12:19:26 UTC (rev 509281)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgname=python-arrow
+pkgver=0.15.1
+pkgrel=1
+pkgdesc='Better dates and times for Python'
+arch=(any)
+url=https://arrow.readthedocs.io
+license=(APACHE)
+depends=(python-dateutil)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-chai
+  python-dateparser
+  python-mock
+  python-nose
+  python-pytz
+  python-simplejson
+)
+source=(git+https://github.com/crsmithdev/arrow.git#tag=96e19e8a0159db8663fed01d0c8b69e769af60ca)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd arrow
+
+  git describe --tags
+}
+
+build() {
+  cd arrow
+
+  python setup.py build
+}
+
+check() {
+  cd arrow
+
+  nosetests
+}
+
+package() {
+  cd arrow
+
+  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2019-09-09 Thread Maxime Gauduin via arch-commits
Date: Monday, September 9, 2019 @ 07:02:00
  Author: alucryd
Revision: 509038

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   93 -
 1 file changed, 50 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-09 07:01:55 UTC (rev 509037)
+++ PKGBUILD2019-09-09 07:02:00 UTC (rev 509038)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgname=python-arrow
-pkgver=0.14.5
-pkgrel=1
-pkgdesc='Better dates and times for Python'
-arch=(any)
-url=https://arrow.readthedocs.io
-license=(APACHE)
-depends=(python-dateutil)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-chai
-  python-nose
-  python-pytz
-  python-simplejson
-)
-source=(git+https://github.com/crsmithdev/arrow.git#tag=${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  cd arrow
-
-  python setup.py build
-}
-
-check() {
-  cd arrow
-
-  nosetests
-}
-
-package() {
-  cd arrow
-
-  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-arrow/repos/community-any/PKGBUILD (from rev 509037, 
python-arrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-09 07:02:00 UTC (rev 509038)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgname=python-arrow
+pkgver=0.15.0
+pkgrel=1
+pkgdesc='Better dates and times for Python'
+arch=(any)
+url=https://arrow.readthedocs.io
+license=(APACHE)
+depends=(python-dateutil)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-chai
+  python-mock
+  python-nose
+  python-pytz
+  python-simplejson
+)
+source=(git+https://github.com/crsmithdev/arrow.git#tag=fed02b456fc81b6215e08c6698ae42a4dcba4cc8)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd arrow
+
+  git describe --tags
+}
+
+build() {
+  cd arrow
+
+  python setup.py build
+}
+
+check() {
+  cd arrow
+
+  nosetests
+}
+
+package() {
+  cd arrow
+
+  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2019-08-12 Thread Maxime Gauduin via arch-commits
Date: Monday, August 12, 2019 @ 08:47:48
  Author: alucryd
Revision: 499001

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-12 08:47:32 UTC (rev 499000)
+++ PKGBUILD2019-08-12 08:47:48 UTC (rev 499001)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgname=python-arrow
-pkgver=0.14.4
-pkgrel=1
-pkgdesc='Better dates and times for Python'
-arch=(any)
-url=https://arrow.readthedocs.io
-license=(APACHE)
-makedepends=(
-  git
-  python-dateutil
-  python-setuptools
-)
-checkdepends=(
-  python-chai
-  python-nose
-  python-pytz
-  python-simplejson
-)
-source=(git+https://github.com/crsmithdev/arrow.git#tag=${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  cd arrow
-
-  python setup.py build
-}
-
-check() {
-  cd arrow
-
-  nosetests
-}
-
-package() {
-  cd arrow
-
-  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-arrow/repos/community-any/PKGBUILD (from rev 499000, 
python-arrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-12 08:47:48 UTC (rev 499001)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgname=python-arrow
+pkgver=0.14.5
+pkgrel=1
+pkgdesc='Better dates and times for Python'
+arch=(any)
+url=https://arrow.readthedocs.io
+license=(APACHE)
+depends=(python-dateutil)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-chai
+  python-nose
+  python-pytz
+  python-simplejson
+)
+source=(git+https://github.com/crsmithdev/arrow.git#tag=${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  cd arrow
+
+  python setup.py build
+}
+
+check() {
+  cd arrow
+
+  nosetests
+}
+
+package() {
+  cd arrow
+
+  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2019-08-01 Thread Maxime Gauduin via arch-commits
Date: Thursday, August 1, 2019 @ 19:35:46
  Author: alucryd
Revision: 496466

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-01 19:35:40 UTC (rev 496465)
+++ PKGBUILD2019-08-01 19:35:46 UTC (rev 496466)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgname=python-arrow
-pkgver=0.14.3
-pkgrel=1
-pkgdesc='Better dates and times for Python'
-arch=(any)
-url=https://arrow.readthedocs.io
-license=(APACHE)
-makedepends=(
-  git
-  python-dateutil
-  python-setuptools
-)
-checkdepends=(
-  python-chai
-  python-nose
-  python-pytz
-  python-simplejson
-)
-source=(git+https://github.com/crsmithdev/arrow.git#tag=${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  cd arrow
-
-  python setup.py build
-}
-
-check() {
-  cd arrow
-
-  nosetests
-}
-
-package() {
-  cd arrow
-
-  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-arrow/repos/community-any/PKGBUILD (from rev 496465, 
python-arrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-01 19:35:46 UTC (rev 496466)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgname=python-arrow
+pkgver=0.14.4
+pkgrel=1
+pkgdesc='Better dates and times for Python'
+arch=(any)
+url=https://arrow.readthedocs.io
+license=(APACHE)
+makedepends=(
+  git
+  python-dateutil
+  python-setuptools
+)
+checkdepends=(
+  python-chai
+  python-nose
+  python-pytz
+  python-simplejson
+)
+source=(git+https://github.com/crsmithdev/arrow.git#tag=${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  cd arrow
+
+  python setup.py build
+}
+
+check() {
+  cd arrow
+
+  nosetests
+}
+
+package() {
+  cd arrow
+
+  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2019-07-29 Thread Maxime Gauduin via arch-commits
Date: Monday, July 29, 2019 @ 07:03:40
  Author: alucryd
Revision: 494396

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  121 +
 1 file changed, 43 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-29 07:03:24 UTC (rev 494395)
+++ PKGBUILD2019-07-29 07:03:40 UTC (rev 494396)
@@ -1,78 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgbase=python-arrow
-pkgname=(
-  python-arrow
-  python2-arrow
-)
-pkgver=0.14.2
-pkgrel=1
-pkgdesc='Better dates and times for Python'
-arch=(any)
-url=https://arrow.readthedocs.io
-license=(Apache)
-makedepends=(
-  git
-  python-dateutil
-  python-setuptools
-  python2-dateutil
-  python2-setuptools
-  python2-backports.functools_lru_cache
-)
-checkdepends=(
-  python-chai
-  python-nose
-  python-pytz
-  python-simplejson
-  python2-chai
-  python2-nose
-  python2-pytz
-  python2-simplejson
-)
-source=(git+https://github.com/crsmithdev/arrow.git#tag=${pkgver})
-sha256sums=('SKIP')
-
-prepare() {
-  cp -r {,python-}arrow
-  mv {,python2-}arrow
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-arrow
-${py} setup.py build
-popd
-  done
-}
-
-check() {
-  cd python-arrow
-  nosetests
-  nosetests2
-}
-
-package_python-arrow() {
-  depends=(
-python
-python-dateutil
-  )
-
-  cd python-arrow
-
-  python setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
-}
-
-package_python2-arrow() {
-  depends=(
-python2
-python2-backports.functools_lru_cache
-python2-dateutil
-  )
-
-  cd python2-arrow
-
-  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-arrow/repos/community-any/PKGBUILD (from rev 494395, 
python-arrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-29 07:03:40 UTC (rev 494396)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgname=python-arrow
+pkgver=0.14.3
+pkgrel=1
+pkgdesc='Better dates and times for Python'
+arch=(any)
+url=https://arrow.readthedocs.io
+license=(APACHE)
+makedepends=(
+  git
+  python-dateutil
+  python-setuptools
+)
+checkdepends=(
+  python-chai
+  python-nose
+  python-pytz
+  python-simplejson
+)
+source=(git+https://github.com/crsmithdev/arrow.git#tag=${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  cd arrow
+
+  python setup.py build
+}
+
+check() {
+  cd arrow
+
+  nosetests
+}
+
+package() {
+  cd arrow
+
+  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2019-06-05 Thread Maxime Gauduin via arch-commits
Date: Wednesday, June 5, 2019 @ 12:45:11
  Author: alucryd
Revision: 476982

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  156 ++---
 1 file changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-05 12:44:56 UTC (rev 476981)
+++ PKGBUILD2019-06-05 12:45:11 UTC (rev 476982)
@@ -1,78 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgbase=python-arrow
-pkgname=(
-  python-arrow
-  python2-arrow
-)
-pkgver=0.13.1
-pkgrel=1
-pkgdesc='Better dates and times for Python'
-arch=(any)
-url=https://arrow.readthedocs.io
-license=(Apache)
-makedepends=(
-  git
-  python-dateutil
-  python-setuptools
-  python2-dateutil
-  python2-setuptools
-  python2-backports.functools_lru_cache
-)
-checkdepends=(
-  python-chai
-  python-nose
-  python-pytz
-  python-simplejson
-  python2-chai
-  python2-nose
-  python2-pytz
-  python2-simplejson
-)
-source=(git+https://github.com/crsmithdev/arrow.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-prepare() {
-  cp -r {,python-}arrow
-  mv {,python2-}arrow
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-arrow
-${py} setup.py build
-popd
-  done
-}
-
-check() {
-  cd python-arrow
-  nosetests
-  nosetests2
-}
-
-package_python-arrow() {
-  depends=(
-python
-python-dateutil
-  )
-
-  cd python-arrow
-
-  python setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
-}
-
-package_python2-arrow() {
-  depends=(
-python2
-python2-backports.functools_lru_cache
-python2-dateutil
-  )
-
-  cd python2-arrow
-
-  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-arrow/repos/community-any/PKGBUILD (from rev 476981, 
python-arrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-05 12:45:11 UTC (rev 476982)
@@ -0,0 +1,78 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgbase=python-arrow
+pkgname=(
+  python-arrow
+  python2-arrow
+)
+pkgver=0.14.2
+pkgrel=1
+pkgdesc='Better dates and times for Python'
+arch=(any)
+url=https://arrow.readthedocs.io
+license=(Apache)
+makedepends=(
+  git
+  python-dateutil
+  python-setuptools
+  python2-dateutil
+  python2-setuptools
+  python2-backports.functools_lru_cache
+)
+checkdepends=(
+  python-chai
+  python-nose
+  python-pytz
+  python-simplejson
+  python2-chai
+  python2-nose
+  python2-pytz
+  python2-simplejson
+)
+source=(git+https://github.com/crsmithdev/arrow.git#tag=${pkgver})
+sha256sums=('SKIP')
+
+prepare() {
+  cp -r {,python-}arrow
+  mv {,python2-}arrow
+}
+
+build() {
+  for py in python{,2}; do
+pushd ${py}-arrow
+${py} setup.py build
+popd
+  done
+}
+
+check() {
+  cd python-arrow
+  nosetests
+  nosetests2
+}
+
+package_python-arrow() {
+  depends=(
+python
+python-dateutil
+  )
+
+  cd python-arrow
+
+  python setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
+}
+
+package_python2-arrow() {
+  depends=(
+python2
+python2-backports.functools_lru_cache
+python2-dateutil
+  )
+
+  cd python2-arrow
+
+  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-19 Thread Maxime Gauduin via arch-commits
Date: Tuesday, February 19, 2019 @ 20:46:19
  Author: alucryd
Revision: 434638

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  132 -
 1 file changed, 78 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-19 20:46:09 UTC (rev 434637)
+++ PKGBUILD2019-02-19 20:46:19 UTC (rev 434638)
@@ -1,54 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgbase=python-arrow
-pkgname=('python-arrow' 'python2-arrow')
-pkgver=0.12.1
-pkgrel=4
-pkgdesc='Better dates and times for Python'
-arch=('any')
-url="https://arrow.readthedocs.io;
-license=('Apache')
-makedepends=('python-dateutil' 'python-setuptools'
- 'python2-dateutil' 'python2-setuptools' 
'python2-backports.functools_lru_cache')
-checkdepends=('python-chai' 'python-nose' 'python-simplejson'
-  'python2-chai' 'python2-nose' 'python2-simplejson')
-source=("https://files.pythonhosted.org/packages/source/a/arrow/arrow-${pkgver}.tar.gz;)
-sha256sums=('a558d3b7b6ce7ffc74206a86c147052de23d3d4ef0e17c210dd478c53575c4cd')
-
-prepare() {
-  cp -r {,python-}arrow-${pkgver}
-  mv {,python2-}arrow-${pkgver}
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-arrow-${pkgver}
-${py} setup.py build
-popd
-  done
-}
-
-check() {
-  cd python-arrow-${pkgver}
-  nosetests
-  nosetests2
-}
-
-package_python-arrow() {
-  depends=('python' 'python-dateutil')
-
-  cd python-arrow-${pkgver}
-
-  python setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
-}
-
-package_python2-arrow() {
-  depends=('python2' 'python2-backports.functools_lru_cache' 
'python2-dateutil')
-
-  cd python2-arrow-${pkgver}
-
-  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-arrow/repos/community-any/PKGBUILD (from rev 434637, 
python-arrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-19 20:46:19 UTC (rev 434638)
@@ -0,0 +1,78 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgbase=python-arrow
+pkgname=(
+  python-arrow
+  python2-arrow
+)
+pkgver=0.13.1
+pkgrel=1
+pkgdesc='Better dates and times for Python'
+arch=(any)
+url=https://arrow.readthedocs.io
+license=(Apache)
+makedepends=(
+  git
+  python-dateutil
+  python-setuptools
+  python2-dateutil
+  python2-setuptools
+  python2-backports.functools_lru_cache
+)
+checkdepends=(
+  python-chai
+  python-nose
+  python-pytz
+  python-simplejson
+  python2-chai
+  python2-nose
+  python2-pytz
+  python2-simplejson
+)
+source=(git+https://github.com/crsmithdev/arrow.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  cp -r {,python-}arrow
+  mv {,python2-}arrow
+}
+
+build() {
+  for py in python{,2}; do
+pushd ${py}-arrow
+${py} setup.py build
+popd
+  done
+}
+
+check() {
+  cd python-arrow
+  nosetests
+  nosetests2
+}
+
+package_python-arrow() {
+  depends=(
+python
+python-dateutil
+  )
+
+  cd python-arrow
+
+  python setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
+}
+
+package_python2-arrow() {
+  depends=(
+python2
+python2-backports.functools_lru_cache
+python2-dateutil
+  )
+
+  cd python2-arrow
+
+  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2018-09-15 Thread Eli Schwartz via arch-commits
Date: Sunday, September 16, 2018 @ 05:43:39
  Author: eschwartz
Revision: 382202

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   99 +
 1 file changed, 54 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-16 05:43:23 UTC (rev 382201)
+++ PKGBUILD2018-09-16 05:43:39 UTC (rev 382202)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgbase=python-arrow
-pkgname=('python-arrow' 'python2-arrow')
-pkgver=0.12.1
-pkgrel=3
-pkgdesc='Better dates and times for Python'
-arch=('any')
-url='http://crsmithdev.com/arrow/'
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("python-arrow-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/e0/86/4eb5228a43042e9a80fe8c84093a8a36f5db34a3767ebd5e1e7729864e7b/arrow-0.12.1.tar.gz;)
-sha256sums=('a558d3b7b6ce7ffc74206a86c147052de23d3d4ef0e17c210dd478c53575c4cd')
-
-prepare() {
-  cp -r {,python-}arrow-${pkgver}
-  mv {,python2-}arrow-${pkgver}
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-arrow-${pkgver}
-${py} setup.py build
-popd
-  done
-}
-package_python-arrow() {
-  depends=('python' 'python-dateutil' 'python-nose')
-
-  cd python-arrow-${pkgver}
-
-  python setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
-}
-
-package_python2-arrow() {
-  depends=('python2' 'python2-backports.functools_lru_cache' 
'python2-dateutil' 'python2-nose')
-
-  cd python2-arrow-${pkgver}
-
-  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-arrow/repos/community-any/PKGBUILD (from rev 382201, 
python-arrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-16 05:43:39 UTC (rev 382202)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgbase=python-arrow
+pkgname=('python-arrow' 'python2-arrow')
+pkgver=0.12.1
+pkgrel=4
+pkgdesc='Better dates and times for Python'
+arch=('any')
+url="https://arrow.readthedocs.io;
+license=('Apache')
+makedepends=('python-dateutil' 'python-setuptools'
+ 'python2-dateutil' 'python2-setuptools' 
'python2-backports.functools_lru_cache')
+checkdepends=('python-chai' 'python-nose' 'python-simplejson'
+  'python2-chai' 'python2-nose' 'python2-simplejson')
+source=("https://files.pythonhosted.org/packages/source/a/arrow/arrow-${pkgver}.tar.gz;)
+sha256sums=('a558d3b7b6ce7ffc74206a86c147052de23d3d4ef0e17c210dd478c53575c4cd')
+
+prepare() {
+  cp -r {,python-}arrow-${pkgver}
+  mv {,python2-}arrow-${pkgver}
+}
+
+build() {
+  for py in python{,2}; do
+pushd ${py}-arrow-${pkgver}
+${py} setup.py build
+popd
+  done
+}
+
+check() {
+  cd python-arrow-${pkgver}
+  nosetests
+  nosetests2
+}
+
+package_python-arrow() {
+  depends=('python' 'python-dateutil')
+
+  cd python-arrow-${pkgver}
+
+  python setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
+}
+
+package_python2-arrow() {
+  depends=('python2' 'python2-backports.functools_lru_cache' 
'python2-dateutil')
+
+  cd python2-arrow-${pkgver}
+
+  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-30 Thread Maxime Gauduin via arch-commits
Date: Monday, April 30, 2018 @ 08:26:33
  Author: alucryd
Revision: 318476

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 08:26:23 UTC (rev 318475)
+++ PKGBUILD2018-04-30 08:26:33 UTC (rev 318476)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgbase=python-arrow
-pkgname=('python-arrow' 'python2-arrow')
-pkgver=0.12.1
-pkgrel=1
-pkgdesc='Better dates and times for Python'
-arch=('any')
-url='http://crsmithdev.com/arrow/'
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("python-arrow-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/e0/86/4eb5228a43042e9a80fe8c84093a8a36f5db34a3767ebd5e1e7729864e7b/arrow-0.12.1.tar.gz;)
-sha256sums=('a558d3b7b6ce7ffc74206a86c147052de23d3d4ef0e17c210dd478c53575c4cd')
-
-prepare() {
-  cp -r {,python-}arrow-${pkgver}
-  mv {,python2-}arrow-${pkgver}
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-arrow-${pkgver}
-${py} setup.py build
-popd
-  done
-}
-package_python-arrow() {
-  depends=('python' 'python-dateutil' 'python-nose')
-
-  cd python-arrow-${pkgver}
-
-  python setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
-}
-
-package_python2-arrow() {
-  depends=('python2' 'python2-dateutil' 'python2-nose')
-
-  cd python2-arrow-${pkgver}
-
-  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-arrow/repos/community-any/PKGBUILD (from rev 318475, 
python-arrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 08:26:33 UTC (rev 318476)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgbase=python-arrow
+pkgname=('python-arrow' 'python2-arrow')
+pkgver=0.12.1
+pkgrel=2
+pkgdesc='Better dates and times for Python'
+arch=('any')
+url='http://crsmithdev.com/arrow/'
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("python-arrow-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/e0/86/4eb5228a43042e9a80fe8c84093a8a36f5db34a3767ebd5e1e7729864e7b/arrow-0.12.1.tar.gz;)
+sha256sums=('a558d3b7b6ce7ffc74206a86c147052de23d3d4ef0e17c210dd478c53575c4cd')
+
+prepare() {
+  cp -r {,python-}arrow-${pkgver}
+  mv {,python2-}arrow-${pkgver}
+}
+
+build() {
+  for py in python{,2}; do
+pushd ${py}-arrow-${pkgver}
+${py} setup.py build
+popd
+  done
+}
+package_python-arrow() {
+  depends=('python' 'python-dateutil' 'python-nose')
+
+  cd python-arrow-${pkgver}
+
+  python setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
+}
+
+package_python2-arrow() {
+  depends=('python2' 'python2-backports.functools_lru_cache' 
'python2-dateutil' 'python2-nose')
+
+  cd python2-arrow-${pkgver}
+
+  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-15 Thread Maxime Gauduin via arch-commits
Date: Thursday, March 15, 2018 @ 14:24:43
  Author: alucryd
Revision: 308525

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 14:24:29 UTC (rev 308524)
+++ PKGBUILD2018-03-15 14:24:43 UTC (rev 308525)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgbase=python-arrow
-pkgname=('python-arrow' 'python2-arrow')
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='Better dates and times for Python'
-arch=('any')
-url='http://crsmithdev.com/arrow/'
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("python-arrow-${pkgver}.tar.gz::https://github.com/crsmithdev/arrow/archive/${pkgver}.tar.gz;)
-sha256sums=('4ed4f6c86e9d3e75a1f77af13d6f5a08f6891ab5c815b20f1f7b7c88ffcad118')
-
-prepare() {
-  cp -r {,python-}arrow-${pkgver}
-  mv {,python2-}arrow-${pkgver}
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-arrow-${pkgver}
-${py} setup.py build
-popd
-  done
-}
-package_python-arrow() {
-  depends=('python' 'python-dateutil' 'python-nose')
-
-  cd python-arrow-${pkgver}
-
-  python setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
-}
-
-package_python2-arrow() {
-  depends=('python2' 'python2-dateutil' 'python2-nose')
-
-  cd python2-arrow-${pkgver}
-
-  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-arrow/repos/community-any/PKGBUILD (from rev 308524, 
python-arrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 14:24:43 UTC (rev 308525)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgbase=python-arrow
+pkgname=('python-arrow' 'python2-arrow')
+pkgver=0.12.1
+pkgrel=1
+pkgdesc='Better dates and times for Python'
+arch=('any')
+url='http://crsmithdev.com/arrow/'
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("python-arrow-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/e0/86/4eb5228a43042e9a80fe8c84093a8a36f5db34a3767ebd5e1e7729864e7b/arrow-0.12.1.tar.gz;)
+sha256sums=('a558d3b7b6ce7ffc74206a86c147052de23d3d4ef0e17c210dd478c53575c4cd')
+
+prepare() {
+  cp -r {,python-}arrow-${pkgver}
+  mv {,python2-}arrow-${pkgver}
+}
+
+build() {
+  for py in python{,2}; do
+pushd ${py}-arrow-${pkgver}
+${py} setup.py build
+popd
+  done
+}
+package_python-arrow() {
+  depends=('python' 'python-dateutil' 'python-nose')
+
+  cd python-arrow-${pkgver}
+
+  python setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
+}
+
+package_python2-arrow() {
+  depends=('python2' 'python2-dateutil' 'python2-nose')
+
+  cd python2-arrow-${pkgver}
+
+  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
+}
+
+# vim: ts=2 sw=2 et: