Skip to content

Commit

Permalink
Merge pull request #40 from regro-cf-autotick-bot/0.1.3_hfdcd30
Browse files Browse the repository at this point in the history
[bot-automerge] pysqa v0.1.3
  • Loading branch information
jan-janssen authored Oct 4, 2023
2 parents f61efbc + d9c5fb9 commit 7b42e14
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2,019 deletions.
46 changes: 0 additions & 46 deletions recipe/cmd.patch

This file was deleted.

16 changes: 6 additions & 10 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,30 @@
{% set name = "pysqa" %}
{% set version = "0.1.2" %}
{% set version = "0.1.3" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pysqa-{{ version }}.tar.gz
sha256: fa7316174f00ceb6a29167e157cefca1e6d443170db58760fdfec891a0136d78
patches:
- pympipool.patch
- versioneer.patch
- cmd.patch
sha256: d8eb78d0743adafb963e058ee54678887c5ecaf12f74b24b14f98c24461ed6c6

build:
entry_points:
- pysqa=pysqa.cmd:command_line
- pysqa-executor=pysqa.executor.backend:command_line
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 1
number: 0

requirements:
host:
- python >=3.6
- python >=3.7
- pip
run:
- python >=3.6
- python >=3.7
- jinja2 >=3.1.2
- pandas >=2.1.0
- pandas >=2.1.1
- pyyaml >=6.0.1

test:
Expand Down
28 changes: 0 additions & 28 deletions recipe/pympipool.patch

This file was deleted.

Loading

0 comments on commit 7b42e14

Please sign in to comment.