Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install buildout-md5sums

How to install buildout-md5sums

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install buildout-md5sums
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1 Available View build log
0.1a2 Available View build log
0.1.a1 Failed View build log
Windows (64-bit)
0.1 Available View build log
0.1a2 Available View build log
0.1.a1 Failed View build log
Mac OS X (10.5+)
0.1 Available View build log
0.1a2 Available View build log
0.1.a1 Failed View build log
Linux (32-bit)
0.1 Available View build log
0.1a2 Available View build log
0.1.a1 Failed View build log
Linux (64-bit)
0.1 Available View build log
0.1a2 Available View build log
0.1.a1 Failed View build log
 
Author
License
Beerware
Lastest release
version 0.1 on Jan 5th, 2011

Simple usage

Use a buildout.cfg like this and the md5sum for the download-python target will be checked:

[buildout]
extensions = buildout-md5sums
md5sums =
  http://python.org/ftp/python/2.6.6/Python-2.6.6.tar.bz2 = 376df294ae16e9601da989f8c4d8d432
  http://python.org/ftp/python/2.7/Python-2.7.tar.bz2 = 0e8c9ec32abf5b732bea7d91b38c3339
parts = download-python

[versions]
python = 2.6.6

[download-python]
recipe = hexagonit.recipe.download
url = http://python.org/ftp/python/${versions:python}/Python-${versions:python}.tar.bz2

Using this setup, you can switch the downloaded version of python on the command line while keeping the cryptographic checking alive:

$ ./bin/buildout versions:python=2.7 install download-python

Disallowing downloads without md5sums

If your buildout.cfg like this, the extension will make the buildout fail if there is a download using zc.buildout.download without a md5sum specified:

[buildout]
extensions = buildout-md5sums
allow-picked-downloads = false

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.