mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
[NEW] www/py-requestbuilder: Command line-driven HTTP request builder
Command line-driven HTTP request builder. WWW: https://github.com/boto/requestbuilder
This commit is contained in:
parent
2926c4246b
commit
769445f1f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361330
@ -1668,6 +1668,7 @@
|
||||
SUBDIR += py-qt4-webkit
|
||||
SUBDIR += py-rackspace-monitoring
|
||||
SUBDIR += py-recaptcha
|
||||
SUBDIR += py-requestbuilder
|
||||
SUBDIR += py-requests
|
||||
SUBDIR += py-requests-oauth-hook
|
||||
SUBDIR += py-requests-oauthlib
|
||||
|
22
www/py-requestbuilder/Makefile
Normal file
22
www/py-requestbuilder/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= requestbuilder
|
||||
PORTVERSION= 0.2.1
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= Command line-driven HTTP request builder
|
||||
|
||||
LICENSE= ISCL
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0:${PORTSDIR}/www/py-requests \
|
||||
${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
|
||||
|
||||
USE_PYTHON= -2.7
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/py-requestbuilder/distinfo
Normal file
2
www/py-requestbuilder/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (requestbuilder-0.2.1.tar.gz) = 70db750f6e0f4fb5d565c423f1adf07116a39c781389ca66e35f4ba68f9c148a
|
||||
SIZE (requestbuilder-0.2.1.tar.gz) = 27968
|
3
www/py-requestbuilder/pkg-descr
Normal file
3
www/py-requestbuilder/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Command line-driven HTTP request builder.
|
||||
|
||||
WWW: https://github.com/boto/requestbuilder
|
Loading…
Reference in New Issue
Block a user