Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (de81f0bae3de446f5fc36b618207c5a8e8eca2a0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (de81f0bae3de446f5fc36b618207c5a8e8eca2a0)
  • Date: Sun, 29 Apr 2018 05:53:54 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

disk/btrfs-progs/DEPENDS | 2 ++
disk/btrfs-progs/HISTORY | 3 +++
python-pypi/setuptools/HISTORY | 4 ++++
python-pypi/setuptools/PRE_SUB_DEPENDS | 5 +++++
python-pypi/setuptools/REPAIR^none^PRE_SUB_DEPENDS | 5 +++++
python-pypi/setuptools/SUB_DEPENDS | 5 +++++
6 files changed, 24 insertions(+)

New commits:
commit de81f0bae3de446f5fc36b618207c5a8e8eca2a0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

btrfs-progs: 4.16 requires setuptools for python3 to be installed

commit 08daf542dc9394990752d024aae0509aafb8fac5
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

setuptools: Allow forcing python3 dependency.

diff --git a/disk/btrfs-progs/DEPENDS b/disk/btrfs-progs/DEPENDS
index 907cd09..cb441b7 100755
--- a/disk/btrfs-progs/DEPENDS
+++ b/disk/btrfs-progs/DEPENDS
@@ -2,6 +2,8 @@ depends zlib &&
depends util-linux &&
depends lzo &&

+depends -sub PYTHON3 setuptools &&
+
optional_depends acl \
"--enable-convert" \
"--disable-convert" \
diff --git a/disk/btrfs-progs/HISTORY b/disk/btrfs-progs/HISTORY
index 74ac305..c9731bb 100644
--- a/disk/btrfs-progs/HISTORY
+++ b/disk/btrfs-progs/HISTORY
@@ -1,3 +1,6 @@
+2018-04-28 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: 4.16 requires setuptools for python3 to be installed
+
2018-04-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 4.16
*
patches/btrfs-progs-convert-ext2-Remove-check-for-ext2_ext_attr_entry--e_value_block.patch:
diff --git a/python-pypi/setuptools/HISTORY b/python-pypi/setuptools/HISTORY
index a48f753..a556031 100644
--- a/python-pypi/setuptools/HISTORY
+++ b/python-pypi/setuptools/HISTORY
@@ -1,3 +1,7 @@
+2018-04-28 Eric Sandall <sandalle AT sourcemage.org>
+ * SUB_DEPENDS, PRE_SUB_DEPENDS, REPAIR^none^PRE_SUB_DEPENDS: Allow
+ forcing python3 dependency.
+
2018-03-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 39.0.1

diff --git a/python-pypi/setuptools/PRE_SUB_DEPENDS
b/python-pypi/setuptools/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..59835aa
--- /dev/null
+++ b/python-pypi/setuptools/PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ PYTHON3) is_depends_enabled $SPELL python3 ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
+ return 1 ;;
+esac
diff --git a/python-pypi/setuptools/REPAIR^none^PRE_SUB_DEPENDS
b/python-pypi/setuptools/REPAIR^none^PRE_SUB_DEPENDS
new file mode 100755
index 0000000..59835aa
--- /dev/null
+++ b/python-pypi/setuptools/REPAIR^none^PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ PYTHON3) is_depends_enabled $SPELL python3 ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
+ return 1 ;;
+esac
diff --git a/python-pypi/setuptools/SUB_DEPENDS
b/python-pypi/setuptools/SUB_DEPENDS
new file mode 100755
index 0000000..d15785c
--- /dev/null
+++ b/python-pypi/setuptools/SUB_DEPENDS
@@ -0,0 +1,5 @@
+case "$THIS_SUB_DEPENDS" in
+ PYTHON3) depends python3 ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
+ return 1 ;;
+esac



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (de81f0bae3de446f5fc36b618207c5a8e8eca2a0), Eric Sandall, 04/29/2018

Archive powered by MHonArc 2.6.24.

Top of Page