the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: pyx-py%type_pkg[python]
Type: python(2.3 2.4)
Version: 0.8.1
Revision: 4
Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Maintainer: None
Depends: <<
python%type_pkg[python] | python%type_pkg[python]-nox,
tetex-base | system-tetex,
ghostscript | ghostscript-nox,
ghostscript-fonts
<<
BuildDepends: fink (>= 0.24.12), libkpathsea4 | system-tetex
Source: mirror:sourceforge:pyx/PyX-%v.tar.gz
Source-MD5: 5e751cef8d62774a6fc659cc9a03c231
PatchFile: pyx-py.patch
PatchFile-MD5: a02b9cf280fb4cca531087873725c32b
PatchScript: <<
/usr/bin/sed -e 's|@PREFIX@|%p|g' -e 's|@PYTHON_FLAVOR@|%type_pkg[python]|g' < %{PatchFile} | /usr/bin/patch -p1
<<
CompileScript: <<
#! /bin/bash -ev
(cd manual/; ln -s %p/share/doc/python%type_pkg[python]/Doc/tools/mkhowto mkhowto; if [ "%type_raw[python]" == "2.4" ]; then mv graph.tex graph.tex.orig; echo "\\let\\e=\\textbackslash" > graph.tex; cat graph.tex.orig >> graph.tex; fi; make pdf) || exit 1
(cd faq/; make) || exit 1
(mv pyxrc pyxrc-py%type_pkg[python]) || exit 1
<<
InstallScript: <<
python%type_raw[python] setup.py install --root=%d
mkdir -p %i/share/doc/%n/
cp -R examples %i/share/doc/%n/
cp -R contrib %i/share/doc/%n/
cp manual/manual.pdf %i/share/doc/%n/manual.pdf
cp faq/pyxfaq.pdf %i/share/doc/%n/
<<
DocFiles: README AUTHORS CHANGES INSTALL LICENSE PKG-INFO
Description: <<
PyX - Python graphics package
<<
DescDetail: <<
Pyx is a Python package for the creation of PostScript and PDF files.
It combines an abstraction of the PostScript drawing model with a TeX/LaTeX
interface. Complex tasks like 2d and 3d plots in publication-ready quality
are built out of these primitives.
<<
License: GPL
Homepage: http://pyx.sourceforge.net/
<<