Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 2020 11:11:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554185 - in head/net: . py-gdown
Message-ID:  <202011061111.0A6BBuiR083878@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Nov  6 11:11:56 2020
New Revision: 554185
URL: https://svnweb.freebsd.org/changeset/ports/554185

Log:
  Add py-gdown 3.12.2
  
  gdown downloads a large file from Google Drive. If you use curl/wget, it fails
  with a large file because of the security warning from Google Drive.
  
  WWW: https://github.com/wkentaro/gdown

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

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Fri Nov  6 11:11:50 2020	(r554184)
+++ head/net/Makefile	Fri Nov  6 11:11:56 2020	(r554185)
@@ -1009,6 +1009,7 @@
     SUBDIR += py-errbot
     SUBDIR += py-eventlet
     SUBDIR += py-flask-xml-rpc
+    SUBDIR += py-gdown
     SUBDIR += py-gntp
     SUBDIR += py-gspread
     SUBDIR += py-h11

Added: head/net/py-gdown/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-gdown/Makefile	Fri Nov  6 11:11:56 2020	(r554185)
@@ -0,0 +1,26 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	gdown
+PORTVERSION=	3.12.2
+CATEGORIES=	net python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Google Drive direct download of big files
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}filelock>=0:sysutils/py-filelock@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/net/py-gdown/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-gdown/distinfo	Fri Nov  6 11:11:56 2020	(r554185)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1604480698
+SHA256 (gdown-3.12.2.tar.gz) = 4b3a1301e57bfd8dce939bf25ef8fbb4b23967fd0f878eede328bdcc41386bac
+SIZE (gdown-3.12.2.tar.gz) = 8218

Added: head/net/py-gdown/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-gdown/pkg-descr	Fri Nov  6 11:11:56 2020	(r554185)
@@ -0,0 +1,4 @@
+gdown downloads a large file from Google Drive. If you use curl/wget, it fails
+with a large file because of the security warning from Google Drive.
+
+WWW: https://github.com/wkentaro/gdown



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011061111.0A6BBuiR083878>