Skip to content

Commit 437d527

Browse files
committed
add python::puccinialin v0.1.8
1 parent 186029d commit 437d527

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

recipes/python/puccinialin.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
inherit: ["python3::build"]
2+
3+
metaEnvironment:
4+
PKG_VERSION: "0.1.8"
5+
PKG_LICENSE: "MIT OR Apache-2.0"
6+
7+
checkoutSCM:
8+
scm: url
9+
url: "https://files.pythonhosted.org/packages/34/7d/\
10+
88810c578a1526a8a73ac07bf33fb65d68f9b9c82c37950d09159f4d1916/puccinialin-0.1.8.tar.gz"
11+
digestSHA256: e19f6316967ae100bf3fb92d8af95e3cec11ce0de58acd2f1a0bca835403a394
12+
stripComponents: 1
13+
14+
buildScript: |
15+
python3Build $1
16+
17+
packageScript: |
18+
python3PackageTgt
19+
20+
provideDeps: ['python::*']

tests/buildall/recipes/all.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ depends:
153153
- python::platformdirs
154154
- python::pluggy
155155
- python::psutil
156+
- python::puccinialin
156157
- python::pycotap
157158
- python::pycparser
158159
- python::pyc_wheel

0 commit comments

Comments
 (0)