Skip to content

Commit

Permalink
Merge pull request #28255 from raybellwaves/patch-12
Browse files Browse the repository at this point in the history
add-partialjson
  • Loading branch information
synapticarbors authored Nov 24, 2024
2 parents 6d8f16c + 58a844c commit d6ebe4e
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions recipes/partialjson/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{% set name = "partialjson" %}
{% set version = "0.0.8" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 91217e19a15049332df534477f56420065ad1729cedee7d8c7433e1d2acc7dca

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

requirements:
host:
- python 3.6
- pip
- setuptools
run:
- python >=3.6

test:
imports:
- partialjson
requires:
- python 3.6
- pip
commands:
- pip check

about:
home: https://github.com/iw4p/partialjson
summary: Parse incomplete or partial json
description: Parse incomplete or partial json
license: MIT
license_file: LICENSE
dev_url: https://github.com/iw4p/partialjson

extra:
recipe-maintainers:
- raybellwaves

0 comments on commit d6ebe4e

Please sign in to comment.