Commit 4bf24c8 1 parent 412f5dd commit 4bf24c8 Copy full SHA for 4bf24c8
File tree 3 files changed +11
-15
lines changed
3 files changed +11
-15
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {% set name = "poppy-ergo-jr" %}
2
+ {% set version = "2.0.0" %}
1
3
package :
2
- name : poppy-ergo-jr
3
- # version automatically set in the build.sh and blt.bat
4
+ name : ' {{ name }} '
5
+ version : ' {{ version }} '
4
6
5
7
source :
6
8
path : ../
9
11
# If this is a new build for the same version, increment the build
10
12
# number. If you do not include this key, it defaults to 0.
11
13
number : 0
14
+ script : python setup.py install --single-version-externally-managed --record=record.txt
15
+
12
16
13
17
requirements :
14
18
build :
30
34
- poppy_ergo_jr
31
35
32
36
about :
33
- home : https://github.com/poppy-project/poppy-ergo-jr'
37
+ home : https://github.com/poppy-project/poppy-ergo-jr
34
38
summary : ' Poppy Ergo Jr Software Library'
35
39
license : GNU GENERAL PUBLIC LICENSE Version 3
40
+ license_family : GPL3
41
+ summary : Poppy Ergo Jr Software Library
42
+ doc_url : ' https://docs.poppy-project.org/'
43
+ dev_url : ' http://github.com/poppy-project/poppy-ergo-jr'
You can’t perform that action at this time.
0 commit comments