From 4942ce5a7d8a3d0cbebaf4d202011850d1f7569f Mon Sep 17 00:00:00 2001 From: Alexander Botero-Lowry Date: Mon, 30 Jul 2007 09:42:28 +0000 Subject: - Make Python 2.5.1 the default Python version - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav --- print/py-fonttools/Makefile | 3 +++ print/py-reportlab/Makefile | 2 ++ print/py-reportlab2/Makefile | 1 + print/py-rtf/Makefile | 1 + print/ttfquery/Makefile | 1 + 5 files changed, 8 insertions(+) (limited to 'print') diff --git a/print/py-fonttools/Makefile b/print/py-fonttools/Makefile index 960342bece42..d8056649ce37 100644 --- a/print/py-fonttools/Makefile +++ b/print/py-fonttools/Makefile @@ -26,6 +26,9 @@ WRKSRC= ${WRKDIR}/fonttools USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_EGGINFODIR= ${PYTHON_SITELIBDIR}/FontTools +PYDISTUTILS_PKGNAME= FontTools +PYDISTUTILS_PKGVERSION= 1.0 DOCDIR= ${PREFIX}/share/doc/py-fonttools diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 6f5566d74032..24d450a1b158 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -21,6 +21,8 @@ COMMENT= Library to create PDF documents using the Python language USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= Reportlab +PYDISTUTILS_PKGVERSION= 1.20 WRKSRC= ${WRKDIR}/reportlab_${PORTVERSION:S/./_/g}/reportlab MAKE_ENV= PACKAGE_PATH="${REPORTLABDIR}" diff --git a/print/py-reportlab2/Makefile b/print/py-reportlab2/Makefile index 72ddcd9294d8..884ea6cae029 100644 --- a/print/py-reportlab2/Makefile +++ b/print/py-reportlab2/Makefile @@ -20,6 +20,7 @@ COMMENT= Library to create PDF documents using the Python language USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= Reportlab WRKSRC= ${WRKDIR}/reportlab_${PORTVERSION:S/./_/}/reportlab MAKE_ENV= PACKAGE_PATH="${REPORTLABDIR}" diff --git a/print/py-rtf/Makefile b/print/py-rtf/Makefile index 21eb3ad3ec00..f6ffd8fbd45c 100644 --- a/print/py-rtf/Makefile +++ b/print/py-rtf/Makefile @@ -18,6 +18,7 @@ COMMENT= Library to create RTF documents using the Python language USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= PyRTF EXAMPLESDIR= ${PREFIX}/share/examples/py-rtf diff --git a/print/ttfquery/Makefile b/print/ttfquery/Makefile index 1a68ad5a2849..00457421a538 100644 --- a/print/ttfquery/Makefile +++ b/print/ttfquery/Makefile @@ -21,5 +21,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/FontTools.pth:${PORTSDIR}/print/py-fonttools \ USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= TTFQuery .include -- cgit v1.2.3