pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/py-daap Initial import of PythonDaap 0.7 as py-d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e5f1e38a142e
branches: trunk
changeset: 528464:e5f1e38a142e
user: agc <agc%pkgsrc.org@localhost>
date: Fri May 04 20:23:41 2007 +0000
description:
Initial import of PythonDaap 0.7 as py-daap into the Packages Collection.
PythonDaap is a (under development) DAAP client implemented in Python,
and based on PyTunes by Davyd Madeley. The authentication stuff
(needed by recent copies of iTunes) has been added, and a primitive
object model that can download individual tracks, and has playlist
support.
This distribution also includes an implementation of Apple's custom
MD5 hasher as a python module. This hasher is used in the DAAP
authentication protocol, documented by David Hammerton.
diffstat:
audio/py-daap/DESCR | 9 +++++++++
audio/py-daap/Makefile | 24 ++++++++++++++++++++++++
audio/py-daap/PLIST | 4 ++++
audio/py-daap/distinfo | 5 +++++
4 files changed, 42 insertions(+), 0 deletions(-)
diffs (58 lines):
diff -r 2f78b2185a50 -r e5f1e38a142e audio/py-daap/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/py-daap/DESCR Fri May 04 20:23:41 2007 +0000
@@ -0,0 +1,9 @@
+PythonDaap is a (under development) DAAP client implemented in Python,
+and based on PyTunes by Davyd Madeley. The authentication stuff
+(needed by recent copies of iTunes) has been added, and a primitive
+object model that can download individual tracks, and has playlist
+support.
+
+This distribution also includes an implementation of Apple's custom
+MD5 hasher as a python module. This hasher is used in the DAAP
+authentication protocol, documented by David Hammerton.
diff -r 2f78b2185a50 -r e5f1e38a142e audio/py-daap/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/py-daap/Makefile Fri May 04 20:23:41 2007 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/04 20:23:41 agc Exp $
+#
+
+DISTNAME= PythonDaap-0.7
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= audio python
+MASTER_SITES= http://jerakeen.org/files/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://jerakeen.org/PythonDaap/
+COMMENT= Python binding for DAAP
+
+PYSETUP= setup.py
+PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q}
+
+do-build:
+ cd ${WRKSRC} && ${PYTHONBIN} ${PYSETUP} build
+
+do-install:
+ cd ${WRKSRC} && ${PYTHONBIN} ${PYSETUP} install
+
+.include "../../lang/python/application.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 2f78b2185a50 -r e5f1e38a142e audio/py-daap/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/py-daap/PLIST Fri May 04 20:23:41 2007 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/04 20:23:41 agc Exp $
+${PYSITELIB}/daap.py
+${PYSITELIB}/daap.pyc
+${PYSITELIB}/md5daap.so
diff -r 2f78b2185a50 -r e5f1e38a142e audio/py-daap/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/py-daap/distinfo Fri May 04 20:23:41 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/04 20:23:41 agc Exp $
+
+SHA1 (PythonDaap-0.7.tar.gz) = e38cf60840ccddd55746d042674fe686e9be0a2b
+RMD160 (PythonDaap-0.7.tar.gz) = c08c1980318c221f51eea446a1e6a060bf0a250d
+Size (PythonDaap-0.7.tar.gz) = 25285 bytes
Home |
Main Index |
Thread Index |
Old Index