Skip to content
Snippets Groups Projects
Commit 71570cd6 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[importlib-metadata] Move to defaults channel version

Fixes #76
parent a759eb55
No related branches found
No related tags found
No related merge requests found
Pipeline #32357 passed
{% set name = "importlib_metadata" %}
{% set version = "0.8" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "b50191ead8c70adfa12495fba19ce6d75f2e0275c14c5a7beb653d6799b512bd" %}
package:
name: '{{ name|lower }}'
version: '{{ version }}'
source:
fn: '{{ name }}-{{ version }}.{{ file_ext }}'
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.{{ file_ext }}
'{{ hash_type }}': '{{ hash_value }}'
build:
number: 0
entry_points:
- nodeenv = nodeenv:main
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"
requirements:
host:
- pip
- python
run:
- python
- zipp
test:
imports:
- importlib_metadata
about:
home: https://gitlab.com/python-devs/importlib_metadata
license: Apache Software
license_family: APACHE
summary: A library to access the metadata for a Python package
doc_url: https://importlib-metadata.readthedocs.io
extra:
recipe-maintainers: sgaist
...@@ -14,7 +14,7 @@ source: ...@@ -14,7 +14,7 @@ source:
'{{ hash_type }}': '{{ hash_value }}' '{{ hash_type }}': '{{ hash_value }}'
build: build:
number: 0 number: 1
entry_points: entry_points:
- pre-commit = pre_commit.main:main - pre-commit = pre_commit.main:main
- pre-commit-validate-config = pre_commit.clientlib:validate_config_main - pre-commit-validate-config = pre_commit.clientlib:validate_config_main
...@@ -31,7 +31,7 @@ requirements: ...@@ -31,7 +31,7 @@ requirements:
- cached-property - cached-property
- cfgv >=1.0.0 - cfgv >=1.0.0
- identify >=1.0.0 - identify >=1.0.0
- importlib_metadata - importlib_metadata >=0.17
- nodeenv >=0.11.1 - nodeenv >=0.11.1
- pyyaml - pyyaml
- six - six
......
...@@ -24,7 +24,6 @@ conda/aspy.yaml ...@@ -24,7 +24,6 @@ conda/aspy.yaml
conda/cfgv conda/cfgv
conda/identify conda/identify
conda/zipp conda/zipp
conda/importlib-metadata
conda/importlib-resources conda/importlib-resources
conda/nodeenv conda/nodeenv
conda/pre-commit conda/pre-commit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment