From ab097355d593244bf0b5ea5a62ee7b04d1a0a5a3 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Fri, 14 Jul 2017 11:21:59 +0200 Subject: python3-virtualenv: Add a recipe for python3-virtualenv The recipe also supports native and nativsdk builds Change-Id: Iab2b66b7969a1ca7f444eece2f7a74ed3760364b Reviewed-by: Gordan Markus --- recipes/python/python3-virtualenv.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes/python/python3-virtualenv.bb diff --git a/recipes/python/python3-virtualenv.bb b/recipes/python/python3-virtualenv.bb new file mode 100644 index 0000000..cc091b8 --- /dev/null +++ b/recipes/python/python3-virtualenv.bb @@ -0,0 +1,21 @@ +SUMMARY = "Virtual Python Environment builder" +HOMEPAGE = "http://github.com/gitpython-developers/GitPython" +SECTION = "devel/python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=51910050bd6ad04a50033f3e15d6ce43" + +PV="15.1.0" +SRC_URI = "https://files.pythonhosted.org/packages/source/v/virtualenv/virtualenv-15.1.0.tar.gz" + +SRC_URI[md5sum] = "44e19f4134906fe2d75124427dc9b716" +SRC_URI[sha256sum] = "02f8102c2436bb03b3ee6dede1919d1dac8a427541652e5ec95171ec8adbc93a" + +UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/virtualenv/" +UPSTREAM_CHECK_REGEX = "/virtualenv/(?P(\d+[\.\-_]*)+)" + +S = "${WORKDIR}/virtualenv-${PV}" + +BBCLASSEXTEND = "native nativesdk" + +inherit setuptools3 + -- cgit v1.2.3-54-g00ecf