[arch-commits] Commit in python-httpretty/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 4 05:08:08 UTC 2020


    Date: Monday, May 4, 2020 @ 05:08:08
  Author: felixonmars
Revision: 624673

upgpkg: python-httpretty 1.0.0-1

Modified:
  python-httpretty/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-04 05:00:31 UTC (rev 624672)
+++ PKGBUILD	2020-05-04 05:08:08 UTC (rev 624673)
@@ -1,9 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-httpretty
-pkgver=0.9.7
-_commit=c9d0ab7ddeb8f15769e358d4549e4f8c9053fb56
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="HTTP client mock for Python"
 arch=('any')
 url="https://github.com/gabrielfalcao/httpretty"
@@ -10,15 +9,11 @@
 license=('MIT')
 depends=('python-urllib3')
 makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-coverage' 'python-mock' 'python-sure' 'python-tornado'
-              'python-requests' 'python-httplib2' 'python-nose-randomly' 'python-rednose')
-source=("$pkgname-$_commit.tar.gz::https://github.com/gabrielfalcao/HTTPretty/archive/$_commit.tar.gz")
-sha512sums=('6a20c7c78b402ed2c38719dc94490495852d83284fba101a6f7448940afcd62035a90ec9955b6abcc711e2791331404bdf6e1e2f7979186c6513a74fd9273de3')
+checkdepends=('python-nose' 'python-coverage' 'python-eventlet' 'python-freezegun' 'python-httplib2'
+              'python-redis' 'python-rednose' 'python-requests' 'python-sure' 'python-tornado')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gabrielfalcao/HTTPretty/archive/$pkgver.tar.gz")
+sha512sums=('3f34af2c67d4b30e7f4a241f6f47416350313787f571ec4f5603a99be4a2fbbd3c977767422f4460da4009e6b9fa8dac8f408b02917525a5628dd63b1e29058b')
 
-prepare() {
-  mv HTTPretty-{$_commit,$pkgver}
-}
-
 check() {
   cd HTTPretty-$pkgver
   nosetests3 -s tests



More information about the arch-commits mailing list