Skip to content

Commit 066a5a8

Browse files
committed
add conda-forge default noarch recipe
1 parent b344c11 commit 066a5a8

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{% set name = "template" %}
2+
{% set version = "0.1.0" %}
3+
4+
package:
5+
name: {{ name|lower }}
6+
version: {{ version }}
7+
8+
source:
9+
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/template-{{ version }}.tar.gz
10+
sha256: a3778ac2d7e8f22e9499e46c590408ae3236f9703b7782840d451832c7e9ccef
11+
12+
build:
13+
noarch: python
14+
script: {{ PYTHON }} -m pip install . -vv
15+
number: 0
16+
entry_points:
17+
- template-sys_info = template.commands.sys_info:run
18+
19+
requirements:
20+
host:
21+
- pip
22+
- python >=3.8
23+
- setuptools >=61.0.0
24+
run:
25+
- numpy >=1.21
26+
- psutil
27+
- python >=3.8
28+
29+
test:
30+
imports:
31+
- template
32+
commands:
33+
- pip check
34+
requires:
35+
- pip
36+
37+
about:
38+
home: https://mscheltienne.github.io/template-python/dev/index.html
39+
summary: Template for python projects
40+
license: MIT
41+
license_file: LICENSE
42+
dev_url: https://github.com/mscheltienne/template-python
43+
44+
extra:
45+
recipe-maintainers:
46+
- mscheltienne

0 commit comments

Comments
 (0)