diff options
author | imil <imil@pkgsrc.org> | 2014-07-16 08:56:33 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2014-07-16 08:56:33 +0000 |
commit | 5d700333c6c377511dde08c60a689ac254eff833 (patch) | |
tree | a7d569c82ff513f4931dc5bd68bbf8b385cffa6d /www | |
parent | d8efb0187954a6a83ea0a8f34154d7f9285c3592 (diff) | |
download | pkgsrc-5d700333c6c377511dde08c60a689ac254eff833.tar.gz |
Initial import of py-httpie, version 0.8.0, into the NetBSD Packages Collection.
HTTPie is a command line HTTP client. Its goal is to make CLI interaction with
web services as human-friendly as possible. It provides a simple http command
that allows for sending arbitrary HTTP requests using a simple and natural
syntax, and displays colorized responses. HTTPie can be used for testing,
debugging, and generally interacting with HTTP servers.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-httpie/DESCR | 5 | ||||
-rw-r--r-- | www/py-httpie/Makefile | 20 | ||||
-rw-r--r-- | www/py-httpie/PLIST | 62 | ||||
-rw-r--r-- | www/py-httpie/distinfo | 5 |
4 files changed, 92 insertions, 0 deletions
diff --git a/www/py-httpie/DESCR b/www/py-httpie/DESCR new file mode 100644 index 00000000000..54bd734f26b --- /dev/null +++ b/www/py-httpie/DESCR @@ -0,0 +1,5 @@ +HTTPie is a command line HTTP client. Its goal is to make CLI interaction with +web services as human-friendly as possible. It provides a simple http command +that allows for sending arbitrary HTTP requests using a simple and natural +syntax, and displays colorized responses. HTTPie can be used for testing, +debugging, and generally interacting with HTTP servers. diff --git a/www/py-httpie/Makefile b/www/py-httpie/Makefile new file mode 100644 index 00000000000..52ca6512b7b --- /dev/null +++ b/www/py-httpie/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2014/07/16 08:56:34 imil Exp $ + +DISTNAME= httpie-0.8.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= www +MASTER_SITES= https://pypi.python.org/packages/source/h/httpie/ + +MAINTAINER= imil@NetBSD.org +HOMEPAGE= https://github.com/jakubroztocil/httpie +COMMENT= Human-friendly command line HTTP client +LICENSE= original-bsd + +USE_LANGUAGES= # none + +DEPENDS+= ${PYPKGPREFIX}-pygments>=1.6:../../textproc/py-pygments +DEPENDS+= ${PYPKGPREFIX}-requests>=2.2.0:../../devel/py-requests + +.include "../../lang/python/application.mk" +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/py-httpie/PLIST b/www/py-httpie/PLIST new file mode 100644 index 00000000000..bd680bf0729 --- /dev/null +++ b/www/py-httpie/PLIST @@ -0,0 +1,62 @@ +@comment $NetBSD: PLIST,v 1.1 2014/07/16 08:56:34 imil Exp $ +bin/http +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/httpie/__init__.py +${PYSITELIB}/httpie/__main__.py +${PYSITELIB}/httpie/__init__.pyc +${PYSITELIB}/httpie/__init__.pyo +${PYSITELIB}/httpie/__main__.pyc +${PYSITELIB}/httpie/__main__.pyo +${PYSITELIB}/httpie/cli.pyc +${PYSITELIB}/httpie/cli.pyo +${PYSITELIB}/httpie/client.pyc +${PYSITELIB}/httpie/client.pyo +${PYSITELIB}/httpie/compat.pyc +${PYSITELIB}/httpie/compat.pyo +${PYSITELIB}/httpie/config.pyc +${PYSITELIB}/httpie/config.pyo +${PYSITELIB}/httpie/core.pyc +${PYSITELIB}/httpie/core.pyo +${PYSITELIB}/httpie/downloads.pyc +${PYSITELIB}/httpie/downloads.pyo +${PYSITELIB}/httpie/input.pyc +${PYSITELIB}/httpie/input.pyo +${PYSITELIB}/httpie/models.pyc +${PYSITELIB}/httpie/models.pyo +${PYSITELIB}/httpie/output.pyc +${PYSITELIB}/httpie/output.pyo +${PYSITELIB}/httpie/sessions.pyc +${PYSITELIB}/httpie/sessions.pyo +${PYSITELIB}/httpie/solarized.pyc +${PYSITELIB}/httpie/solarized.pyo +${PYSITELIB}/httpie/utils.pyc +${PYSITELIB}/httpie/utils.pyo +${PYSITELIB}/httpie/cli.py +${PYSITELIB}/httpie/client.py +${PYSITELIB}/httpie/compat.py +${PYSITELIB}/httpie/config.py +${PYSITELIB}/httpie/core.py +${PYSITELIB}/httpie/downloads.py +${PYSITELIB}/httpie/input.py +${PYSITELIB}/httpie/models.py +${PYSITELIB}/httpie/output.py +${PYSITELIB}/httpie/plugins/__init__.py +${PYSITELIB}/httpie/plugins/__init__.pyc +${PYSITELIB}/httpie/plugins/__init__.pyo +${PYSITELIB}/httpie/plugins/base.pyc +${PYSITELIB}/httpie/plugins/base.pyo +${PYSITELIB}/httpie/plugins/builtin.pyc +${PYSITELIB}/httpie/plugins/builtin.pyo +${PYSITELIB}/httpie/plugins/manager.pyc +${PYSITELIB}/httpie/plugins/manager.pyo +${PYSITELIB}/httpie/plugins/base.py +${PYSITELIB}/httpie/plugins/builtin.py +${PYSITELIB}/httpie/plugins/manager.py +${PYSITELIB}/httpie/sessions.py +${PYSITELIB}/httpie/solarized.py +${PYSITELIB}/httpie/utils.py diff --git a/www/py-httpie/distinfo b/www/py-httpie/distinfo new file mode 100644 index 00000000000..749fcff59fa --- /dev/null +++ b/www/py-httpie/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/07/16 08:56:34 imil Exp $ + +SHA1 (httpie-0.8.0.tar.gz) = 46e2cb5c7f8ec6a92c62fd3851789ed8f3726da1 +RMD160 (httpie-0.8.0.tar.gz) = c598d0666dd604725abaf03d5402936a98eea572 +Size (httpie-0.8.0.tar.gz) = 68946 bytes |