Skip to Content.
Sympa Menu

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

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 (b6e0919405ac71f44d098cc2b99e58977c2ffbc9)
  • Date: Sun, 21 Jul 2013 03:26:01 -0500

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

python-pypi/distribute/BUILD | 1
python-pypi/distribute/CONFLICTS | 2 -
python-pypi/distribute/DEPENDS | 2 -
python-pypi/distribute/DETAILS | 26 ++++-------------------
python-pypi/distribute/DOWNLOAD | 1
python-pypi/distribute/HISTORY | 41
+++----------------------------------
python-pypi/distribute/INSTALL | 1
python-pypi/distribute/PRE_BUILD | 1
python-pypi/distribute/PROVIDES | 1
python-pypi/distribute/UP_TRIGGERS | 1
10 files changed, 15 insertions(+), 62 deletions(-)

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

deprecate python-pypi/distribute [replaced by setuptools]

diff --git a/python-pypi/distribute/BUILD b/python-pypi/distribute/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/distribute/BUILD
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/distribute/CONFLICTS
b/python-pypi/distribute/CONFLICTS
index bbc6bb7..36b958a 100755
--- a/python-pypi/distribute/CONFLICTS
+++ b/python-pypi/distribute/CONFLICTS
@@ -1 +1 @@
-conflicts setuptools
+conflicts distribute y
diff --git a/python-pypi/distribute/DEPENDS b/python-pypi/distribute/DEPENDS
deleted file mode 100755
index dbf35ed..0000000
--- a/python-pypi/distribute/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-optional_depends python3 '' '' 'support Python v3' &&
-optional_depends python '' '' 'support Python v2'
diff --git a/python-pypi/distribute/DETAILS b/python-pypi/distribute/DETAILS
index 00d7ad3..868fb15 100755
--- a/python-pypi/distribute/DETAILS
+++ b/python-pypi/distribute/DETAILS
@@ -1,24 +1,8 @@
SPELL=distribute
- VERSION=0.6.49
-
SOURCE_HASH=sha512:650e4b119fd87c5a09a6bf60f634b7e977f177670e80e93a09861b128990b8e450949483fd6e4c25d7a578f4362bb2b7a03e33ea4d273f275584202e6af0b666
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
- SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://pypi.python.org/packages/source/d/${SPELL}/${SOURCE}
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://packages.python.org/distribute/";
- LICENSE[0]="PSF, ZPL"
- ENTERED=20110521
- KEYWORDS="python"
- SHORT="Easily download, build, install, upgrade, and uninstall
Python packages"
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-Distribute is a fork of the Setuptools project.
-
-Distribute is intended to replace Setuptools as the standard method for
-working with Python module distributions.
-
-For those who may wonder why they should switch to Distribute over
Setuptools,
-it's quite simple:
-
- Distribute is a drop-in replacement for Setuptools The code is actively
- maintained, and has over 10 commiters Distribute offers Python 3 support
!
+deprecated spell [replaced by setuptools]
EOF
+
diff --git a/python-pypi/distribute/DOWNLOAD b/python-pypi/distribute/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/distribute/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/distribute/HISTORY b/python-pypi/distribute/HISTORY
index cd2bee8..6a7bb05 100644
--- a/python-pypi/distribute/HISTORY
+++ b/python-pypi/distribute/HISTORY
@@ -1,37 +1,4 @@
-2013-07-21 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.6.49
-
-2013-04-29 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.6.36
- * DEPENDS: allow simultaneous install for both python{2,3}
-
-2013-03-24 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 0.6.35
-
-2013-01-20 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 0.6.34
-
-2012-11-01 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.6.30
-
-2012-07-23 Sukneet Basuta <sukneet AT sourcemage.org>
- * DETAILS: updated spell to 0.6.28
- * DEPENDS: depend on PYTHON, rather than selecting with PREPARE
- * PREPARE: removed, no longer needed
-
-2012-05-18 Sukneet Basuta <sukneet AT sourcemage.org>
- * DETAILS: updated spell to 0.6.27
-
-2012-04-19 Sukneet Basuta <sukneet AT sourcemage.org>
- * DETAILS: updated spell to 0.6.26
-
-2011-11-18 Sukneet Basuta <sukneet AT sourcemage.org>
- * DETAILS: updated spell to 0.6.24
- switched to guru signed verification
-
-2011-05-22 Sukneet Basuta <sukneet AT sourcemage.org>
- * BUILD, DEPENDS, DETAILS, INSTALL: spell created
- Note that distribute works with either python or
- python3
- * CONFLICTS: conflicts with setuptools
- * PROVIDES: added, provides SETUPTOOLS
+2013-07-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0
+ PATCHLEVEL=9999
+ spell deprecated [replaced by setuptools]
diff --git a/python-pypi/distribute/INSTALL b/python-pypi/distribute/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/distribute/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/distribute/PRE_BUILD
b/python-pypi/distribute/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/distribute/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/distribute/PROVIDES b/python-pypi/distribute/PROVIDES
deleted file mode 100755
index 6f048db..0000000
--- a/python-pypi/distribute/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-SETUPTOOLS
diff --git a/python-pypi/distribute/UP_TRIGGERS
b/python-pypi/distribute/UP_TRIGGERS
new file mode 100755
index 0000000..b84aa6d
--- /dev/null
+++ b/python-pypi/distribute/UP_TRIGGERS
@@ -0,0 +1 @@
+up_trigger setuptools cast_self



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b6e0919405ac71f44d098cc2b99e58977c2ffbc9), Treeve Jelbert, 07/21/2013

Archive powered by MHonArc 2.6.24.

Top of Page