Skip to content

Commit

Permalink
Merge pull request #9 from wpk-nist-gov/v0.9.0
Browse files Browse the repository at this point in the history
chore: update meta.yaml
  • Loading branch information
wpk-nist-gov authored Nov 14, 2023
2 parents f03f8f1 + a1bbf6f commit 6cabc78
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 13 additions & 4 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pyproject2conda" %}
{% set version = "0.8.0" %}
{% set version = "0.9.0" %}

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

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

build:
entry_points:
Expand All @@ -21,7 +21,7 @@ requirements:
host:
- python >=3.8
- setuptools >=61.2
- setuptools-scm >=7.0
- setuptools-scm >=8.0
- pip
run:
- python >=3.8
Expand All @@ -44,7 +44,9 @@ test:

about:
home: https://github.com/usnistgov/pyproject2conda
summary: A script to convert a Python project declared on a pyproject.toml to a conda environment.
summary:
A script to convert a Python project declared on a pyproject.toml to a conda
environment.
description: |
A script to convert a Python project declared on a pyproject.toml to a conda environment.
license: NIST-PD
Expand Down

0 comments on commit 6cabc78

Please sign in to comment.