Date: Monday, November 21, 2022 @ 05:43:04
Author: felixonmars
Revision: 1350178
archrelease: copy trunk to community-any
Added:
python-apispec/repos/community-any/PKGBUILD
(from rev 1350177, 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-21 05:42:56 UTC (rev 1350177)
+++ PKGBUILD 2022-11-21 05:43:04 UTC (rev 1350178)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-apispec
-pkgver=6.0.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-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=('fabe14511a1dd598101977bcab70e5bdb1338f219f348f9584062d0c4c80de8adc1eb7f5e202a6a9d1e3fa11d775de2871f238585f6b6471bebdb3fe47bf0dc0')
-
-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 1350177,
python-apispec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-21 05:43:04 UTC (rev 1350178)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-apispec
+pkgver=6.0.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-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=('aa5e2cc41d5b3c4555da929819135df30192e6f6ff08518d62674495f0d28c14e51a0aa111b289e5f9d7205f821c1fd4e28b914899ea3e15b3e20f6052258117')
+
+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
+}