Skip to Content.
Sympa Menu

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

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 (599f7c91eba5ba6c02f5b29819678d490f437b81)
  • Date: Mon, 26 Jul 2021 08:39:43 +0000

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

ChangeLog | 3 +++
python-pypi/borgbackup/DEPENDS | 1 +
python-pypi/borgbackup/HISTORY | 3 +++
python-pypi/packaging/DEPENDS | 3 +++
python-pypi/packaging/DETAILS | 15 +++++++++++++++
python-pypi/packaging/HISTORY | 4 ++++
python-pypi/packaging/PRE_BUILD | 8 ++++++++
7 files changed, 37 insertions(+)

New commits:
commit 599f7c91eba5ba6c02f5b29819678d490f437b81
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

borgbackup - tweak depends

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

packaging-21.0

diff --git a/ChangeLog b/ChangeLog
index ac3871f..ad1cc26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2021-07-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/packaging: added, Core utilities for Python packages
+
2021-07-12 Ismael Luceno <ismael AT sourcemage.org>
* python-pypi/python-debian: new spell, Python modules to work with
Debian-related data formats
diff --git a/python-pypi/borgbackup/DEPENDS b/python-pypi/borgbackup/DEPENDS
index 7ad0c92..fe24f3d 100755
--- a/python-pypi/borgbackup/DEPENDS
+++ b/python-pypi/borgbackup/DEPENDS
@@ -6,6 +6,7 @@ depends libb2 &&
depends lz4 &&
depends zstd &&
depends xxhash &&
+runtime_depends packaging &&
optional_depends python-llfuse \
"" \
"" \
diff --git a/python-pypi/borgbackup/HISTORY b/python-pypi/borgbackup/HISTORY
index debe3dd..fe33fbd 100644
--- a/python-pypi/borgbackup/HISTORY
+++ b/python-pypi/borgbackup/HISTORY
@@ -1,3 +1,6 @@
+2021-07-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add runtime packaging
+
2021-07-25 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.1.17

diff --git a/python-pypi/packaging/DEPENDS b/python-pypi/packaging/DEPENDS
new file mode 100755
index 0000000..c36100b
--- /dev/null
+++ b/python-pypi/packaging/DEPENDS
@@ -0,0 +1,3 @@
+depends python3 &&
+depends setuptools &&
+depends pyparsing
diff --git a/python-pypi/packaging/DETAILS b/python-pypi/packaging/DETAILS
new file mode 100755
index 0000000..e6cdd85
--- /dev/null
+++ b/python-pypi/packaging/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=packaging
+ VERSION=21.0
+
VX=df/86/aef78bab3afd461faecf9955a6501c4999933a48394e90f03cd512aad844
+
SOURCE_HASH=sha512:32da9966e45e223d96a1a6a998c5b36c48beaf1a9926839237c7431f7ad2462629970482b6393e74ede40b95c5c09d2510a006e3456d1603268551777845aad6
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://pypi.org/project/$SPELL
+ SOURCE_URL[0]=https://files.pythonhosted.org/packages/$VX/$SOURCE
+ LICENSE[0]=APACHE
+ ENTERED=20210726
+ KEYWORDS=""
+ SHORT="Core utilities for Python packages"
+cat << EOF
+Core utilities for Python packages
+EOF
diff --git a/python-pypi/packaging/HISTORY b/python-pypi/packaging/HISTORY
new file mode 100644
index 0000000..8527a81
--- /dev/null
+++ b/python-pypi/packaging/HISTORY
@@ -0,0 +1,4 @@
+2021-07=27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 21.0
+ spell created
+
diff --git a/python-pypi/packaging/PRE_BUILD b/python-pypi/packaging/PRE_BUILD
new file mode 100644
index 0000000..b2d7f88
--- /dev/null
+++ b/python-pypi/packaging/PRE_BUILD
@@ -0,0 +1,8 @@
+default_pre_build &&
+#mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+
+# autoreconf -f -i --symlink
+#unpack_file
+#patch -p0 < $SPELL_DIRECTORY/xxx.diff
+apply_patch_dir patches



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (599f7c91eba5ba6c02f5b29819678d490f437b81), Treeve Jelbert, 07/26/2021

Archive powered by MHonArc 2.6.24.

Top of Page