diff options
Diffstat (limited to 'meta/recipes-devtools/python/python-scons_3.0.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python-scons_3.0.0.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-scons_3.0.0.bb b/meta/recipes-devtools/python/python-scons_3.0.0.bb new file mode 100644 index 0000000000..33bfb45e2e --- /dev/null +++ b/meta/recipes-devtools/python/python-scons_3.0.0.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | SUMMARY = "Software Construction tool (make/autotools replacement)" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=46ddf66004e5be5566367cb525a66fc6" | ||
| 5 | SRCNAME = "scons" | ||
| 6 | |||
| 7 | SRC_URI = "https://files.pythonhosted.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 8 | file://SConscript-Support-python2-print-statements.patch" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "7ca558edaaa1942fe38f3105ca2400fb" | ||
| 11 | SRC_URI[sha256sum] = "aa5afb33c2bbd33c311e47e912412195739e9ffb2e933534a31f85fba8f3470e" | ||
| 12 | |||
| 13 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/SCons/" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} = "\ | ||
| 20 | python-fcntl \ | ||
| 21 | python-io \ | ||
| 22 | python-json \ | ||
| 23 | python-subprocess \ | ||
| 24 | python-shell \ | ||
| 25 | python-pprint \ | ||
| 26 | python-importlib \ | ||
| 27 | " | ||
