mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
to preserve version 1.x and to update to 3.0 print/py-reportlab: - Update print/py-reportlab to 3.0 based on print/py-reportlab2 - Support STAGEDIR - Use PYDISTUTILS_AUTOPLIST * Remove pkg-plist, accordingly - Set CONFLICTS - Add PORTSCOUT - Replace tab with a single space after WWW: in pkg-descr print/py-reportlab1: - Support STAGEDIR - Add PKGNAMESUFFIX not to duplicate ports with the same name - Set CONFLICTS - Use PYDISTUTILS_AUTOPLIST * Remove pkg-plist, accordingly - Make use of PORTDOCS - Set OPTIONS_DEFINE explicitly - Fix include statement - Make docs unconditional to stage - Replace tab with a single space after WWW: in pkg-descr print/py-reportlab2: - Update CONFLICTS - Set PORTSCOUT dependent ports: - Switch dependency from print/py-reportlab to print/py-reportlab1 * biology/py-biopython * deskutils/gourmet * deskutils/griffith * games/pythonsudoku * misc/pdfmap * print/py-trml2pdf * www/py-satchmo PR: ports/186970 Submitted by: tota (myself) Approved by: Muhammad Moinur Rahman (maintainer)
11 lines
350 B
Python
11 lines
350 B
Python
--- setup.py.orig Fri Nov 26 00:12:20 2004
|
|
+++ setup.py Mon Mar 21 03:26:45 2005
|
|
@@ -19,7 +19,7 @@
|
|
isfile = os.path.isfile
|
|
isdir = os.path.isfile
|
|
dirname = os.path.dirname
|
|
-package_path = pjoin(package_home(distutils.__dict__), 'site-packages', 'reportlab')
|
|
+package_path = os.environ['PACKAGE_PATH']
|
|
|
|
def get_version():
|
|
#determine Version
|