summaryrefslogtreecommitdiffstats
path: root/python-pypi
diff options
context:
space:
mode:
authorIsmael Luceno2021-10-21 09:25:40 +0200
committerIsmael Luceno2021-10-21 09:26:38 +0200
commita057f4032d281a30d4b9187d27c800fa4968ab87 (patch)
treefeb174cd4f7c4d5f1b824d9de7ebd56f7ec8cd40 /python-pypi
parent3f78b797ed2dbd4af04dda8a385125ce27d45ee1 (diff)
stgit 1.2
Diffstat (limited to 'python-pypi')
-rwxr-xr-xpython-pypi/stgit/BUILD3
-rwxr-xr-xpython-pypi/stgit/DETAILS4
-rw-r--r--python-pypi/stgit/HISTORY7
-rwxr-xr-xpython-pypi/stgit/INSTALL6
-rw-r--r--python-pypi/stgit/stgit-0.14.3.tar.gz.sigbin287 -> 0 bytes
5 files changed, 12 insertions, 8 deletions
diff --git a/python-pypi/stgit/BUILD b/python-pypi/stgit/BUILD
index 8c7f4dbfc7..0e85d462a1 100755
--- a/python-pypi/stgit/BUILD
+++ b/python-pypi/stgit/BUILD
@@ -1,5 +1,4 @@
default_build &&
if is_depends_enabled $SPELL asciidoc; then
- cd Documentation &&
- make man
+ make -C Documentation man STGIT_VERSION="$VERSION"
fi
diff --git a/python-pypi/stgit/DETAILS b/python-pypi/stgit/DETAILS
index cd24bf1bee..c18ba8c5ad 100755
--- a/python-pypi/stgit/DETAILS
+++ b/python-pypi/stgit/DETAILS
@@ -1,9 +1,9 @@
SPELL=stgit
- VERSION=1.1
+ VERSION=1.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=https://github.com/stacked-git/stgit/archive/v$VERSION.tar.gz
- SOURCE_HASH=sha512:c4dfa06e65f3b4009a6159bbeabb691c316faf3a56dbb91c3ef1e77eda07657081b3b6b8f5b1d4010dd8dcd9c63ce423a5fc79a889c3871dc2f88faa13ee2eb1
+ SOURCE_HASH=sha512:e07fac289e146c02a26d567b129b07ceca09a05933e26a713d07f9b3b08dd8dbc1118fd830d82a55b6682a8916fe8d5a5a49517d8dec5163f43828a2a2f4f31c
LICENSE[0]=GPL
KEYWORDS="git python devel"
WEB_SITE=https://stacked-git.github.io/
diff --git a/python-pypi/stgit/HISTORY b/python-pypi/stgit/HISTORY
index bd60cb8e15..818d45c5e1 100644
--- a/python-pypi/stgit/HISTORY
+++ b/python-pypi/stgit/HISTORY
@@ -1,4 +1,9 @@
-2021-08-23 Ismael Luceno <ismael@iodev.co.uk>
+2021-10-21 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated spell to 1.2
+ * BUILD, INSTALL: fixed manpage generation/installation for 1.2
+ * stgit-0.14.3.tar.gz.sig: removed, no longer needed
+
+2021-08-23 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: fixed SOURCE_HASH
2021-05-01 Florian Franzmann <bwlf@bandrate.org>
diff --git a/python-pypi/stgit/INSTALL b/python-pypi/stgit/INSTALL
index 4dfb820290..e797d575eb 100755
--- a/python-pypi/stgit/INSTALL
+++ b/python-pypi/stgit/INSTALL
@@ -1,5 +1,5 @@
cd ${SOURCE_DIRECTORY} &&
default_install &&
-cd $SOURCE_DIRECTORY/Documentation &&
-pwd &&
-make prefix=${INSTALL_ROOT}/usr install
+make -C Documentation install \
+ STGIT_VERSION="$VERSION" \
+ prefix="$INSTALL_ROOT/usr"
diff --git a/python-pypi/stgit/stgit-0.14.3.tar.gz.sig b/python-pypi/stgit/stgit-0.14.3.tar.gz.sig
deleted file mode 100644
index d8c854e1f9..0000000000
--- a/python-pypi/stgit/stgit-0.14.3.tar.gz.sig
+++ /dev/null
Binary files differ