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@bsd.com.br> (maintainer)
This commit is contained in:
parent
dd952ea5f1
commit
1386183d11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430906
7 changed files with 13 additions and 8 deletions
1
MOVED
1
MOVED
|
@ -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
|
||||
|
|
|
@ -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}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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
|
||||
PORTNAME= httpie
|
||||
PORTVERSION= 0.9.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ale@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>
|
Loading…
Reference in a new issue