Skip to content

Commit

Permalink
Added: conda files for pushing to conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
kayjan committed Oct 24, 2023
1 parent 24a4969 commit 8843f5d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
1 change: 0 additions & 1 deletion conda/build.sh

This file was deleted.

35 changes: 32 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,42 @@
{% set name = "bigtree" %}
{% set version = "0.14.2" %}

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

source:
url: https://github.com/kayjan/{{ name }}/archive/refs/tags/{{ version }}.tar.gz
sha256: 21f5c61a48db0c731b00e5e08a66f16e231960accf64e4ae6d80c3fc91eb9c54

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

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

test:
imports:
- bigtree
requires:
- pip
- pytest

about:
home: https://github.com/kayjan/bigtree
license: MIT
license_family: MIT
license_file: LICENSE
summary: Tree Implementation and Methods for Python, integrated with Python list, dictionary, and pandas DataFrame.
doc_url: https://bigtree.readthedocs.io/en/latest/

extra:
recipe-maintainers:
- kayjan

0 comments on commit 8843f5d

Please sign in to comment.