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

Felix Yan felixonmars at archlinux.org
Tue Jan 12 01:35:41 UTC 2021


    Date: Tuesday, January 12, 2021 @ 01:35:41
  Author: felixonmars
Revision: 819085

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-12 01:35:29 UTC (rev 819084)
+++ PKGBUILD	2021-01-12 01:35:41 UTC (rev 819085)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-aresponses
-pkgver=2.0.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')
-source=("https://github.com/circleup/aresponses/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('df79f79b5226fa26c51699086ad1354941a235f04b30b9f3eacaa7d10f1ab3c1e2c1a2ae9b75a4c89064ecb1d77eb8f713b5d84380e9d77297a9fc297a1e8d71')
-
-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 819084, python-aresponses/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-12 01:35:41 UTC (rev 819085)
@@ -0,0 +1,30 @@
+# 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/
+}



More information about the arch-commits mailing list