pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

- Retreive metadata such as viewcount, duration, rating, author, thumbnail , keywords - Download video or audio at requested resolution / bitrate / format / filesize - Command line tool (ytdl) for downloading directly from the command line - Retrieve the URL to stream the video in a player such as vlc or mplayer - Works with age-restricted videos and non-embeddable videos - Small , standalone, single importable module file (pafy.py) - Select highest quality stream for download or streaming - Download video only (no audio) in m4v or webm format - Download audio only (no video) in ogg or m4a format - Retreive playlists and playlist metadata - Works with Python 2.6+ and 3.3+ - No dependencies



Module Name:	pkgsrc-wip
Committed By:	Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Oct 3 00:57:27 2015 +0100
Changeset:	1c8de050669c9f598bcd5097145566eaac3ae4ac

Modified Files:
	py-pafy/Makefile
	py-pafy/PLIST
	py-pafy/distinfo
	py-pafy/patches/patch-setup.py

Log Message:
- Retreive metadata such as viewcount, duration, rating, author, thumbnail, keywords
- Download video or audio at requested resolution / bitrate / format / filesize
- Command line tool (ytdl) for downloading directly from the command line
- Retrieve the URL to stream the video in a player such as vlc or mplayer
- Works with age-restricted videos and non-embeddable videos
- Small, standalone, single importable module file (pafy.py)
- Select highest quality stream for download or streaming
- Download video only (no audio) in m4v or webm format
- Download audio only (no video) in ogg or m4a format
- Retreive playlists and playlist metadata
- Works with Python 2.6+ and 3.3+
- No dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1c8de050669c9f598bcd5097145566eaac3ae4ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-pafy/Makefile               | 8 ++++----
 py-pafy/PLIST                  | 2 +-
 py-pafy/distinfo               | 8 ++++----
 py-pafy/patches/patch-setup.py | 8 ++++----
 4 files changed, 13 insertions(+), 13 deletions(-)

diffs:
diff --git a/py-pafy/Makefile b/py-pafy/Makefile
index c694a0b..edbfd3d 100644
--- a/py-pafy/Makefile
+++ b/py-pafy/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2015/02/14 10:58:25 jihbed Exp $
+# $NetBSD$
 
-DISTNAME=	Pafy-0.3.72
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
+DISTNAME=	pafy-0.3.74
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	net python
 MASTER_SITES=	https://pypi.python.org/packages/source/p/pafy/
 
@@ -10,7 +10,7 @@ HOMEPAGE=	http://np1.github.io/pafy/
 COMMENT=	Retrieve YouTube content and metadata
 LICENSE=	gnu-lgpl-v3
 
-WRKSRC=		${WRKDIR}/Pafy-0.3.72
+WRKSRC=		${WRKDIR}/pafy-0.3.74
 
 USE_LANGUAGES=	# none
 
diff --git a/py-pafy/PLIST b/py-pafy/PLIST
index a313aea..9a86244 100644
--- a/py-pafy/PLIST
+++ b/py-pafy/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/02/14 10:58:25 jihbed Exp $
+@comment $NetBSD$
 bin/ytdl2.7
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
diff --git a/py-pafy/distinfo b/py-pafy/distinfo
index fa19cfd..8fbe751 100644
--- a/py-pafy/distinfo
+++ b/py-pafy/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.1 2015/02/14 10:58:25 jihbed Exp $
 
-SHA1 (Pafy-0.3.72.tar.gz) = 7c6960e6cb3a45f16523261c6a1850f59d738a8c
-RMD160 (Pafy-0.3.72.tar.gz) = ae09418fa53cb3efed2f3c8ec469b3b42bd90d8d
-Size (Pafy-0.3.72.tar.gz) = 21635 bytes
-SHA1 (patch-setup.py) = 978deae3dc3bc875cbc463fc0ca4fe701525c2ac
+SHA1 (pafy-0.3.74.tar.gz) = 7133f60c5a6ec447808d009790f9e2c73bf38076
+RMD160 (pafy-0.3.74.tar.gz) = 44b90355c0e518b5cf191c7a8bf236af232f6b61
+Size (pafy-0.3.74.tar.gz) = 22584 bytes
+SHA1 (patch-setup.py) = 4ef995164dcabd3d30190c51a3e26aac862ca8f1
diff --git a/py-pafy/patches/patch-setup.py b/py-pafy/patches/patch-setup.py
index 47b61d2..20f405c 100644
--- a/py-pafy/patches/patch-setup.py
+++ b/py-pafy/patches/patch-setup.py
@@ -1,6 +1,6 @@
 $NetBSD: patch-setup.py,v 1.1 2015/02/14 10:58:25 jihbed Exp $
 
---- setup.py.orig	2015-02-02 13:29:35.000000000 +0000
+--- setup.py.orig	2015-06-01 13:14:51.000000000 +0000
 +++ setup.py
 @@ -9,6 +9,8 @@ python setup.py sdist bdist_wheel
  
@@ -13,10 +13,10 @@ $NetBSD: patch-setup.py,v 1.1 2015/02/14 10:58:25 jihbed Exp $
  
 @@ -18,7 +20,7 @@ except ImportError:
  setup(
-     name='Pafy',
+     name='pafy',
      packages=['pafy'],
 -    scripts=['scripts/ytdl'],
 +    scripts=['scripts/ytdl'+sys.version[0:3]],
-     version='0.3.72',
+     version='0.3.74',
      description="Retrieve YouTube content and metadata",
-     keywords=["Pafy", "API", "YouTube", "youtube", "download", "video"],
+     keywords=["pafy", "API", "YouTube", "youtube", "download", "video"],


Home | Main Index | Thread Index | Old Index