summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xpython-pypi/asciidoc3/DEPENDS1
-rwxr-xr-xpython-pypi/asciidoc3/DETAILS17
-rw-r--r--python-pypi/asciidoc3/HISTORY2
4 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a51d3f59eb..338b896e30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-08-25 Treeve Jelbert <treeve@sourcemage.org>
+ * python-pypi/asciidoc3: added
+
2019-08-24 Vlad Glagolev <stealth@sourcemage.org>
* crypto/pinentry-dmenu: new spell, pinentry program with the charm of
dmenu
diff --git a/python-pypi/asciidoc3/DEPENDS b/python-pypi/asciidoc3/DEPENDS
new file mode 100755
index 0000000000..8c09196700
--- /dev/null
+++ b/python-pypi/asciidoc3/DEPENDS
@@ -0,0 +1 @@
+depends python3
diff --git a/python-pypi/asciidoc3/DETAILS b/python-pypi/asciidoc3/DETAILS
new file mode 100755
index 0000000000..9d12a81f91
--- /dev/null
+++ b/python-pypi/asciidoc3/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=asciidoc3
+ VERSION=3.1.0.post4
+ VX=be/e9/defb4373cca5e1d42cd952ee7aeefc1dda0c03d5211c27b6f18e859bea43
+ SOURCE_HASH=sha512:3fae0569720a53f747e21e151bf8f8c3d59fbdf36c9036eb4b31e2aceb143167b311961059a69128573e9cb2bbccb4525b6e664055dbf955500b4cefa81847d3
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ SOURCE_URL=https://files.pythonhosted.org/packages/$VX/$SOURCE
+ WEB_SITE=https://pypi.org/project/asciidoc3
+ ENTERED=20190825
+ LICENSE[0]=GPL
+ KEYWORDS="docbook man html doc"
+ SHORT="HTML, man page, DocBook creator from text files"
+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
+EOF
diff --git a/python-pypi/asciidoc3/HISTORY b/python-pypi/asciidoc3/HISTORY
new file mode 100644
index 0000000000..8abef299e1
--- /dev/null
+++ b/python-pypi/asciidoc3/HISTORY
@@ -0,0 +1,2 @@
+2019-08-25 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 3.1.0.post4