Skip to Content.
Sympa Menu

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

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 (b5f3009149729c534c06cb371c59bb03d38587c4)
  • Date: Mon, 15 Nov 2021 12:42:45 +0000

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

python-pypi/borgbackup/DEPENDS | 2 +-
python-pypi/borgbackup/HISTORY | 3 +++
python-pypi/packaging/BUILD | 1 +
python-pypi/packaging/CONFLICTS | 1 +
python-pypi/packaging/DEPENDS | 4 +---
python-pypi/packaging/DETAILS | 17 +++++------------
python-pypi/packaging/DOWNLOAD | 1 +
python-pypi/packaging/HISTORY | 8 ++++----
python-pypi/packaging/INSTALL | 1 +
python-pypi/packaging/PRE_BUILD | 9 +--------
python-pypi/packaging/UP_TRIGGERS | 1 +
python-pypi/python-packaging/CONFLICTS | 1 +
python-pypi/python-packaging/HISTORY | 3 +++
13 files changed, 24 insertions(+), 28 deletions(-)

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

deprecate python-pypi/packaging [replaced by python-packaging]

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

borgbackup - adjust depends

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

python-packaging 0 conflicts packaging

diff --git a/python-pypi/borgbackup/DEPENDS b/python-pypi/borgbackup/DEPENDS
index fe24f3d..d5f18da 100755
--- a/python-pypi/borgbackup/DEPENDS
+++ b/python-pypi/borgbackup/DEPENDS
@@ -6,7 +6,7 @@ depends libb2 &&
depends lz4 &&
depends zstd &&
depends xxhash &&
-runtime_depends packaging &&
+runtime_depends python-packaging &&
optional_depends python-llfuse \
"" \
"" \
diff --git a/python-pypi/borgbackup/HISTORY b/python-pypi/borgbackup/HISTORY
index fe33fbd..2061800 100644
--- a/python-pypi/borgbackup/HISTORY
+++ b/python-pypi/borgbackup/HISTORY
@@ -1,3 +1,6 @@
+2021-11-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: packaging => python-packaging
+
2021-07-26 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: add runtime packaging

diff --git a/python-pypi/packaging/BUILD b/python-pypi/packaging/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/packaging/BUILD
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/packaging/CONFLICTS b/python-pypi/packaging/CONFLICTS
new file mode 100755
index 0000000..8d5340f
--- /dev/null
+++ b/python-pypi/packaging/CONFLICTS
@@ -0,0 +1 @@
+conflicts packaging y
diff --git a/python-pypi/packaging/DEPENDS b/python-pypi/packaging/DEPENDS
index c36100b..9c78cad 100755
--- a/python-pypi/packaging/DEPENDS
+++ b/python-pypi/packaging/DEPENDS
@@ -1,3 +1 @@
-depends python3 &&
-depends setuptools &&
-depends pyparsing
+depends python-packaging
diff --git a/python-pypi/packaging/DETAILS b/python-pypi/packaging/DETAILS
index e6cdd85..fee582d 100755
--- a/python-pypi/packaging/DETAILS
+++ b/python-pypi/packaging/DETAILS
@@ -1,15 +1,8 @@
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"
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-Core utilities for Python packages
+deprecated spell [replaced by python-packaging]
EOF
+
diff --git a/python-pypi/packaging/DOWNLOAD b/python-pypi/packaging/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/packaging/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/packaging/HISTORY b/python-pypi/packaging/HISTORY
index 8527a81..606d850 100644
--- a/python-pypi/packaging/HISTORY
+++ b/python-pypi/packaging/HISTORY
@@ -1,4 +1,4 @@
-2021-07=27 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 21.0
- spell created
-
+2021-11-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0
+ PATCHLEVEL=9999
+ spell deprecated [replaced by python-packaging]
diff --git a/python-pypi/packaging/INSTALL b/python-pypi/packaging/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/packaging/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/packaging/PRE_BUILD b/python-pypi/packaging/PRE_BUILD
old mode 100644
new mode 100755
index b2d7f88..27ba77d
--- a/python-pypi/packaging/PRE_BUILD
+++ b/python-pypi/packaging/PRE_BUILD
@@ -1,8 +1 @@
-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
+true
diff --git a/python-pypi/packaging/UP_TRIGGERS
b/python-pypi/packaging/UP_TRIGGERS
new file mode 100755
index 0000000..cbc878b
--- /dev/null
+++ b/python-pypi/packaging/UP_TRIGGERS
@@ -0,0 +1 @@
+up_trigger python-packaging cast_self
diff --git a/python-pypi/python-packaging/CONFLICTS
b/python-pypi/python-packaging/CONFLICTS
new file mode 100755
index 0000000..8d5340f
--- /dev/null
+++ b/python-pypi/python-packaging/CONFLICTS
@@ -0,0 +1 @@
+conflicts packaging y
diff --git a/python-pypi/python-packaging/HISTORY
b/python-pypi/python-packaging/HISTORY
index 91765f0..3b4ce03 100644
--- a/python-pypi/python-packaging/HISTORY
+++ b/python-pypi/python-packaging/HISTORY
@@ -1,3 +1,6 @@
+2021 -11-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * CONFLICTS: add packaging
+
2021-11-13 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 21.2




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b5f3009149729c534c06cb371c59bb03d38587c4), Treeve Jelbert, 11/15/2021

Archive powered by MHonArc 2.6.24.

Top of Page