We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186029d commit 437d527Copy full SHA for 437d527
2 files changed
recipes/python/puccinialin.yaml
@@ -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
@@ -153,6 +153,7 @@ depends:
153
- python::platformdirs
154
- python::pluggy
155
- python::psutil
156
+ - python::puccinialin
157
- python::pycotap
158
- python::pycparser
159
- python::pyc_wheel
0 commit comments