From ec5f0e55f3be1e9e9f2869b6281061dcc85dcf84 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 5 Feb 2009 21:10:28 +0100 Subject: python twisted: add native version --- packages/python/python-twisted-native_8.2.0.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 packages/python/python-twisted-native_8.2.0.bb (limited to 'packages/python') diff --git a/packages/python/python-twisted-native_8.2.0.bb b/packages/python/python-twisted-native_8.2.0.bb new file mode 100644 index 0000000000..063f0fdb13 --- /dev/null +++ b/packages/python/python-twisted-native_8.2.0.bb @@ -0,0 +1,7 @@ +require python-twisted_${PV}.bb + +inherit native + +do_stage() { + distutils_stage_all +} -- cgit v1.2.3 From 717dc6f3ee31acf7a8fa2af4c35f53280decdbec Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 5 Feb 2009 21:15:34 +0100 Subject: python-divmod-epsilon: add 0.5.11 --- packages/python/python-divmodepsilon_0.5.11.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 packages/python/python-divmodepsilon_0.5.11.bb (limited to 'packages/python') diff --git a/packages/python/python-divmodepsilon_0.5.11.bb b/packages/python/python-divmodepsilon_0.5.11.bb new file mode 100644 index 0000000000..5184b69252 --- /dev/null +++ b/packages/python/python-divmodepsilon_0.5.11.bb @@ -0,0 +1,7 @@ +DESCRIPTION = "A small utility package that depends on tools too recent for Twisted " +LICENSE = "MIT" + +REALPN = "Epsilon" + +require divmod.inc + -- cgit v1.2.3 From a1ea9b4d5a46b441aeeabf1c0e4aa1c072814816 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 5 Feb 2009 23:04:40 +0100 Subject: python-nevow: add 0.9.32 --- packages/python/python-nevow_0.9.32.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/python/python-nevow_0.9.32.bb (limited to 'packages/python') diff --git a/packages/python/python-nevow_0.9.32.bb b/packages/python/python-nevow_0.9.32.bb new file mode 100644 index 0000000000..155157c517 --- /dev/null +++ b/packages/python/python-nevow_0.9.32.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Nevow is a web application construction kit written in Python" +LICENSE = "MIT" + +REALPN = "Nevow" + +require divmod.inc + +FILES_${PN} += "${datadir}" +DEPENDS += "python-twisted-native" + -- 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') 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 c950c9fb37d8f14359b8fcb7fd963ba5d9058a1a Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 5 Feb 2009 23:10:19 +0100 Subject: divmod.inc: add missing file, thanks Frans! --- packages/python/divmod.inc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 packages/python/divmod.inc (limited to 'packages/python') diff --git a/packages/python/divmod.inc b/packages/python/divmod.inc new file mode 100644 index 0000000000..20be1b2e38 --- /dev/null +++ b/packages/python/divmod.inc @@ -0,0 +1,17 @@ +SRC_URI = "http://divmod.org/trac/attachment/wiki/SoftwareReleases/${REALPN}-${PV}.tar.gz?format=raw" + +DEPENDS += "python-twisted-native" + +do_unpack2() { + cd ${WORKDIR} + tar zxvf ${REALPN}-${PV}.tar.gz?format=raw +} + +addtask unpack2 after do_unpack before do_configure + +inherit distutils + +S = "${WORKDIR}/${REALPN}-${PV}" + + + -- 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') 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') 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