Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KennthShang authored Nov 4, 2024
1 parent 6d7ea7e commit b5be067
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/phabox/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{% set name = "PhaBOX" %}
{% set version = "2.1.2" %}
{% set version = "2.1.3" %}

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

source:
url: https://github.com/KennthShang/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: d23a9d0bd68c49e8729ae893a7436f2b907e745637450b3a473c3a88762dab75

build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . -vv"
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
entry_points:
- phabox2=phabox2.phabox2:main
run_exports:
- {{ pin_subpackage('phabox', max_pin="x.x") }}

requirements:
host:
Expand Down

0 comments on commit b5be067

Please sign in to comment.