Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5cd12193dfc23077383370845ae4c4f72f38fa34)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5cd12193dfc23077383370845ae4c4f72f38fa34)
  • Date: Wed, 31 Aug 2022 18:24:31 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 1 +
libs/libgit2/DETAILS | 4 ++--
libs/libgit2/HISTORY | 3 +++
python-pypi/pygit2/DEPENDS | 5 +++++
python-pypi/pygit2/DETAILS | 15 +++++++++++++++
python-pypi/pygit2/HISTORY | 2 ++
6 files changed, 28 insertions(+), 2 deletions(-)

New commits:
commit 5cd12193dfc23077383370845ae4c4f72f38fa34
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

pygit2: new spell, Python bindings for libgit2

commit 5b19b82ab91de8133acf3a117460e8e2a6dd4829
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libgit2 1.5.0

diff --git a/ChangeLog b/ChangeLog
index aef6ea9..b8441042 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2022-08-31 Ismael Luceno <ismael AT sourcemage.org>
* utils/herbe: new spell, daemon-less notifications solution
+ * python-pypi/pygit2: new spell, Python bindings for libgit2

2022-08-30 Ismael Luceno <ismael AT sourcemage.org>
* utils/dool: new spell, versatile replacement for vmstat, iostat
diff --git a/libs/libgit2/DETAILS b/libs/libgit2/DETAILS
index 0aa4add..91b1a30 100755
--- a/libs/libgit2/DETAILS
+++ b/libs/libgit2/DETAILS
@@ -1,6 +1,6 @@
SPELL=libgit2
- VERSION=1.1.0
-
SOURCE_HASH=sha512:347bb68900181b44fa58a0417506c91383adb965607fce049a5b4c57ac9cc286e0a140d164c339b50fb6cd6951f47757c2917a2df44ba004bfaa4fb643946bb8
+ VERSION=1.5.0
+
SOURCE_HASH=sha512:7a32b27cd32bd03ce7be6c127317f82a4ac6f16615c3234699676781f4858d057edb0410b2fe36fd2e634b00748a8b0be17f23809e09a7602ba48185134300f7
SECURITY_PATCH=4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/libs/libgit2/HISTORY b/libs/libgit2/HISTORY
index 0b573ef..a10f7b1 100644
--- a/libs/libgit2/HISTORY
+++ b/libs/libgit2/HISTORY
@@ -1,3 +1,6 @@
+2022-08-31 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.5.0
+
2020-11-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.0

diff --git a/python-pypi/pygit2/DEPENDS b/python-pypi/pygit2/DEPENDS
new file mode 100755
index 0000000..2f38aa0
--- /dev/null
+++ b/python-pypi/pygit2/DEPENDS
@@ -0,0 +1,5 @@
+. "$GRIMOIRE"/VDEPENDS &&
+vdepends <<-!
+ libgit2 >= 1.5.0
+ python3
+!
diff --git a/python-pypi/pygit2/DETAILS b/python-pypi/pygit2/DETAILS
new file mode 100755
index 0000000..60133ea
--- /dev/null
+++ b/python-pypi/pygit2/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=pygit2
+ VERSION=1.10.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/libgit2/$SPELL/archive/refs/tags/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:d545b5919b6c1ef5411a20acc7463a7ff934852bef209c7254b33365ccb6e127f136537745088be387a07a70e99d2a12466570a515fcb9410216a34a565e7ea9
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/libgit2/pygit2";
+ LICENSE[0]="GPL-2.0-only"
+ ENTERED=20220831
+ KEYWORDS=""
+ SHORT="Python bindings for libgit2"
+cat << EOF
+Bindings to the libgit2 shared library, implements Git plumbing. Supports
+Python 3.7+ and PyPy3 7.3+
+EOF
diff --git a/python-pypi/pygit2/HISTORY b/python-pypi/pygit2/HISTORY
new file mode 100644
index 0000000..e67f65a
--- /dev/null
+++ b/python-pypi/pygit2/HISTORY
@@ -0,0 +1,2 @@
+2022-08-31 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5cd12193dfc23077383370845ae4c4f72f38fa34), Ismael Luceno, 08/31/2022

Archive powered by MHonArc 2.6.24.

Top of Page