svn commit: r369542 - in head/www: . py-requests-toolbelt

William Grzybowski wg at FreeBSD.org
Mon Sep 29 18:32:14 UTC 2014


Author: wg
Date: Mon Sep 29 18:32:12 2014
New Revision: 369542
URL: http://svnweb.freebsd.org/changeset/ports/369542
QAT: https://qat.redports.org/buildarchive/r369542/

Log:
  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

Added:
  head/www/py-requests-toolbelt/
  head/www/py-requests-toolbelt/Makefile   (contents, props changed)
  head/www/py-requests-toolbelt/distinfo   (contents, props changed)
  head/www/py-requests-toolbelt/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Sep 29 18:32:11 2014	(r369541)
+++ head/www/Makefile	Mon Sep 29 18:32:12 2014	(r369542)
@@ -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

Added: head/www/py-requests-toolbelt/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-requests-toolbelt/Makefile	Mon Sep 29 18:32:12 2014	(r369542)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	requests-toolbelt
+PORTVERSION=	0.3.1
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	wg at 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>

Added: head/www/py-requests-toolbelt/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-requests-toolbelt/distinfo	Mon Sep 29 18:32:12 2014	(r369542)
@@ -0,0 +1,2 @@
+SHA256 (requests-toolbelt-0.3.1.tar.gz) = f170eadbe01be2356d65862857a9b2eb8bb17b895cde158a7dd1c358a3a48d1a
+SIZE (requests-toolbelt-0.3.1.tar.gz) = 14609

Added: head/www/py-requests-toolbelt/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-requests-toolbelt/pkg-descr	Mon Sep 29 18:32:12 2014	(r369542)
@@ -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


More information about the svn-ports-head mailing list