Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* +https://tox.wiki

* cleanup

* troubleshoot the result of the test different on linux and mac
  • Loading branch information
tannevaled authored Sep 25, 2024
1 parent 1a2e6c9 commit ec95e3e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions projects/tox.wiki/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
distributable:
url: https://github.com/tox-dev/tox/archive/refs/tags/{{version.tag}}.tar.gz
strip-components: 1

display-name: tox

versions:
github: tox-dev/tox

dependencies:
pkgx.sh: ^1

build:
dependencies:
python.org: ^3.7
script:
- bkpyvenv stage {{prefix}} {{version}}
- ${{prefix}}/venv/bin/pip install .
- bkpyvenv seal {{prefix}} tox

provides:
- bin/tox

test:
dependencies:
gnu.org/coreutils: '*'
script: test "$(tox --version|cut -d$'\n' -f2|cut -d' ' -f1)" = {{version}}

0 comments on commit ec95e3e

Please sign in to comment.