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

Felix Yan felixonmars at archlinux.org
Mon Jan 18 09:09:06 UTC 2021


    Date: Monday, January 18, 2021 @ 09:09:04
  Author: felixonmars
Revision: 822694

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-18 09:08:58 UTC (rev 822693)
+++ PKGBUILD	2021-01-18 09:09:04 UTC (rev 822694)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-aresponses
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="Asyncio http mocking. Similar to the responses library used for 'requests'"
-url="https://github.com/circleup/aresponses"
-license=('MIT')
-arch=('any')
-depends=('python-aiohttp' 'python-pytest-asyncio')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-cov')
-source=("https://github.com/circleup/aresponses/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('f851a793db00bfee9242b858178f01a0f3addfaf99efa9448b57d570083b81c059f14424d4eca019e9147aef0632549598120c64211939e14fd19dbfa7434843')
-
-build() {
-  cd aresponses-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd aresponses-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd aresponses-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-aresponses/repos/community-any/PKGBUILD (from rev 822693, python-aresponses/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-18 09:09:04 UTC (rev 822694)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-aresponses
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="Asyncio http mocking. Similar to the responses library used for 'requests'"
+url="https://github.com/circleup/aresponses"
+license=('MIT')
+arch=('any')
+depends=('python-aiohttp' 'python-pytest-asyncio')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-cov')
+source=("https://github.com/circleup/aresponses/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('015700c77f0fa80e2380d7d7413b7c3bea6eb0407f1f27aa0a511a0978ec5b608c9a01b85ebcf9e7fd9e8fed0ffce1c5ac78ef63d9c613a643451ff5fd4956bf')
+
+build() {
+  cd aresponses-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd aresponses-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd aresponses-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list