mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
482b457423
commit
576d004ab1
|
@ -1,6 +1,9 @@
|
||||||
distributable:
|
distributable:
|
||||||
url: https://downloads.sourceforge.net/project/docutils/docutils/{{version.marketing}}/docutils-{{version.marketing}}.tar.gz
|
- url: https://downloads.sourceforge.net/project/docutils/docutils/{{version.marketing}}/docutils-{{version.marketing}}.tar.gz
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
|
# 0.21 named its source distribution oddly
|
||||||
|
- url: https://downloads.sourceforge.net/project/docutils/docutils/{{version.marketing}}/docutils-{{version.marketing}}.post1.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
url: https://sourceforge.net/projects/docutils/files/docutils/
|
url: https://sourceforge.net/projects/docutils/files/docutils/
|
||||||
|
@ -10,12 +13,16 @@ versions:
|
||||||
- /\/"/
|
- /\/"/
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
python.org: ~3.11
|
pkgx.sh: ^1
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script: |
|
dependencies:
|
||||||
python-venv.sh {{prefix}}/bin/docutils
|
python.org: ~3.11
|
||||||
|
script:
|
||||||
|
# python-venv.sh {{prefix}}/bin/docutils
|
||||||
|
- bkpyvenv stage {{prefix}} {{version}}
|
||||||
|
- ${{prefix}}/venv/bin/pip install .
|
||||||
|
- bkpyvenv seal {{prefix}} docutils
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/docutils
|
- bin/docutils
|
||||||
|
@ -24,6 +31,4 @@ test:
|
||||||
fixture: |
|
fixture: |
|
||||||
- This is a bullet list.
|
- This is a bullet list.
|
||||||
- Bullets can be "*", "+", or "-".
|
- Bullets can be "*", "+", or "-".
|
||||||
|
script: docutils $FIXTURE test.html
|
||||||
script: |
|
|
||||||
docutils $FIXTURE test.html
|
|
||||||
|
|
Loading…
Reference in a new issue