summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/Dist/example-pimp-database.plist
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2006-05-26 12:23:20 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2006-05-26 12:23:20 (GMT)
commit736123605c29e5bf7cac7b3c39a61250f480824a (patch)
tree5ba67a77fb9f0de61612645168fc0783568aa79f /Mac/OSX/Dist/example-pimp-database.plist
parent2856e5f3909f8366487ad85ca6c234040317e1e5 (diff)
downloadcpython-736123605c29e5bf7cac7b3c39a61250f480824a.zip
cpython-736123605c29e5bf7cac7b3c39a61250f480824a.tar.gz
cpython-736123605c29e5bf7cac7b3c39a61250f480824a.tar.bz2
- Remove previous version of the binary distribution script for OSX
- Some small bugfixes for the IDLE.app wrapper - Tweaks to build-installer to ensure that python gets build in the right way, including sqlite3. - Updated readme files
Diffstat (limited to 'Mac/OSX/Dist/example-pimp-database.plist')
-rw-r--r--Mac/OSX/Dist/example-pimp-database.plist51
1 files changed, 0 insertions, 51 deletions
diff --git a/Mac/OSX/Dist/example-pimp-database.plist b/Mac/OSX/Dist/example-pimp-database.plist
deleted file mode 100644
index c0c52ab..0000000
--- a/Mac/OSX/Dist/example-pimp-database.plist
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>Description</key>
- <string>Enter database description</string>
- <key>Maintainer</key>
- <string>Enter your email address</string>
- <key>Packages</key>
- <array>
- <dict>
- <key>Description</key>
- <string>Enter package description</string>
- <key>Download-URL</key>
- <string>Enter URL for archive download, delete for pseudo-pkgs</string>
- <key>Flavor</key>
- <string>Enter binary or source</string>
- <key>Home-page</key>
- <string>Enter URL of human-readable webpage</string>
- <key>Install-command</key>
- <string>Enter shell commands to run for installation</string>
- <key>Install-test</key>
- <string>Enter Python code to test for already installed</string>
- <key>MD5Sum</key>
- <string>Enter checksum of package archive</string>
- <key>Name</key>
- <string>Enter name of package</string>
- <key>Post-install-command</key>
- <string>Enter shell command to run after install</string>
- <key>Pre-install-command</key>
- <string>Enter shell command to run before install</string>
- <key>Prerequisites</key>
- <array>
- <string>Enter human-readable recipy for pseudo-dependencies</string>
- <dict>
- <key>Flavor</key>
- <string>Enter optional flavor for real dependency</string>
- <key>Name</key>
- <string>Enter name for real dependency</string>
- <key>Version</key>
- <string></string>
- </dict>
- </array>
- <key>Version</key>
- <string>Enter version string for package</string>
- </dict>
- </array>
- <key>Version</key>
- <string>0.1</string>
-</dict>
-</plist>