[arch-commits] Commit in python-arrow/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Jun 20 17:09:45 UTC 2020


    Date: Saturday, June 20, 2020 @ 17:09:44
  Author: alucryd
Revision: 648650

upgpkg: python-arrow 0.15.7-1

Modified:
  python-arrow/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-20 16:53:10 UTC (rev 648649)
+++ PKGBUILD	2020-06-20 17:09:44 UTC (rev 648650)
@@ -2,7 +2,7 @@
 # Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
 
 pkgname=python-arrow
-pkgver=0.15.5
+pkgver=0.15.7
 pkgrel=1
 pkgdesc='Better dates and times for Python'
 arch=(any)
@@ -13,15 +13,9 @@
   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=c856ab9dad4901551f2bf7012f6a9dc2779091db)
+checkdepends=(python-tox)
+_tag=81f224d72f4fbdddbb3bd977c5793195b15c25fa
+source=(git+https://github.com/crsmithdev/arrow.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {
@@ -39,7 +33,7 @@
 check() {
   cd arrow
 
-  nosetests
+  tox -e py38
 }
 
 package() {



More information about the arch-commits mailing list