From 4e89534f9fec8227ba47e3cc55de5a48fcb4f59d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 4 Feb 2009 19:31:04 +0100 Subject: python-coherence: needs twisted at runtime --- packages/python/python-coherence_0.6.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages/python') diff --git a/packages/python/python-coherence_0.6.0.bb b/packages/python/python-coherence_0.6.0.bb index f22d1039c2..8be13c3af5 100644 --- a/packages/python/python-coherence_0.6.0.bb +++ b/packages/python/python-coherence_0.6.0.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Coherence is a DLNA/UPnP mediaserver + backends" SECTION = "python/devel" LICENSE = "MIT" HOMEPAGE = "http://coherence.beebits.net/wiki" -PR = "r0" +PR = "r1" inherit setuptools @@ -10,4 +10,6 @@ SRC_URI = "http://coherence.beebits.net/download/Coherence-${PV}.tar.gz" S = "${WORKDIR}/Coherence-${PV}" FILES_${PN} += "${datadir}" +RDEPENDS_${PN} += "python-twisted" + -- cgit v1.2.3 From 5e833c9fbb13ec62f3c3be166eba78fc8567b2ad Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Tue, 3 Feb 2009 09:46:37 +0000 Subject: twisted: updated to 8.2.0 --- packages/python/python-twisted_8.2.0.bb | 196 ++++++++++++++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 packages/python/python-twisted_8.2.0.bb (limited to 'packages/python') diff --git a/packages/python/python-twisted_8.2.0.bb b/packages/python/python-twisted_8.2.0.bb new file mode 100644 index 0000000000..7061866aec --- /dev/null +++ b/packages/python/python-twisted_8.2.0.bb @@ -0,0 +1,196 @@ +DESCRIPTION = "Twisted is an event-driven networking framework written in Python and licensed under the LGPL. \ +Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols \ +(including HTTP, NNTP, IMAP, SSH, IRC, FTP, and others), and much more." +HOMEPAGE = "http://www.twistedmatrix.com" +SECTION = "console/network" +PRIORITY = "optional" +LICENSE = "LGPL" +PR = "r0" + +SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Twisted/8.2/Twisted-${PV}.tar.bz2 " +S = "${WORKDIR}/Twisted-${PV}" + +inherit distutils + +PACKAGES += "\ + ${PN}-zsh \ + ${PN}-test \ + ${PN}-protocols \ + ${PN}-bin \ + ${PN}-conch \ + ${PN}-lore \ + ${PN}-mail \ + ${PN}-names \ + ${PN}-news \ + ${PN}-runner \ + ${PN}-web \ + ${PN}-words \ + ${PN}-core \ +" + +RDEPENDS = "python-core python-zopeinterface" +RDEPENDS_${PN} += "\ + ${PN}-bin \ + ${PN}-conch \ + ${PN}-lore \ + ${PN}-mail \ + ${PN}-names \ + ${PN}-news \ + ${PN}-runner \ + ${PN}-web \ + ${PN}-words \ +" + +ALLOW_EMPTY = "1" +FILES_${PN} = "" + +FILES_${PN}-test = " \ + ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \ +" + +FILES_${PN}-protocols = " \ + ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/ \ +" + +FILES_${PN}-zsh = " \ + ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zsh \ + ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zshcomp.* \ +" + +FILES_${PN}-bin = " \ + ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/_c_urlarg.so \ + ${libdir}/${PYTHON_DIR}/site-packages/twisted/spread/cBanana.so \ +" + +FILES_${PN}-conch = " \ + ${bindir}/ckeygen \ + ${bindir}/tkconch \ + ${bindir}/conch \ + ${bindir}/conchftp \ + ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_conch.py* \ + ${libdir}/${PYTHON_DIR}/site-packages/twisted/conch \ +" + +FILES_${PN}-core = " \ +${bindir}/manhole \ +${bindir}/mktap \ +${bindir}/twistd \ +${bindir}/tap2deb \ +${bindir}/tap2rpm \ +${bindir}/tapconvert \ +${bindir}/tkmktap \ +${bindir}/trial \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__init__.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/notestplugin.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/testplugin.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_ftp.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_inet.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_manhole.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_portforward.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_socks.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_telnet.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_trial.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/dropin.cache \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/application \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/cred \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/enterprise \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/internet \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/manhole \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/manhole \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/persisted \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols\ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python\ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/timeoutqueue.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/filepath.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/dxprofile.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/plugin.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/htmlizer.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__init__.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/dispatch.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/hook.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/threadpool.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/otp.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/usage.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/roots.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/versions.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/urlpath.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/util.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/components.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/logfile.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/runtime.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/reflect.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/context.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/threadable.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/rebuild.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/failure.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/lockfile.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/formmethod.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/finalize.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/win32.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/dist.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/shortcut.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zipstream.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/release.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/syslog.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/log.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/compat.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zshcomp.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/procutils.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/text.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/_twisted_zsh_stub \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/scripts/ \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/spread/ \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/tap/ \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/trial/ \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/__init__.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/_version.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/copyright.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/im.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugin.py* \ +" + +FILES_${PN}-lore = " \ +${bindir}/bookify \ +${bindir}/lore \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_lore.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/lore \ +" + +FILES_${PN}-mail = " \ +${bindir}/mailmail \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_mail.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/mail \ +" + +FILES_${PN}-names = " \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_names.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/names \ +" + +FILES_${PN}-news = " \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_news.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/news \ +" + +FILES_${PN}-runner = " \ +${libdir}/site-packages/twisted/runner/portmap.so \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/runner\ +" + +FILES_${PN}-web = " \ +${bindir}/websetroot \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_web.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/web\ +" + +FILES_${PN}-words = " \ +${bindir}/im \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_words.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/words\ +" + +FILES_${PN}-dbg += " \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/*/.debug \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/.debug \ +" -- cgit v1.2.3 From 1bd27c48b538fb4e29128cadcf92e975d578446c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 4 Feb 2009 20:27:49 +0100 Subject: python-twisted: attempt to fix packaging --- packages/python/python-twisted_8.2.0.bb | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'packages/python') diff --git a/packages/python/python-twisted_8.2.0.bb b/packages/python/python-twisted_8.2.0.bb index 7061866aec..78234187fb 100644 --- a/packages/python/python-twisted_8.2.0.bb +++ b/packages/python/python-twisted_8.2.0.bb @@ -5,12 +5,12 @@ HOMEPAGE = "http://www.twistedmatrix.com" SECTION = "console/network" PRIORITY = "optional" LICENSE = "LGPL" -PR = "r0" +PR = "r1" SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Twisted/8.2/Twisted-${PV}.tar.bz2 " S = "${WORKDIR}/Twisted-${PV}" -inherit distutils +inherit setuptools PACKAGES += "\ ${PN}-zsh \ @@ -25,6 +25,8 @@ PACKAGES += "\ ${PN}-runner \ ${PN}-web \ ${PN}-words \ + ${PN}-flow \ + ${PN}-pair \ ${PN}-core \ " @@ -67,6 +69,7 @@ FILES_${PN}-conch = " \ ${bindir}/tkconch \ ${bindir}/conch \ ${bindir}/conchftp \ + ${bindir}/cftp \ ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_conch.py* \ ${libdir}/${PYTHON_DIR}/site-packages/twisted/conch \ " @@ -80,6 +83,8 @@ ${bindir}/tap2rpm \ ${bindir}/tapconvert \ ${bindir}/tkmktap \ ${bindir}/trial \ +${bindir}/easy_install* \ +${bindir}/pyhtmlizer \ ${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py* \ ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__init__.py* \ ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/notestplugin.py* \ @@ -147,7 +152,9 @@ ${libdir}/${PYTHON_DIR}/site-packages/twisted/__init__.py* \ ${libdir}/${PYTHON_DIR}/site-packages/twisted/_version.py* \ ${libdir}/${PYTHON_DIR}/site-packages/twisted/copyright.py* \ ${libdir}/${PYTHON_DIR}/site-packages/twisted/im.py* \ -${libdir}/${PYTHON_DIR}/site-packages/twisted/plugin.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/python/*.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/*.py* \ " FILES_${PN}-lore = " \ @@ -190,6 +197,15 @@ ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_words.py* \ ${libdir}/${PYTHON_DIR}/site-packages/twisted/words\ " +FILES_${PN}-flow = " \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_flow.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/flow \" + +FILES_${PN}-pair = " \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_pair.py* \ +${libdir}/${PYTHON_DIR}/site-packages/twisted/pair \ +" + FILES_${PN}-dbg += " \ ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/.debug \ ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/.debug \ -- cgit v1.2.3 From dd80fdb4407d9f6941286d7ef708153e3ecba89c Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Wed, 4 Feb 2009 21:45:55 +0100 Subject: python-coherence: added dependency on python-twisted-core --- packages/python/python-coherence_0.6.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/python') diff --git a/packages/python/python-coherence_0.6.0.bb b/packages/python/python-coherence_0.6.0.bb index 8be13c3af5..5656089a06 100644 --- a/packages/python/python-coherence_0.6.0.bb +++ b/packages/python/python-coherence_0.6.0.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Coherence is a DLNA/UPnP mediaserver + backends" SECTION = "python/devel" LICENSE = "MIT" HOMEPAGE = "http://coherence.beebits.net/wiki" -PR = "r1" +PR = "r2" inherit setuptools @@ -10,6 +10,6 @@ SRC_URI = "http://coherence.beebits.net/download/Coherence-${PV}.tar.gz" S = "${WORKDIR}/Coherence-${PV}" FILES_${PN} += "${datadir}" -RDEPENDS_${PN} += "python-twisted" +RDEPENDS_${PN} += "python-twisted python-twisted-core" -- cgit v1.2.3 From 2782ca0f8ca27d6e52f8df7138fc9829cd5715c3 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Wed, 4 Feb 2009 22:20:21 +0100 Subject: python-coherence: added dependencies --- packages/python/python-coherence_0.6.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/python') diff --git a/packages/python/python-coherence_0.6.0.bb b/packages/python/python-coherence_0.6.0.bb index 5656089a06..1167075812 100644 --- a/packages/python/python-coherence_0.6.0.bb +++ b/packages/python/python-coherence_0.6.0.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Coherence is a DLNA/UPnP mediaserver + backends" SECTION = "python/devel" LICENSE = "MIT" HOMEPAGE = "http://coherence.beebits.net/wiki" -PR = "r2" +PR = "r3" inherit setuptools @@ -10,6 +10,6 @@ SRC_URI = "http://coherence.beebits.net/download/Coherence-${PV}.tar.gz" S = "${WORKDIR}/Coherence-${PV}" FILES_${PN} += "${datadir}" -RDEPENDS_${PN} += "python-twisted python-twisted-core" +RDEPENDS_${PN} += "python-twisted python-twisted-core python-misc python-zopeinterface zope python-modules" -- cgit v1.2.3 From a848c74a7738fa769e0e04ba29647ff173f86f45 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 4 Feb 2009 22:46:03 +0100 Subject: python-configobj: add 4.5.3 --- packages/python/python-configobj_4.5.3.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/python/python-configobj_4.5.3.bb (limited to 'packages/python') diff --git a/packages/python/python-configobj_4.5.3.bb b/packages/python/python-configobj_4.5.3.bb new file mode 100644 index 0000000000..89ea344bae --- /dev/null +++ b/packages/python/python-configobj_4.5.3.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "ConfigObj is a simple but powerful config file reader and writer" +LICENSE = "BSD" + +SRC_URI = "http://pypi.python.org/packages/source/C/ConfigObj/configobj-${PV}.tar.gz" + +inherit distutils + +S = "${WORKDIR}/configobj-${PV}" + + -- cgit v1.2.3 From f703d6d0e3a74820f854407ac90407d23312e857 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 4 Feb 2009 22:46:35 +0100 Subject: python-coherence: add python-configobj --- packages/python/python-coherence_0.6.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/python') diff --git a/packages/python/python-coherence_0.6.0.bb b/packages/python/python-coherence_0.6.0.bb index 1167075812..bf164e36de 100644 --- a/packages/python/python-coherence_0.6.0.bb +++ b/packages/python/python-coherence_0.6.0.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Coherence is a DLNA/UPnP mediaserver + backends" SECTION = "python/devel" LICENSE = "MIT" HOMEPAGE = "http://coherence.beebits.net/wiki" -PR = "r3" +PR = "r4" inherit setuptools @@ -10,6 +10,6 @@ SRC_URI = "http://coherence.beebits.net/download/Coherence-${PV}.tar.gz" S = "${WORKDIR}/Coherence-${PV}" FILES_${PN} += "${datadir}" -RDEPENDS_${PN} += "python-twisted python-twisted-core python-misc python-zopeinterface zope python-modules" +RDEPENDS_${PN} += "python-configobj python-twisted python-twisted-core python-misc python-zopeinterface zope python-modules" -- cgit v1.2.3 From eb850e244c6eb5f867d86b6ed6d10c5f8b6ac2fe Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 4 Feb 2009 22:50:13 +0100 Subject: python-coherence: add more python modules --- packages/python/python-coherence_0.6.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/python') diff --git a/packages/python/python-coherence_0.6.0.bb b/packages/python/python-coherence_0.6.0.bb index bf164e36de..2c6ee0c9c6 100644 --- a/packages/python/python-coherence_0.6.0.bb +++ b/packages/python/python-coherence_0.6.0.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Coherence is a DLNA/UPnP mediaserver + backends" SECTION = "python/devel" LICENSE = "MIT" HOMEPAGE = "http://coherence.beebits.net/wiki" -PR = "r4" +PR = "r5" inherit setuptools @@ -10,6 +10,6 @@ SRC_URI = "http://coherence.beebits.net/download/Coherence-${PV}.tar.gz" S = "${WORKDIR}/Coherence-${PV}" FILES_${PN} += "${datadir}" -RDEPENDS_${PN} += "python-configobj python-twisted python-twisted-core python-misc python-zopeinterface zope python-modules" +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 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') 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 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 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') 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 8611d028e196e438097c263f416b8b89cb3ec10b Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Fri, 6 Feb 2009 19:08:46 +0100 Subject: python-elementtree: created package --- .../python/python-elementtree_1.2.7-20070827-preview.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/python/python-elementtree_1.2.7-20070827-preview.bb (limited to 'packages/python') diff --git a/packages/python/python-elementtree_1.2.7-20070827-preview.bb b/packages/python/python-elementtree_1.2.7-20070827-preview.bb new file mode 100644 index 0000000000..8b300474ca --- /dev/null +++ b/packages/python/python-elementtree_1.2.7-20070827-preview.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Lightweight Python components for handling XML" +SECTION = "python/devel" +LICENSE = "Python" +HOMEPAGE = "http://effbot.org/zone/element-index.htm" +PR = "r0" + +inherit distutils + +SRC_URI = "http://effbot.org/media/downloads/elementtree-${PV}.zip" +S = "${WORKDIR}/elementtree-${PV}" + +FILES_${PN} += "${datadir}" + + -- cgit v1.2.3 From 1d7a9e8c40986849b085dd038b131e30d78c4882 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Fri, 6 Feb 2009 19:10:29 +0100 Subject: python-gdata: added package --- packages/python/python-gdata_1.2.4.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packages/python/python-gdata_1.2.4.bb (limited to 'packages/python') diff --git a/packages/python/python-gdata_1.2.4.bb b/packages/python/python-gdata_1.2.4.bb new file mode 100644 index 0000000000..3ca8929bc4 --- /dev/null +++ b/packages/python/python-gdata_1.2.4.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Google Data APIs Python Client Library" +SECTION = "python/devel" +LICENSE = "Apache" +HOMEPAGE = "http://code.google.com/p/gdata-python-client/" +PR = "r0" + +inherit distutils + +SRC_URI = "http://gdata-python-client.googlecode.com/files/gdata.py-${PV}.tar.gz" +S = "${WORKDIR}/gdata.py-${PV}" + +FILES_${PN} += "${datadir}" + +RDEPENDS = "python-elementtree" + -- 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') 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_0.6.0.bb | 2 +- packages/python/python-coherence_svn.bb | 2 +- packages/python/python-elementtree_1.2.7-20070827-preview.bb | 2 +- packages/python/python-gdata_1.2.4.bb | 2 +- packages/python/python-pycairo_1.4.0.bb | 2 +- packages/python/python-pycairo_1.8.0.bb | 2 +- packages/python/python-xappy_0.5.bb | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'packages/python') diff --git a/packages/python/python-coherence_0.6.0.bb b/packages/python/python-coherence_0.6.0.bb index 2c6ee0c9c6..bf9d964f99 100644 --- a/packages/python/python-coherence_0.6.0.bb +++ b/packages/python/python-coherence_0.6.0.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" PR = "r5" 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" diff --git a/packages/python/python-elementtree_1.2.7-20070827-preview.bb b/packages/python/python-elementtree_1.2.7-20070827-preview.bb index 8b300474ca..f1e4c8b322 100644 --- a/packages/python/python-elementtree_1.2.7-20070827-preview.bb +++ b/packages/python/python-elementtree_1.2.7-20070827-preview.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Lightweight Python components for handling XML" -SECTION = "python/devel" +SECTION = "devel/python" LICENSE = "Python" HOMEPAGE = "http://effbot.org/zone/element-index.htm" PR = "r0" diff --git a/packages/python/python-gdata_1.2.4.bb b/packages/python/python-gdata_1.2.4.bb index 3ca8929bc4..2e7e424976 100644 --- a/packages/python/python-gdata_1.2.4.bb +++ b/packages/python/python-gdata_1.2.4.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Google Data APIs Python Client Library" -SECTION = "python/devel" +SECTION = "devel/python" LICENSE = "Apache" HOMEPAGE = "http://code.google.com/p/gdata-python-client/" PR = "r0" diff --git a/packages/python/python-pycairo_1.4.0.bb b/packages/python/python-pycairo_1.4.0.bb index db628a5b0e..0cccd76d0f 100644 --- a/packages/python/python-pycairo_1.4.0.bb +++ b/packages/python/python-pycairo_1.4.0.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Python Bindings for the Cairo canvas library" -SECTION = "python-devel" +SECTION = "devel/python" HOMEPAGE = "http://cairographics.org/pycairo" LICENSE = "LGPL MPL" DEPENDS = "cairo" diff --git a/packages/python/python-pycairo_1.8.0.bb b/packages/python/python-pycairo_1.8.0.bb index fdcb6521f9..4e3e4633ba 100644 --- a/packages/python/python-pycairo_1.8.0.bb +++ b/packages/python/python-pycairo_1.8.0.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Python Bindings for the Cairo canvas library" -SECTION = "python-devel" +SECTION = "devel/python" HOMEPAGE = "http://cairographics.org/pycairo" LICENSE = "LGPL MPL" # cairo >= 1.8.0 diff --git a/packages/python/python-xappy_0.5.bb b/packages/python/python-xappy_0.5.bb index ae9cda69fb..5c5f1ae6d1 100644 --- a/packages/python/python-xappy_0.5.bb +++ b/packages/python/python-xappy_0.5.bb @@ -1,5 +1,5 @@ DESCRIPTION = "The xappy python module is an easy-to-use interface to the Xapian search engine" -SECTION = "python/devel" +SECTION = "devel/python" LICENSE = "GPLv2" DEPENDS = "xapian-core" PR = "ml0" -- cgit v1.2.3 From 5f20fdda9969042e91444a35d7beefe83a3427d8 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 9 Feb 2009 15:42:46 +0100 Subject: python-twisted-native: zap RDEPENDS_${PN} as well --- packages/python/python-twisted-native_8.2.0.bb | 2 ++ 1 file changed, 2 insertions(+) (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 index 063f0fdb13..d35b9f2482 100644 --- a/packages/python/python-twisted-native_8.2.0.bb +++ b/packages/python/python-twisted-native_8.2.0.bb @@ -1,5 +1,7 @@ require python-twisted_${PV}.bb +RDEPENDS_${PN} = "" + inherit native do_stage() { -- 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') 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