[arch-commits] Commit in python-apispec-webframeworks/repos (2 files)

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 10, 2020 @ 05:05:21
  Author: foutrelis
Revision: 749289

archrelease: copy trunk to community-staging-any

Added:
  python-apispec-webframeworks/repos/community-staging-any/
  python-apispec-webframeworks/repos/community-staging-any/PKGBUILD
(from rev 749288, python-apispec-webframeworks/trunk/PKGBUILD)

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: python-apispec-webframeworks/repos/community-staging-any/PKGBUILD (from 
rev 749288, python-apispec-webframeworks/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-11-10 05:05:21 UTC (rev 749289)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-apispec-webframeworks
+pkgver=0.5.2
+pkgrel=2
+pkgdesc="Web framework plugins for apispec"
+url="https://github.com/marshmallow-code/apispec-webframeworks";
+license=('MIT')
+arch=('any')
+depends=('python-apispec' 'python-yaml')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-bottle' 'python-flask' 
'python-tornado')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec-webframeworks/archive/$pkgver.tar.gz";)
+sha512sums=('56e39f69da7909d6db81c331dc00cb16414832c9393c272d1b1329282ff2e49f36fee51e3e131bf2586d0c2960c08cd4ba5f04f2d984a2d6a73a17942268f2e6')
+
+build() {
+  cd apispec-webframeworks-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd apispec-webframeworks-$pkgver
+  python setup.py pytest || echo 
"https://github.com/marshmallow-code/apispec-webframeworks/issues/45";
+}
+
+package() {
+  cd apispec-webframeworks-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


[arch-commits] Commit in python-apispec-webframeworks/repos (2 files)

2019-10-26 Thread Felix Yan via arch-commits
Date: Saturday, October 26, 2019 @ 20:23:12
  Author: felixonmars
Revision: 520495

archrelease: copy trunk to community-staging-any

Added:
  python-apispec-webframeworks/repos/community-staging-any/
  python-apispec-webframeworks/repos/community-staging-any/PKGBUILD
(from rev 520493, python-apispec-webframeworks/trunk/PKGBUILD)

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: python-apispec-webframeworks/repos/community-staging-any/PKGBUILD (from 
rev 520493, python-apispec-webframeworks/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-10-26 20:23:12 UTC (rev 520495)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-apispec-webframeworks
+pkgver=0.4.0
+pkgrel=3
+pkgdesc="Web framework plugins for apispec"
+url="https://github.com/marshmallow-code/apispec-webframeworks";
+license=('MIT')
+arch=('any')
+depends=('python-apispec' 'python-yaml')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-bottle' 'python-flask' 
'python-tornado')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec-webframeworks/archive/$pkgver.tar.gz";)
+sha512sums=('f831c4e8d494a67a2ce0f88624fa7770bb7e3731d57158f9d622c07f1f87b7c0f55375cd0bffd36d3a8aa204925ae8dbf478a749376320ce8aec324f86c23306')
+
+build() {
+  cd apispec-webframeworks-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd apispec-webframeworks-$pkgver
+  python setup.py pytest || warning 
"https://github.com/marshmallow-code/apispec-webframeworks/issues/45";
+}
+
+package() {
+  cd apispec-webframeworks-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


[arch-commits] Commit in python-apispec-webframeworks/repos (2 files)

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 17:49:47
  Author: felixonmars
Revision: 470736

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: python-apispec-webframeworks/repos/community-any/PKGBUILD (from rev 
470735, python-apispec-webframeworks/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-05-25 17:49:47 UTC (rev 470736)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-apispec-webframeworks
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="Web framework plugins for apispec"
+url="https://github.com/marshmallow-code/apispec-webframeworks";
+license=('MIT')
+arch=('any')
+depends=('python-apispec' 'python-yaml')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-bottle' 'python-flask' 
'python-tornado')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec-webframeworks/archive/$pkgver.tar.gz";)
+sha512sums=('f831c4e8d494a67a2ce0f88624fa7770bb7e3731d57158f9d622c07f1f87b7c0f55375cd0bffd36d3a8aa204925ae8dbf478a749376320ce8aec324f86c23306')
+
+build() {
+  cd apispec-webframeworks-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd apispec-webframeworks-$pkgver
+  python setup.py pytest || warning 
"https://github.com/marshmallow-code/apispec-webframeworks/issues/45";
+}
+
+package() {
+  cd apispec-webframeworks-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


[arch-commits] Commit in python-apispec-webframeworks/repos (2 files)

2019-05-24 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 05:10:16
  Author: felixonmars
Revision: 469717

archrelease: copy trunk to community-x86_64

Added:
  python-apispec-webframeworks/repos/community-x86_64/
  python-apispec-webframeworks/repos/community-x86_64/PKGBUILD
(from rev 469716, python-apispec-webframeworks/trunk/PKGBUILD)

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: python-apispec-webframeworks/repos/community-x86_64/PKGBUILD (from rev 
469716, python-apispec-webframeworks/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-05-25 05:10:16 UTC (rev 469717)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-apispec-webframeworks
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Web framework plugins for apispec"
+url="https://github.com/marshmallow-code/apispec-webframeworks";
+license=('MIT')
+arch=('x86_64')
+depends=('python-apispec' 'python-yaml')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-bottle' 'python-flask' 
'python-tornado')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec-webframeworks/archive/$pkgver.tar.gz";)
+sha512sums=('f831c4e8d494a67a2ce0f88624fa7770bb7e3731d57158f9d622c07f1f87b7c0f55375cd0bffd36d3a8aa204925ae8dbf478a749376320ce8aec324f86c23306')
+
+build() {
+  cd apispec-webframeworks-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd apispec-webframeworks-$pkgver
+  python setup.py pytest || warning 
"https://github.com/marshmallow-code/apispec-webframeworks/issues/45";
+}
+
+package() {
+  cd apispec-webframeworks-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}