svn commit: r430906 - in head: . devel/py-http-prompt www www/httpie www/py-httpie
Jason Unovitch
junovitch at FreeBSD.org
Mon Jan 9 02:53:07 UTC 2017
Author: junovitch
Date: Mon Jan 9 02:53:05 2017
New Revision: 430906
URL: https://svnweb.freebsd.org/changeset/ports/430906
Log:
devel/py-http-prompt: update 0.6.0 -> 0.8.0; update dependency [1]
- Update dependency version
- Rename dependency to match standard Python package naming and support
multiple/concurrent versions on httpie and py-http-prompt
www/py-httpie: rename from www/httpie; fix dependencies; set NO_ARCH [2]
www/Makefile: chase rename
MOVED: document rename
Changelog:
- 0.7.0
* New feature: Shell substitution (#54, #61, #74)
* New feature: Piping to shell (#61, #74)
* New feature: Be able to delete all parameters of a given type (#
- 0.8.0
* Add support for OPTIONS method (#84)
* Fix highlighting bug with parameters starting with HTTP method names (#86)
* Fix excessive newlines after headers and body (#89)
PR: 213700 [1]
PR: 213728 [2]
Submitted by: Danilo G. Baio <dbaio at bsd.com.br> (maintainer)
Added:
head/www/py-httpie/
- copied from r430905, head/www/httpie/
Deleted:
head/www/httpie/
Modified:
head/MOVED
head/devel/py-http-prompt/Makefile
head/devel/py-http-prompt/distinfo
head/www/Makefile
head/www/py-httpie/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Mon Jan 9 02:28:30 2017 (r430905)
+++ head/MOVED Mon Jan 9 02:53:05 2017 (r430906)
@@ -8974,3 +8974,4 @@ math/proj.4||2017-01-07|math/libproj4 wa
devel/rubygem-actionview|devel/rubygem-actionview4|2017-01-08|Rename to match our Rails ports naming
devel/rubygem-rdoc3|devel/rubygem-rdoc|2017-01-08|Has expired: Older version no longer required
devel/rubygem-activejob|devel/rubygem-activejob4|2017-01-08|Rename to match our Rails ports naming
+www/httpie|www/py-httpie|2017-01-09|Renamed to match upstream (PyPI) name
Modified: head/devel/py-http-prompt/Makefile
==============================================================================
--- head/devel/py-http-prompt/Makefile Mon Jan 9 02:28:30 2017 (r430905)
+++ head/devel/py-http-prompt/Makefile Mon Jan 9 02:53:05 2017 (r430906)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= http-prompt
-PORTVERSION= 0.6.0
+PORTVERSION= 0.8.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}clic
${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=0.60:devel/py-prompt_toolkit \
${PYTHON_PKGNAMEPREFIX}pygments>=2.1.0:textproc/py-pygments \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six \
- httpie>=0.9.0:www/httpie
+ ${PYTHON_PKGNAMEPREFIX}httpie>=0.9.2:www/py-httpie
NO_ARCH= yes
SUB_FILES= pkg-message
Modified: head/devel/py-http-prompt/distinfo
==============================================================================
--- head/devel/py-http-prompt/distinfo Mon Jan 9 02:28:30 2017 (r430905)
+++ head/devel/py-http-prompt/distinfo Mon Jan 9 02:53:05 2017 (r430906)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1474203277
-SHA256 (http-prompt-0.6.0.tar.gz) = 399e17a8dee3e87ae2f4ed6976f2c7d8831953789055ae8119a42ad15aee9017
-SIZE (http-prompt-0.6.0.tar.gz) = 25810
+TIMESTAMP = 1479509114
+SHA256 (http-prompt-0.8.0.tar.gz) = dda51b729514fc576b3594a06f4412a75c9da12044cf6fcb45c43c3172b98c68
+SIZE (http-prompt-0.8.0.tar.gz) = 27976
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Mon Jan 9 02:28:30 2017 (r430905)
+++ head/www/Makefile Mon Jan 9 02:53:05 2017 (r430906)
@@ -308,7 +308,6 @@
SUBDIR += httpasyncclient
SUBDIR += httpclient
SUBDIR += httpcore
- SUBDIR += httpie
SUBDIR += httpsqs
SUBDIR += httptunnel
SUBDIR += httrack
@@ -1673,6 +1672,7 @@
SUBDIR += py-html
SUBDIR += py-html5lib
SUBDIR += py-http-parser
+ SUBDIR += py-httpie
SUBDIR += py-httplib2
SUBDIR += py-hyper
SUBDIR += py-imdbpy
Modified: head/www/py-httpie/Makefile
==============================================================================
--- head/www/httpie/Makefile Mon Jan 9 02:28:30 2017 (r430905)
+++ head/www/py-httpie/Makefile Mon Jan 9 02:53:05 2017 (r430906)
@@ -3,7 +3,9 @@
PORTNAME= httpie
PORTVERSION= 0.9.6
+PORTREVISION= 1
CATEGORIES= www
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ale at FreeBSD.org
COMMENT= Command line HTTP client
@@ -11,8 +13,8 @@ COMMENT= Command line HTTP client
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \
- ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.11.0:www/py-requests \
+ ${PYTHON_PKGNAMEPREFIX}pygments>=2.1.3:textproc/py-pygments
USE_GITHUB= yes
GH_ACCOUNT= jakubroztocil
@@ -20,4 +22,6 @@ GH_ACCOUNT= jakubroztocil
USES= python
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list