[arch-commits] Commit in python-arrow/repos/community-staging-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sat Nov 2 22:25:26 UTC 2019
Date: Saturday, November 2, 2019 @ 22:25:25
Author: foutrelis
Revision: 522295
archrelease: copy trunk to community-staging-any
Added:
python-arrow/repos/community-staging-any/PKGBUILD
(from rev 522294, python-arrow/trunk/PKGBUILD)
Deleted:
python-arrow/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 102 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-02 22:25:21 UTC (rev 522294)
+++ PKGBUILD 2019-11-02 22:25:25 UTC (rev 522295)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
-
-pkgname=python-arrow
-pkgver=0.15.2
-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-chai
- python-dateparser
- python-mock
- python-nose
- python-pytz
- python-simplejson
-)
-source=(git+https://github.com/crsmithdev/arrow.git#tag=6b342e5a561eb1af63e928929e4a8649121f250a)
-sha256sums=(SKIP)
-
-pkgver() {
- cd arrow
-
- git describe --tags
-}
-
-build() {
- cd arrow
-
- python setup.py build
-}
-
-check() {
- cd arrow
-
- nosetests
-}
-
-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 522294, python-arrow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-11-02 22:25:25 UTC (rev 522295)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
+
+pkgname=python-arrow
+pkgver=0.15.2
+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-chai
+ python-dateparser
+ python-mock
+ python-nose
+ python-pytz
+ python-simplejson
+)
+source=(git+https://github.com/crsmithdev/arrow.git#tag=6b342e5a561eb1af63e928929e4a8649121f250a)
+sha256sums=(SKIP)
+
+pkgver() {
+ cd arrow
+
+ git describe --tags
+}
+
+build() {
+ cd arrow
+
+ python setup.py build
+}
+
+check() {
+ cd arrow
+
+ nosetests
+}
+
+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