Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv19502/d/d/d/d

Added Files:
        pyx-py.info pyx-py.patch 
Log Message:
move pyx-py to stable with version bump to latest upstream 0.11.1

--- NEW FILE: pyx-py.patch ---
--- PyX-0.8.1/setup.cfg.orig    2005-09-05 18:30:36.000000000 +0200
+++ PyX-0.8.1/setup.cfg 2005-09-05 18:31:14.000000000 +0200
@@ -2,11 +2,11 @@
 # In this section you can specify which c extension modules should be built
 
 # C extension module for fast t1font decoding and encoding
-build_t1code=0
+build_t1code=1
 
 # Python bindings for the kpathsea library. You need the kpathsea header
 # and library and you may need to specify their location below.
-build_pykpathsea=0
+build_pykpathsea=1
 
 # use setuptools instead of distutils
 use_setuptools=0
@@ -17,5 +17,5 @@
 #   the pykpathsea extention module and libkpathsea is not installed in
 #   the default search paths of your compiler and linker
 
-# include_dirs=
-# library_dirs=
+include_dirs=@PREFIX@/include
+library_dirs=@PREFIX@/lib

--- NEW FILE: pyx-py.info ---
Info2: <<
Package: pyx-py%type_pkg[python]
Type: python (2.4 2.5 2.6 2.7)
Version: 0.11.1
Revision: 1
Distribution: <<
        (%type_pkg[python] = 24) 10.5,
        (%type_pkg[python] = 25) 10.5, (%type_pkg[python] = 25) 10.6,
        (%type_pkg[python] = 26) 10.5, (%type_pkg[python] = 26) 10.6,
        (%type_pkg[python] = 27) 10.5, (%type_pkg[python] = 27) 10.6
<<
Maintainer: None <fink-de...@lists.sourceforge.net>
Depends: <<
        ghostscript,
        libkpathsea6-shlibs,
        python%type_pkg[python],
        texlive-base
<<
BuildDepends: <<
        libkpathsea6,
        texlive-texmf
<<
Source: mirror:sourceforge:pyx/PyX-%v.tar.gz
Source-MD5: b8bd41d61a164426c162865b2c121f1b
PatchFile: pyx-py.patch
PatchFile-MD5: 6bebe51d05912200a371799ea124e140
PatchScript: <<
        /usr/bin/sed -e 's|@PREFIX@|%p|g' < %{PatchFile} | /usr/bin/patch -p1
<<
CompileScript:  <<
        #!/bin/sh -ev
        %p/bin/python%type_raw[python] setup.py build
        pushd manual
                #PYTHON=%p/bin/python%type_raw[python] make html
                #PYTHON=%p/bin/python%type_raw[python] make latexpdf
        popd #manual
        pushd faq
                PYTHON=%p/bin/python%type_raw[python] make
        popd #faq
<<
InstallScript: <<
        #!/bin/sh -ev
        %p/bin/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.
<<
DescPackaging: <<
No manual because the build needs mathjax.  If mathjax gets added to Fink, this
will need a BuildDepends on at least pil-py and sphinx-py.
<<
License: GPL 
Homepage: http://pyx.sourceforge.net/
<<


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to