[arch-commits] Commit in python-aioresponses/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Oct 31 20:01:01 UTC 2018


    Date: Wednesday, October 31, 2018 @ 20:01:00
  Author: felixonmars
Revision: 400474

archrelease: copy trunk to community-any

Added:
  python-aioresponses/repos/community-any/PKGBUILD
    (from rev 400473, python-aioresponses/trunk/PKGBUILD)
Deleted:
  python-aioresponses/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-31 20:00:50 UTC (rev 400473)
+++ PKGBUILD	2018-10-31 20:01:00 UTC (rev 400474)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-aioresponses
-pkgver=0.4.2
-pkgrel=1
-pkgdesc="A helper to mock/fake web requests in python aiohttp package."
-url="https://github.com/pnuckowski/aioresponses"
-license=('MIT')
-arch=('any')
-depends=('python-aiohttp')
-makedepends=('python-pbr')
-checkdepends=('python-pytest-runner' 'python-ddt' 'python-asynctest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pnuckowski/aioresponses/archive/$pkgver.tar.gz")
-sha512sums=('d4c1fe87b56c2e15a7a5d972a10ba3dba2974834d8d403e76c525f68b37d9f13b1b3331805362944c104bfa1333de6b1e2838d63ede517e2eb50dfc9372ee666')
-
-prepare() {
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd aioresponses-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd aioresponses-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd aioresponses-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-aioresponses/repos/community-any/PKGBUILD (from rev 400473, python-aioresponses/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-31 20:01:00 UTC (rev 400474)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-aioresponses
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="A helper to mock/fake web requests in python aiohttp package."
+url="https://github.com/pnuckowski/aioresponses"
+license=('MIT')
+arch=('any')
+depends=('python-aiohttp')
+makedepends=('python-pbr')
+checkdepends=('python-pytest-runner' 'python-ddt' 'python-asynctest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pnuckowski/aioresponses/archive/$pkgver.tar.gz")
+sha512sums=('99d5e353fbc2bc7aa769f4dcc0581eaf289bcaa31f16f02412b84f9556bc54c9f299ee259eaddc192479fd0efd52c187dc776ea3e5d793adb756297c82b471e1')
+
+prepare() {
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd aioresponses-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd aioresponses-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd aioresponses-$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