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

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 17 08:23:25 UTC 2021


    Date: Tuesday, August 17, 2021 @ 08:23:25
  Author: felixonmars
Revision: 1001133

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-17 08:23:16 UTC (rev 1001132)
+++ PKGBUILD	2021-08-17 08:23:25 UTC (rev 1001133)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-httpretty
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="HTTP client mock for Python"
-arch=('any')
-url="https://github.com/gabrielfalcao/httpretty"
-license=('MIT')
-depends=('python-urllib3')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-coverage' 'python-eventlet' 'python-freezegun' 'python-httplib2'
-              'python-redis' 'python-rednose' 'python-requests' 'python-sure' 'python-tornado'
-              'python-httpx' 'python-boto3')
-source=("https://github.com/gabrielfalcao/HTTPretty/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('cba490fa065409584f9a92977b1a8e3d96c6d9956390baa320cf3e4978ae7d64a54b726df093ca7a2f4f1841488e1cf245ed909068331e575ae6b217aa016c45')
-
-check() {
-  cd HTTPretty-$pkgver
-  nosetests3 -s tests
-}
-
-package_python-httpretty() {
-  cd HTTPretty-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: python-httpretty/repos/community-any/PKGBUILD (from rev 1001132, python-httpretty/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-17 08:23:25 UTC (rev 1001133)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-httpretty
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="HTTP client mock for Python"
+arch=('any')
+url="https://github.com/gabrielfalcao/httpretty"
+license=('MIT')
+depends=('python-urllib3')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-coverage' 'python-eventlet' 'python-freezegun' 'python-httplib2'
+              'python-redis' 'python-rednose' 'python-requests' 'python-sure' 'python-tornado'
+              'python-httpx' 'python-boto3')
+source=("https://github.com/gabrielfalcao/HTTPretty/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('58c733ba4719f97e06e2313bb6b94f1c6609d3facb2e0262ac37be97f1c3430eac661611ba9b3712c9c1809846e177b61f3fc2945f3770d475f70b81bea2aced')
+
+check() {
+  cd HTTPretty-$pkgver
+  nosetests3 -s tests
+}
+
+package_python-httpretty() {
+  cd HTTPretty-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



More information about the arch-commits mailing list