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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jul 4 23:28:20 UTC 2022


    Date: Monday, July 4, 2022 @ 23:28:20
  Author: felixonmars
Revision: 1244059

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-04 23:28:02 UTC (rev 1244058)
+++ PKGBUILD	2022-07-04 23:28:20 UTC (rev 1244059)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-aresponses
-pkgver=2.1.5
-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=('eb8457e49ba4ea99de436a8c1fb9042ee55bced7035e7bff20de793c297c8dbc28253bec26cda5a065af6b77e29bf15f2bf86a45f93ffbca1759085ad39a498e')
-
-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 1244058, python-aresponses/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-04 23:28:20 UTC (rev 1244059)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-aresponses
+pkgver=2.1.6
+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=('9fffe4a0a5f1dccbe8743c9d6df765accd36eefff964319d9d31b8f5eb93647b0ad142ec870e47a8d59d66a94c167a5f53851029cf962dba38e7813ad9d23a48')
+
+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