[arch-commits] Commit in python-arrow/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Sep 9 07:02:00 UTC 2019
Date: Monday, September 9, 2019 @ 07:02:00
Author: alucryd
Revision: 509038
archrelease: copy trunk to community-any
Added:
python-arrow/repos/community-any/PKGBUILD
(from rev 509037, python-arrow/trunk/PKGBUILD)
Deleted:
python-arrow/repos/community-any/PKGBUILD
----------+
PKGBUILD | 93 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 50 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-09 07:01:55 UTC (rev 509037)
+++ PKGBUILD 2019-09-09 07:02:00 UTC (rev 509038)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
-
-pkgname=python-arrow
-pkgver=0.14.5
-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-chai
- python-nose
- python-pytz
- python-simplejson
-)
-source=(git+https://github.com/crsmithdev/arrow.git#tag=${pkgver})
-sha256sums=('SKIP')
-
-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-any/PKGBUILD (from rev 509037, python-arrow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-09-09 07:02:00 UTC (rev 509038)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
+
+pkgname=python-arrow
+pkgver=0.15.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-chai
+ python-mock
+ python-nose
+ python-pytz
+ python-simplejson
+)
+source=(git+https://github.com/crsmithdev/arrow.git#tag=fed02b456fc81b6215e08c6698ae42a4dcba4cc8)
+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