aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ordered-set_3.0.0.bb
blob: b731c28d2d6b5f4710075d96f035775d357010fe (plain)
1
2
3
4
5
6
7
8
9
10
11
SUMMARY = "A MutableSet that remembers its order, so that every entry has an index."
HOMEPAGE = "http://github.com/LuminosoInsight/ordered-set"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://MIT-LICENSE;md5=2b36be0d99854aa2ae292a800a7c1d4e"

SRC_URI[md5sum] = "c8f5b99b717618803b914dd9cfe5ef43"
SRC_URI[sha256sum] = "a34399fe6aa78358aaa00129d67c65b4aa099adfc023731b1d756c85776a89bb"

inherit pypi setuptools3

DEPENDS += "python3-pytest-runner-native"