------ 0.6.40 ------ * Issue #376: brought back cli.exe and gui.exe that were deleted in the previous release; ------ 0.6.39 ------ * Add support for console launchers on ARM platforms. * Fix possible issue in GUI launchers where the subsystem was not supplied to the linker. * Launcher build script now refactored for robustness. * Issue #375: Resources extracted from a zip egg to the file system now also check the contents of the file against the zip contents during each invocation of get_resource_filename. ------ 0.6.38 ------ * Issue #371: The launcher manifest file is now installed properly. ------ 0.6.37 ------ * Issue #143: Launcher scripts, including easy_install itself, are now accompanied by a manifest on 32-bit Windows environments to avoid the Installer Detection Technology and thus undesirable UAC elevation described in `this Microsoft article <http://technet.microsoft.com/en-us/library/cc709628%28WS.10%29.aspx>`_.
22 lines
717 B
Makefile
22 lines
717 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/05/19 17:37:40 wiz Exp $
|
|
|
|
DISTNAME= distribute-0.6.40
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://pypi.python.org/packages/source/d/distribute/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pypi.python.org/pypi/distribute
|
|
COMMENT= Replacement for setuptools
|
|
LICENSE= python-software-foundation # or ZPL
|
|
|
|
CONFLICTS+= ${PYPKGPREFIX}-setuptools-[0-9]*
|
|
PYTHON_VERSIONS_INCLUDE_3X= yes
|
|
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
|
|
|
|
REPLACE_PYTHON= setuptools/command/easy_install.py
|
|
REPLACE_PYTHON+= setuptools/tests/test_resources.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|