1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-11-06 11:11:56 +00:00
parent e6c9124693
commit bfd638fbb3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554185
4 changed files with 34 additions and 0 deletions

View File

@ -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

26
net/py-gdown/Makefile Normal file
View File

@ -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>

3
net/py-gdown/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1604480698
SHA256 (gdown-3.12.2.tar.gz) = 4b3a1301e57bfd8dce939bf25ef8fbb4b23967fd0f878eede328bdcc41386bac
SIZE (gdown-3.12.2.tar.gz) = 8218

4
net/py-gdown/pkg-descr Normal file
View File

@ -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