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

Maxime Gauduin alucryd at archlinux.org
Thu Jul 1 13:38:02 UTC 2021


    Date: Thursday, July 1, 2021 @ 13:38:02
  Author: alucryd
Revision: 969314

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-01 13:37:57 UTC (rev 969313)
+++ PKGBUILD	2021-07-01 13:38:02 UTC (rev 969314)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
-
-pkgname=python-arrow
-pkgver=1.1.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=fbec661ad26555bfde877b1e5121d86ae69215da
-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 py39
-}
-
-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 969313, python-arrow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-01 13:38:02 UTC (rev 969314)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
+
+pkgname=python-arrow
+pkgver=1.1.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-tox)
+_tag=57332ed039a974ddeee566790d14c0e28cdb3888
+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 py39
+}
+
+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