aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kolbus <peter.kolbus@garmin.com>2020-01-02 12:37:43 -0600
committerTim Orling <ticotimo@gmail.com>2020-01-22 20:31:23 -0800
commit0e70ebcf15c0f890726880fb2ee91baae867aa66 (patch)
tree79d707a91d58b7e192c744f1b22e759e050ef1b1
parent5bd451c74e3900dcbb449d703be13411ed28fa0a (diff)
downloadmeta-python2-0e70ebcf15c0f890726880fb2ee91baae867aa66.tar.gz
python-license-expression: add recipe
python-license-expression is a utility library to parse and work with license expressions. (From meta-openembedded commit: 5b15fb9c839a276220651946efd1d1a303ff0d45) Signed-off-by: Peter Kolbus <peter.kolbus@garmin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Refactor for py2 and upgrade to v1.2; add rdeps Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-license-expression_1.2.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-license-expression_1.2.bb b/recipes-devtools/python/python-license-expression_1.2.bb
new file mode 100644
index 0000000..8caccd2
--- /dev/null
+++ b/recipes-devtools/python/python-license-expression_1.2.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Utility library to parse, compare, simplify and normalize license expressions"
+HOMEPAGE = "https://github.com/nexB/license-expression"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://apache-2.0.LICENSE;md5=e23fadd6ceef8c618fc1c65191d846fa"
+
+SRC_URI[md5sum] = "fd4cb295cc345be1071274cdbd81c969"
+SRC_URI[sha256sum] = "7960e1dfdf20d127e75ead931476f2b5c7556df05b117a73880b22ade17d1abc"
+
+inherit pypi setuptools
+
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-booleanpy \
+ "
+
+RDEPENDS_${PN}_append_class-target = "\
+ ${PYTHON_PN}-logging \
+ "
+
+BBCLASSEXTEND = "native nativesdk"
ner'>ChenQi/systemd-container OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/meta/site/mips-linux-uclibc
blob: 074cb0920f2f7bf53eb5666cd39c734aa98d4b4a (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126