[arch-commits] Commit in python-arrow/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Aug 10 09:00:57 UTC 2020
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
===================================================================
--- PKGBUILD 2020-08-10 09:00:52 UTC (rev 673498)
+++ PKGBUILD 2020-08-10 09:00:57 UTC (rev 673499)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
-
-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)
+++ PKGBUILD 2020-08-10 09:00:57 UTC (rev 673499)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
+
+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:
More information about the arch-commits
mailing list