summaryrefslogtreecommitdiff
path: root/packages/python/python-pythondaap_0.4.bb
blob: 2cec3d3e3b44e8b37156c7c75d5fb6b0d4d307fd (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "A pure Python DAAP client implementation"
SECTION = "devel/python"
PRIORITY = "optional"
RDEPENDS = "python-compression"
LICENSE = "LGPL"

inherit distutils

SRC_URI = "http://jerakeen.org/files/PythonDaap-${PV}.tar.gz"

S = "${WORKDIR}/PythonDaap-${PV}"
itle='2006-01-13 00:39:39 +0000'>2006-01-13PV changes to make sure upgrades aren't affected after the recent cvs PV stan...Richard Purdie1 2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYY...Richard Purdie1 2005-06-30import clean BK tree at cset 1.3670Koen Kooi3