svn commit: r451924 - in head/www: . py-requests-file
Mark Felder
feld at FreeBSD.org
Thu Oct 12 18:34:49 UTC 2017
Author: feld
Date: Thu Oct 12 18:34:47 2017
New Revision: 451924
URL: https://svnweb.freebsd.org/changeset/ports/451924
Log:
Requests-File is a transport adapter for use with the Requests Python
library to allow local filesystem access via file:// URLs.
WWW: https://github.com/dashea/requests-file
Added:
head/www/py-requests-file/
head/www/py-requests-file/Makefile (contents, props changed)
head/www/py-requests-file/distinfo (contents, props changed)
head/www/py-requests-file/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Thu Oct 12 18:16:50 2017 (r451923)
+++ head/www/Makefile Thu Oct 12 18:34:47 2017 (r451924)
@@ -1811,6 +1811,7 @@
SUBDIR += py-recaptcha
SUBDIR += py-requestbuilder
SUBDIR += py-requests
+ SUBDIR += py-requests-file
SUBDIR += py-requests-futures
SUBDIR += py-requests-mock
SUBDIR += py-requests-oauthlib
Added: head/www/py-requests-file/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-requests-file/Makefile Thu Oct 12 18:34:47 2017 (r451924)
@@ -0,0 +1,25 @@
+# Created by: Mark Felder <feld at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= requests-file
+PORTVERSION= 1.4.2
+CATEGORIES= www python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= feld at FreeBSD.org
+COMMENT= Transport adapter for use with the Requests Python library
+
+LICENSE= APACHE20
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \
+ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
+
+NO_ARCH= yes
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+USE_GITHUB= yes
+GH_ACCOUNT= dashea
+
+.include <bsd.port.mk>
Added: head/www/py-requests-file/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-requests-file/distinfo Thu Oct 12 18:34:47 2017 (r451924)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1507832477
+SHA256 (dashea-requests-file-1.4.2_GH0.tar.gz) = 311c0accf3c9496ca6db7c53ca2d64a31e54fe94e825074f1844707b86df6420
+SIZE (dashea-requests-file-1.4.2_GH0.tar.gz) = 5889
Added: head/www/py-requests-file/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-requests-file/pkg-descr Thu Oct 12 18:34:47 2017 (r451924)
@@ -0,0 +1,4 @@
+Requests-File is a transport adapter for use with the Requests Python
+library to allow local filesystem access via file:// URLs.
+
+WWW: https://github.com/dashea/requests-file
More information about the svn-ports-head
mailing list