Skip to content

Commit 4bf24c8

Browse files
committed
Update conda recipe for conda-build >=3
1 parent 412f5dd commit 4bf24c8

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

software/conda.recipe/bld.bat

-8
This file was deleted.

software/conda.recipe/build.sh

-4
This file was deleted.

software/conda.recipe/meta.yaml

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
{% set name = "poppy-ergo-jr" %}
2+
{% set version = "2.0.0" %}
13
package:
2-
name: poppy-ergo-jr
3-
# version automatically set in the build.sh and blt.bat
4+
name: '{{ name }}'
5+
version: '{{ version }}'
46

57
source:
68
path: ../
@@ -9,6 +11,8 @@ build:
911
# If this is a new build for the same version, increment the build
1012
# number. If you do not include this key, it defaults to 0.
1113
number: 0
14+
script: python setup.py install --single-version-externally-managed --record=record.txt
15+
1216

1317
requirements:
1418
build:
@@ -30,6 +34,10 @@ test:
3034
- poppy_ergo_jr
3135

3236
about:
33-
home: https://github.com/poppy-project/poppy-ergo-jr'
37+
home: https://github.com/poppy-project/poppy-ergo-jr
3438
summary: 'Poppy Ergo Jr Software Library'
3539
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'

0 commit comments

Comments
 (0)