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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 10:43:09
  Author: felixonmars
Revision: 750309

upgpkg: python-parse 1.18.0-3: Python 3.9 rebuild

Modified:
  python-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 10:43:08 UTC (rev 750308)
+++ PKGBUILD2020-11-11 10:43:09 UTC (rev 750309)
@@ -3,7 +3,7 @@
 
 pkgname=python-parse
 pkgver=1.18.0
-pkgrel=2
+pkgrel=3
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
 url='https://pypi.python.org/pypi/parse'


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

2020-09-30 Thread Filipe Laíns via arch-commits
Date: Wednesday, September 30, 2020 @ 14:49:12
  Author: ffy00
Revision: 714084

upgpkg: python-parse 1.18.0-1

Modified:
  python-parse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-30 14:48:00 UTC (rev 714083)
+++ PKGBUILD2020-09-30 14:49:12 UTC (rev 714084)
@@ -2,7 +2,7 @@
 # Contributor: Aaron DeVore 
 
 pkgname=python-parse
-pkgver=1.17.0
+pkgver=1.18.0
 pkgrel=1
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
@@ -15,7 +15,7 @@
 
 source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz;)
 
-sha256sums=('c7806139a481ec8c8336a54418894c8b201314f8ecc63e55f438f4b72bdc4485')
+sha256sums=('91666032d6723dc5905248417ef0dc9e4c51df9526aaeef271eacad6491f06a4')
 
 build() {
   cd "$srcdir"/parse-$pkgver


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

2020-08-29 Thread Jelle van der Waa via arch-commits
Date: Saturday, August 29, 2020 @ 19:30:28
  Author: jelle
Revision: 692227

upgpkg: python-parse 1.17.0-1

Modified:
  python-parse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-29 19:27:24 UTC (rev 692226)
+++ PKGBUILD2020-08-29 19:30:28 UTC (rev 692227)
@@ -2,7 +2,7 @@
 # Contributor: Aaron DeVore 
 
 pkgname=python-parse
-pkgver=1.16.0
+pkgver=1.17.0
 pkgrel=1
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
@@ -15,7 +15,7 @@
 
 source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz;)
 
-sha256sums=('cd89e57aed38dcf3e0ff8253f53121a3b23e6181758993323658bffc048a5c19')
+sha256sums=('c7806139a481ec8c8336a54418894c8b201314f8ecc63e55f438f4b72bdc4485')
 
 build() {
   cd "$srcdir"/parse-$pkgver


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

2020-08-22 Thread Johannes Löthberg via arch-commits
Date: Saturday, August 22, 2020 @ 19:19:03
  Author: demize
Revision: 686764

upgpkg: python-parse 1.16.0-1

Modified:
  python-parse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-22 19:18:58 UTC (rev 686763)
+++ PKGBUILD2020-08-22 19:19:03 UTC (rev 686764)
@@ -2,7 +2,7 @@
 # Contributor: Aaron DeVore 
 
 pkgname=python-parse
-pkgver=1.15.0
+pkgver=1.16.0
 pkgrel=1
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
@@ -15,7 +15,7 @@
 
 source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz;)
 
-sha256sums=('a6d4e2c2f1fbde6717d28084a191a052950f758c0cbd83805357e6575c2b95c0')
+sha256sums=('cd89e57aed38dcf3e0ff8253f53121a3b23e6181758993323658bffc048a5c19')
 
 build() {
   cd "$srcdir"/parse-$pkgver


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

2020-03-03 Thread Johannes Löthberg via arch-commits
Date: Tuesday, March 3, 2020 @ 11:38:09
  Author: demize
Revision: 589614

upgpkg: python-parse 1.15.0-1

Modified:
  python-parse/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-03 11:32:05 UTC (rev 589613)
+++ PKGBUILD2020-03-03 11:38:09 UTC (rev 589614)
@@ -2,7 +2,7 @@
 # Contributor: Aaron DeVore 
 
 pkgname=python-parse
-pkgver=1.14.0
+pkgver=1.15.0
 pkgrel=1
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
@@ -13,11 +13,9 @@
 depends=('python')
 makedepends=('python-setuptools')
 
-source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz;
-
https://raw.githubusercontent.com/r1chardj0n3s/parse/b48b0494d27f64a9088cd92c1f8d58928af07317/LICENSE)
 # license from the bottom of parse.py
+source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz;)
 
