aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-altgraph_0.17.bb
blob: c48ce589c1000bbb8198c821206f42c9e189a865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 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.)

SUMMARY = "Python graph (network) package"
HOMEPAGE = "https://altgraph.readthedocs.io"
# 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.
#
# The following license files were not able to be identified and are
# represented as "Unknown" below, you will need to check them yourself:
#   LICENSE
#   doc/license.rst
#   doc/_build/doctrees/license.doctree
#   doc/_build/html/license.html
#   doc/_build/html/_sources/license.rst.txt
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3590eb8d695bdcea3ba57e74adf8a4ed \
                    file://doc/license.rst;md5=0c55797341c5fc3ca582cd3cd01f269f \
                    file://doc/_build/doctrees/license.doctree;md5=5fc9da3f407c876564914f5e8cb674c8 \
                    file://doc/_build/html/license.html;md5=b04f1fdd0c3babb95695881346d4e28d \
                    file://doc/_build/html/_sources/license.rst.txt;md5=24f1acc425b086e31515d7f81bd2d8cd"

SRC_URI[sha256sum] = "1f05a47122542f97028caf78775a095fbe6a2699b5089de8477eb583167d69aa"
SRC_URI[sha384sum] = "736cfa8aff65aa9abfa824da758ca4b945f07696b43624e242c363c6a6b4e8fe4ee3c4c84ef58174459669410ff342ff"
SRC_URI[sha512sum] = "1f6c17f4539bc0793c24bce22dabb597aef4ad0269f755ada8a7fb472d67fe1ea8f7fc510e2f1540c28bc2717ddbd2465be7a7d5703ac285be347ed670cb1dd7"

S = "${WORKDIR}/altgraph-${PV}"

inherit pypi setuptools3

# WARNING: the following rdepends are determined through basic analysis of the
# python sources, and might not be 100% accurate.
RDEPENDS:${PN} += "python3-core python3-math python3-pkg-resources python3-unittest"

# WARNING: We were unable to map the following python package/module
# dependencies to the bitbake packages which include them:
#    StringIO

BBCLASSEXTEND = "native nativesdk"