aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-intbitset_2.4.1.bb
blob: c52395d4db436e68065898ca3b80453964ac9868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "C-based extension implementing fast integer bit sets"
HOMEPAGE = "http://github.com/inveniosoftware/intbitset/"

LICENSE = "LGPL-3.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02"

DEPENDS += "\
            python3-six-native \
           "

PYPI_PACKAGE = "intbitset"

SRC_URI[sha256sum] = "44bca80b8cc702d5a56f0686f2bb5e028ab4d0c2c1761941589d46b7fa2c701c"

inherit pypi
inherit setuptools3

BBCLASSEXTEND = "native"