mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 10:25:05 +03:00
parent
11ca7336d7
commit
f0c484d3dd
1 changed files with 25 additions and 0 deletions
25
projects/docutils.org/package.yml
Normal file
25
projects/docutils.org/package.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
distributable:
|
||||
url: https://downloads.sourceforge.net/project/docutils/docutils/{{version.marketing}}/docutils-{{version.marketing}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
- 0.19.0
|
||||
|
||||
dependencies:
|
||||
python.org: 3.11
|
||||
|
||||
build:
|
||||
script: |
|
||||
python-venv.sh {{prefix}}/bin/docutils
|
||||
|
||||
|
||||
provides:
|
||||
- bin/docutils
|
||||
|
||||
test:
|
||||
fixture: |
|
||||
- This is a bullet list.
|
||||
- Bullets can be "*", "+", or "-".
|
||||
|
||||
script: |
|
||||
docutils $FIXTURE test.html
|
Loading…
Reference in a new issue