Date: Monday, November 14, 2022 @ 20:44:17
  Author: felixonmars
Revision: 1347670

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-14 20:44:09 UTC (rev 1347669)
+++ PKGBUILD    2022-11-14 20:44:17 UTC (rev 1347670)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-apispec
-pkgver=5.2.2
-pkgrel=2
-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-openapi-spec-validator')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
-sha512sums=('16c6229619853671403e81edaa50ce87c2575cdb6c606502e08c086aa33b25db0cef0cd455c2c74a55138eaf95667f7ffe9ac8045cbeb415df4b623878a8831c')
-
-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 1347669, 
python-apispec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-14 20:44:17 UTC (rev 1347670)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-apispec
+pkgver=6.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')
+depends=('python-packaging')
+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-openapi-spec-validator')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
+sha512sums=('4c4c34554241fba67d0aad41aa81e5c6e97ee42003da503afa223ff5fbf0046a8b5f3dc3835fe9ae1dc03181f4be5fabae1a7d80871c0a061602d2593315b2db')
+
+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
+}

Reply via email to