pySmartDL strives to be a full-pleged smart download manager for Python.

WWW: https://github.com/iTaybb/pySmartDL/
This commit is contained in:
Mark Felder 2016-05-16 02:07:15 +00:00
parent 1d8cb0a216
commit 50472a66fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415298
4 changed files with 30 additions and 0 deletions

View file

@ -1746,6 +1746,7 @@
SUBDIR += py-pyramid
SUBDIR += py-pyramid_rpc
SUBDIR += py-pysearch
SUBDIR += py-pySmartDL
SUBDIR += py-python-digitalocean
SUBDIR += py-pywebdav
SUBDIR += py-pywikibot

24
www/py-pySmartDL/Makefile Normal file
View file

@ -0,0 +1,24 @@
# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= pySmartDL
PORTVERSION= 1.2.4
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@FreeBSD.org
COMMENT= Smart download manager for Python
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_VER} == "2.7"
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futures>0:devel/py-futures
.endif
.include <bsd.port.post.mk>

View file

@ -0,0 +1,2 @@
SHA256 (pySmartDL-1.2.4.tar.gz) = 65a9b2dbd2070962916a5759797fa86fc0f05a64ba22e51309786c4484490ea1
SIZE (pySmartDL-1.2.4.tar.gz) = 19689

View file

@ -0,0 +1,3 @@
pySmartDL strives to be a full-pleged smart download manager for Python.
WWW: https://github.com/iTaybb/pySmartDL/