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:
parent
980efd9d0b
commit
1483dff0d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369542
@ -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
|
||||
|
19
www/py-requests-toolbelt/Makefile
Normal file
19
www/py-requests-toolbelt/Makefile
Normal 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>
|
2
www/py-requests-toolbelt/distinfo
Normal file
2
www/py-requests-toolbelt/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (requests-toolbelt-0.3.1.tar.gz) = f170eadbe01be2356d65862857a9b2eb8bb17b895cde158a7dd1c358a3a48d1a
|
||||
SIZE (requests-toolbelt-0.3.1.tar.gz) = 14609
|
6
www/py-requests-toolbelt/pkg-descr
Normal file
6
www/py-requests-toolbelt/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user