Date: Friday, November 18, 2022 @ 04:20:41
Author: felixonmars
Revision: 1349457
archrelease: copy trunk to community-any
Added:
python-apispec/repos/community-any/PKGBUILD
(from rev 1349456, 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-18 04:20:32 UTC (rev 1349456)
+++ PKGBUILD 2022-11-18 04:20:41 UTC (rev 1349457)
@@ -1,35 +0,0 @@
-# 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
-}
Copied: python-apispec/repos/community-any/PKGBUILD (from rev 1349456,
python-apispec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-18 04:20:41 UTC (rev 1349457)
@@ -0,0 +1,35 @@
+# 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
+}