[arch-commits] Commit in python-apispec/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jun 14 17:42:27 UTC 2021
Date: Monday, June 14, 2021 @ 17:42:27
Author: felixonmars
Revision: 963520
archrelease: copy trunk to community-any
Added:
python-apispec/repos/community-any/PKGBUILD
(from rev 963519, python-apispec/trunk/PKGBUILD)
Deleted:
python-apispec/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-14 17:42:13 UTC (rev 963519)
+++ PKGBUILD 2021-06-14 17:42:27 UTC (rev 963520)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-apispec
-pkgver=4.5.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')
-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=('0abb186182513a6d7e4aeeeb80cd8976eebe7c40932ca7c53cd8be149e65a768235436382bab2006a79bcdf345cde55fd69eb3f28f8d14cde5fe064f7c7a76ad')
-
-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 963519, python-apispec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-14 17:42:27 UTC (rev 963520)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-apispec
+pkgver=4.6.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')
+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=('b030e5400a9abce06576406f83befb298814617e06729f29c2ee70517cf456901b67e60880b3b4baec096717a91341e8268bcd8e01fd566b7c6e03709afd7c3b')
+
+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