Skip to content

Commit

Permalink
Merge pull request #1 from regro-cf-autotick-bot/0.0.6_h3f3de7
Browse files Browse the repository at this point in the history
conftrak v0.0.6
  • Loading branch information
mrakitin committed Jan 27, 2022
2 parents 20e97a2 + 8d33976 commit f0e8b31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{% set name = "conftrak" %}
{% set version = "0.0.5" %}
{% set version = "0.0.6" %}


package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/conftrak-{{ version }}.tar.gz
sha256: 29bd0d698ed7f749dcccfd2773a4dce7bf7551dd0490a9020342fd24184868a4
# TODO: update the MANIFEST.in file to include the missing files in the sdist
# distribution, e.g. `requirements.txt` and `LICENSE` and then the PyPI
# sources can be used.
# url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/conftrak-{{ version }}.tar.gz
url: https://github.com/NSLS-II/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: af9f63e04e0fa6a47cd565238d3a0e993bd68d43595bc8e6e0682f9dc0e9a666

build:
number: 0
Expand Down

0 comments on commit f0e8b31

Please sign in to comment.