New commits:
commit e6b6a0b3f522da8c86fbf6f6b6327bb92204484f
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
firefox-esr, asciidoc: update FF-ESR to 115.3.1 (++SECURITY_PATCH) and
asciidoc to 10.2.0, dropping python2
Sorry for the confusion, I accidentally mixed up two commits and am
not battling with git to detangle them.
diff --git a/doc/asciidoc/DEPENDS b/doc/asciidoc/DEPENDS
index c3300c8..324de51 100755
--- a/doc/asciidoc/DEPENDS
+++ b/doc/asciidoc/DEPENDS
@@ -1,3 +1,4 @@
depends autoconf &&
depends automake &&
-depends python
+depends python3 &&
+depends pip
diff --git a/doc/asciidoc/DETAILS b/doc/asciidoc/DETAILS
index 5bfbdce..e08519e 100755
--- a/doc/asciidoc/DETAILS
+++ b/doc/asciidoc/DETAILS
@@ -1,9 +1,10 @@
SPELL=asciidoc
- VERSION=8.6.10
-
SOURCE_HASH=sha512:6ecc86977baaf1c756691e3f661e43ef2bb24e606898f6075bfa6f174d1fdc5e77d00853ffe014847e295364349d6ad34f3b8209cb97870e0233012fc38a281a
+ SPELLX=asciidoc-py
+ VERSION=10.2.0
+
SOURCE_HASH=sha512:e8f97559a169504bd2b47a5a4108268d08dbeb98e304486e64761c2603963f4610a0f96c443fdbb8ea289586f015d066681c8ad2946610864662d6df5d7ba9d6
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- SOURCE_URL=https://github.com/asciidoc/$SPELL/archive/$VERSION.tar.gz
+
SOURCE_URL="https://github.com/$SPELLX/$SPELLX/releases/download/$VERSION/$SOURCE"
WEB_SITE=http://www.methods.co.nz/asciidoc/
ENTERED=20060123
LICENSE[0]=GPL
@@ -13,4 +14,7 @@ cat << EOF
AsciiDoc is a text document format for writing short documents, articles,
books and UNIX man pages. AsciiDoc files can be translated to HTML and
DocBook markups using the asciidoc(1) command
+
+This is the legacy processor using python. Modern frontends for the
+current specificatin are to be found elsewhere.
EOF
diff --git a/doc/asciidoc/HISTORY b/doc/asciidoc/HISTORY
index e9edba6..a936b6f 100644
--- a/doc/asciidoc/HISTORY
+++ b/doc/asciidoc/HISTORY
@@ -1,3 +1,8 @@
+2023-10-04 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: switch to asciidoc-py project, python3 variant,
+ update to 10.2.0
+ * PRE_BUILD, DEPENDS: python3
+
2020-06-05 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS, DEPENDS, PRE_BUILD: version 8.6.10
diff --git a/doc/asciidoc/PRE_BUILD b/doc/asciidoc/PRE_BUILD
index bd8bcfb..1ad610c 100755
--- a/doc/asciidoc/PRE_BUILD
+++ b/doc/asciidoc/PRE_BUILD
@@ -1,7 +1,4 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&