Fix build with py-setuptools-0.8.

This commit is contained in:
wiz 2014-12-16 22:59:50 +00:00
parent a082264396
commit 594c758054
3 changed files with 6 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2014/07/15 23:31:13 obache Exp $
# $NetBSD: Makefile,v 1.4 2014/12/16 23:02:28 wiz Exp $
DISTNAME= mcomix-1.00
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@ -17,6 +17,7 @@ DEPENDS+= {${PYPKGPREFIX}-imaging>=1.1.5,${PYPKGPREFIX}-Pillow-[0-9]*}:../../gra
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
EGG_NAME= ${DISTNAME:S/00/0/}
PYTHON_SELF_CONFLICT= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:09 wiz Exp $
# $NetBSD: Makefile,v 1.15 2014/12/16 22:59:50 wiz Exp $
DISTNAME= basicproperty-0.6.9a
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@ -13,6 +13,7 @@ LICENSE= original-bsd
USE_LANGUAGES= c
REPLACE_PYTHON= basicproperty/tests/test.py
EGG_NAME= ${DISTNAME}0
PYTHON_VERSIONS_INCOMPATIBLE= 33 34
post-extract:

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2014/06/03 08:59:33 khorben Exp $
# $NetBSD: Makefile,v 1.3 2014/12/16 23:03:31 wiz Exp $
PEFILE_VERSION= 1.2.10-139
DISTNAME= pefile-${PEFILE_VERSION}
@ -13,7 +13,7 @@ LICENSE= modified-bsd
PYTHON_VERSIONS_INCOMPATIBLE= 33 34
EGG_NAME= pefile-${PEFILE_VERSION:S/-/_/}
EGG_NAME= pefile-${PEFILE_VERSION:S/-/.post/}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"