Skip to content

Commit

Permalink
Add recipe for mini3di Python package
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Oct 7, 2024
1 parent 83d2492 commit 4adaaa2
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions recipes/mini3di/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{% set name = "mini3di" %}
{% set version = "0.2.1" %}

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

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

build:
number: 0
skip: True #[py2k]
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv "
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}

requirements:
host:
- python
- pip
- setuptools
run:
- python
- numpy

test:
imports:
- {{ name }}

about:
home: https://github.com/althonos/mini3di
license: BSD-3-Clause
license_file: COPYING
summary: "A NumPy port of the foldseek code for encoding protein structures to 3di."

extra:
recipe-maintainers:
- althonos

0 comments on commit 4adaaa2

Please sign in to comment.