svn commit: r460734 - in head/net: . py-smart_open

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 2 19:54:20 UTC 2018


Author: sunpoet
Date: Fri Feb  2 19:54:18 2018
New Revision: 460734
URL: https://svnweb.freebsd.org/changeset/ports/460734

Log:
  Add py-smart_open 1.5.6
  
  smart_open is a Python 2 & Python 3 library for efficient streaming of very
  large files from/to S3, HDFS, WebHDFS, HTTP, or local (compressed) files. It is
  well tested (using moto), well documented and sports a simple, Pythonic API.
  
  WWW: https://pypi.python.org/pypi/smart_open
  WWW: https://github.com/RaRe-Technologies/smart_open

Added:
  head/net/py-smart_open/
  head/net/py-smart_open/Makefile   (contents, props changed)
  head/net/py-smart_open/distinfo   (contents, props changed)
  head/net/py-smart_open/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Fri Feb  2 19:54:12 2018	(r460733)
+++ head/net/Makefile	Fri Feb  2 19:54:18 2018	(r460734)
@@ -1072,6 +1072,7 @@
     SUBDIR += py-s3cmd
     SUBDIR += py-s3transfer
     SUBDIR += py-shodan
+    SUBDIR += py-smart_open
     SUBDIR += py-smbpasswd
     SUBDIR += py-soap2py
     SUBDIR += py-soappy

Added: head/net/py-smart_open/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-smart_open/Makefile	Fri Feb  2 19:54:18 2018	(r460734)
@@ -0,0 +1,27 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	smart_open
+PORTVERSION=	1.5.6
+CATEGORIES=	net python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Utils for streaming large files
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto>=2.32:devel/py-boto@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}boto3>=0:www/py-boto3@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}bz2file>=0:archivers/py-bz2file@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${FLAVOR}
+
+NO_ARCH=	yes
+USE_PYTHON=	autoplist concurrent distutils
+USES=		python
+
+.include <bsd.port.mk>

Added: head/net/py-smart_open/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-smart_open/distinfo	Fri Feb  2 19:54:18 2018	(r460734)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1517590381
+SHA256 (smart_open-1.5.6.tar.gz) = 8fd2de1c359bd0074bd6d334a5b9820ae1c5b6ba563970b95052bace4b71baeb
+SIZE (smart_open-1.5.6.tar.gz) = 32352

Added: head/net/py-smart_open/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-smart_open/pkg-descr	Fri Feb  2 19:54:18 2018	(r460734)
@@ -0,0 +1,6 @@
+smart_open is a Python 2 & Python 3 library for efficient streaming of very
+large files from/to S3, HDFS, WebHDFS, HTTP, or local (compressed) files. It is
+well tested (using moto), well documented and sports a simple, Pythonic API.
+
+WWW: https://pypi.python.org/pypi/smart_open
+WWW: https://github.com/RaRe-Technologies/smart_open


More information about the svn-ports-head mailing list