Fri Nov 30 11:28:55 2018 UTC ()
py-httpie: updated to 1.0.2

1.0.2:
* Fixed tests for installation with pyOpenSSL.

1.0.1:
* Removed external URL calls from tests.


(adam)
diff -r1.6 -r1.7 pkgsrc/www/py-httpie/Makefile
diff -r1.7 -r1.8 pkgsrc/www/py-httpie/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/www/py-httpie/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-httpie/Makefile 2018/11/21 17:18:04 1.6
+++ pkgsrc/www/py-httpie/Makefile 2018/11/30 11:28:55 1.7
@@ -1,24 +1,26 @@ @@ -1,24 +1,26 @@
1# $NetBSD: Makefile,v 1.6 2018/11/21 17:18:04 adam Exp $ 1# $NetBSD: Makefile,v 1.7 2018/11/30 11:28:55 adam Exp $
2 2
3DISTNAME= httpie-1.0.0 3DISTNAME= httpie-1.0.2
4PKGNAME= ${PYPKGPREFIX}-${EGG_NAME} 4PKGNAME= ${PYPKGPREFIX}-${EGG_NAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpie/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpie/}
7 7
8MAINTAINER= imil@NetBSD.org 8MAINTAINER= imil@NetBSD.org
9HOMEPAGE= https://github.com/jakubroztocil/httpie 9HOMEPAGE= https://github.com/jakubroztocil/httpie
10COMMENT= Human-friendly command line HTTP client 10COMMENT= Human-friendly command line HTTP client
11LICENSE= original-bsd 11LICENSE= original-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-curses>=${PY_DISTVERSION}:../../devel/py-curses 13DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
14DEPENDS+= ${PYPKGPREFIX}-pygments>=2.1.3:../../textproc/py-pygments 14DEPENDS+= ${PYPKGPREFIX}-pygments>=2.1.3:../../textproc/py-pygments
15DEPENDS+= ${PYPKGPREFIX}-requests>=2.18.4:../../devel/py-requests 15DEPENDS+= ${PYPKGPREFIX}-requests>=2.18.4:../../devel/py-requests
 16# Tests are not included as of 1.0.2
 17TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpbin-[0-9]*:../../www/py-test-httpbin
16 18
17USE_LANGUAGES= # none 19USE_LANGUAGES= # none
18 20
19post-install: 21post-install:
20 cd ${DESTDIR}${PREFIX}/bin && \ 22 cd ${DESTDIR}${PREFIX}/bin && \
21 ${MV} http http-${PYVERSSUFFIX} || ${TRUE} 23 ${MV} http http-${PYVERSSUFFIX} || ${TRUE}
22 24
23.include "../../lang/python/egg.mk" 25.include "../../lang/python/egg.mk"
24.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/www/py-httpie/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-httpie/distinfo 2018/11/21 17:18:04 1.7
+++ pkgsrc/www/py-httpie/distinfo 2018/11/30 11:28:55 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2018/11/21 17:18:04 adam Exp $ 1$NetBSD: distinfo,v 1.8 2018/11/30 11:28:55 adam Exp $
2 2
3SHA1 (httpie-1.0.0.tar.gz) = c93d8014973059ee127217c4d1debf13241bd94e 3SHA1 (httpie-1.0.2.tar.gz) = 28b9c57c10f20a38b985d87de856ffc4042deae3
4RMD160 (httpie-1.0.0.tar.gz) = a9c79ff00a289b3e021e6e252b997affddc3a4a6 4RMD160 (httpie-1.0.2.tar.gz) = dde8e550fa2083eddb69512310a5ec1f52d9a86a
5SHA512 (httpie-1.0.0.tar.gz) = 9ad77175c76151a28aa0d39588262b10fa7cbd803bca77aae96e8d8ee64cfba81f00fabfa542f6f4bc873315a3ee3d007d6aae550f43d415c0e4efe1976fc9a5 5SHA512 (httpie-1.0.2.tar.gz) = cc0f2b8928d68bdd0c4eba96f499365d294429e909d91538c48f5028a55ca4a7ba41abdb94ef851459799f437457639b43ba408bb6336702d6042e7e5d5a9cbf
6Size (httpie-1.0.0.tar.gz) = 85111 bytes 6Size (httpie-1.0.2.tar.gz) = 85245 bytes