setuptools: Removed custom build, now we build from tar.gz not .egg, also updated cache
This commit is contained in:
@@ -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)
|
||||
[SIZE] 0.93 MB, 90 files
|
||||
[SIZE] 0.33 MB, 10 files
|
||||
|
||||
[DEP] 00-dirtree
|
||||
[DEP] bash
|
||||
[DEP] bzip2
|
||||
[DEP] coreutils
|
||||
[DEP] diffutils
|
||||
[DEP] fhs
|
||||
[DEP] findutils
|
||||
[DEP] gawk
|
||||
[DEP] gcc
|
||||
[DEP] glibc
|
||||
[DEP] grep
|
||||
[DEP] numpy
|
||||
[DEP] pygobject
|
||||
[DEP] pyrexc
|
||||
[DEP] python
|
||||
[DEP] runit
|
||||
[DEP] sed
|
||||
[DEP] wxpython
|
||||
[DEP] sysfiles
|
||||
[DEP] tar
|
||||
|
||||
@@ -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\"])"
|
||||
}
|
||||
@@ -38,5 +38,5 @@
|
||||
[V] 0.6c9
|
||||
[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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user