8000 BLD: use jinja instead of make_version script · python-control/python-control@91d5355 · GitHub
[go: up one dir, main page]

Skip to content

Commit 91d5355

Browse files
committed
BLD: use jinja instead of make_version script
1 parent 05d6bc5 commit 91d5355

File tree

2 files changed

+5
-52
lines changed

2 files changed

+5
-52
lines changed

conda-recipe/meta.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
package:
22
name: control
3+
version: {{ GIT_DESCRIBE_TAG }}
4+
5+
source:
6+
git_url: ../
37

48
build:
9+
number: {{ GIT_DESCRIBE_NUMBER }}
510
script:
611
- cd $RECIPE_DIR/..
7-
- $PYTHON make_version.py
812
- $PYTHON setup.py install --single-version-externally-managed --record=record.txt
913

1014
requirements:

make_version.py

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0