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

2020-10-20 Thread Jerome Leclanche via arch-commits
Date: Tuesday, October 20, 2020 @ 16:14:37
  Author: jleclanche
Revision: 727619

upgpkg: python-humanize 3.1.0-1: Upstream release 3.1.0

Modified:
  python-humanize/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-20 14:54:53 UTC (rev 727618)
+++ PKGBUILD2020-10-20 16:14:37 UTC (rev 727619)
@@ -1,8 +1,8 @@
 # Maintainer: Jerome Leclanche 
 _pkgname=humanize
 pkgname=python-$_pkgname
-pkgver=0.5.1
-pkgrel=8
+pkgver=3.1.0
+pkgrel=1
 pkgdesc="Common humanization utilities for Python"
 arch=("any")
 
@@ -11,7 +11,7 @@
 depends=("python")
 makedepends=("python-setuptools")
 
source=("https://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha256sums=("a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19")
+sha256sums=("fd3eb915310335c63a54d4507289ecc7b3a7454cd2c22ac5086d061a3cbfd592")
 
 
 check() {


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

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 17:03:20
  Author: foutrelis
Revision: 521244

Python 3.8 rebuild

Modified:
  python-humanize/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 17:03:19 UTC (rev 521243)
+++ PKGBUILD2019-10-31 17:03:20 UTC (rev 521244)
@@ -2,7 +2,7 @@
 _pkgname=humanize
 pkgname=python-$_pkgname
 pkgver=0.5.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Common humanization utilities for Python"
 arch=("any")
 


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

2019-10-25 Thread Evangelos Foutras via arch-commits
Date: Friday, October 25, 2019 @ 16:09:22
  Author: foutrelis
Revision: 519397

Python 3.8 rebuild

Modified:
  python-humanize/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 16:09:09 UTC (rev 519396)
+++ PKGBUILD2019-10-25 16:09:22 UTC (rev 519397)
@@ -2,7 +2,7 @@
 _pkgname=humanize
 pkgname=python-$_pkgname
 pkgver=0.5.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Common humanization utilities for Python"
 arch=("any")
 


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

2018-06-30 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 30, 2018 @ 17:58:31
  Author: foutrelis
Revision: 348791

Python 3.7 rebuild

Modified:
  python-humanize/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 17:58:07 UTC (rev 348790)
+++ PKGBUILD2018-06-30 17:58:31 UTC (rev 348791)
@@ -3,7 +3,7 @@
 _pkgname=humanize
 pkgname=python-$_pkgname
 pkgver=0.5.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Common humanization utilities for Python"
 arch=("any")
 


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

2017-06-19 Thread Jerome Leclanche
Date: Tuesday, June 20, 2017 @ 01:32:43
  Author: jleclanche
Revision: 238781

upgpkg: python-humanize 0.5.1-5

Fix build routine

Modified:
  python-humanize/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-20 00:38:39 UTC (rev 238780)
+++ PKGBUILD2017-06-20 01:32:43 UTC (rev 238781)
@@ -3,8 +3,8 @@
 _pkgname=humanize
 pkgname=python-$_pkgname
 pkgver=0.5.1
-pkgrel=4
-pkgdesc="Humanize is a modest package contains various common humanization 
utilities"
+pkgrel=5
+pkgdesc="Common humanization utilities for Python"
 arch=("any")
 
 url="https://github.com/jmoiron/humanize;
@@ -20,7 +20,7 @@
python setup.py check
 }
 
-check() {
+build() {
cd "$srcdir/$_pkgname-$pkgver"
python setup.py build
 }


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

2017-04-27 Thread Jerome Leclanche
Date: Thursday, April 27, 2017 @ 11:12:18
  Author: jleclanche
Revision: 226012

upgpkg: python-humanize 0.5.1-4

Initial import from AUR

Modified:
  python-humanize/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 11:11:30 UTC (rev 226011)
+++ PKGBUILD2017-04-27 11:12:18 UTC (rev 226012)
@@ -10,6 +10,7 @@
 url="https://github.com/jmoiron/humanize;
 license=("MIT")
 depends=("python")
+makedepends=("python-setuptools")
 
source=("https://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
 sha256sums=("a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19")