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

Felix Yan felixonmars at archlinux.org
Tue Dec 24 20:50:00 UTC 2019


    Date: Tuesday, December 24, 2019 @ 20:49:59
  Author: felixonmars
Revision: 540498

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-24 20:49:46 UTC (rev 540497)
+++ PKGBUILD	2019-12-24 20:49:59 UTC (rev 540498)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-apispec-webframeworks
-pkgver=0.5.1
-pkgrel=1
-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=('2c35930ccb53db2f4781f74e00b7481c902066877a27c6e1f723e2532fdf948893d5c3267b1b07d241ac33fb7889a079834da56a38d41fb844cdb282b80df200')
-
-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/
-}

Copied: python-apispec-webframeworks/repos/community-any/PKGBUILD (from rev 540497, python-apispec-webframeworks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-24 20:49:59 UTC (rev 540498)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-apispec-webframeworks
+pkgver=0.5.2
+pkgrel=1
+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 || 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/
+}



More information about the arch-commits mailing list