[arch-commits] Commit in python-aiohttp-apispec/repos/community-any (2 files)

Filipe Laíns ffy00 at archlinux.org
Sun Mar 8 15:07:13 UTC 2020


    Date: Sunday, March 8, 2020 @ 15:07:13
  Author: ffy00
Revision: 592146

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-08 15:07:09 UTC (rev 592145)
+++ PKGBUILD	2020-03-08 15:07:13 UTC (rev 592146)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=aiohttp-apispec
-pkgname=python-$_pkgname
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Build and document REST APIs with aiohttp and apispec'
-arch=('any')
-url='https://github.com/maximdanilchenko/aiohttp-apispec'
-license=('MIT')
-depends=('python-aiohttp' 'python-apispec' 'python-webargs' 'python-jinja')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-aiohttp')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('caa399f70ddf53f555a9bd82ea177ed39c7e58cbb8dffbedacf0e3061c2156da34dfb5bd286909ff17100ff17fa6d48d9a77cd33b4d1e0d466a659d74e036eb1')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  python setup.py pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-aiohttp-apispec/repos/community-any/PKGBUILD (from rev 592145, python-aiohttp-apispec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-08 15:07:13 UTC (rev 592146)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=aiohttp-apispec
+pkgname=python-$_pkgname
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Build and document REST APIs with aiohttp and apispec'
+arch=('any')
+url='https://github.com/maximdanilchenko/aiohttp-apispec'
+license=('MIT')
+depends=('python-aiohttp' 'python-apispec' 'python-webargs' 'python-jinja')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-aiohttp')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('c69ecf30c1e875b2961567fc599276ee559328a0e37954352b3fe45d60f486872b7a367fc2de6f186ced44ab732c0746c90dcb503db9200681fe6384b00f8ecd')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list