mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
asciidoc: bump version
switch to python3 version
This commit is contained in:
@@ -7,14 +7,16 @@ AsciiDoc is highly configurable: both the AsciiDoc source file syntax and the \
|
||||
backend output markups (which can be almost any type of SGML/XML markup) can \
|
||||
be customized and extended by the user."
|
||||
HOMEPAGE="https://asciidoc.org/"
|
||||
COPYRIGHT="2002-2013 Stuart Rackham"
|
||||
COPYRIGHT="2002-2013 Stuart Rackham
|
||||
2013-2020 AsciiDoc Contributors"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/asciidoc/asciidoc/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="9e52f8578d891beaef25730a92a6e723596ddbd07bfe0d2a56486fcf63a0b983"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/asciidoc/asciidoc-py3/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="9e269f336a71e8685d03a00c71b55ca029eed9f7baf1afe67c447be32206b176"
|
||||
SOURCE_DIR="asciidoc-py3-$portVersion"
|
||||
SOURCE_FILENAME="asciidoc-$portVersion.tar.gz"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
ARCHITECTURES="any"
|
||||
|
||||
PROVIDES="
|
||||
asciidoc = $portVersion
|
||||
@@ -25,7 +27,7 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:python
|
||||
cmd:python3
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -38,7 +40,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:make
|
||||
cmd:python2
|
||||
cmd:python3
|
||||
cmd:sed
|
||||
cmd:xmllint
|
||||
cmd:xsltproc
|
||||
Reference in New Issue
Block a user