Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5cf903e2d3f749cccd84b17a4c3d584963554199)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5cf903e2d3f749cccd84b17a4c3d584963554199)
  • Date: Fri, 20 Sep 2019 18:21:53 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

python-pypi/asciidoc3/DETAILS | 1 +
python-pypi/asciidoc3/HISTORY | 4 ++++
python-pypi/asciidoc3/PRE_BUILD | 3 +++
3 files changed, 8 insertions(+)

New commits:
commit 5cf903e2d3f749cccd84b17a4c3d584963554199
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

asciidoc3 - fix install lcoation

diff --git a/python-pypi/asciidoc3/DETAILS b/python-pypi/asciidoc3/DETAILS
index 9d12a81..39b66f4 100755
--- a/python-pypi/asciidoc3/DETAILS
+++ b/python-pypi/asciidoc3/DETAILS
@@ -1,6 +1,7 @@
SPELL=asciidoc3
VERSION=3.1.0.post4

VX=be/e9/defb4373cca5e1d42cd952ee7aeefc1dda0c03d5211c27b6f18e859bea43
+ PATCHLEVEL=1

SOURCE_HASH=sha512:3fae0569720a53f747e21e151bf8f8c3d59fbdf36c9036eb4b31e2aceb143167b311961059a69128573e9cb2bbccb4525b6e664055dbf955500b4cefa81847d3
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/python-pypi/asciidoc3/HISTORY b/python-pypi/asciidoc3/HISTORY
index 8abef29..b7e743b 100644
--- a/python-pypi/asciidoc3/HISTORY
+++ b/python-pypi/asciidoc3/HISTORY
@@ -1,2 +1,6 @@
+2019-09-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * PRE_BUILD: added, do not install to root dir
+
2019-08-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.1.0.post4
diff --git a/python-pypi/asciidoc3/PRE_BUILD b/python-pypi/asciidoc3/PRE_BUILD
new file mode 100755
index 0000000..9dfea24
--- /dev/null
+++ b/python-pypi/asciidoc3/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i '/PREFIX_TUPLE/s|'/'|/usr/share/|' setup.py



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5cf903e2d3f749cccd84b17a4c3d584963554199), Treeve Jelbert, 09/20/2019

Archive powered by MHonArc 2.6.24.

Top of Page