[arch-commits] Commit in python-apispec/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue May 25 15:16:04 UTC 2021
Date: Tuesday, May 25, 2021 @ 15:16:04
Author: felixonmars
Revision: 945834
archrelease: copy trunk to community-any
Added:
python-apispec/repos/community-any/PKGBUILD
(from rev 945833, python-apispec/trunk/PKGBUILD)
Deleted:
python-apispec/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-25 15:15:45 UTC (rev 945833)
+++ PKGBUILD 2021-05-25 15:16:04 UTC (rev 945834)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-apispec
-pkgver=4.4.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')
-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-mock'
- 'python-openapi-spec-validator')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz")
-sha512sums=('fea0787598ca93711eaa231675f97623eb3d6eb224e11c40e66857b95f48724618bf7a9bfda476b56c1c96fe70bb61675966b1f3fb073fe3f7e4da91e78d3d90')
-
-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 945833, python-apispec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-25 15:16:04 UTC (rev 945834)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-apispec
+pkgver=4.4.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')
+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-mock'
+ 'python-openapi-spec-validator')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz")
+sha512sums=('8f8070ec1a084e5c5dda02d30103ff25a2fe096839aa2b1a75858297377e312e29a2d1cf4d373a53b7bffcbe9108489c2a2516e0e053c2de12ef90044b6b7e17')
+
+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
+}
More information about the arch-commits
mailing list