FreeBSD Bugzilla – Attachment 211494 Details for
Bug 243971
[NEW PORT] www/py-gdown: Download files from google drive
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
new port www/py-gdown
py-gdown.shar.txt (text/plain), 2.60 KB, created by
Shane
on 2020-02-09 09:17:09 UTC
(
hide
)
Description:
new port www/py-gdown
Filename:
MIME Type:
Creator:
Shane
Created:
2020-02-09 09:17:09 UTC
Size:
2.60 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># www/py-gdown ># www/py-gdown/pkg-descr ># www/py-gdown/Makefile ># www/py-gdown/files ># www/py-gdown/files/patch-setup.py ># www/py-gdown/distinfo ># >echo c - www/py-gdown >mkdir -p www/py-gdown > /dev/null 2>&1 >echo x - www/py-gdown/pkg-descr >sed 's/^X//' >www/py-gdown/pkg-descr << '78bab51c3ce2c3330c1156d73f8d0089' >XDownload large files from Google Drive. >XIf you use curl/wget, it fails with a large file because of the >Xsecurity warning from Google Drive. >X >XWWW: https://github.com/wkentaro/gdown >78bab51c3ce2c3330c1156d73f8d0089 >echo x - www/py-gdown/Makefile >sed 's/^X//' >www/py-gdown/Makefile << '1acf17c8a463f5f5dcb132c42a68546e' >X# $FreeBSD$ >X >XPORTNAME= gdown >XDISTVERSION= 3.10.1 >XCATEGORIES= www python >XMASTER_SITES= CHEESESHOP >XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >X >XMAINTAINER= FreeBSD@Shaneware.biz >XCOMMENT= Download files from google drive >X >XLICENSE= MIT >XLICENSE_FILE= ${WRKSRC}/LICENSE >X >XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filelock>0:sysutils/py-filelock@${PY_FLAVOR} \ >X ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ >X ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ >X ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} >X >XUSES= python >XUSE_PYTHON= autoplist concurrent distutils >XNO_ARCH= yes >X >X.include <bsd.port.mk> >1acf17c8a463f5f5dcb132c42a68546e >echo c - www/py-gdown/files >mkdir -p www/py-gdown/files > /dev/null 2>&1 >echo x - www/py-gdown/files/patch-setup.py >sed 's/^X//' >www/py-gdown/files/patch-setup.py << 'b765db70232c5477ff98e9629d3622e1' >X--- setup.py.orig 2020-02-09 09:03:37 UTC >X+++ setup.py >X@@ -48,7 +48,8 @@ setup( >X name='gdown', >X version=version, >X packages=find_packages(exclude=['github2pypi']), >X- install_requires=['filelock', 'requests[socks]', 'six', 'tqdm'], >X+ install_requires=['filelock', 'requests', 'six', 'tqdm'], >X+ extras_require = { 'socks': ['PySocks>=1.5.6, !=1.5.7'], }, >X description='Google Drive direct download of big files.', >X long_description=get_long_description(), >X long_description_content_type='text/markdown', >b765db70232c5477ff98e9629d3622e1 >echo x - www/py-gdown/distinfo >sed 's/^X//' >www/py-gdown/distinfo << 'aa267de9f323c11c144ea8e61ce23c5b' >XTIMESTAMP = 1581129392 >XSHA256 (gdown-3.10.1.tar.gz) = 165216993c7f8a2bd3ec9eeafc8408165aa5da684cdd5399997c7f86ebf4344f >XSIZE (gdown-3.10.1.tar.gz) = 7499 >aa267de9f323c11c144ea8e61ce23c5b >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 243971
:
211464
| 211494