From da413aa8ee19d3af1aaeed0c2445544ab41f56af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 13 Dec 2020 16:55:17 +0100 Subject: [PATCH] python3-random2: initial add 1.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is a build dependency for more recent freecell-solver Signed-off-by: Andreas Müller --- .../python-random2/python3-random2_1.0.1.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-support/python-random2/python3-random2_1.0.1.bb diff --git a/recipes-support/python-random2/python3-random2_1.0.1.bb b/recipes-support/python-random2/python3-random2_1.0.1.bb new file mode 100644 index 00000000..dad9e7a4 --- /dev/null +++ b/recipes-support/python-random2/python3-random2_1.0.1.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Python 3 compatible Python 2 `random` Module" +HOMEPAGE = "https://pypi.org/project/random2/" +LICENSE = "PSFv2" + +LIC_FILES_CHKSUM = "file://setup.py;beginline=13;endline=13;md5=7767ca95316ceeac60eda07a2f2245ca" + +SRC_URI = "https://files.pythonhosted.org/packages/ee/b5/5aca5217501fbd06b1e5aed6d5986baa0da5380880e6bb6f421ed18e3a32/random2-${PV}.zip" +SRC_URI[sha256sum] = "34ad30aac341039872401595df9ab2c9dc36d0b7c077db1cea9ade430ed1c007" +S = "${WORKDIR}/random2-${PV}" + +inherit setuptools3 + +BBCLASSEXTEND = "native"