Browse Source

setuptools: Removed custom build, now we build from tar.gz not .egg, also updated cache

cross
Nagy Karoly Gabriel 16 years ago
parent
commit
a02ff9ec2d
  1. 14
      python/setuptools/setuptools.cache
  2. 26
      python/setuptools/setuptools.conf
  3. 2
      python/setuptools/setuptools.desc

14
python/setuptools/setuptools.cache

@ -1,20 +1,20 @@
[TIMESTAMP] 1164922127 Thu Nov 30 23:28:47 2006 [TIMESTAMP] 1236111620 Tue Mar 3 22:20:20 2009
[BUILDTIME] 0 (5) [BUILDTIME] 0 (5)
[SIZE] 0.93 MB, 90 files [SIZE] 0.33 MB, 10 files
[DEP] 00-dirtree
[DEP] bash [DEP] bash
[DEP] bzip2
[DEP] coreutils [DEP] coreutils
[DEP] diffutils [DEP] diffutils
[DEP] fhs
[DEP] findutils [DEP] findutils
[DEP] gawk [DEP] gawk
[DEP] gcc [DEP] gcc
[DEP] glibc [DEP] glibc
[DEP] grep [DEP] grep
[DEP] numpy
[DEP] pygobject
[DEP] pyrexc
[DEP] python [DEP] python
[DEP] runit
[DEP] sed [DEP] sed
[DEP] wxpython [DEP] sysfiles
[DEP] tar

26
python/setuptools/setuptools.conf

@ -1,26 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../setuptools/setuptools.conf
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
autoextract=0
makeopt=
makeinstopt=
hook_add postmake 5 'ez_setup'
ez_setup() {
srctar=`match_source_file -p .`
PYTHONPATH=$srctar:$PYTHONPATH python -c "from setuptools.command.easy_install import main
main([\"$srctar\"])"
}

2
python/setuptools/setuptools.desc

@ -38,5 +38,5 @@
[V] 0.6c9 [V] 0.6c9
[P] X -----5---9 200.000 [P] X -----5---9 200.000
[D] 789890283 setuptools-0.6c9-py2.6.egg http://pypi.python.org/packages/2.6/s/setuptools/ [D] 1148640917 setuptools-0.6c9.tar.gz http://pypi.python.org/packages/source/s/setuptools/

Loading…
Cancel
Save