From e51ac23bb70dafe4dcc38e16f20e694e57a8ffaf Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Thu, 5 Feb 2009 19:38:19 +0100 Subject: python-coherence; updated to svn 1154 --- packages/python/python-coherence_svn.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 packages/python/python-coherence_svn.bb (limited to 'packages/python/python-coherence_svn.bb') diff --git a/packages/python/python-coherence_svn.bb b/packages/python/python-coherence_svn.bb new file mode 100644 index 0000000000..c123bcfcbf --- /dev/null +++ b/packages/python/python-coherence_svn.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Coherence is a DLNA/UPnP mediaserver + backends" +SECTION = "python/devel" +LICENSE = "MIT" +HOMEPAGE = "http://coherence.beebits.net/wiki" + +PR = "r0" +PV = "0.6.0+svnr${SRCREV}" +DEFAULT_PREFERENCE = "-1" + +inherit setuptools + +SRC_URI = "svn://coherence.beebits.net/svn/trunk;module=Coherence;proto=https" +S = "${WORKDIR}/Coherence" + +FILES_${PN} += "${datadir}" +RDEPENDS_${PN} += "python-gst python-dbus python-configobj python-twisted python-twisted-core python-misc python-zopeinterface zope python-modules" + + -- cgit v1.2.3 From 097be551be373654825386bc9bae4f5992876e0b Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 5 Feb 2009 23:05:45 +0100 Subject: python-coherence: add python modules for webui --- packages/python/python-coherence_svn.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/python/python-coherence_svn.bb') diff --git a/packages/python/python-coherence_svn.bb b/packages/python/python-coherence_svn.bb index c123bcfcbf..5990ca3c88 100644 --- a/packages/python/python-coherence_svn.bb +++ b/packages/python/python-coherence_svn.bb @@ -3,7 +3,7 @@ SECTION = "python/devel" LICENSE = "MIT" HOMEPAGE = "http://coherence.beebits.net/wiki" -PR = "r0" +PR = "r1" PV = "0.6.0+svnr${SRCREV}" DEFAULT_PREFERENCE = "-1" @@ -13,6 +13,6 @@ SRC_URI = "svn://coherence.beebits.net/svn/trunk;module=Coherence;proto=https" S = "${WORKDIR}/Coherence" FILES_${PN} += "${datadir}" -RDEPENDS_${PN} += "python-gst python-dbus python-configobj python-twisted python-twisted-core python-misc python-zopeinterface zope python-modules" +RDEPENDS_${PN} += "python-divmodepsilon python-nevow python-gst python-dbus python-configobj python-twisted python-twisted-core python-misc python-zopeinterface zope python-modules" -- cgit v1.2.3 From 6d1eabe694e8dcdf0ac76d5c4583a0c17d30634b Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Thu, 5 Feb 2009 23:23:32 +0100 Subject: coherence: removed DEFAULT_PREFERENCE = "-1" from svn version --- packages/python/python-coherence_svn.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/python/python-coherence_svn.bb') diff --git a/packages/python/python-coherence_svn.bb b/packages/python/python-coherence_svn.bb index 5990ca3c88..1d3627f2c9 100644 --- a/packages/python/python-coherence_svn.bb +++ b/packages/python/python-coherence_svn.bb @@ -3,9 +3,8 @@ SECTION = "python/devel" LICENSE = "MIT" HOMEPAGE = "http://coherence.beebits.net/wiki" -PR = "r1" +PR = "r2" PV = "0.6.0+svnr${SRCREV}" -DEFAULT_PREFERENCE = "-1" inherit setuptools -- cgit v1.2.3 From f187b61f2893a16df5ff5d894e3c6fbd8f1d1590 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Thu, 5 Feb 2009 23:34:53 +0100 Subject: coherence: added dependency for python-twisted-pair --- packages/python/python-coherence_svn.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'packages/python/python-coherence_svn.bb') diff --git a/packages/python/python-coherence_svn.bb b/packages/python/python-coherence_svn.bb index 1d3627f2c9..15c0b4f14f 100644 --- a/packages/python/python-coherence_svn.bb +++ b/packages/python/python-coherence_svn.bb @@ -3,7 +3,7 @@ SECTION = "python/devel" LICENSE = "MIT" HOMEPAGE = "http://coherence.beebits.net/wiki" -PR = "r2" +PR = "r3" PV = "0.6.0+svnr${SRCREV}" inherit setuptools @@ -12,6 +12,8 @@ SRC_URI = "svn://coherence.beebits.net/svn/trunk;module=Coherence;proto=https" S = "${WORKDIR}/Coherence" FILES_${PN} += "${datadir}" -RDEPENDS_${PN} += "python-divmodepsilon python-nevow python-gst python-dbus python-configobj python-twisted python-twisted-core python-misc python-zopeinterface zope python-modules" +RDEPENDS_${PN} += "python-twisted-pair python-divmodepsilon python-nevow python-gst python-dbus \ + python-configobj python-twisted python-twisted-core python-misc python-zopeinterface \ + zope python-modules" -- cgit v1.2.3 From 7e2a63b555ef4e8c9100a0785a0df2ec1855088f Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Fri, 6 Feb 2009 16:35:05 +0100 Subject: python-coherence: added dependency to python-pygobject --- packages/python/python-coherence_svn.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/python/python-coherence_svn.bb') diff --git a/packages/python/python-coherence_svn.bb b/packages/python/python-coherence_svn.bb index 15c0b4f14f..7d5e0be598 100644 --- a/packages/python/python-coherence_svn.bb +++ b/packages/python/python-coherence_svn.bb @@ -3,7 +3,7 @@ SECTION = "python/devel" LICENSE = "MIT" HOMEPAGE = "http://coherence.beebits.net/wiki" -PR = "r3" +PR = "r4" PV = "0.6.0+svnr${SRCREV}" inherit setuptools @@ -14,6 +14,6 @@ S = "${WORKDIR}/Coherence" FILES_${PN} += "${datadir}" RDEPENDS_${PN} += "python-twisted-pair python-divmodepsilon python-nevow python-gst python-dbus \ python-configobj python-twisted python-twisted-core python-misc python-zopeinterface \ - zope python-modules" + zope python-modules python-pygobject" -- cgit v1.2.3 From 1a4a35664c61707a7187968fd87f1f0f980c0e0e Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Fri, 6 Feb 2009 19:12:09 +0100 Subject: python-coherence: added python-gdata dependency --- packages/python/python-coherence_svn.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/python/python-coherence_svn.bb') diff --git a/packages/python/python-coherence_svn.bb b/packages/python/python-coherence_svn.bb index 7d5e0be598..5e8a0b4052 100644 --- a/packages/python/python-coherence_svn.bb +++ b/packages/python/python-coherence_svn.bb @@ -3,7 +3,7 @@ SECTION = "python/devel" LICENSE = "MIT" HOMEPAGE = "http://coherence.beebits.net/wiki" -PR = "r4" +PR = "r5" PV = "0.6.0+svnr${SRCREV}" inherit setuptools @@ -14,6 +14,6 @@ S = "${WORKDIR}/Coherence" FILES_${PN} += "${datadir}" RDEPENDS_${PN} += "python-twisted-pair python-divmodepsilon python-nevow python-gst python-dbus \ python-configobj python-twisted python-twisted-core python-misc python-zopeinterface \ - zope python-modules python-pygobject" + zope python-modules python-pygobject python-gdata" -- cgit v1.2.3 From adc8f713b4c5a6e552e955b85d5840c0add73871 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Fri, 6 Feb 2009 20:08:01 +0100 Subject: python-*: unify SECTION, it's devel/python, neither python-devel nor python/devel --- packages/python/python-coherence_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/python/python-coherence_svn.bb') diff --git a/packages/python/python-coherence_svn.bb b/packages/python/python-coherence_svn.bb index 5e8a0b4052..831e3a5ba6 100644 --- a/packages/python/python-coherence_svn.bb +++ b/packages/python/python-coherence_svn.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Coherence is a DLNA/UPnP mediaserver + backends" -SECTION = "python/devel" +SECTION = "devel/python" LICENSE = "MIT" HOMEPAGE = "http://coherence.beebits.net/wiki" -- cgit v1.2.3 From 0d09acc3587baf6981b4f787b021499eeb5f4a6e Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Mon, 9 Feb 2009 16:41:28 +0100 Subject: python-coherence: add python-inotify dependency --- packages/python/python-coherence_svn.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/python/python-coherence_svn.bb') diff --git a/packages/python/python-coherence_svn.bb b/packages/python/python-coherence_svn.bb index 831e3a5ba6..e6f5fafb53 100644 --- a/packages/python/python-coherence_svn.bb +++ b/packages/python/python-coherence_svn.bb @@ -3,7 +3,7 @@ SECTION = "devel/python" LICENSE = "MIT" HOMEPAGE = "http://coherence.beebits.net/wiki" -PR = "r5" +PR = "r6" PV = "0.6.0+svnr${SRCREV}" inherit setuptools @@ -14,6 +14,6 @@ S = "${WORKDIR}/Coherence" FILES_${PN} += "${datadir}" RDEPENDS_${PN} += "python-twisted-pair python-divmodepsilon python-nevow python-gst python-dbus \ python-configobj python-twisted python-twisted-core python-misc python-zopeinterface \ - zope python-modules python-pygobject python-gdata" + zope python-modules python-pygobject python-gdata python-inotify" -- cgit v1.2.3