blob: c36c60ee10f9a511929a87ca679c3f4afe582e27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "Nevow is a web application construction kit written in Python"
LICENSE = "MIT"
REALPN = "Nevow"
require divmod.inc
PR = "${INC_PR}.1"
FILES_${PN} += "${datadir}"
DEPENDS += "python-twisted-native"
SRC_URI[md5sum] = "75828090af2b26f69fe4a7f148a400f6"
SRC_URI[sha256sum] = "bc35ce187481db91f047055b3edbce49c14d291b1a2eb3e915e9c1c511620f9a"
|