Commit 39ba34fc authored by Hanno Schlichting's avatar Hanno Schlichting

Removed no longer used setup and distribution files

parent 6189a5cf
<extension cAccessControl>
source cAccessControl.c
</extension>
<extension cDocumentTemplate>
source cDocumentTemplate.c
</extension>
DT_HTML.py
DT_If.py
DT_In.py
DT_String.py
DT_UI.py
DT_Util.py
DT_Var.py
DT_Raise.py
DTtest.py
DTtestExpr.py
DTtest_basicIn.py
DocumentTemplate.py
VSEval.py
__init__.py
pDocumentTemplate.py
release_notes
gparse.py
DT_With.py
DT_InSV.py
ts_regex.py
#!/bin/sh
R=$1
M=DocumentTemplate
# StructuredText < $M.stx > $M.html
StructuredText -t < release_notes > DocumentTemplate-rn.html
cp DocumentTemplate-rn.html ..
rm -rf "$M-$R"
mkdir "$M-$R" "$M-$R/$M"
echo
for f in `cat pyfiles`; do
python1.5 -c "import sys; sys.path.append('..'); from tabnanny import *; f='$f'; check(f)"
done
echo
tar -c -T release.fl -f - | (cd "$M-$R/$M"; tar xvf -)
cp INSTALL "$M-$R"/
tar cvf "$M-$R.tar" "$M-$R"
rm -f "$M-$R.tar.gz"
gzip "$M-$R.tar"
<extension _Missing>
source _Missing.c
</extension>
##############################################################################
#
# Copyright (c) 2003 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
from distutils.core import setup, Extension
setup(name="_Missing", version="2.0",
ext_modules=[
Extension("_Missing", ["_Missing.c"],
include_dirs = ['.', '../ExtensionClass'],
depends = ['../ExtensionClass/ExtensionClass.h']),
])
<extension _MultiMapping>
source _MultiMapping.c
</extension>
##############################################################################
#
# Copyright (c) 2003 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
from distutils.core import setup, Extension
setup(name="_MultiMapping", version="2.0",
ext_modules=[
Extension("_MultiMapping", ["_MultiMapping.c"],
include_dirs = ['.', '../ExtensionClass'],
depends = ['../ExtensionClass/ExtensionClass.h']),
])
<extension _Record>
source _Record.c
</extension>
##############################################################################
#
# Copyright (c) 2003 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
from distutils.core import setup, Extension
setup(name="_Record", version="2.0",
ext_modules=[
Extension("_Record", ["_Record.c"],
include_dirs = ['.', '../ExtensionClass'],
depends = ['../ExtensionClass/ExtensionClass.h']),
])
<extension _ThreadLock>
source _ThreadLock.c
</extension>
##############################################################################
#
# Copyright (c) 2003 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
from distutils.core import setup, Extension
setup(name="_ThreadLock", version="2.0",
ext_modules=[
Extension("_ThreadLock", ["_ThreadLock.c"],
include_dirs = ['.', '../ExtensionClass'],
depends = ['../ExtensionClass/ExtensionClass.h']),
])
<extension _initgroups>
source _initgroups.c
</extension>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment