summaryrefslogtreecommitdiff
path: root/textproc/py-X
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-20 12:37:04 +0000
committerwiz <wiz@pkgsrc.org>2014-01-20 12:37:04 +0000
commit6a5b4b3bc8c49759790335edb4c89722d0fe3526 (patch)
tree1922b4a3c5cf12836d520ee31b9021c761788c9d /textproc/py-X
parent4d15ab59aaf34888132025e005ff85e11b15a968 (diff)
downloadpkgsrc-6a5b4b3bc8c49759790335edb4c89722d0fe3526.tar.gz
Update to 0.13:
0.13 (2013/12/20): - Requires at least Python 3.2 - The gallery has been moved to https://sourceforge.net/p/pyx/gallery/, which is a wiki. Contributions are welcome. - filelocator module: - cygwin LaTeX with windows python patch (thanks to Sybren A. Stüvel) - graph styles: - fix numerical instability of line clippings - remove errorbar range checks, as they fail on a reverse axis, which is correct (reported by Néstor Espinoza) - path module: - fix internal name clash when generating a normpath from an empty path (reported by Brendon Higgins) - normpath module: - several stability and precision improvements and bugfixes - cusp removal at normpath construction (and getting rid of invalid results for curvature, rotation, tangent, and trafo methods) - remove curveradius methods as they are invalid for straigt paths - deco module: - apply text trafos to each character in curvedtext (reported by Hans L) - properly apply all textattrs in curvedtext (for example colors or scalings) - canvas module: - layer method takes layer names above or below (instead of an instance), also reorders layer accordingly when layer is already existing - remove the before and after arguments of insert - handle trafo and clip separately in constructor and write methods - allow for one clipping instance only - optimize graphics state stack usage - dvi/dvifile module: - change special handling for transformations and colors to use subcanvases - apply transformations to markers - trafos and styles are no longer canvasitems - style module: - fillrules are now fillstyles and handled within the PS/PDF context - text module: - new texenc setting - major code reorganization and documentation revision (now using autodoc) - font/afmfile module: - parse more AFM files, also some with common inconsistencies (thanks to Markus Schwienbacher for reporting these issues) - color module: - functiongradient has been split into functiongradient_rgb, etc. and the function parameters are now passed directly - lineargradient has been removed for factory functions lineargradient_rgb, etc. that provide linear gradients between colors of a particular color model - bitmap module: - fix jpegimage for progressive jpeg files (thanks to Michael Schindler) - pyxrc: - use APPDATA environment variable to locate the pyxrc on windows - tex, latex, kpsewhich, and locate executables are now customizable in the pyxrc - on the package level: - add pyxinfo to enable output of some useful information - manual: - PyX theme and various sphinx tweaks 0.12.1 (2012/10/26): - graph styles: - fix drawing and clipping of gradient style 0.12 (2012/10/17): - canvas module: - insert method now returns canvas wrapping item if attrs are given - insert method allows specification of position where item is inserted by before and after arguments - new layer method allows creation of separated drawing layers for grouping of drawing operations - writeXXXfile methods now use "page_" and "write_" prefixes for passing the keyword arguments to the page constructor and write method - pipeGS now returns a file handle instead of writing to a file or to stdout - the new method writeGSfile restores the previous pipeGS functionality - support rendering as png for use in IPython notebooks (as suggested by Nikolas Tezak) - document module: - writeXXXfile methods now support writing to stdout when filename is set to "-" - type 1 font modules: - allow font slanting for T1builtinfont instances - improve stripped font compatibility - remove UniqueID lookup from embedded fonts in PostScript output (fixes missing glyph issue with dvips and certain fonts) - allow Type1 font usage without TeX and without AFM font metric - add support for pfm font matrices - epsfile module: - fix race condition while generating bitmap for PDF inclusion - fix file opening for bbox reading when using filelocator (reported by Michael J Gruber) - filelocator module: - fix text mode line ending issue for MS Windows - text module: - fix subprocess call on MS Windows (closefds not functional not also not required at all) - fix pyxgraphics functionality because at least some versions of graphics and friends seem to expect the file extension .def for the driver files (thanks to Michael J Gruber) - deco module: - decorator to put text along a path; based on a patch by Michael J Gruber - dvifile module: - fix for MS Windows: open virtual font files in binary mode - graph modules: - graphs: - uses new canvas layers to stack graph components (fixing bug #1518414, reported by Dominic Ford) - add a flipped option to graphxy to exchange x and y coordinates - add a 1d graph "graphx" (use case: convert a value to a color) - add hiddenaxes layer to the 3d graph - add linkedaxes for the xy-plane in 3d like in 2d (works now properly due to the hiddenaxes feature) - graph styles: - add density style - add gradient style to convert a value to a color using a 1d graph - add a usenames dictionary to the pos style (like rangepos had it already) - graph data: - add a join data provide which adds concatenates several data sources - axis module: - divisor was not properly taken into account in tick handling (axis range extension and range rating) - added the metapost module: - create smooth paths from a series of points - bitmap module: - new fundamental constructor based on arbitrary affine transformations - add ASCIIHexDecode end marker - color module: - add rgbgradient and cmykgradient to force color space - mesh module: - add ASCIIHexDecode end marker - sourceforge.net: - upgrade PyX project page to the Allura platform 0.11.1 (2011/05/20): - canvas: - fix pipeGS (adding support for writing using pycompat.popen) - deco module: - arrow decorator: proper sign of constriction length for positioning reversed arrows - dvi/texfont: - fix exception type - increase designsize deviation to 4 (needs some further investigation) - contrib files: - fixes due to the dvi and font restructuring - setup.py: - fix build process for extension modules - fix download url to allow for easy_install (hopefully) - manual: - converted to sphinx 0.11 (2011/05/15): - font and dvi modules: - major reorganization - TeX mapping files are a property of the writer now By that the pdfwriter now uses pdftex.map instead of psfonts.map (It's also possible to pass a fontmap to a texrunners text method to use different mappings within a single output file) - support for font matrices (afm) for Type1 fonts (using fonts without a metrics is still supported, but properly issues a warning now) - interface for basic TeX-less text output - new PS and PDF writer options: strip_fonts, text_as_path, mesh_as_bitmap, mesh_as_bitmap_resolution - fix for commented out UniqueID - fix rounding of font sizes - fix scaling of VF position increments - new filelocator module - graph modules: - bar style on graphxyz (single datasets only) - graphxyz: - fix position of z4 axis - set correct errorname for z axis (thanks to Axel Freyn) - fix wrong y value usage instead of z value in pos methods - fix unused color range settings in surface style (thanks to Michael J Gruber) - fallbackrange for axes with vanishing range - dokeyitem method (to be called with a plotitem) to alter the key order - doplot() was renamed to doplotitem(), dodata() was renamed to doplot() to have similar naming conventions like for the graph key - axis module: do not divide by None for data.min and/or data.max being None (see patch #2833369) - axis painter: - properly rotate axis titles when ticks are not othorgonal to the axis (reported by Christian Delfosse) - correct namedirection in bar axis painter (reported by rhunger, bug #2028032) - graph.style.arrow: decorator is an parameter of the constructor now (thanks to Axel Freyn) - remove ticks with unset ticklevel and labellevel to prevent rating failures (thanks to Brendon Higgins) - canvas and document modules: - auto-guess output filename from the script filename - add ciecolor flag and input type to the pipeGS method of canvas - pyxrc: - new config options for psfontmaps and pdffontmaps - new config option for formatting of Python warnings - new config section for new filelocator module - text module: - fix two bugs in the read pipe of the texrunner (thanks to Laurence Tratt and Eric Faurot) - fix "<" token handling in mapping file parser (thanks to Matthew West) - fix start message parse error in MiKTeX (thanks to Wojciech Jaskowski) - fix rigid aux file checking (thanks to Clayton E. Myers) - use subprocess module if available - proper error messages when TeX is stopped due to unrecoverable error - style module: - implement style.fillrule - deco module: - added an explicit hatch pattern as an alternative for real postscript patterns - arrow decorator: take into account constriction length when arrow pos < 1 - bitmap module: - add support for transparent bitmaps (in postscript stencil masking only) - path and normpath modules: - remove incorrect zero length line in PDF output for each first moveto path element (thanks to Michael J Gruber) - raise correct normpath exception (thanks to Axel Freyn) - epsfile module: - an ugly way to import EPS in PDF using a bitmap (requires PIL) 0.10 (2007/10/03): - graph modules: - graph module: - graphxyz for 3d graphs with parallel and central projection - doplot method (to be called with a plotitem) to alter the plotitem order etc. - graph styles: - new surface style for 3d graphs (colored surfaces are functional (and useful!) for 2d graphs as well) - new grid style for 3d graphs - new impulses style - optional textdx/textdy columns to the text style added - arrowpos parameter to the arrow style added - bugfix: fromvalue axis range adjustment in histogram style - bugfix: axis range adjustment in range style - axis module: - painter: don't insert axis title twice (thanks to Tim Gray for reporting this problem) - parter: extend the logarithmic parter to calculate automatic partitions for huge ranges (TODO: documentation of the new autoexponent parameter) (suggested by Dominic Ford) - fix: range rating was not taken into account due in the 0.9 release - data module: - list class was renamed to points; deprecation warning added for instance creation, but inheritance from list failes - new values class - new mesh module: - internal helper module for efficient handling of triangular colored meshs - color module: - renamed: palette->gradient, functionpalette->functiongradient, linearpalette->lineargradient - new class palette representing a discrete ordered list of colors - support transparency for filling/stroking in pdf separately - transparency support for postscript as available by means of a proprietary ghostscript extension (for ps2pdf) - renamed method: tostring8bit -> to8bitstring (bug #2932888) - attr module: - add multichangeattr to perform a select on different changeable attributes depending on the selects total number - font modules: - t1font: - add missing glyph traversal in t1seacs updatepath - normpath module: - support zero-length normsubpaths - canvas module: - don't change order of attrs passed to canvas constructor in place - added __truediv__ methods according to PEP 238
Diffstat (limited to 'textproc/py-X')
-rw-r--r--textproc/py-X/Makefile27
-rw-r--r--textproc/py-X/PLIST127
-rw-r--r--textproc/py-X/distinfo9
-rw-r--r--textproc/py-X/patches/patch-aa13
4 files changed, 102 insertions, 74 deletions
diff --git a/textproc/py-X/Makefile b/textproc/py-X/Makefile
index 0ae80128713..1e86883d3f6 100644
--- a/textproc/py-X/Makefile
+++ b/textproc/py-X/Makefile
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2012/10/25 06:56:48 asau Exp $
-#
+# $NetBSD: Makefile,v 1.15 2014/01/20 12:37:04 wiz Exp $
-DISTNAME= PyX-0.9
-PKGNAME= ${PYPKGPREFIX}-X-0.9
-PKGREVISION= 4
+DISTNAME= PyX-0.13
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyx/}
@@ -19,25 +17,12 @@ DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex
USE_LANGUAGES= #none
-CONF_FILES= ${PREFIX}/share/examples/PyX/pyxrc \
+CONF_FILES= ${PYSITELIB}/pyx/data/pyxrc \
${PKG_SYSCONFDIR}/pyxrc
-SUBST_CLASSES+= conf
-SUBST_STAGE.conf= post-patch
-SUBST_MESSAGE.conf= Fixing configuration files.
-SUBST_FILES.conf= setup.py
-SUBST_SED.conf+= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g"
-
-INSTALLATION_DIRS= share/examples/PyX
-
PYTHON_SELF_CONFLICT= yes
-
-pre-install:
- ${CP} ${WRKSRC}/pyxrc ${WRKSRC}/pyxrc.default
-
-post-install:
- ${CP} ${WRKSRC}/pyxrc ${DESTDIR}${PREFIX}/share/examples/PyX/pyxrc
+PYTHON_VERSIONS_INCOMPATIBLE= 26 27
+PYTHON_VERSIONS_INCLUDE_3X= yes
.include "../../lang/python/distutils.mk"
-.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-X/PLIST b/textproc/py-X/PLIST
index 07ae9f7f65d..1fcac6ebe83 100644
--- a/textproc/py-X/PLIST
+++ b/textproc/py-X/PLIST
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2012/04/08 20:21:57 wiz Exp $
-etc/pyxrc.default
+@comment $NetBSD: PLIST,v 1.7 2014/01/20 12:37:04 wiz Exp $
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/pyx/__init__.py
${PYSITELIB}/pyx/__init__.pyc
@@ -7,6 +6,9 @@ ${PYSITELIB}/pyx/__init__.pyo
${PYSITELIB}/pyx/attr.py
${PYSITELIB}/pyx/attr.pyc
${PYSITELIB}/pyx/attr.pyo
+${PYSITELIB}/pyx/baseclasses.py
+${PYSITELIB}/pyx/baseclasses.pyc
+${PYSITELIB}/pyx/baseclasses.pyo
${PYSITELIB}/pyx/bbox.py
${PYSITELIB}/pyx/bbox.pyc
${PYSITELIB}/pyx/bbox.pyo
@@ -28,6 +30,37 @@ ${PYSITELIB}/pyx/config.pyo
${PYSITELIB}/pyx/connector.py
${PYSITELIB}/pyx/connector.pyc
${PYSITELIB}/pyx/connector.pyo
+${PYSITELIB}/pyx/data/afm/Courier-Bold.afm
+${PYSITELIB}/pyx/data/afm/Courier-BoldOblique.afm
+${PYSITELIB}/pyx/data/afm/Courier-Oblique.afm
+${PYSITELIB}/pyx/data/afm/Courier.afm
+${PYSITELIB}/pyx/data/afm/Helvetica-Bold.afm
+${PYSITELIB}/pyx/data/afm/Helvetica-BoldOblique.afm
+${PYSITELIB}/pyx/data/afm/Helvetica-Oblique.afm
+${PYSITELIB}/pyx/data/afm/Helvetica.afm
+${PYSITELIB}/pyx/data/afm/MustRead.html
+${PYSITELIB}/pyx/data/afm/Symbol.afm
+${PYSITELIB}/pyx/data/afm/Times-Bold.afm
+${PYSITELIB}/pyx/data/afm/Times-BoldItalic.afm
+${PYSITELIB}/pyx/data/afm/Times-Italic.afm
+${PYSITELIB}/pyx/data/afm/Times-Roman.afm
+${PYSITELIB}/pyx/data/afm/ZapfDingbats.afm
+${PYSITELIB}/pyx/data/def/pyx.def
+${PYSITELIB}/pyx/data/lfs/10pt.lfs
+${PYSITELIB}/pyx/data/lfs/10ptex.lfs
+${PYSITELIB}/pyx/data/lfs/11pt.lfs
+${PYSITELIB}/pyx/data/lfs/11ptex.lfs
+${PYSITELIB}/pyx/data/lfs/12pt.lfs
+${PYSITELIB}/pyx/data/lfs/12ptex.lfs
+${PYSITELIB}/pyx/data/lfs/createlfs.py
+${PYSITELIB}/pyx/data/lfs/createlfs.pyc
+${PYSITELIB}/pyx/data/lfs/createlfs.pyo
+${PYSITELIB}/pyx/data/lfs/createlfs.tex
+${PYSITELIB}/pyx/data/lfs/foils17pt.lfs
+${PYSITELIB}/pyx/data/lfs/foils20pt.lfs
+${PYSITELIB}/pyx/data/lfs/foils25pt.lfs
+${PYSITELIB}/pyx/data/lfs/foils30pt.lfs
+${PYSITELIB}/pyx/data/pyxrc
${PYSITELIB}/pyx/deco.py
${PYSITELIB}/pyx/deco.pyc
${PYSITELIB}/pyx/deco.pyo
@@ -37,27 +70,51 @@ ${PYSITELIB}/pyx/deformer.pyo
${PYSITELIB}/pyx/document.py
${PYSITELIB}/pyx/document.pyc
${PYSITELIB}/pyx/document.pyo
-${PYSITELIB}/pyx/dvifile.py
-${PYSITELIB}/pyx/dvifile.pyc
-${PYSITELIB}/pyx/dvifile.pyo
+${PYSITELIB}/pyx/dvi/__init__.py
+${PYSITELIB}/pyx/dvi/__init__.pyc
+${PYSITELIB}/pyx/dvi/__init__.pyo
+${PYSITELIB}/pyx/dvi/dvifile.py
+${PYSITELIB}/pyx/dvi/dvifile.pyc
+${PYSITELIB}/pyx/dvi/dvifile.pyo
+${PYSITELIB}/pyx/dvi/encfile.py
+${PYSITELIB}/pyx/dvi/encfile.pyc
+${PYSITELIB}/pyx/dvi/encfile.pyo
+${PYSITELIB}/pyx/dvi/mapfile.py
+${PYSITELIB}/pyx/dvi/mapfile.pyc
+${PYSITELIB}/pyx/dvi/mapfile.pyo
+${PYSITELIB}/pyx/dvi/texfont.py
+${PYSITELIB}/pyx/dvi/texfont.pyc
+${PYSITELIB}/pyx/dvi/texfont.pyo
+${PYSITELIB}/pyx/dvi/tfmfile.py
+${PYSITELIB}/pyx/dvi/tfmfile.pyc
+${PYSITELIB}/pyx/dvi/tfmfile.pyo
+${PYSITELIB}/pyx/dvi/vffile.py
+${PYSITELIB}/pyx/dvi/vffile.pyc
+${PYSITELIB}/pyx/dvi/vffile.pyo
${PYSITELIB}/pyx/epsfile.py
${PYSITELIB}/pyx/epsfile.pyc
${PYSITELIB}/pyx/epsfile.pyo
${PYSITELIB}/pyx/font/__init__.py
${PYSITELIB}/pyx/font/__init__.pyc
${PYSITELIB}/pyx/font/__init__.pyo
-${PYSITELIB}/pyx/font/afm.py
-${PYSITELIB}/pyx/font/afm.pyc
-${PYSITELIB}/pyx/font/afm.pyo
-${PYSITELIB}/pyx/font/encoding.py
-${PYSITELIB}/pyx/font/encoding.pyc
-${PYSITELIB}/pyx/font/encoding.pyo
+${PYSITELIB}/pyx/font/afmfile.py
+${PYSITELIB}/pyx/font/afmfile.pyc
+${PYSITELIB}/pyx/font/afmfile.pyo
+${PYSITELIB}/pyx/font/font.py
+${PYSITELIB}/pyx/font/font.pyc
+${PYSITELIB}/pyx/font/font.pyo
+${PYSITELIB}/pyx/font/metric.py
+${PYSITELIB}/pyx/font/metric.pyc
+${PYSITELIB}/pyx/font/metric.pyo
+${PYSITELIB}/pyx/font/pfmfile.py
+${PYSITELIB}/pyx/font/pfmfile.pyc
+${PYSITELIB}/pyx/font/pfmfile.pyo
${PYSITELIB}/pyx/font/t1code.py
${PYSITELIB}/pyx/font/t1code.pyc
${PYSITELIB}/pyx/font/t1code.pyo
-${PYSITELIB}/pyx/font/t1font.py
-${PYSITELIB}/pyx/font/t1font.pyc
-${PYSITELIB}/pyx/font/t1font.pyo
+${PYSITELIB}/pyx/font/t1file.py
+${PYSITELIB}/pyx/font/t1file.pyc
+${PYSITELIB}/pyx/font/t1file.pyo
${PYSITELIB}/pyx/graph/__init__.py
${PYSITELIB}/pyx/graph/__init__.pyc
${PYSITELIB}/pyx/graph/__init__.pyo
@@ -103,6 +160,18 @@ ${PYSITELIB}/pyx/graph/style.pyo
${PYSITELIB}/pyx/mathutils.py
${PYSITELIB}/pyx/mathutils.pyc
${PYSITELIB}/pyx/mathutils.pyo
+${PYSITELIB}/pyx/mesh.py
+${PYSITELIB}/pyx/mesh.pyc
+${PYSITELIB}/pyx/mesh.pyo
+${PYSITELIB}/pyx/metapost/__init__.py
+${PYSITELIB}/pyx/metapost/__init__.pyc
+${PYSITELIB}/pyx/metapost/__init__.pyo
+${PYSITELIB}/pyx/metapost/mp_path.py
+${PYSITELIB}/pyx/metapost/mp_path.pyc
+${PYSITELIB}/pyx/metapost/mp_path.pyo
+${PYSITELIB}/pyx/metapost/path.py
+${PYSITELIB}/pyx/metapost/path.pyc
+${PYSITELIB}/pyx/metapost/path.pyo
${PYSITELIB}/pyx/normpath.py
${PYSITELIB}/pyx/normpath.pyc
${PYSITELIB}/pyx/normpath.pyo
@@ -112,18 +181,18 @@ ${PYSITELIB}/pyx/path.pyo
${PYSITELIB}/pyx/pattern.py
${PYSITELIB}/pyx/pattern.pyc
${PYSITELIB}/pyx/pattern.pyo
+${PYSITELIB}/pyx/pdfextra.py
+${PYSITELIB}/pyx/pdfextra.pyc
+${PYSITELIB}/pyx/pdfextra.pyo
${PYSITELIB}/pyx/pdfwriter.py
${PYSITELIB}/pyx/pdfwriter.pyc
${PYSITELIB}/pyx/pdfwriter.pyo
${PYSITELIB}/pyx/pswriter.py
${PYSITELIB}/pyx/pswriter.pyc
${PYSITELIB}/pyx/pswriter.pyo
-${PYSITELIB}/pyx/pykpathsea/__init__.py
-${PYSITELIB}/pyx/pykpathsea/__init__.pyc
-${PYSITELIB}/pyx/pykpathsea/__init__.pyo
-${PYSITELIB}/pyx/siteconfig.py
-${PYSITELIB}/pyx/siteconfig.pyc
-${PYSITELIB}/pyx/siteconfig.pyo
+${PYSITELIB}/pyx/reader.py
+${PYSITELIB}/pyx/reader.pyc
+${PYSITELIB}/pyx/reader.pyo
${PYSITELIB}/pyx/style.py
${PYSITELIB}/pyx/style.pyc
${PYSITELIB}/pyx/style.pyo
@@ -133,24 +202,12 @@ ${PYSITELIB}/pyx/text.pyo
${PYSITELIB}/pyx/trafo.py
${PYSITELIB}/pyx/trafo.pyc
${PYSITELIB}/pyx/trafo.pyo
-${PYSITELIB}/pyx/type1font.py
-${PYSITELIB}/pyx/type1font.pyc
-${PYSITELIB}/pyx/type1font.pyo
${PYSITELIB}/pyx/unit.py
${PYSITELIB}/pyx/unit.pyc
${PYSITELIB}/pyx/unit.pyo
${PYSITELIB}/pyx/version.py
${PYSITELIB}/pyx/version.pyc
${PYSITELIB}/pyx/version.pyo
-share/examples/PyX/pyxrc
-share/pyx/10pt.lfs
-share/pyx/10ptex.lfs
-share/pyx/11pt.lfs
-share/pyx/11ptex.lfs
-share/pyx/12pt.lfs
-share/pyx/12ptex.lfs
-share/pyx/foils17pt.lfs
-share/pyx/foils20pt.lfs
-share/pyx/foils25pt.lfs
-share/pyx/foils30pt.lfs
-share/pyx/pyx.def
+${PYSITELIB}/pyx/writer.py
+${PYSITELIB}/pyx/writer.pyc
+${PYSITELIB}/pyx/writer.pyo
diff --git a/textproc/py-X/distinfo b/textproc/py-X/distinfo
index 7183297f326..86d11a7fad7 100644
--- a/textproc/py-X/distinfo
+++ b/textproc/py-X/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2007/05/19 01:14:07 adrianp Exp $
+$NetBSD: distinfo,v 1.3 2014/01/20 12:37:04 wiz Exp $
-SHA1 (PyX-0.9.tar.gz) = 79daf941f0ad36126471567879aaf6f94d21ccc4
-RMD160 (PyX-0.9.tar.gz) = 095148e1cf5af028724ba3abf52794741e72d084
-Size (PyX-0.9.tar.gz) = 351451 bytes
-SHA1 (patch-aa) = 789d1a8209334f4258c4e404cdf0b0daf1d4f18f
+SHA1 (PyX-0.13.tar.gz) = 1c5d100250358897ca8c6f2237a35f1d69b1ae6d
+RMD160 (PyX-0.13.tar.gz) = 0cbd1da09ae9670bb8b42a59a103d0c8a53175c3
+Size (PyX-0.13.tar.gz) = 1237082 bytes
diff --git a/textproc/py-X/patches/patch-aa b/textproc/py-X/patches/patch-aa
deleted file mode 100644
index b4c99a59f44..00000000000
--- a/textproc/py-X/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2007/05/19 01:14:07 adrianp Exp $
-
---- setup.py.orig 2006-03-09 16:49:55.000000000 +0000
-+++ setup.py
-@@ -75,7 +75,7 @@ adddatafiles("sharedir", "share/pyx", ["
-
- # Note that on windows we can't install to absolute paths. Hence
- # we put the global pyxrc into the share directory as well.
--adddatafiles("pyxrcdir", os.name != "nt" and "/etc" or "share/pyx", ["pyxrc"])
-+adddatafiles("pyxrcdir", os.name != "nt" and "@PKG_SYSCONFDIR@" or "share/pyx", ["pyxrc.default"])
-
- ################################################################################
- # extend install commands to overwrite siteconfig.py during build and install