pkgsrc/devel/py-distribute/Makefile
wiz 1682c6507d Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
2016-08-28 15:48:28 +00:00

20 lines
625 B
Makefile

# $NetBSD: Makefile,v 1.16 2016/08/28 15:48:29 wiz Exp $
DISTNAME= distribute-0.6.49
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=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]*
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"