Files
meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-lang_git.bb
Babak Sarashki 63b6601bdd meta-stx: update LICENSE and copyright info
- Change License from Apache2 to MIT.
- Remove Copyright from individual recipes
- Move License to README.md
- Add meta-stx Copyright to README.md

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
2020-06-08 13:00:26 -07:00

24 lines
743 B
BlitzBasic

SUMMARY = " Lang - Python Language Constraints"
DESCRIPTION = "\
Lang is a Python module that allows enforcing programming language constraints. Lang was \
built using a Java like mindset, so many of the constraints that are supported are mirrors \
of constraints in the Java programming language. \
"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
SRCREV = "feb4c638ebc581d9913f440965e83558fd10018c"
PROTOCOL = "https"
BRANCH = "master"
S = "${WORKDIR}/git/src"
PV = "1.0.4+git${SRCPV}"
SRC_URI = "git://github.com/amitassaraf/lang.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
DEPENDS += " python3 python3-setuptools-scm-native"
inherit setuptools3 distutils3 pkgconfig