1 SUMMARY = "Python UPnP framework"
2 HOMEPAGE = "http://coherence.beebits.net/"
3 SECTION = "devel/python"
5 LIC_FILES_CHKSUM = "file://LICENCE;md5=3f7c147addd67ce1d53239c68a6b7022"
7 SRCREV = "e15ea19c0b39b6ab4ebcbde831014d905f588b1e"
10 SRC_URI = "git://github.com/sreichholf/python-coherence.git;protocol=git;branch=develop"
16 do_configure_prepend() {
17 sed -e 's,from coherence import __version__$,__version__ = "${PV}",' -i setup.py
20 rm ${D}${bindir}/applet-coherence
21 rm -r ${D}${PYTHON_SITEPACKAGES_DIR}/Coherence-${PV}-*.egg-info
22 rm -r ${D}${PYTHON_SITEPACKAGES_DIR}/coherence/test
25 PACKAGES =+ "${PN}-bin"
27 RDEPENDS_${PN} = "python-xmlrpc python-twisted-web"
28 RDEPENDS_${PN}-bin = "${PN} python-zopeinterface"
30 FILES_${PN}-bin = "${bindir} ${PYTHON_SITEPACKAGES_DIR}/misc/*.py"