mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 20:41:20 +02:00
create bsd12 branch
This commit is contained in:
18
python/py-requests-toolbelt/Makefile
Normal file
18
python/py-requests-toolbelt/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
# $FreeBSD: head/www/py-requests-toolbelt/Makefile 470427 2018-05-19 19:26:26Z miwi $
|
||||
|
||||
PORTNAME= requests-toolbelt
|
||||
DISTVERSION= 0.8.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= wg@FreeBSD.org
|
||||
COMMENT= Utility belt for advanced users of python-requests
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>2.0.1:python/py-requests@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-requests-toolbelt/distinfo
Normal file
3
python/py-requests-toolbelt/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1524999808
|
||||
SHA256 (requests-toolbelt-0.8.0.tar.gz) = f6a531936c6fa4c6cfce1b9c10d5c4f498d16528d2a54a22ca00011205a187b5
|
||||
SIZE (requests-toolbelt-0.8.0.tar.gz) = 196129
|
||||
6
python/py-requests-toolbelt/pkg-descr
Normal file
6
python/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
|
||||
Reference in New Issue
Block a user