1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

www/py-requests-toolbelt: Utility belt for advanced users of python-requests

This is a collection of utilities that some users of python-requests might need
but do not belong in requests proper. The library is actively maintained by
members of the requests core development team, and so reflects the
functionality most requested by users of the requests library.

WWW: https://toolbelt.readthedocs.org
This commit is contained in:
William Grzybowski 2014-09-29 18:32:12 +00:00
parent 980efd9d0b
commit 1483dff0d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369542
4 changed files with 28 additions and 0 deletions

View File

@ -1652,6 +1652,7 @@
SUBDIR += py-requests
SUBDIR += py-requests-oauth-hook
SUBDIR += py-requests-oauthlib
SUBDIR += py-requests-toolbelt
SUBDIR += py-requests1
SUBDIR += py-restclient
SUBDIR += py-rhodecode

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= requests-toolbelt
PORTVERSION= 0.3.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Utility belt for advanced users of python-requests
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (requests-toolbelt-0.3.1.tar.gz) = f170eadbe01be2356d65862857a9b2eb8bb17b895cde158a7dd1c358a3a48d1a
SIZE (requests-toolbelt-0.3.1.tar.gz) = 14609

View File

@ -0,0 +1,6 @@
This is a collection of utilities that some users of python-requests might need
but do not belong in requests proper. The library is actively maintained by
members of the requests core development team, and so reflects the
functionality most requested by users of the requests library.
WWW: https://toolbelt.readthedocs.org