Skip to content

Commit

Permalink
Merge pull request #18908 from prjemian/adl2pydm-new-recipe
Browse files Browse the repository at this point in the history
adl2pydm -- new recipe created from grayskull
  • Loading branch information
ocefpaf authored May 16, 2022
2 parents 389567b + 6fe4544 commit cad23f1
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions recipes/adl2pydm/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set name = "adl2pydm" %}
{% set version = "0.0.3" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/adl2pydm-{{ version }}.tar.gz
sha256: 8d8a159e9a1a3952f5847c8514ac8d59d64b9e855f42d2a335dfd5086fc23239

build:
entry_points:
- adl2pydm = adl2pydm.cli:main
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0

requirements:
host:
- pip
- python >=3.7
run:
- python >=3.7

test:
imports:
- adl2pydm
- pyqtdesignerpath
commands:
- pip check
- adl2pydm --help
requires:
- pip

about:
home: https://github.com/BCDA-APS/adl2pydm
summary: Convert MEDM's .adl files to PyDM's .ui format.
license: BSD-4-Clause
license_file: LICENSE.txt

extra:
recipe-maintainers:
- prjemian

0 comments on commit cad23f1

Please sign in to comment.