pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-httpie
Module Name: pkgsrc
Committed By: adam
Date: Wed Nov 21 17:18:04 UTC 2018
Modified Files:
pkgsrc/www/py-httpie: Makefile PLIST distinfo
Added Files:
pkgsrc/www/py-httpie: ALTERNATIVES
Log Message:
py-httpie: updated to 1.0.0
1.0.0:
* Added --style=auto which follows the terminal ANSI color styles.
* Added support for selecting TLS 1.3 via --ssl=tls1.3
(available once implemented in upstream libraries).
* Added true/false as valid values for --verify
(in addition to yes/no) and the boolean value is case-insensitive.
* Changed the default --style from solarized to auto (on Windows it stays fruity).
* Fixed default headers being incorrectly case-sensitive.
* Removed Python 2.6 support.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-httpie/ALTERNATIVES
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-httpie/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-httpie/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-httpie/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-httpie/Makefile
diff -u pkgsrc/www/py-httpie/Makefile:1.5 pkgsrc/www/py-httpie/Makefile:1.6
--- pkgsrc/www/py-httpie/Makefile:1.5 Wed May 2 07:29:16 2018
+++ pkgsrc/www/py-httpie/Makefile Wed Nov 21 17:18:04 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/05/02 07:29:16 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/11/21 17:18:04 adam Exp $
-DISTNAME= httpie-0.9.9
+DISTNAME= httpie-1.0.0
PKGNAME= ${PYPKGPREFIX}-${EGG_NAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpie/}
@@ -12,9 +12,13 @@ LICENSE= original-bsd
DEPENDS+= ${PYPKGPREFIX}-curses>=${PY_DISTVERSION}:../../devel/py-curses
DEPENDS+= ${PYPKGPREFIX}-pygments>=2.1.3:../../textproc/py-pygments
-DEPENDS+= ${PYPKGPREFIX}-requests>=2.11.0:../../devel/py-requests
+DEPENDS+= ${PYPKGPREFIX}-requests>=2.18.4:../../devel/py-requests
USE_LANGUAGES= # none
+post-install:
+ cd ${DESTDIR}${PREFIX}/bin && \
+ ${MV} http http-${PYVERSSUFFIX} || ${TRUE}
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-httpie/PLIST
diff -u pkgsrc/www/py-httpie/PLIST:1.3 pkgsrc/www/py-httpie/PLIST:1.4
--- pkgsrc/www/py-httpie/PLIST:1.3 Wed May 2 07:29:16 2018
+++ pkgsrc/www/py-httpie/PLIST Wed Nov 21 17:18:04 2018
@@ -1,12 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2018/05/02 07:29:16 adam Exp $
-bin/http
+@comment $NetBSD: PLIST,v 1.4 2018/11/21 17:18:04 adam Exp $
+bin/http-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/pbr.json
${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/test.sh
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/httpie/__init__.py
${PYSITELIB}/httpie/__init__.pyc
Index: pkgsrc/www/py-httpie/distinfo
diff -u pkgsrc/www/py-httpie/distinfo:1.6 pkgsrc/www/py-httpie/distinfo:1.7
--- pkgsrc/www/py-httpie/distinfo:1.6 Wed May 2 07:29:16 2018
+++ pkgsrc/www/py-httpie/distinfo Wed Nov 21 17:18:04 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/05/02 07:29:16 adam Exp $
+$NetBSD: distinfo,v 1.7 2018/11/21 17:18:04 adam Exp $
-SHA1 (httpie-0.9.9.tar.gz) = 995606c6d29b8055c371d0466f64dbe8b7211b12
-RMD160 (httpie-0.9.9.tar.gz) = dfd337215d912e121540591155ec49d0e43c96fa
-SHA512 (httpie-0.9.9.tar.gz) = e9adb1ecf9a25b57c634f35199bf1f8fbe4136179c0ba0d6032a41ae786da9344f54436f91d89e624c154bdca325f94c637364a934fc2d5742b83056434f7e4c
-Size (httpie-0.9.9.tar.gz) = 85006 bytes
+SHA1 (httpie-1.0.0.tar.gz) = c93d8014973059ee127217c4d1debf13241bd94e
+RMD160 (httpie-1.0.0.tar.gz) = a9c79ff00a289b3e021e6e252b997affddc3a4a6
+SHA512 (httpie-1.0.0.tar.gz) = 9ad77175c76151a28aa0d39588262b10fa7cbd803bca77aae96e8d8ee64cfba81f00fabfa542f6f4bc873315a3ee3d007d6aae550f43d415c0e4efe1976fc9a5
+Size (httpie-1.0.0.tar.gz) = 85111 bytes
Added files:
Index: pkgsrc/www/py-httpie/ALTERNATIVES
diff -u /dev/null pkgsrc/www/py-httpie/ALTERNATIVES:1.1
--- /dev/null Wed Nov 21 17:18:04 2018
+++ pkgsrc/www/py-httpie/ALTERNATIVES Wed Nov 21 17:18:04 2018
@@ -0,0 +1 @@
+bin/http @PREFIX@/bin/http-@PYVERSSUFFIX@
Home |
Main Index |
Thread Index |
Old Index