pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Fix build with py-setuptools-0.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02a92f6355dd
branches:  trunk
changeset: 643414:02a92f6355dd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 16 22:59:50 2014 +0000

description:
Fix build with py-setuptools-0.8.

diffstat:

 graphics/py-mcomix/Makefile    |  3 ++-
 lang/py-basicproperty/Makefile |  3 ++-
 sysutils/py-pefile/Makefile    |  4 ++--
 3 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 654928e0ddc3 -r 02a92f6355dd graphics/py-mcomix/Makefile
--- a/graphics/py-mcomix/Makefile       Tue Dec 16 15:47:33 2014 +0000
+++ b/graphics/py-mcomix/Makefile       Tue Dec 16 22:59:50 2014 +0000
@@ -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 @@
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  33 34 # py-gtk2
+EGG_NAME=      ${DISTNAME:S/00/0/}
 
 PYTHON_SELF_CONFLICT=  yes
 
diff -r 654928e0ddc3 -r 02a92f6355dd lang/py-basicproperty/Makefile
--- a/lang/py-basicproperty/Makefile    Tue Dec 16 15:47:33 2014 +0000
+++ b/lang/py-basicproperty/Makefile    Tue Dec 16 22:59:50 2014 +0000
@@ -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 @@
 USE_LANGUAGES= c
 
 REPLACE_PYTHON=        basicproperty/tests/test.py
+EGG_NAME=      ${DISTNAME}0
 PYTHON_VERSIONS_INCOMPATIBLE=  33 34
 
 post-extract:
diff -r 654928e0ddc3 -r 02a92f6355dd sysutils/py-pefile/Makefile
--- a/sysutils/py-pefile/Makefile       Tue Dec 16 15:47:33 2014 +0000
+++ b/sysutils/py-pefile/Makefile       Tue Dec 16 22:59:50 2014 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index