summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb
blob: b592cb95d4af1f3873653b88472c3ef29589d1b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "Strict, simple, lightweight RFC3339 function.s"
HOMEPAGE = "https://pypi.org/project/strict-rfc3339/"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8f0e2cd40e05189ec81232da84bd6e1a"

SRC_URI += "file://0001-setup.py-use-vendored-_distutils.patch"
SRC_URI[sha256sum] = "5cad17bedfc3af57b399db0fed32771f18fc54bbd917e85546088607ac5e1277"

inherit pypi setuptools3

PIP_INSTALL_PACKAGE = "strict_rfc3339"

BBCLASSEXTEND = "native nativesdk"