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

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 15:20:32
  Author: foutrelis
Revision: 751107

upgpkg: python-flex 6.14.1-5: Python 3.9 rebuild

Modified:
  python-flex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 15:20:26 UTC (rev 751106)
+++ PKGBUILD2020-11-11 15:20:32 UTC (rev 751107)
@@ -2,7 +2,7 @@
 
 pkgname=python-flex
 pkgver=6.14.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Swagger schema validator"
 url="https://github.com/pipermerriam/flex;
 license=('BSD')


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

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Monday, November 9, 2020 @ 16:52:54
  Author: foutrelis
Revision: 747649

upgpkg: python-flex 6.14.1-4: Python 3.9 rebuild

Modified:
  python-flex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 16:52:53 UTC (rev 747648)
+++ PKGBUILD2020-11-09 16:52:54 UTC (rev 747649)
@@ -2,7 +2,7 @@
 
 pkgname=python-flex
 pkgver=6.14.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Swagger schema validator"
 url="https://github.com/pipermerriam/flex;
 license=('BSD')


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 21:41:12
  Author: foutrelis
Revision: 522212

Python 3.8 rebuild

Modified:
  python-flex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 21:41:05 UTC (rev 522211)
+++ PKGBUILD2019-11-02 21:41:12 UTC (rev 522212)
@@ -2,7 +2,7 @@
 
 pkgname=python-flex
 pkgver=6.14.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Swagger schema validator"
 url="https://github.com/pipermerriam/flex;
 license=('BSD')


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Saturday, October 26, 2019 @ 04:05:16
  Author: felixonmars
Revision: 519886

Python 3.8 rebuild

Modified:
  python-flex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 04:05:07 UTC (rev 519885)
+++ PKGBUILD2019-10-26 04:05:16 UTC (rev 519886)
@@ -2,7 +2,7 @@
 
 pkgname=python-flex
 pkgver=6.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Swagger schema validator"
 url="https://github.com/pipermerriam/flex;
 license=('BSD')


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

2019-09-15 Thread Felix Yan via arch-commits
Date: Sunday, September 15, 2019 @ 07:29:13
  Author: felixonmars
Revision: 510680

upgpkg: python-flex 6.14.1-1

Modified:
  python-flex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-15 07:28:34 UTC (rev 510679)
+++ PKGBUILD2019-09-15 07:29:13 UTC (rev 510680)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-flex
-pkgver=6.14.0
-pkgrel=2
+pkgver=6.14.1
+pkgrel=1
 pkgdesc="Swagger schema validator"
 url="https://github.com/pipermerriam/flex;
 license=('BSD')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-factory-boy' 'python-responses' 
'python-pytest-httpbin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pipermerriam/flex/archive/v$pkgver.tar.gz;)
-sha512sums=('4e3ab6cfc0d4ce214d1fe8565739bf80c6d0e083053770e57e3ba7b91560b264227ac39d1bacc724876f0555a55ed57ddc3b6b4e9b28a2605618f5e99b7d1d5c')
+sha512sums=('7164f70db2095041f878e2be95467aefc7c5b0b38b9792bd74127dc0769f24e99dd6d5df48a076bfb819462aa8216fd16313e5ebfa0e881ea3094d38ad409c40')
 
 prepare() {
   sed -i 's/<2/<3/' flex-$pkgver/setup.py


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

2019-05-24 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 04:33:07
  Author: felixonmars
Revision: 469704

upgpkg: python-flex 6.14.0-2

remove python2 sibling

Modified:
  python-flex/trunk/PKGBUILD

--+
 PKGBUILD |   46 ++
 1 file changed, 10 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 04:28:41 UTC (rev 469703)
+++ PKGBUILD2019-05-25 04:33:07 UTC (rev 469704)
@@ -1,61 +1,35 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-flex
-pkgname=(python-flex python2-flex)
+pkgname=python-flex
 pkgver=6.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Swagger schema validator"
 url="https://github.com/pipermerriam/flex;
 license=('BSD')
 arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-yaml'
- 'python2-yaml' 'python-validate-email' 'python2-validate-email' 
'python-rfc3987'
- 'python2-rfc3987' 'python-requests' 'python2-requests' 
'python-strict-rfc3339'
- 'python2-strict-rfc3339' 'python-click' 'python2-click' 
'python-jsonpointer'
- 'python2-jsonpointer')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-factory-boy'
-  'python2-factory-boy' 'python-responses' 'python2-responses' 
'python-pytest-httpbin'
-  'python2-pytest-httpbin')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pipermerriam/flex/archive/v$pkgver.tar.gz;)
+depends=('python-six' 'python-yaml' 'python-validate-email' 'python-rfc3987' 
'python-requests'
+ 'python-strict-rfc3339' 'python-click' 'python-jsonpointer')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-factory-boy' 'python-responses' 
'python-pytest-httpbin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pipermerriam/flex/archive/v$pkgver.tar.gz;)
 
sha512sums=('4e3ab6cfc0d4ce214d1fe8565739bf80c6d0e083053770e57e3ba7b91560b264227ac39d1bacc724876f0555a55ed57ddc3b6b4e9b28a2605618f5e99b7d1d5c')
 
 prepare() {
   sed -i 's/<2/<3/' flex-$pkgver/setup.py
-  cp -a flex-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/flex-$pkgver
+  cd flex-$pkgver
   python setup.py build
-
-  cd "$srcdir"/flex-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/flex-$pkgver
+  cd flex-$pkgver
   python setup.py pytest
-
-  cd "$srcdir"/flex-$pkgver-py2
-  python2 setup.py pytest
 }
 
