Skip to content

Commit

Permalink
devel/py-http-prompt: update 0.6.0 -> 0.8.0; update dependency [1]
Browse files Browse the repository at this point in the history
- 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 <[email protected]> (maintainer)
  • Loading branch information
junovitch committed Jan 9, 2017
1 parent 5a9307e commit 937a4b2
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
1 change: 1 addition & 0 deletions MOVED
Original file line number Diff line number Diff line change
Expand Up @@ -8974,3 +8974,4 @@ math/proj.4||2017-01-07|math/libproj4 was already duplicated as graphics/proj
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
4 changes: 2 additions & 2 deletions devel/py-http-prompt/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=5.0:devel/py-click \
${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
Expand Down
6 changes: 3 additions & 3 deletions devel/py-http-prompt/distinfo
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion www/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@
SUBDIR += httpasyncclient
SUBDIR += httpclient
SUBDIR += httpcore
SUBDIR += httpie
SUBDIR += httpsqs
SUBDIR += httptunnel
SUBDIR += httrack
Expand Down Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions www/httpie/Makefile → www/py-httpie/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,25 @@

PORTNAME= httpie
PORTVERSION= 0.9.6
PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= [email protected]
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

USES= python
USE_PYTHON= distutils autoplist

NO_ARCH= yes

.include <bsd.port.mk>
File renamed without changes.
File renamed without changes.

0 comments on commit 937a4b2

Please sign in to comment.