[arch-commits] Commit in python-aresponses/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Fri Dec 3 10:43:54 UTC 2021


    Date: Friday, December 3, 2021 @ 10:43:54
  Author: felixonmars
Revision: 1064754

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-03 10:43:45 UTC (rev 1064753)
+++ PKGBUILD	2021-12-03 10:43:54 UTC (rev 1064754)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-aresponses
-pkgver=2.1.4
-pkgrel=2
-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=('67a6bdfbb66a708eeb42e68bf617373072a9cbdc8d105c06ce098598704950cc6b8a8c2a9b9cd609efbd409996e172f56477e22e1896907d8f3a3a44310a9d9d')
-
-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-staging-any/PKGBUILD (from rev 1064753, python-aresponses/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-03 10:43:54 UTC (rev 1064754)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-aresponses
+pkgver=2.1.4
+pkgrel=3
+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=('67a6bdfbb66a708eeb42e68bf617373072a9cbdc8d105c06ce098598704950cc6b8a8c2a9b9cd609efbd409996e172f56477e22e1896907d8f3a3a44310a9d9d')
+
+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