-package_python-flex() {
-  depends=('python-six' 'python-yaml' 'python-validate-email' 'python-rfc3987' 
'python-requests'
-   'python-strict-rfc3339' 'python-click' 'python-jsonpointer')
-
+package() {
   cd flex-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-
-package_python2-flex() {
-  depends=('python2-six' 'python2-yaml' 'python2-validate-email' 
'python2-rfc3987' 'python2-requests'
-   'python2-strict-rfc3339' 'python2-click' 'python2-jsonpointer')
-
-  cd flex-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/swagger-flex{,2}
-}


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

2019-02-17 Thread Felix Yan via arch-commits
Date: Sunday, February 17, 2019 @ 18:04:01
  Author: felixonmars
Revision: 434185

upgpkg: python-flex 6.14.0-1

Modified:
  python-flex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 18:03:22 UTC (rev 434184)
+++ PKGBUILD2019-02-17 18:04:01 UTC (rev 434185)
@@ -2,8 +2,8 @@
 
 pkgbase=python-flex
 pkgname=(python-flex python2-flex)
-pkgver=6.13.2
-pkgrel=2
+pkgver=6.14.0
+pkgrel=1
 pkgdesc="Swagger schema validator"
 url="https://github.com/pipermerriam/flex;
 license=('BSD')
@@ -17,7 +17,7 @@
   'python2-factory-boy' 'python-responses' 'python2-responses' 
'python-pytest-httpbin'
   'python2-pytest-httpbin')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pipermerriam/flex/archive/v$pkgver.tar.gz;)
-sha512sums=('9883dcaed83ed80eb19e017dce18ee8335484ae1b8a6c893c0a2950984c0657e8c1cb90e0a0c9785d0934a0a9c765e4f12fc3258ebc7f732d052c2fda9a2e50f')
+sha512sums=('4e3ab6cfc0d4ce214d1fe8565739bf80c6d0e083053770e57e3ba7b91560b264227ac39d1bacc724876f0555a55ed57ddc3b6b4e9b28a2605618f5e99b7d1d5c')
 
 prepare() {
   sed -i 's/<2/<3/' flex-$pkgver/setup.py


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

2018-07-17 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 18, 2018 @ 04:45:50
  Author: foutrelis
Revision: 361734

Python 3.7 rebuild

Modified:
  python-flex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 04:44:38 UTC (rev 361733)
+++ PKGBUILD2018-07-18 04:45:50 UTC (rev 361734)
@@ -4,7 +4,7 @@
 pkgbase=python-flex
 pkgname=(python-flex python2-flex)
 pkgver=6.13.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Swagger schema validator"
 url="https://github.com/pipermerriam/flex;
 license=('BSD')


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

2018-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 03:39:23
  Author: felixonmars
Revision: 329621

upgpkg: python-flex 6.13.2-1

Modified:
  python-flex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 03:39:09 UTC (rev 329620)
+++ PKGBUILD2018-05-26 03:39:23 UTC (rev 329621)
@@ -3,8 +3,8 @@
 
 pkgbase=python-flex
 pkgname=(python-flex python2-flex)
-pkgver=6.13.1
-pkgrel=2
+pkgver=6.13.2
+pkgrel=1
 pkgdesc="Swagger schema validator"
 url="https://github.com/pipermerriam/flex;
 license=('BSD')
@@ -18,7 +18,7 @@
   'python2-factory-boy' 'python-responses' 'python2-responses' 
'python-pytest-httpbin'
   'python2-pytest-httpbin')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pipermerriam/flex/archive/v$pkgver.tar.gz;)
-sha512sums=('f426a6236703be1714b01fe176c15768694a0381a208892bc41d9efcd1cc9dd4918d680991f9ea73ffee6d744e7882f2d39e59b66dd65d487d1dcf38153bc0fb')
+sha512sums=('9883dcaed83ed80eb19e017dce18ee8335484ae1b8a6c893c0a2950984c0657e8c1cb90e0a0c9785d0934a0a9c765e4f12fc3258ebc7f732d052c2fda9a2e50f')
 
 prepare() {
   sed -i 's/<2/<3/' flex-$pkgver/setup.py


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

2018-05-23 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 17:19:27
  Author: felixonmars
Revision: 328383

upgpkg: python-flex 6.13.1-2

fix dependencies

Modified:
  python-flex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 17:18:48 UTC (rev 328382)
+++ PKGBUILD2018-05-23 17:19:27 UTC (rev 328383)
@@ -4,7 +4,7 @@
 pkgbase=python-flex
 pkgname=(python-flex python2-flex)
 pkgver=6.13.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Swagger schema validator"
 url="https://github.com/pipermerriam/flex;
 license=('BSD')
@@ -42,7 +42,8 @@
 }
 
 package_python-flex() {
-  depends=('python')
+  depends=('python-six' 'python-yaml' 'python-validate-email' 'python-rfc3987' 
'python-requests'
+   'python-strict-rfc3339' 'python-click' 'python-jsonpointer')
 
   cd flex-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -50,7 +51,8 @@
 }
 
 package_python2-flex() {
-  depends=('python2')
+  depends=('python2-six' 'python2-yaml' 'python2-validate-email' 
'python2-rfc3987' 'python2-requests'
+   'python2-strict-rfc3339' 'python2-click' 'python2-jsonpointer')
 
   cd flex-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1