diff options
author | dbaio <dbaio@FreeBSD.org> | 2018-11-07 07:37:51 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2018-11-07 07:37:51 +0800 |
commit | 26ba4e7e65207768113e7f5d5053c3c78bbf8d2e (patch) | |
tree | 698f0221b776325bf1257d5dc9a3a7bbe4162fab /devel | |
parent | ad9af81f6a002ac2bba15314a7f729941536d205 (diff) | |
download | freebsd-ports-gnome-26ba4e7e65207768113e7f5d5053c3c78bbf8d2e.tar.gz freebsd-ports-gnome-26ba4e7e65207768113e7f5d5053c3c78bbf8d2e.tar.zst freebsd-ports-gnome-26ba4e7e65207768113e7f5d5053c3c78bbf8d2e.zip |
devel/py-http-prompt: Update to 1.0.0
Changes: https://github.com/eliangcs/http-prompt/releases/tag/v1.0.0
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-http-prompt/Makefile | 8 | ||||
-rw-r--r-- | devel/py-http-prompt/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/devel/py-http-prompt/Makefile b/devel/py-http-prompt/Makefile index cf798322defc..0216b0b75bd8 100644 --- a/devel/py-http-prompt/Makefile +++ b/devel/py-http-prompt/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= http-prompt -PORTVERSION= 0.11.2 +PORTVERSION= 1.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,9 +19,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=5.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpie>=0.9.2:www/py-httpie@${PY_FLAVOR} -NO_ARCH= yes -SUB_FILES= pkg-message USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes + +SUB_FILES= pkg-message + .include <bsd.port.mk> diff --git a/devel/py-http-prompt/distinfo b/devel/py-http-prompt/distinfo index 7fdc5ecfc7e2..622070362fdb 100644 --- a/devel/py-http-prompt/distinfo +++ b/devel/py-http-prompt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520468205 -SHA256 (http-prompt-0.11.2.tar.gz) = f1936223c7b0d86285295ff2da2bf7f73572942d458e30c97351af4d9f9d16be -SIZE (http-prompt-0.11.2.tar.gz) = 21235 +TIMESTAMP = 1541542190 +SHA256 (http-prompt-1.0.0.tar.gz) = 41c24349cb0ca279ddfbb9db97fb26c43d7ab448ab30fd485ba17c74c20606ad +SIZE (http-prompt-1.0.0.tar.gz) = 21364 |