Skip to content

Commit

Permalink
Merge pull request #19 from regro-cf-autotick-bot/0.3.55_ha1b45f
Browse files Browse the repository at this point in the history
pyhocon v0.3.55
  • Loading branch information
nelson-liu committed Oct 14, 2020
2 parents 2d842f0 + e2805d8 commit 69a4cf6
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 19 deletions.
11 changes: 7 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

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

2 changes: 1 addition & 1 deletion .gitattributes

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

5 changes: 3 additions & 2 deletions .scripts/build_steps.sh

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

8 changes: 6 additions & 2 deletions .scripts/run_docker_build.sh

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

21 changes: 11 additions & 10 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
{% set pkgname = "pyhocon" %}
{% set version = "0.3.54" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "fb2b0f7a75e5781451fe673129c9b17f4f74ddd7bbc9cb79edc2e69bbdea9e97" %}
{% set version = "0.3.55" %}

package:
name: {{ pkgname }}
version: {{ version }}

source:
fn: '{{ pkgname }}-{{ version }}.{{ file_ext }}'
url: https://pypi.io/packages/source/{{ pkgname[0] }}/{{ pkgname }}/{{ pkgname }}-{{ version }}.{{ file_ext }}
'{{ hash_type }}': '{{ hash_value }}'
fn: {{ pkgname }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ pkgname[0] }}/{{ pkgname }}/{{ pkgname }}-{{ version }}.tar.gz
sha256: d1ce0e0e70eb194f469ec30a61b80e3fe3bbd9e291b371a2168bdb984d8cfba9

build:
noarch: python
number: 0
script: python -m pip install --no-deps --ignore-installed .
script: {{ PYTHON }} -m pip install . --no-deps -vv
entry_points:
- pyhocon=pyhocon.tool:main

Expand All @@ -25,10 +22,14 @@ requirements:
- pip
- python
- pyparsing >=2.0.3
- asset
- setuptools

run:
- python
- pyparsing >=2.0.3
- asset
- setuptools

test:
imports:
Expand All @@ -42,8 +43,8 @@ about:
license: Apache-2.0
license_family: APACHE
license_file: LICENSE
summary: 'HOCON parser for Python'
description: 'HOCON parser for Python'
summary: HOCON parser for Python
description: HOCON parser for Python
doc_url: https://pythonhosted.org/pyhocon/
dev_url: http://github.com/chimpler/pyhocon/

Expand Down

0 comments on commit 69a4cf6

Please sign in to comment.