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

Maxime Gauduin alucryd at archlinux.org
Wed Oct 7 11:15:53 UTC 2020


    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
===================================================================
--- PKGBUILD	2020-10-07 11:15:47 UTC (rev 720357)
+++ PKGBUILD	2020-10-07 11:15:53 UTC (rev 720358)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
-
-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)
+++ PKGBUILD	2020-10-07 11:15:53 UTC (rev 720358)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
+
+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:



More information about the arch-commits mailing list