Skip to content

Commit

Permalink
Update to 0.6.36.
Browse files Browse the repository at this point in the history
0.6.36
------

* Pull Request #35: In `Buildout issue 64
  <https://github.com/buildout/buildout/issues/64>`_, it was reported that
  under Python 3, installation of distutils scripts could attempt to copy
  the ``__pycache__`` directory as a file, causing an error, apparently only
  under Windows. Easy_install now skips all directories when processing
  metadata scripts.
  • Loading branch information
wiz committed Apr 10, 2013
1 parent edb4b3b commit c4d30fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/py-distribute/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.7 2013/03/17 14:51:14 wiz Exp $
# $NetBSD: Makefile,v 1.8 2013/04/10 11:07:41 wiz Exp $

DISTNAME= distribute-0.6.35
DISTNAME= distribute-0.6.36
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://pypi.python.org/packages/source/d/distribute/
Expand Down
8 changes: 4 additions & 4 deletions devel/py-distribute/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.6 2013/03/17 14:51:14 wiz Exp $
$NetBSD: distinfo,v 1.7 2013/04/10 11:07:41 wiz Exp $

SHA1 (distribute-0.6.35.tar.gz) = a928104ea1bd1f85c35de6d0d5f1628d2602ac66
RMD160 (distribute-0.6.35.tar.gz) = 81ac238fd13106be550e6dd80d2f91b9ac2e14fb
Size (distribute-0.6.35.tar.gz) = 644308 bytes
SHA1 (distribute-0.6.36.tar.gz) = ab69711e4ea85c84d6710ecadf1d77427539f702
RMD160 (distribute-0.6.36.tar.gz) = a39879c26b00d3da3321b5869385b73d8c831fd9
Size (distribute-0.6.36.tar.gz) = 644713 bytes
SHA1 (patch-aa) = f71c01fc59d71e731c4e239790acb7968e29e7d9

0 comments on commit c4d30fc

Please sign in to comment.