-md5sums=('07cbb5ba1025cbfe92fc3376c372dda5'
- '68c10fa20482cc4328a1052695fb7e53')
+sha256sums=('a6d4e2c2f1fbde6717d28084a191a052950f758c0cbd83805357e6575c2b95c0')
 
 build() {
   cd "$srcdir"/parse-$pkgver
@@ -31,8 +29,7 @@
 
 
 package() {
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
   cd "$srcdir"/parse-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2020-01-23 Thread Filipe Laíns via arch-commits
Date: Thursday, January 23, 2020 @ 22:06:32
  Author: ffy00
Revision: 555261

upgpkg: python-parse 1.14.0-1

Modified:
  python-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-23 22:06:10 UTC (rev 555260)
+++ PKGBUILD2020-01-23 22:06:32 UTC (rev 555261)
@@ -2,8 +2,8 @@
 # Contributor: Aaron DeVore 
 
 pkgname=python-parse
-pkgver=1.12.1
-pkgrel=3
+pkgver=1.14.0
+pkgrel=1
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
 url='https://pypi.python.org/pypi/parse'
@@ -16,7 +16,7 @@
 source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz;
 
https://raw.githubusercontent.com/r1chardj0n3s/parse/b48b0494d27f64a9088cd92c1f8d58928af07317/LICENSE)
 # license from the bottom of parse.py
 
-md5sums=('8fc634769f1d841f14a52dd731ca447a'
+md5sums=('07cbb5ba1025cbfe92fc3376c372dda5'
  '68c10fa20482cc4328a1052695fb7e53')
 
 build() {


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

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 17:49:23
  Author: foutrelis
Revision: 521423

Python 3.8 rebuild

Modified:
  python-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 17:49:20 UTC (rev 521422)
+++ PKGBUILD2019-10-31 17:49:23 UTC (rev 521423)
@@ -3,7 +3,7 @@
 
 pkgname=python-parse
 pkgver=1.12.1
-pkgrel=2
+pkgrel=3
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
 url='https://pypi.python.org/pypi/parse'


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 16:08:52
  Author: felixonmars
Revision: 519394

Python 3.8 rebuild

Modified:
  python-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 16:08:42 UTC (rev 519393)
+++ PKGBUILD2019-10-25 16:08:52 UTC (rev 519394)
@@ -3,7 +3,7 @@
 
 pkgname=python-parse
 pkgver=1.12.1
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
 url='https://pypi.python.org/pypi/parse'


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

2019-10-14 Thread Jelle van der Waa via arch-commits
Date: Monday, October 14, 2019 @ 19:26:17
  Author: jelle
Revision: 515881

remove python2 variant

Modified:
  python-parse/trunk/PKGBUILD

--+
 PKGBUILD |   30 --
 1 file changed, 4 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-14 19:09:02 UTC (rev 515880)
+++ PKGBUILD2019-10-14 19:26:17 UTC (rev 515881)
@@ -1,8 +1,7 @@
 # Maintainer: Johannes Löthberg 
 # Contributor: Aaron DeVore 
 
-pkgbase=python-parse
-pkgname=(python-parse python2-parse)
+pkgname=python-parse
 pkgver=1.12.1
 pkgrel=1
 
@@ -11,7 +10,8 @@
 arch=('any')
 license=('BSD')
 
-makedepends=('python-setuptools' 'python2-setuptools')
+depends=('python')
+makedepends=('python-setuptools')
 
 source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz;
 
https://raw.githubusercontent.com/r1chardj0n3s/parse/b48b0494d27f64a9088cd92c1f8d58928af07317/LICENSE)
 # license from the bottom of parse.py
@@ -19,42 +19,20 @@
 md5sums=('8fc634769f1d841f14a52dd731ca447a'
  '68c10fa20482cc4328a1052695fb7e53')
 
-prepare() {
-  cp -r parse-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/parse-$pkgver
   python setup.py build
-
-  cd "$srcdir"/parse-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/parse-$pkgver
   python test_parse.py
-
-  cd "$srcdir"/parse-$pkgver-py2
-  python2 test_parse.py
 }
 
 
-package_python-parse() {
-  depends=('python')
-
+package() {
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
   cd "$srcdir"/parse-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
-
-
-package_python2-parse() {
-  depends=('python2')
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  cd "$srcdir"/parse-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}


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

2019-10-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 3, 2019 @ 23:09:41
  Author: demize
Revision: 512601

upgpkg: python-parse 1.12.1-1

Modified:
  python-parse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 23:08:35 UTC (rev 512600)
+++ PKGBUILD2019-10-03 23:09:41 UTC (rev 512601)
@@ -3,7 +3,7 @@
 
 pkgbase=python-parse
 pkgname=(python-parse python2-parse)
-pkgver=1.12.0
+pkgver=1.12.1
 pkgrel=1
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
@@ -16,7 +16,7 @@
 source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz;
 
https://raw.githubusercontent.com/r1chardj0n3s/parse/b48b0494d27f64a9088cd92c1f8d58928af07317/LICENSE)
 # license from the bottom of parse.py
 
-md5sums=('649533e892bc0043b69840b85f52b457'
+md5sums=('8fc634769f1d841f14a52dd731ca447a'
  '68c10fa20482cc4328a1052695fb7e53')
 
 prepare() {


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

2019-06-18 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 18, 2019 @ 20:30:12
  Author: arojas
Revision: 482211

https

Modified:
  python-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-18 20:29:54 UTC (rev 482210)
+++ PKGBUILD2019-06-18 20:30:12 UTC (rev 482211)
@@ -7,7 +7,7 @@
 pkgrel=1
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
-url='http://pypi.python.org/pypi/parse'
+url='https://pypi.python.org/pypi/parse'
 arch=('any')
 license=('BSD')
 


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

2019-05-22 Thread Johannes Löthberg via arch-commits
Date: Wednesday, May 22, 2019 @ 17:05:42
  Author: demize
Revision: 468604

upgpkg: python-parse 1.12.0-1

Modified:
  python-parse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 17:03:31 UTC (rev 468603)
+++ PKGBUILD2019-05-22 17:05:42 UTC (rev 468604)
@@ -3,7 +3,7 @@
 
 pkgbase=python-parse
 pkgname=(python-parse python2-parse)
-pkgver=1.11.1
+pkgver=1.12.0
 pkgrel=1
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
@@ -16,7 +16,7 @@
 source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz;
 
https://raw.githubusercontent.com/r1chardj0n3s/parse/b48b0494d27f64a9088cd92c1f8d58928af07317/LICENSE)
 # license from the bottom of parse.py
 
-md5sums=('9148ef37ebcbd959e39619b4af6d1a7e'
+md5sums=('649533e892bc0043b69840b85f52b457'
  '68c10fa20482cc4328a1052695fb7e53')
 
 prepare() {


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

2019-01-31 Thread Johannes Löthberg via arch-commits
Date: Thursday, January 31, 2019 @ 21:29:00
  Author: demize
Revision: 428870

upgpkg: python-parse 1.11.1-1

Modified:
  python-parse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-31 21:28:54 UTC (rev 428869)
+++ PKGBUILD2019-01-31 21:29:00 UTC (rev 428870)
@@ -3,7 +3,7 @@
 
 pkgbase=python-parse
 pkgname=(python-parse python2-parse)
-pkgver=1.9.0
+pkgver=1.11.1
 pkgrel=1
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
@@ -16,7 +16,7 @@
 source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz;
 
https://raw.githubusercontent.com/r1chardj0n3s/parse/b48b0494d27f64a9088cd92c1f8d58928af07317/LICENSE)
 # license from the bottom of parse.py
 
-md5sums=('fd1157824c9246a8b7f050afcac852cb'
+md5sums=('9148ef37ebcbd959e39619b4af6d1a7e'
  '68c10fa20482cc4328a1052695fb7e53')
 
 prepare() {


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

2018-10-20 Thread Johannes Löthberg via arch-commits
Date: Saturday, October 20, 2018 @ 20:57:43
  Author: demize
Revision: 398133

upgpkg: python-parse 1.9.0-1

Modified:
  python-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-20 20:56:25 UTC (rev 398132)
+++ PKGBUILD2018-10-20 20:57:43 UTC (rev 398133)
@@ -3,8 +3,8 @@
 
 pkgbase=python-parse
 pkgname=(python-parse python2-parse)
-pkgver=1.8.4
-pkgrel=2
+pkgver=1.9.0
+pkgrel=1
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
 url='http://pypi.python.org/pypi/parse'
@@ -16,7 +16,7 @@
 source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz;
 
https://raw.githubusercontent.com/r1chardj0n3s/parse/b48b0494d27f64a9088cd92c1f8d58928af07317/LICENSE)
 # license from the bottom of parse.py
 
-md5sums=('fa69ab2fe846f9b183411391f7c6897b'
+md5sums=('fd1157824c9246a8b7f050afcac852cb'
  '68c10fa20482cc4328a1052695fb7e53')
 
 prepare() {


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

2018-06-30 Thread Johannes Löthberg via arch-commits
Date: Saturday, June 30, 2018 @ 19:52:06
  Author: demize
Revision: 349157

Rebuild for python 3.7

Also actually run test suite properly on py3 since it works there now.

Modified:
  python-parse/trunk/PKGBUILD

--+
 PKGBUILD |   30 ++
 1 file changed, 22 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 19:01:26 UTC (rev 349156)
+++ PKGBUILD2018-06-30 19:52:06 UTC (rev 349157)
@@ -4,7 +4,7 @@
 pkgbase=python-parse
 pkgname=(python-parse python2-parse)
 pkgver=1.8.4
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
 url='http://pypi.python.org/pypi/parse'
@@ -14,14 +14,28 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 
 source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz;
-LICENSE) # license from the bottom of parse.py
+
https://raw.githubusercontent.com/r1chardj0n3s/parse/b48b0494d27f64a9088cd92c1f8d58928af07317/LICENSE)
 # license from the bottom of parse.py
 
 md5sums=('fa69ab2fe846f9b183411391f7c6897b'
  '68c10fa20482cc4328a1052695fb7e53')
 
+prepare() {
+  cp -r parse-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/parse-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/parse-$pkgver-py2
+  python2 setup.py build
+}
+
 check() {
-  cd parse-"$pkgver"
-  python test_parse.py || warning 'test_too_many_fields fails on Python 3'
+  cd "$srcdir"/parse-$pkgver
+  python test_parse.py
+
+  cd "$srcdir"/parse-$pkgver-py2
   python2 test_parse.py
 }
 
@@ -29,9 +43,9 @@
 package_python-parse() {
   depends=('python')
 
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
-  cd parse-"$pkgver"
+  cd "$srcdir"/parse-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
@@ -39,8 +53,8 @@
 package_python2-parse() {
   depends=('python2')
 
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
-  cd parse-"$pkgver"
+  cd "$srcdir"/parse-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
 }


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

2018-05-27 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 27, 2018 @ 23:16:49
  Author: demize
Revision: 332111

upgpkg: python-parse 1.8.4-1

Modified:
  python-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 22:05:09 UTC (rev 332110)
+++ PKGBUILD2018-05-27 23:16:49 UTC (rev 332111)
@@ -3,7 +3,7 @@
 
 pkgbase=python-parse
 pkgname=(python-parse python2-parse)
-pkgver=1.8.2
+pkgver=1.8.4
 pkgrel=1
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
@@ -13,16 +13,12 @@
 
 makedepends=('python-setuptools' 'python2-setuptools')
 
-source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz"{,.asc}
+source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz;
 LICENSE) # license from the bottom of parse.py
 
-md5sums=('42002338551bdfa0f01bbe4e679a17dd'
- 'SKIP'
+md5sums=('fa69ab2fe846f9b183411391f7c6897b'
  '68c10fa20482cc4328a1052695fb7e53')
 
-validpgpkeys=('0145FD2B52E80A8E329A16C7AC68AC0441C6E930')
-
-
 check() {
   cd parse-"$pkgver"
   python test_parse.py || warning 'test_too_many_fields fails on Python 3'


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

2017-06-05 Thread Johannes Löthberg
Date: Monday, June 5, 2017 @ 12:51:27
  Author: demize
Revision: 234175

upgpkg: python-parse 1.8.2-1

Modified:
  python-parse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-05 12:47:39 UTC (rev 234174)
+++ PKGBUILD2017-06-05 12:51:27 UTC (rev 234175)
@@ -3,7 +3,7 @@
 
 pkgbase=python-parse
 pkgname=(python-parse python2-parse)
-pkgver=1.8.0
+pkgver=1.8.2
 pkgrel=1
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
@@ -16,7 +16,7 @@
 source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz"{,.asc}
 LICENSE) # license from the bottom of parse.py
 
-md5sums=('6ea7e32cb35810113137f6073fb30639'
+md5sums=('42002338551bdfa0f01bbe4e679a17dd'
  'SKIP'
  '68c10fa20482cc4328a1052695fb7e53')
 


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

2017-03-02 Thread Johannes Löthberg
Date: Thursday, March 2, 2017 @ 11:39:40
  Author: demize
Revision: 214516

upgpkg: python-parse 1.8.0-1

Modified:
  python-parse/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 11:14:42 UTC (rev 214515)
+++ PKGBUILD2017-03-02 11:39:40 UTC (rev 214516)
@@ -3,8 +3,8 @@
 
 pkgbase=python-parse
 pkgname=(python-parse python2-parse)
-pkgver=1.6.6
-pkgrel=4
+pkgver=1.8.0
+pkgrel=1
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
 url='http://pypi.python.org/pypi/parse'
@@ -13,10 +13,11 @@
 
 makedepends=('python-setuptools' 'python2-setuptools')
 
-source=("https://pypi.python.org/packages/source/p/parse/parse-$pkgver.tar.gz"{,.asc}
+source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz"{,.asc}
 LICENSE) # license from the bottom of parse.py
 
-md5sums=('11bc8c60a30fe52db4ac9a827653d0ca' 'SKIP'
+md5sums=('6ea7e32cb35810113137f6073fb30639'
+ 'SKIP'
  '68c10fa20482cc4328a1052695fb7e53')
 
 validpgpkeys=('0145FD2B52E80A8E329A16C7AC68AC0441C6E930')


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

2016-12-25 Thread Felix Yan
Date: Sunday, December 25, 2016 @ 23:12:12
  Author: felixonmars
Revision: 202434

Python 3.6 rebuild

Modified:
  python-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 23:09:57 UTC (rev 202433)
+++ PKGBUILD2016-12-25 23:12:12 UTC (rev 202434)
@@ -4,7 +4,7 @@
 pkgbase=python-parse
 pkgname=(python-parse python2-parse)
 pkgver=1.6.6
-pkgrel=3
+pkgrel=4
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
 url='http://pypi.python.org/pypi/parse'


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

2016-12-25 Thread Bartłomiej Piotrowski
Date: Sunday, December 25, 2016 @ 23:03:09
  Author: bpiotrowski
Revision: 202427

Fix reference to python 3.5

Modified:
  python-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 23:02:00 UTC (rev 202426)
+++ PKGBUILD2016-12-25 23:03:09 UTC (rev 202427)
@@ -24,7 +24,7 @@
 
 check() {
   cd parse-"$pkgver"
-  python test_parse.py || warning 'test_too_many_fields fails on Python 3.5'
+  python test_parse.py || warning 'test_too_many_fields fails on Python 3'
   python2 test_parse.py
 }
 


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

2016-11-26 Thread Johannes Löthberg
Date: Sunday, November 27, 2016 @ 00:32:18
  Author: demize
Revision: 196992

Use HTTPS

Modified:
  python-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 00:31:42 UTC (rev 196991)
+++ PKGBUILD2016-11-27 00:32:18 UTC (rev 196992)
@@ -13,7 +13,7 @@
 
 makedepends=('python-setuptools' 'python2-setuptools')
 
-source=("http://pypi.python.org/packages/source/p/parse/parse-$pkgver.tar.gz"{,.asc}
+source=("https://pypi.python.org/packages/source/p/parse/parse-$pkgver.tar.gz"{,.asc}
 LICENSE) # license from the bottom of parse.py
 
 md5sums=('11bc8c60a30fe52db4ac9a827653d0ca' 'SKIP'


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

2015-09-20 Thread Evangelos Foutras
Date: Sunday, September 20, 2015 @ 10:27:36
  Author: foutrelis
Revision: 141207

Ignore test_too_many_fields failure (affects Python 3.5)

Modified:
  python-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 08:26:31 UTC (rev 141206)
+++ PKGBUILD2015-09-20 08:27:36 UTC (rev 141207)
@@ -24,7 +24,7 @@
 
 check() {
   cd parse-"$pkgver"
-  python test_parse.py
+  python test_parse.py || warning 'test_too_many_fields fails on Python 3.5'
   python2 test_parse.py
 }
 


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

2015-09-20 Thread Evangelos Foutras
Date: Sunday, September 20, 2015 @ 10:29:26
  Author: foutrelis
Revision: 141208

Python 3.5 rebuild

Modified:
  python-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 08:27:36 UTC (rev 141207)
+++ PKGBUILD2015-09-20 08:29:26 UTC (rev 141208)
@@ -4,7 +4,7 @@
 pkgbase=python-parse
 pkgname=(python-parse python2-parse)
 pkgver=1.6.6
-pkgrel=2
+pkgrel=3
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
 url='http://pypi.python.org/pypi/parse'


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

2015-05-25 Thread Johannes Löthberg
Date: Monday, May 25, 2015 @ 23:17:19
  Author: demize
Revision: 134080

python-parse: resigning

Modified:
  python-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 21:14:26 UTC (rev 134079)
+++ PKGBUILD2015-05-25 21:17:19 UTC (rev 134080)
@@ -4,7 +4,7 @@
 pkgbase=python-parse
 pkgname=(python-parse python2-parse)
 pkgver=1.6.6
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
 url='http://pypi.python.org/pypi/parse'


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

2015-05-23 Thread Johannes Löthberg
Date: Sunday, May 24, 2015 @ 00:44:32
  Author: demize
Revision: 134017

python-parse: Added missing python2 dependency

Modified:
  python-parse/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-23 22:41:24 UTC (rev 134016)
+++ PKGBUILD2015-05-23 22:44:32 UTC (rev 134017)
@@ -11,7 +11,6 @@
 arch=('any')
 license=('BSD')
 
-depends=('python')
 makedepends=('python-setuptools' 'python2-setuptools')
 
 
source=(http://pypi.python.org/packages/source/p/parse/parse-$pkgver.tar.gz{,.asc}
@@ -31,6 +30,8 @@
 
 
 package_python-parse() {
+  depends=('python')
+
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 
   cd parse-$pkgver
@@ -39,6 +40,8 @@
 
 
 package_python2-parse() {
+  depends=('python2')
+
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 
   cd parse-$pkgver