[arch-commits] Commit in python-arrow/repos/community-staging-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 10:14:05 UTC 2020
Date: Thursday, November 12, 2020 @ 10:14:04
Author: felixonmars
Revision: 751500
archrelease: copy trunk to community-staging-any
Added:
python-arrow/repos/community-staging-any/PKGBUILD
(from rev 751499, python-arrow/trunk/PKGBUILD)
Deleted:
python-arrow/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 10:13:48 UTC (rev 751499)
+++ PKGBUILD 2020-11-12 10:14:04 UTC (rev 751500)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
-
-pkgname=python-arrow
-pkgver=0.17.0
-pkgrel=2
-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 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-staging-any/PKGBUILD (from rev 751499, python-arrow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 10:14:04 UTC (rev 751500)
@@ -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=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-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 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