Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding qm-tools-aw #28304

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions recipes/qm_tools_aw/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{% set name = "qm-tools-aw" %}
{% set version = "1.4.2" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: e8292f3474ccdd62e636691f4a2822bbae89bf9a339a634af98ebd310a4ae25e

build:
script: {{ PYTHON }} -m pip install . -vv
number: 0

requirements:
build:
- {{ compiler('c') }}
host:
- python
- pip
- setuptools
run:
- python

test:
imports:
- simplejson
- simplejson.tests
requires:
- pip
commands:
- pip check

about:
home: https://github.com/Awallace3/qm_tools
summary: 'Provides some functions that I have found value in reusing for quantum chemistry related tasks.'
description: |
Provides some functions that I have found value in reusing for quantum chemistry related tasks.
license: MIT
license_family: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- Awallace3
Loading