diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/py-http-prompt/Makefile | 4 | ||||
-rw-r--r-- | devel/py-http-prompt/distinfo | 6 | ||||
-rw-r--r-- | www/Makefile | 2 | ||||
-rw-r--r-- | www/py-httpie/Makefile (renamed from www/httpie/Makefile) | 8 | ||||
-rw-r--r-- | www/py-httpie/distinfo (renamed from www/httpie/distinfo) | 0 | ||||
-rw-r--r-- | www/py-httpie/pkg-descr (renamed from www/httpie/pkg-descr) | 0 |
7 files changed, 13 insertions, 8 deletions
@@ -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 diff --git a/devel/py-http-prompt/Makefile b/devel/py-http-prompt/Makefile index 26d1ca25fec3..204e9e699710 100644 --- a/devel/py-http-prompt/Makefile +++ b/devel/py-http-prompt/Makefile @@ -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 diff --git a/devel/py-http-prompt/distinfo b/devel/py-http-prompt/distinfo index ec542abcfd1f..494a5de2d967 100644 --- a/devel/py-http-prompt/distinfo +++ b/devel/py-http-prompt/distinfo @@ -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 diff --git a/www/Makefile b/www/Makefile index 1574e5bf757a..73a0d52df692 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/httpie/Makefile b/www/py-httpie/Makefile index 54ad4c776059..9e42f42086fc 100644 --- a/www/httpie/Makefile +++ b/www/py-httpie/Makefile @@ -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> diff --git a/www/httpie/distinfo b/www/py-httpie/distinfo index eea00ca7a42a..eea00ca7a42a 100644 --- a/www/httpie/distinfo +++ b/www/py-httpie/distinfo diff --git a/www/httpie/pkg-descr b/www/py-httpie/pkg-descr index bb17d0cc3d36..bb17d0cc3d36 100644 --- a/www/httpie/pkg-descr +++ b/www/py-httpie/pkg-descr |