X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-cherrypy_3.2.2.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-cherrypy_3.2.2.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=89fd4fbb78c5b2010e281cec53db8f0143882749;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-cherrypy_3.2.2.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-cherrypy_3.2.2.bb deleted file mode 100644 index 89fd4fb..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-cherrypy_3.2.2.bb +++ /dev/null @@ -1,27 +0,0 @@ -SUMMARY = " CherryPy is a pythonic, object-oriented HTTP framework" -DESCRIPTION = "\ -It allows building web applications in much the same way one would build any \ -other object-oriented program. This design results in less and more readable \ -code being developed faster. It's all just properties and methods. \ -It is now more than ten years old and has proven fast and very stable. \ -It is being used in production by many sites, from the simplest to the most \ -demanding. \ -" - -HOMEPAGE = "https://www.cherrypy.org/" -AUTHOR = "CherryPy Team" - -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://cherrypy/LICENSE.txt;md5=c187ff3653a0878075713adef2c545c3" - -SRC_URI = "https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${PV}.tar.gz" -SRC_URI[md5sum] = "c1b1e9577f65f9bb88bfd1b15b93b911" -SRC_URI[sha256sum] = "dc5a88562795c2ee462dac5b37aba1cf4f34f3e27281ec11049227039308b691" - -S = "${WORKDIR}/CherryPy-${PV}" - -inherit setuptools - -FILES_${PN} += "\ - ${datadir}/cherrypy \ -"