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

Felix Yan felixonmars at archlinux.org
Sun Jan 17 18:52:04 UTC 2021


    Date: Sunday, January 17, 2021 @ 18:52:04
  Author: felixonmars
Revision: 821573

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-17 18:51:54 UTC (rev 821572)
+++ PKGBUILD	2021-01-17 18:52:04 UTC (rev 821573)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-aresponses
-pkgver=2.1.0
-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')
-source=("https://github.com/circleup/aresponses/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('8dbfe403ee685bcc57fa2a0bfbfc97f43ab58f2d3c58455650067547a775be774efa009082e0a053ecc4ea3ac51917e3a9d07e6396ec6194b4a170364c7130d4')
-
-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 821572, python-aresponses/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-17 18:52:04 UTC (rev 821573)
@@ -0,0 +1,31 @@
+# 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/
+}



More information about the arch-commits mailing list