[arch-commits] Commit in python-apispec/repos/community-any (PKGBUILD PKGBUILD)

2020-08-29 Thread Felix Yan via arch-commits
Date: Saturday, August 29, 2020 @ 21:21:46
  Author: felixonmars
Revision: 692244

archrelease: copy trunk to community-any

Added:
  python-apispec/repos/community-any/PKGBUILD
(from rev 692243, python-apispec/trunk/PKGBUILD)
Deleted:
  python-apispec/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-29 21:21:31 UTC (rev 692243)
+++ PKGBUILD2020-08-29 21:21:46 UTC (rev 692244)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-apispec
-pkgver=3.3.1
-pkgrel=1
-pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
-url="https://github.com/marshmallow-code/apispec";
-license=('MIT')
-arch=('any')
-depends=('python')
-optdepends=('python-yaml: for yaml support'
-'python-prance: for validation'
-'python-openapi-spec-validator: for validation')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-tornado' 'python-bottle' 
'python-marshmallow'
-  'python-flask' 'python-prance' 'python-yaml' 'python-mock'
-  'python-openapi-spec-validator')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
-sha512sums=('d19c5f18487426c8345ade7bcdb2e93914364bea7f4e788c79c63ed75eb0e12a84cd9987f816b04197ec53ce66f0649520aad7aaafc2031973d7e28f9b699bed')
-
-build() {
-  cd apispec-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd apispec-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd apispec-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apispec/repos/community-any/PKGBUILD (from rev 692243, 
python-apispec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-29 21:21:46 UTC (rev 692244)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-apispec
+pkgver=3.3.2
+pkgrel=1
+pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
+url="https://github.com/marshmallow-code/apispec";
+license=('MIT')
+arch=('any')
+depends=('python')
+optdepends=('python-yaml: for yaml support'
+'python-prance: for validation'
+'python-openapi-spec-validator: for validation')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-tornado' 'python-bottle' 
'python-marshmallow'
+  'python-flask' 'python-prance' 'python-yaml' 'python-mock'
+  'python-openapi-spec-validator')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
+sha512sums=('53f322f95b6fd76362318be3c62acd2481c830a077673fffd3d6c1c3ab8eec2c76513af494e873c25cbd398ec2d8d41d34cd22c80c94f8ba461b7feeec217e9e')
+
+build() {
+  cd apispec-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd apispec-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd apispec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-apispec/repos/community-any (PKGBUILD PKGBUILD)

2020-06-06 Thread Felix Yan via arch-commits
Date: Saturday, June 6, 2020 @ 15:11:22
  Author: felixonmars
Revision: 639499

archrelease: copy trunk to community-any

Added:
  python-apispec/repos/community-any/PKGBUILD
(from rev 639498, python-apispec/trunk/PKGBUILD)
Deleted:
  python-apispec/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-06 15:11:03 UTC (rev 639498)
+++ PKGBUILD2020-06-06 15:11:22 UTC (rev 639499)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-apispec
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
-url="https://github.com/marshmallow-code/apispec";
-license=('MIT')
-arch=('any')
-depends=('python')
-optdepends=('python-yaml: for yaml support'
-'python-prance: for validation'
-'python-openapi-spec-validator: for validation')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-tornado' 'python-bottle' 
'python-marshmallow'
-  'python-flask' 'python-prance' 'python-yaml' 'python-mock'
-  'python-openapi-spec-validator')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
-sha512sums=('c94cc48702ced17baa01175be2ff261dd7203cb0f49477f4be633080ef5f8029e5654579609370b4c1cd852d71f0b6fc116a05ee34515b22e7a0877a19d49a27')
-
-build() {
-  cd apispec-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd apispec-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd apispec-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apispec/repos/community-any/PKGBUILD (from rev 639498, 
python-apispec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-06 15:11:22 UTC (rev 639499)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-apispec
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
+url="https://github.com/marshmallow-code/apispec";
+license=('MIT')
+arch=('any')
+depends=('python')
+optdepends=('python-yaml: for yaml support'
+'python-prance: for validation'
+'python-openapi-spec-validator: for validation')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-tornado' 'python-bottle' 
'python-marshmallow'
+  'python-flask' 'python-prance' 'python-yaml' 'python-mock'
+  'python-openapi-spec-validator')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
+sha512sums=('d19c5f18487426c8345ade7bcdb2e93914364bea7f4e788c79c63ed75eb0e12a84cd9987f816b04197ec53ce66f0649520aad7aaafc2031973d7e28f9b699bed')
+
+build() {
+  cd apispec-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd apispec-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd apispec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-apispec/repos/community-any (PKGBUILD PKGBUILD)

2020-02-16 Thread Felix Yan via arch-commits
Date: Sunday, February 16, 2020 @ 20:05:46
  Author: felixonmars
Revision: 572833

archrelease: copy trunk to community-any

Added:
  python-apispec/repos/community-any/PKGBUILD
(from rev 572832, python-apispec/trunk/PKGBUILD)
Deleted:
  python-apispec/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-16 20:05:30 UTC (rev 572832)
+++ PKGBUILD2020-02-16 20:05:46 UTC (rev 572833)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-apispec
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
-url="https://github.com/marshmallow-code/apispec";
-license=('MIT')
-arch=('any')
-depends=('python')
-optdepends=('python-yaml: for yaml support'
-'python-prance: for validation'
-'python-openapi-spec-validator: for validation')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-tornado' 'python-bottle' 
'python-marshmallow'
-  'python-flask' 'python-prance' 'python-yaml' 'python-mock'
-  'python-openapi-spec-validator')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
-sha512sums=('64c409a7e0b1ce101ffa42043000626cb3e0942e5559e4527e24a25536939f9941d2a0d92848d8a094c2c5358efc64b9aabc4049b6563e39ad6a0b08cec1c09c')
-
-build() {
-  cd apispec-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd apispec-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd apispec-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apispec/repos/community-any/PKGBUILD (from rev 572832, 
python-apispec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-16 20:05:46 UTC (rev 572833)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-apispec
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
+url="https://github.com/marshmallow-code/apispec";
+license=('MIT')
+arch=('any')
+depends=('python')
+optdepends=('python-yaml: for yaml support'
+'python-prance: for validation'
+'python-openapi-spec-validator: for validation')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-tornado' 'python-bottle' 
'python-marshmallow'
+  'python-flask' 'python-prance' 'python-yaml' 'python-mock'
+  'python-openapi-spec-validator')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
+sha512sums=('c94cc48702ced17baa01175be2ff261dd7203cb0f49477f4be633080ef5f8029e5654579609370b4c1cd852d71f0b6fc116a05ee34515b22e7a0877a19d49a27')
+
+build() {
+  cd apispec-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd apispec-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd apispec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-apispec/repos/community-any (PKGBUILD PKGBUILD)

2019-12-23 Thread Felix Yan via arch-commits
Date: Monday, December 23, 2019 @ 09:54:51
  Author: felixonmars
Revision: 539041

archrelease: copy trunk to community-any

Added:
  python-apispec/repos/community-any/PKGBUILD
(from rev 539040, python-apispec/trunk/PKGBUILD)
Deleted:
  python-apispec/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-23 09:54:43 UTC (rev 539040)
+++ PKGBUILD2019-12-23 09:54:51 UTC (rev 539041)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-apispec
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
-url="https://github.com/marshmallow-code/apispec";
-license=('MIT')
-arch=('any')
-depends=('python')
-optdepends=('python-yaml: for yaml support'
-'python-prance: for validation'
-'python-openapi-spec-validator: for validation')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-tornado' 'python-bottle' 
'python-marshmallow'
-  'python-flask' 'python-prance' 'python-yaml' 'python-mock'
-  'python-openapi-spec-validator')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
-sha512sums=('361f49eb7154bdc57a090329323454ef45ba552bb44ed0d38be5a234075682ba561d648aaeebb9a51153a2d6fa94620efefff2bfa530171662afb6358b1aa19f')
-
-build() {
-  cd apispec-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd apispec-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd apispec-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apispec/repos/community-any/PKGBUILD (from rev 539040, 
python-apispec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-23 09:54:51 UTC (rev 539041)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-apispec
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
+url="https://github.com/marshmallow-code/apispec";
+license=('MIT')
+arch=('any')
+depends=('python')
+optdepends=('python-yaml: for yaml support'
+'python-prance: for validation'
+'python-openapi-spec-validator: for validation')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-tornado' 'python-bottle' 
'python-marshmallow'
+  'python-flask' 'python-prance' 'python-yaml' 'python-mock'
+  'python-openapi-spec-validator')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
+sha512sums=('64c409a7e0b1ce101ffa42043000626cb3e0942e5559e4527e24a25536939f9941d2a0d92848d8a094c2c5358efc64b9aabc4049b6563e39ad6a0b08cec1c09c')
+
+build() {
+  cd apispec-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd apispec-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd apispec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-apispec/repos/community-any (PKGBUILD PKGBUILD)

2019-12-18 Thread Felix Yan via arch-commits
Date: Wednesday, December 18, 2019 @ 17:13:28
  Author: felixonmars
Revision: 538040

archrelease: copy trunk to community-any

Added:
  python-apispec/repos/community-any/PKGBUILD
(from rev 538039, python-apispec/trunk/PKGBUILD)
Deleted:
  python-apispec/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-18 17:13:15 UTC (rev 538039)
+++ PKGBUILD2019-12-18 17:13:28 UTC (rev 538040)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-apispec
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
-url="https://github.com/marshmallow-code/apispec";
-license=('MIT')
-arch=('any')
-depends=('python')
-optdepends=('python-yaml: for yaml support'
-'python-prance: for validation'
-'python-openapi-spec-validator: for validation')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-tornado' 'python-bottle' 
'python-marshmallow'
-  'python-flask' 'python-prance' 'python-yaml' 'python-mock'
-  'python-openapi-spec-validator')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
-sha512sums=('c962419262c0faecc8245f80ce9e36ee4d109d526eac3dd51db95a72ea01e855339ee73e5d01ab226bfa7220c02bd15b908c7d664b03fd5868d2594253055975')
-
-build() {
-  cd apispec-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd apispec-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd apispec-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apispec/repos/community-any/PKGBUILD (from rev 538039, 
python-apispec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-18 17:13:28 UTC (rev 538040)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-apispec
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
+url="https://github.com/marshmallow-code/apispec";
+license=('MIT')
+arch=('any')
+depends=('python')
+optdepends=('python-yaml: for yaml support'
+'python-prance: for validation'
+'python-openapi-spec-validator: for validation')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-tornado' 'python-bottle' 
'python-marshmallow'
+  'python-flask' 'python-prance' 'python-yaml' 'python-mock'
+  'python-openapi-spec-validator')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
+sha512sums=('361f49eb7154bdc57a090329323454ef45ba552bb44ed0d38be5a234075682ba561d648aaeebb9a51153a2d6fa94620efefff2bfa530171662afb6358b1aa19f')
+
+build() {
+  cd apispec-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd apispec-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd apispec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-apispec/repos/community-any (PKGBUILD PKGBUILD)

2019-11-14 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 05:57:14
  Author: felixonmars
Revision: 528826

archrelease: copy trunk to community-any

Added:
  python-apispec/repos/community-any/PKGBUILD
(from rev 528825, python-apispec/trunk/PKGBUILD)
Deleted:
  python-apispec/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 05:57:01 UTC (rev 528825)
+++ PKGBUILD2019-11-15 05:57:14 UTC (rev 528826)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-apispec
-pkgver=3.0.0
-pkgrel=3
-pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
-url="https://github.com/marshmallow-code/apispec";
-license=('MIT')
-arch=('any')
-depends=('python')
-optdepends=('python-yaml: for yaml support'
-'python-prance: for validation'
-'python-openapi-spec-validator: for validation')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-tornado' 'python-bottle' 
'python-marshmallow'
-  'python-flask' 'python-prance' 'python-yaml' 'python-mock'
-  'python-openapi-spec-validator')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
-sha512sums=('7bcdcc2f1d8d0692228a5f1731ef6e23608a7e96a4a30fe294977ec3f304294f04c1649d9e8a93bbba2ad1c2a85c42c8cf2db4773478525eb1127c8c87be4af8')
-
-build() {
-  cd apispec-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd apispec-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd apispec-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apispec/repos/community-any/PKGBUILD (from rev 528825, 
python-apispec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 05:57:14 UTC (rev 528826)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-apispec
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
+url="https://github.com/marshmallow-code/apispec";
+license=('MIT')
+arch=('any')
+depends=('python')
+optdepends=('python-yaml: for yaml support'
+'python-prance: for validation'
+'python-openapi-spec-validator: for validation')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-tornado' 'python-bottle' 
'python-marshmallow'
+  'python-flask' 'python-prance' 'python-yaml' 'python-mock'
+  'python-openapi-spec-validator')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
+sha512sums=('c962419262c0faecc8245f80ce9e36ee4d109d526eac3dd51db95a72ea01e855339ee73e5d01ab226bfa7220c02bd15b908c7d664b03fd5868d2594253055975')
+
+build() {
+  cd apispec-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd apispec-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd apispec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-apispec/repos/community-any (PKGBUILD PKGBUILD)

2019-05-24 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 04:26:31
  Author: felixonmars
Revision: 469701

archrelease: copy trunk to community-any

Added:
  python-apispec/repos/community-any/PKGBUILD
(from rev 469700, python-apispec/trunk/PKGBUILD)
Deleted:
  python-apispec/repos/community-any/PKGBUILD

--+
 PKGBUILD |  113 -
 1 file changed, 53 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-25 04:26:19 UTC (rev 469700)
+++ PKGBUILD2019-05-25 04:26:31 UTC (rev 469701)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-apispec
-pkgname=(python-apispec python2-apispec)
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
-url="https://github.com/marshmallow-code/apispec";
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado'
-  'python-bottle' 'python2-bottle' 'python-marshmallow' 
'python2-marshmallow'
-  'python-flask' 'python2-flask' 'python-prance' 'python2-prance' 
'python-yaml'
-  'python2-yaml' 'python-mock' 'python2-mock' 
'python-openapi-spec-validator'
-  'python2-openapi-spec-validator')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
-sha512sums=('dae5658b046afa2437f46f948ad44c5d9199fe481e9e6ab34bceb430186dcef4ce4c665e11c3235c4a698339ebdb6327d38c2a2259a30fd8de6f5d9553a653aa')
-
-prepare() {
-  cp -a apispec-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/apispec-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/apispec-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/apispec-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/apispec-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-apispec() {
-  depends=('python')
-  optdepends=('python-yaml: for yaml support'
-  'python-prance: for validation'
-  'python-openapi-spec-validator: for validation')
-
-  cd apispec-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-apispec() {
-  depends=('python2')
-  optdepends=('python2-yaml: for yaml support'
-  'python2-prance: for validation'
-  'python2-openapi-spec-validator: for validation')
-
-  cd apispec-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apispec/repos/community-any/PKGBUILD (from rev 469700, 
python-apispec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-25 04:26:31 UTC (rev 469701)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-apispec
+pkgname=(python-apispec python2-apispec)
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
+url="https://github.com/marshmallow-code/apispec";
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python-tornado' 'python-bottle' 
'python-marshmallow'
+  'python-flask' 'python-prance' 'python-yaml' 'python-mock'
+  'python-openapi-spec-validator')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
+sha512sums=('27b7b69ddc501ac81cabce06e9ba780273d4d2762b5ae492eae3d46261a06473c752305df383d2e2eaa9c3ff8e1b010b56966e9a3bf928a550e352647aa28787')
+
+prepare() {
+  cp -a apispec-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/apispec-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/apispec-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd apispec-$pkgver
+  python setup.py pytest
+}
+
+package_python-apispec() {
+  depends=('python')
+  optdepends=('python-yaml: for yaml support'
+  'python-prance: for validation'
+  'python-openapi-spec-validator: for validation')
+
+  cd apispec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-apispec() {
+  depends=('python2')
+  optdepends=('python2-yaml: for yaml support')
+
+  cd apispec-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-apispec/repos/community-any (PKGBUILD PKGBUILD)

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 19:06:20
  Author: felixonmars
Revision: 452265

archrelease: copy trunk to community-any

Added:
  python-apispec/repos/community-any/PKGBUILD
(from rev 452264, python-apispec/trunk/PKGBUILD)
Deleted:
  python-apispec/repos/community-any/PKGBUILD

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-20 19:06:05 UTC (rev 452264)
+++ PKGBUILD2019-04-20 19:06:20 UTC (rev 452265)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-apispec
-pkgname=(python-apispec python2-apispec)
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
-url="https://github.com/marshmallow-code/apispec";
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado'
-  'python-bottle' 'python2-bottle' 'python-marshmallow' 
'python2-marshmallow'
-  'python-flask' 'python2-flask' 'python-prance' 'python2-prance' 
'python-yaml'
-  'python2-yaml' 'python-mock' 'python2-mock' 
'python-openapi-spec-validator'
-  'python2-openapi-spec-validator')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
-sha512sums=('a7cf58add8f381d0ff599873dd44fe66aaa80723ef808ab339e8ab467d814c14ffcac51d17cfc5ba52af026436bd216417b0ade624b7657e8a811a69da7bb121')
-
-prepare() {
-  cp -a apispec-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/apispec-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/apispec-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/apispec-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/apispec-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-apispec() {
-  depends=('python')
-  optdepends=('python-yaml: for yaml support'
-  'python-prance: for validation'
-  'python-openapi-spec-validator: for validation')
-
-  cd apispec-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-apispec() {
-  depends=('python2')
-  optdepends=('python2-yaml: for yaml support'
-  'python2-prance: for validation'
-  'python2-openapi-spec-validator: for validation')
-
-  cd apispec-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apispec/repos/community-any/PKGBUILD (from rev 452264, 
python-apispec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-20 19:06:20 UTC (rev 452265)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-apispec
+pkgname=(python-apispec python2-apispec)
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
+url="https://github.com/marshmallow-code/apispec";
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado'
+  'python-bottle' 'python2-bottle' 'python-marshmallow' 
'python2-marshmallow'
+  'python-flask' 'python2-flask' 'python-prance' 'python2-prance' 
'python-yaml'
+  'python2-yaml' 'python-mock' 'python2-mock' 
'python-openapi-spec-validator'
+  'python2-openapi-spec-validator')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
+sha512sums=('dae5658b046afa2437f46f948ad44c5d9199fe481e9e6ab34bceb430186dcef4ce4c665e11c3235c4a698339ebdb6327d38c2a2259a30fd8de6f5d9553a653aa')
+
+prepare() {
+  cp -a apispec-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/apispec-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/apispec-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/apispec-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/apispec-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-apispec() {
+  depends=('python')
+  optdepends=('python-yaml: for yaml support'
+  'python-prance: for validation'
+  'python-openapi-spec-validator: for validation')
+
+  cd apispec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-apispec() {
+  depends=('python2')
+  optdepends=('python2-yaml: for yaml support'
+  'python2-prance: for validation'
+  'python2-openapi-spec-validator: for validation')
+
+  cd apispec-$pkgver-py2
+  

[arch-commits] Commit in python-apispec/repos/community-any (PKGBUILD PKGBUILD)

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 09:21:22
  Author: felixonmars
Revision: 450511

archrelease: copy trunk to community-any

Added:
  python-apispec/repos/community-any/PKGBUILD
(from rev 450510, python-apispec/trunk/PKGBUILD)
Deleted:
  python-apispec/repos/community-any/PKGBUILD

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 09:21:07 UTC (rev 450510)
+++ PKGBUILD2019-04-09 09:21:22 UTC (rev 450511)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-apispec
-pkgname=(python-apispec python2-apispec)
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
-url="https://github.com/marshmallow-code/apispec";
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado'
-  'python-bottle' 'python2-bottle' 'python-marshmallow' 
'python2-marshmallow'
-  'python-flask' 'python2-flask' 'python-prance' 'python2-prance' 
'python-yaml'
-  'python2-yaml' 'python-mock' 'python2-mock' 
'python-openapi-spec-validator'
-  'python2-openapi-spec-validator')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
-sha512sums=('aff78d663803e73be4504ab6dfff7c794fea844d07a5f47263dfc11c3286c78ef68fab7a1d340770f58f49028a490c37d6104b47867b5f63f8a62fcd06aaf530')
-
-prepare() {
-  cp -a apispec-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/apispec-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/apispec-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/apispec-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/apispec-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-apispec() {
-  depends=('python')
-  optdepends=('python-yaml: for yaml support'
-  'python-prance: for validation'
-  'python-openapi-spec-validator: for validation')
-
-  cd apispec-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-apispec() {
-  depends=('python2')
-  optdepends=('python2-yaml: for yaml support'
-  'python2-prance: for validation'
-  'python2-openapi-spec-validator: for validation')
-
-  cd apispec-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apispec/repos/community-any/PKGBUILD (from rev 450510, 
python-apispec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 09:21:22 UTC (rev 450511)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-apispec
+pkgname=(python-apispec python2-apispec)
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
+url="https://github.com/marshmallow-code/apispec";
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado'
+  'python-bottle' 'python2-bottle' 'python-marshmallow' 
'python2-marshmallow'
+  'python-flask' 'python2-flask' 'python-prance' 'python2-prance' 
'python-yaml'
+  'python2-yaml' 'python-mock' 'python2-mock' 
'python-openapi-spec-validator'
+  'python2-openapi-spec-validator')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
+sha512sums=('a7cf58add8f381d0ff599873dd44fe66aaa80723ef808ab339e8ab467d814c14ffcac51d17cfc5ba52af026436bd216417b0ade624b7657e8a811a69da7bb121')
+
+prepare() {
+  cp -a apispec-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/apispec-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/apispec-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/apispec-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/apispec-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-apispec() {
+  depends=('python')
+  optdepends=('python-yaml: for yaml support'
+  'python-prance: for validation'
+  'python-openapi-spec-validator: for validation')
+
+  cd apispec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-apispec() {
+  depends=('python2')
+  optdepends=('python2-yaml: for yaml support'
+  'python2-prance: for validation'
+  'python2-openapi-spec-validator: for validation')
+
+  cd apispec-$pkgver-py2
+  py

[arch-commits] Commit in python-apispec/repos/community-any (PKGBUILD PKGBUILD)

2019-04-03 Thread Felix Yan via arch-commits
Date: Wednesday, April 3, 2019 @ 20:57:39
  Author: felixonmars
Revision: 448389

archrelease: copy trunk to community-any

Added:
  python-apispec/repos/community-any/PKGBUILD
(from rev 448388, python-apispec/trunk/PKGBUILD)
Deleted:
  python-apispec/repos/community-any/PKGBUILD

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-03 20:57:19 UTC (rev 448388)
+++ PKGBUILD2019-04-03 20:57:39 UTC (rev 448389)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-apispec
-pkgname=(python-apispec python2-apispec)
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
-url="https://github.com/marshmallow-code/apispec";
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado'
-  'python-bottle' 'python2-bottle' 'python-marshmallow' 
'python2-marshmallow'
-  'python-flask' 'python2-flask' 'python-prance' 'python2-prance' 
'python-yaml'
-  'python2-yaml' 'python-mock' 'python2-mock' 
'python-openapi-spec-validator'
-  'python2-openapi-spec-validator')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
-sha512sums=('2d4c36947864840a32b654066d9a384a692437681fc2aa72d963872f2b6ac0e41d58ec2b99e7eeb292e1942740650f6c513cc4178c7aa916977ed386b11fc885')
-
-prepare() {
-  cp -a apispec-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/apispec-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/apispec-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/apispec-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/apispec-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-apispec() {
-  depends=('python')
-  optdepends=('python-yaml: for yaml support'
-  'python-prance: for validation'
-  'python-openapi-spec-validator: for validation')
-
-  cd apispec-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-apispec() {
-  depends=('python2')
-  optdepends=('python2-yaml: for yaml support'
-  'python2-prance: for validation'
-  'python2-openapi-spec-validator: for validation')
-
-  cd apispec-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apispec/repos/community-any/PKGBUILD (from rev 448388, 
python-apispec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-03 20:57:39 UTC (rev 448389)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-apispec
+pkgname=(python-apispec python2-apispec)
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
+url="https://github.com/marshmallow-code/apispec";
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado'
+  'python-bottle' 'python2-bottle' 'python-marshmallow' 
'python2-marshmallow'
+  'python-flask' 'python2-flask' 'python-prance' 'python2-prance' 
'python-yaml'
+  'python2-yaml' 'python-mock' 'python2-mock' 
'python-openapi-spec-validator'
+  'python2-openapi-spec-validator')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
+sha512sums=('aff78d663803e73be4504ab6dfff7c794fea844d07a5f47263dfc11c3286c78ef68fab7a1d340770f58f49028a490c37d6104b47867b5f63f8a62fcd06aaf530')
+
+prepare() {
+  cp -a apispec-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/apispec-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/apispec-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/apispec-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/apispec-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-apispec() {
+  depends=('python')
+  optdepends=('python-yaml: for yaml support'
+  'python-prance: for validation'
+  'python-openapi-spec-validator: for validation')
+
+  cd apispec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-apispec() {
+  depends=('python2')
+  optdepends=('python2-yaml: for yaml support'
+  'python2-prance: for validation'
+  'python2-openapi-spec-validator: for validation')
+
+  cd apispec-$pkgver-py2
+  

[arch-commits] Commit in python-apispec/repos/community-any (PKGBUILD PKGBUILD)

2019-03-20 Thread Felix Yan via arch-commits
Date: Wednesday, March 20, 2019 @ 12:23:45
  Author: felixonmars
Revision: 442947

archrelease: copy trunk to community-any

Added:
  python-apispec/repos/community-any/PKGBUILD
(from rev 442946, python-apispec/trunk/PKGBUILD)
Deleted:
  python-apispec/repos/community-any/PKGBUILD

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-20 12:23:25 UTC (rev 442946)
+++ PKGBUILD2019-03-20 12:23:45 UTC (rev 442947)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-apispec
-pkgname=(python-apispec python2-apispec)
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
-url="https://github.com/marshmallow-code/apispec";
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado'
-  'python-bottle' 'python2-bottle' 'python-marshmallow' 
'python2-marshmallow'
-  'python-flask' 'python2-flask' 'python-prance' 'python2-prance' 
'python-yaml'
-  'python2-yaml' 'python-mock' 'python2-mock' 
'python-openapi-spec-validator'
-  'python2-openapi-spec-validator')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
-sha512sums=('fa369bb8662f232aff352572c81711a48a470ddae0f61c5d4dc4a29182b41344002b516579a894459031ed57ff35110fb896191f7555c8d821a908704e9c867d')
-
-prepare() {
-  cp -a apispec-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/apispec-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/apispec-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/apispec-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/apispec-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-apispec() {
-  depends=('python')
-  optdepends=('python-yaml: for yaml support'
-  'python-prance: for validation'
-  'python-openapi-spec-validator: for validation')
-
-  cd apispec-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-apispec() {
-  depends=('python2')
-  optdepends=('python2-yaml: for yaml support'
-  'python2-prance: for validation'
-  'python2-openapi-spec-validator: for validation')
-
-  cd apispec-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apispec/repos/community-any/PKGBUILD (from rev 442946, 
python-apispec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-20 12:23:45 UTC (rev 442947)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-apispec
+pkgname=(python-apispec python2-apispec)
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
+url="https://github.com/marshmallow-code/apispec";
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado'
+  'python-bottle' 'python2-bottle' 'python-marshmallow' 
'python2-marshmallow'
+  'python-flask' 'python2-flask' 'python-prance' 'python2-prance' 
'python-yaml'
+  'python2-yaml' 'python-mock' 'python2-mock' 
'python-openapi-spec-validator'
+  'python2-openapi-spec-validator')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
+sha512sums=('2d4c36947864840a32b654066d9a384a692437681fc2aa72d963872f2b6ac0e41d58ec2b99e7eeb292e1942740650f6c513cc4178c7aa916977ed386b11fc885')
+
+prepare() {
+  cp -a apispec-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/apispec-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/apispec-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/apispec-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/apispec-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-apispec() {
+  depends=('python')
+  optdepends=('python-yaml: for yaml support'
+  'python-prance: for validation'
+  'python-openapi-spec-validator: for validation')
+
+  cd apispec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-apispec() {
+  depends=('python2')
+  optdepends=('python2-yaml: for yaml support'
+  'python2-prance: for validation'
+  'python2-openapi-spec-validator: for validation')
+
+  cd apispec-$pkgver-py2
+ 

[arch-commits] Commit in python-apispec/repos/community-any (PKGBUILD PKGBUILD)

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:50:56
  Author: felixonmars
Revision: 430783

archrelease: copy trunk to community-any

Added:
  python-apispec/repos/community-any/PKGBUILD
(from rev 430782, python-apispec/trunk/PKGBUILD)
Deleted:
  python-apispec/repos/community-any/PKGBUILD

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-09 01:50:39 UTC (rev 430782)
+++ PKGBUILD2019-02-09 01:50:56 UTC (rev 430783)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-apispec
-pkgname=(python-apispec python2-apispec)
-pkgver=0.39.0
-pkgrel=1
-pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
-url="https://github.com/marshmallow-code/apispec";
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado'
-  'python-bottle' 'python2-bottle' 'python-marshmallow' 
'python2-marshmallow'
-  'python-flask' 'python2-flask' 'python-prance' 'python2-prance' 
'python-yaml'
-  'python2-yaml' 'python-mock' 'python2-mock' 
'python-openapi-spec-validator'
-  'python2-openapi-spec-validator')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
-sha512sums=('e43ed4ef6e7ac565e306427ad3bed619d72c9f894b1d7803635505496914ac6a1b784e670f98cf2ef3c119f0aad3891ded2a4f632694ead3ce0450b4402c875a')
-
-prepare() {
-  cp -a apispec-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/apispec-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/apispec-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/apispec-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/apispec-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-apispec() {
-  depends=('python')
-  optdepends=('python-yaml: for yaml support'
-  'python-prance: for validation'
-  'python-openapi-spec-validator: for validation')
-
-  cd apispec-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-apispec() {
-  depends=('python2')
-  optdepends=('python2-yaml: for yaml support'
-  'python2-prance: for validation'
-  'python2-openapi-spec-validator: for validation')
-
-  cd apispec-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apispec/repos/community-any/PKGBUILD (from rev 430782, 
python-apispec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-09 01:50:56 UTC (rev 430783)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-apispec
+pkgname=(python-apispec python2-apispec)
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
+url="https://github.com/marshmallow-code/apispec";
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado'
+  'python-bottle' 'python2-bottle' 'python-marshmallow' 
'python2-marshmallow'
+  'python-flask' 'python2-flask' 'python-prance' 'python2-prance' 
'python-yaml'
+  'python2-yaml' 'python-mock' 'python2-mock' 
'python-openapi-spec-validator'
+  'python2-openapi-spec-validator')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
+sha512sums=('fa369bb8662f232aff352572c81711a48a470ddae0f61c5d4dc4a29182b41344002b516579a894459031ed57ff35110fb896191f7555c8d821a908704e9c867d')
+
+prepare() {
+  cp -a apispec-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/apispec-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/apispec-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/apispec-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/apispec-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-apispec() {
+  depends=('python')
+  optdepends=('python-yaml: for yaml support'
+  'python-prance: for validation'
+  'python-openapi-spec-validator: for validation')
+
+  cd apispec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-apispec() {
+  depends=('python2')
+  optdepends=('python2-yaml: for yaml support'
+  'python2-prance: for validation'
+  'python2-openapi-spec-validator: for validation')
+
+  cd apispec-$pkgver-py2

[arch-commits] Commit in python-apispec/repos/community-any (PKGBUILD PKGBUILD)

2018-09-17 Thread Felix Yan via arch-commits
Date: Monday, September 17, 2018 @ 12:35:36
  Author: felixonmars
Revision: 382379

archrelease: copy trunk to community-any

Added:
  python-apispec/repos/community-any/PKGBUILD
(from rev 382378, python-apispec/trunk/PKGBUILD)
Deleted:
  python-apispec/repos/community-any/PKGBUILD

--+
 PKGBUILD |  114 -
 1 file changed, 60 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-17 12:35:03 UTC (rev 382378)
+++ PKGBUILD2018-09-17 12:35:36 UTC (rev 382379)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-apispec
-pkgname=(python-apispec python2-apispec)
-pkgver=0.37.1
-pkgrel=2
-pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
-url="https://github.com/marshmallow-code/apispec";
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado'
-  'python-bottle' 'python2-bottle' 'python-marshmallow' 
'python2-marshmallow'
-  'python-flask' 'python2-flask' 'python-mock' 'python2-mock' 
'check_api')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
-sha512sums=('cbf6de044d8d70b9ea0171d3067e690c5c6cb15f0bc3bee8a1729e6bfc420f3bcd978c7d3ab42e68658ca7bf90df7357bb2a0c03e299abd696afd4bb48927af2')
-
-prepare() {
-  sed -i 's/<2/<3/' apispec-$pkgver/setup.py
-  cp -a apispec-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/apispec-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/apispec-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/apispec-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/apispec-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-apispec() {
-  depends=('python-yaml')
-
-  cd apispec-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-apispec() {
-  depends=('python2-yaml')
-
-  cd apispec-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apispec/repos/community-any/PKGBUILD (from rev 382378, 
python-apispec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-17 12:35:36 UTC (rev 382379)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-apispec
+pkgname=(python-apispec python2-apispec)
+pkgver=0.39.0
+pkgrel=1
+pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
+url="https://github.com/marshmallow-code/apispec";
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado'
+  'python-bottle' 'python2-bottle' 'python-marshmallow' 
'python2-marshmallow'
+  'python-flask' 'python2-flask' 'python-prance' 'python2-prance' 
'python-yaml'
+  'python2-yaml' 'python-mock' 'python2-mock' 
'python-openapi-spec-validator'
+  'python2-openapi-spec-validator')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
+sha512sums=('e43ed4ef6e7ac565e306427ad3bed619d72c9f894b1d7803635505496914ac6a1b784e670f98cf2ef3c119f0aad3891ded2a4f632694ead3ce0450b4402c875a')
+
+prepare() {
+  cp -a apispec-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/apispec-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/apispec-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/apispec-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/apispec-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-apispec() {
+  depends=('python')
+  optdepends=('python-yaml: for yaml support'
+  'python-prance: for validation'
+  'python-openapi-spec-validator: for validation')
+
+  cd apispec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-apispec() {
+  depends=('python2')
+  optdepends=('python2-yaml: for yaml support'
+  'python2-prance: for validation'
+  'python2-openapi-spec-validator: for validation')
+
+  cd apispec-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-apispec/repos/community-any (PKGBUILD PKGBUILD)

2018-05-28 Thread Felix Yan via arch-commits
Date: Tuesday, May 29, 2018 @ 05:01:38
  Author: felixonmars
Revision: 333101

archrelease: copy trunk to community-any

Added:
  python-apispec/repos/community-any/PKGBUILD
(from rev 333100, python-apispec/trunk/PKGBUILD)
Deleted:
  python-apispec/repos/community-any/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-29 05:00:56 UTC (rev 333100)
+++ PKGBUILD2018-05-29 05:01:38 UTC (rev 333101)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-apispec
-pkgname=(python-apispec python2-apispec)
-pkgver=0.37.0
-pkgrel=1
-pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
-url="https://github.com/marshmallow-code/apispec";
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado'
-  'python-bottle' 'python2-bottle' 'python-marshmallow' 
'python2-marshmallow'
-  'python-flask' 'python2-flask' 'python-mock' 'python2-mock' 
'check_api')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
-sha512sums=('438e49e537c757368eec1e0c7776e402f6b176a6f2653804c0b349318fb85a4fad8029f927455c1d9380be166b91331ab384ace041617c6773c9e36f46c14f4d')
-
-prepare() {
-  sed -i 's/<2/<3/' apispec-$pkgver/setup.py
-  cp -a apispec-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/apispec-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/apispec-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/apispec-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/apispec-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-apispec() {
-  depends=('python-yaml')
-
-  cd apispec-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-apispec() {
-  depends=('python2-yaml')
-
-  cd apispec-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apispec/repos/community-any/PKGBUILD (from rev 333100, 
python-apispec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-29 05:01:38 UTC (rev 333101)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-apispec
+pkgname=(python-apispec python2-apispec)
+pkgver=0.37.1
+pkgrel=1
+pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
+url="https://github.com/marshmallow-code/apispec";
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado'
+  'python-bottle' 'python2-bottle' 'python-marshmallow' 
'python2-marshmallow'
+  'python-flask' 'python2-flask' 'python-mock' 'python2-mock' 
'check_api')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
+sha512sums=('cbf6de044d8d70b9ea0171d3067e690c5c6cb15f0bc3bee8a1729e6bfc420f3bcd978c7d3ab42e68658ca7bf90df7357bb2a0c03e299abd696afd4bb48927af2')
+
+prepare() {
+  sed -i 's/<2/<3/' apispec-$pkgver/setup.py
+  cp -a apispec-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/apispec-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/apispec-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/apispec-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/apispec-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-apispec() {
+  depends=('python-yaml')
+
+  cd apispec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-apispec() {
+  depends=('python2-yaml')
+
+  cd apispec-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}