Skip to content

Instantly share code, notes, and snippets.

@kergoth
Last active August 29, 2015 14:13
Show Gist options
  • Save kergoth/0a641e90cdfd37fd2100 to your computer and use it in GitHub Desktop.
Save kergoth/0a641e90cdfd37fd2100 to your computer and use it in GitHub Desktop.
# Recipe created by recipetool
# This is the basis of a recipe and may need further editing in order to be fully functional.
# (Feel free to remove these comments when editing.)
#
# WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesses - it is
# your responsibility to verify that the values are complete and correct.
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=da2a9d126b93cab0996a8287dacc480b"
HOMEPAGE = "http://www.makotemplates.org/"
SUMMARY = "A super-fast templating language that borrows the best ideas from the existing templating languages."
SRC_URI = "https://pypi.python.org/packages/source/M/Mako/Mako-${PV}.tar.gz"
SRC_URI[md5sum] = "fe3f394ef714776d09ec6133923736a7"
SRC_URI[sha256sum] = "ed74d72b720a97a51590dfa839f2048ceeb76cc80d1d9ea5731a5262384316ae"
S = "${WORKDIR}/Mako-0.9.1"
inherit setuptools
# The following configs & dependencies are from setuptools extras_require.
# These dependencies are optional, hence can be controlled via PACKAGECONFIG.
# The upstream names may not correspond exactly to bitbake package names.
#
# Uncomment this line to enable all the optional features.
#PACKAGECONFIG ?= "beaker"
PACKAGECONFIG[beaker] = ",,,python-beaker"
# WARNING: the following rdepends are from setuptools install_requires. These
# upstream names may not correspond exactly to bitbake package names.
RDEPENDS_${PN} += "python-markupsafe"
# WARNING: the following rdepends are determined through basic analysis of the
# python sources, and might not be 100% accurate.
RDEPENDS_${PN} += "python-codecs python-compiler python-compression python-core python-distribute python-distutils python-html python-importlib python-io python-lang python-math python-misc python-netclient python-re python-shell python-stringold python-subprocess python-threading python-unittest"
# WARNING: We were unable to map the following python package/module
# dependencies to the bitbake packages which include them:
# _dummy_thread
# _thread
# babel
# babel.messages.extract
# beaker
# beaker.cache
# html.entities
# markupsafe
# nose
# pygments
# pygments.formatters.html
# pygments.lexer
# pygments.lexers.agile
# pygments.lexers.web
# pygments.token
# urllib.parse
# urllib.request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment