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

Maxime Gauduin alucryd at archlinux.org
Mon Apr 30 08:26:33 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-04-30 08:26:23 UTC (rev 318475)
+++ PKGBUILD	2018-04-30 08:26:33 UTC (rev 318476)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
-
-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)
+++ PKGBUILD	2018-04-30 08:26:33 UTC (rev 318476)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
+
+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:



More information about the arch-commits mailing list