Skip to Content.
Sympa Menu

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

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 (359ca7b223668d044edc64159755ac1f668b02b4)
  • Date: Sun, 10 Jul 2016 10:44:28 +0000

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

python-pypi/borgbackup/HISTORY | 4 ++++
python-pypi/borgbackup/INSTALL | 5 +++++
python-pypi/borgbackup/borg | 3 +++
python-pypi/pip/DETAILS | 6 +++---
python-pypi/pip/HISTORY | 3 +++
python-pypi/setuptools/DETAILS | 4 ++--
python-pypi/setuptools/HISTORY | 3 +++
7 files changed, 23 insertions(+), 5 deletions(-)

New commits:
commit 359ca7b223668d044edc64159755ac1f668b02b4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

borgbackup - install a wrapper script

commit b38825eaa76c89eb831b469d5253e8e2c6241202
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

setuptools: => 24.0.2

commit 4bd860315408da8b9612bbd697a28a073cb6e32d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pip: => 8.1.2

diff --git a/python-pypi/borgbackup/HISTORY b/python-pypi/borgbackup/HISTORY
index 474fbd4..21f8507 100644
--- a/python-pypi/borgbackup/HISTORY
+++ b/python-pypi/borgbackup/HISTORY
@@ -1,3 +1,7 @@
+2016-07-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * INSTALL, borg: added
+ some versions of setuptools fail to install the wrapper script
+
2016-07-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.5

diff --git a/python-pypi/borgbackup/INSTALL b/python-pypi/borgbackup/INSTALL
new file mode 100755
index 0000000..35e4bdd
--- /dev/null
+++ b/python-pypi/borgbackup/INSTALL
@@ -0,0 +1,5 @@
+default_install &&
+# some versions of setuptools fail, so install the wrapper script
+DEST=$INSTALL_ROOT/usr/bin &&
+mkdir -p $DEST &&
+cp $SPELL_DIRECTORY/borg $DEST
diff --git a/python-pypi/borgbackup/borg b/python-pypi/borgbackup/borg
new file mode 100755
index 0000000..ba8074e
--- /dev/null
+++ b/python-pypi/borgbackup/borg
@@ -0,0 +1,3 @@
+#!/usr/bin/python3
+from borg.archiver import main
+main()
diff --git a/python-pypi/pip/DETAILS b/python-pypi/pip/DETAILS
index 2d4b50e..93bfba8 100755
--- a/python-pypi/pip/DETAILS
+++ b/python-pypi/pip/DETAILS
@@ -1,8 +1,8 @@
SPELL=pip
- VERSION=8.1.1
-
SOURCE_HASH=sha512:3b8f629ca19bff627317415ca681a5ea12171be57a04347e83dcee4a4d013ff9db47beddd56bded1856d4f0ae1a075d901140fe04f544df8018f066d812c0f28
+ VERSION=8.1.2
+
SOURCE_HASH=sha512:a189a991fe41c2fb1a1b8d80ab7151cd8177d13fa668d91669debf72741ce6adde2187aeb3b67cde16d24af94129598945dd8ec74732f1443f8bc078dc7b9813
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
+ SOURCE_URL=https://github.com/pypa/pip/archive/$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://github.com/pypa/pip
LICENSE[0]=MIT
diff --git a/python-pypi/pip/HISTORY b/python-pypi/pip/HISTORY
index ba8d5b9..d3222ab 100644
--- a/python-pypi/pip/HISTORY
+++ b/python-pypi/pip/HISTORY
@@ -1,3 +1,6 @@
+2016-07-10 Treeve Jerlbert <treeve AT sourcemage.org>
+ * DETAILS: version 8.1.2
+
2016-03-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 8.1.0

diff --git a/python-pypi/setuptools/DETAILS b/python-pypi/setuptools/DETAILS
index 75e0c3f..29c7ed6 100755
--- a/python-pypi/setuptools/DETAILS
+++ b/python-pypi/setuptools/DETAILS
@@ -1,6 +1,6 @@
SPELL=setuptools
- VERSION=21.2.1
-
SOURCE_HASH=sha512:68a6415d8be5bd93e238f2628a60bc783feb8a298b62704806c728021a09685944ee891b50dea0b5262f9ad5e904175999d20223854575f18a3398fe22554e1a
+ VERSION=24.0.2
+
SOURCE_HASH=sha512:f3e09a97a3602fe83d26d053e32b962da6f03524583e2271ca609deaa9b74cbfb94d0fc12ffbe9d03d3f75fa126d6d78a186c2190837653048aa6e4d67b75dae
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://github.com/pypa/$SPELL/archive/v$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/setuptools/HISTORY b/python-pypi/setuptools/HISTORY
index a74cec6..244b019 100644
--- a/python-pypi/setuptools/HISTORY
+++ b/python-pypi/setuptools/HISTORY
@@ -1,3 +1,6 @@
+2016-07-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 24.0.2
+
2016-05-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 21.2.1
download from github



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (359ca7b223668d044edc64159755ac1f668b02b4), Treeve Jelbert, 07/10/2016

Archive powered by MHonArc 2.6.24.

Top of Page