pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-weave: Drop, cannot find any sources of it



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Sep 21 01:13:54 2016 +0200
Changeset:	375c9f62476c01a939c411726921fc3ad1448d07

Removed Files:
	py-weave/DESCR
	py-weave/Makefile
	py-weave/PLIST
	py-weave/TODO
	py-weave/distinfo
	py-weave/patches/patch-aa

Log Message:
py-weave: Drop, cannot find any sources of it

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=375c9f62476c01a939c411726921fc3ad1448d07

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-weave/DESCR            |  12 --
 py-weave/Makefile         |  21 ----
 py-weave/PLIST            | 312 ----------------------------------------------
 py-weave/TODO             |   1 -
 py-weave/distinfo         |   5 -
 py-weave/patches/patch-aa |  16 ---
 6 files changed, 367 deletions(-)

diffs:
diff --git a/py-weave/DESCR b/py-weave/DESCR
deleted file mode 100644
index 750010c..0000000
--- a/py-weave/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-The weave package allows the inclusion of C/C++ within Python code. It is
-part of the larger SciPy package, but is made available here as a stand
-alone package so that more people can try it out.
-
-Including C/C++ code within Python offers both another level of optimization
-to those who need it, and an easy way to modify and extend an supported
-extension libraries such as wxPython and hopefully VTK soon. Inlining C/C++
-code within Python generally results in speed ups of 1.5x to 30x speed-up
-over algorithms written in pure Python (However, it is also possible to slow
-things down...). Generally algorithms that require a large number of calls
-to the Python API don't benefit as much from the conversion to C/C++ as
-algorithms that have inner loops completely convertable to C.
diff --git a/py-weave/Makefile b/py-weave/Makefile
deleted file mode 100644
index acec36f..0000000
--- a/py-weave/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2011/11/22 09:51:46 thomasklausner Exp $
-#
-
-DISTNAME=		weave-0.2.3
-PKGNAME=		${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=		devel
-MASTER_SITES=		http://www.scipy.org/site_content/weave/
-
-MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=		http://www.scipy.org/Weave
-COMMENT=		Allows the inclusion of C/C++ within Python code
-
-DEPENDS+=		${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
-
-PY_PATCHPLIST=		yes
-PYDISTUTILSPKG=		yes
-
-CONFLICTS=		${PYPKGPREFIX}-SciPy-[0-9]*
-
-.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-weave/PLIST b/py-weave/PLIST
deleted file mode 100644
index 83dd257..0000000
--- a/py-weave/PLIST
+++ /dev/null
@@ -1,312 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/10/11 10:45:12 thomasklausner Exp $
-${PYSITELIB}/weave/CXX/Config.hxx
-${PYSITELIB}/weave/CXX/Exception.hxx
-${PYSITELIB}/weave/CXX/Extensions.hxx
-${PYSITELIB}/weave/CXX/IndirectPythonInterface.cxx
-${PYSITELIB}/weave/CXX/IndirectPythonInterface.hxx
-${PYSITELIB}/weave/CXX/Objects.hxx
-${PYSITELIB}/weave/CXX/cxx_extensions.cxx
-${PYSITELIB}/weave/CXX/cxxextensions.c
-${PYSITELIB}/weave/CXX/cxxsupport.cxx
-${PYSITELIB}/weave/__init__.py
-${PYSITELIB}/weave/__init__.pyc
-${PYSITELIB}/weave/__init__.pyo
-${PYSITELIB}/weave/ast_tools.py
-${PYSITELIB}/weave/ast_tools.pyc
-${PYSITELIB}/weave/ast_tools.pyo
-${PYSITELIB}/weave/base_info.py
-${PYSITELIB}/weave/base_info.pyc
-${PYSITELIB}/weave/base_info.pyo
-${PYSITELIB}/weave/base_spec.py
-${PYSITELIB}/weave/base_spec.pyc
-${PYSITELIB}/weave/base_spec.pyo
-${PYSITELIB}/weave/blitz-20001213/blitz/applics.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/asexpr.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/cartesian.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/cgsolve.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/complex.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/array/convolve.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/array/convolve.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/cycle.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/array/domain.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/et.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/eval.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/array/expr.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/fastiter.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/geometry.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/indirect.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/interlace.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/array/io.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/array/iter.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/map.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/methods.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/array/misc.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/array/multi.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/newbops.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/array/ops.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/array/reduce.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/array/reduce.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/resize.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/array/shape.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/slice.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/slicing.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/array/stencil-et.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/stencil.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/array/stencil.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/stencilops.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/storage.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/uops.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/array/where.h
-${PYSITELIB}/weave/blitz-20001213/blitz/array/zip.h
-${PYSITELIB}/weave/blitz-20001213/blitz/bench.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/bench.h
-${PYSITELIB}/weave/blitz-20001213/blitz/benchext.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/benchext.h
-${PYSITELIB}/weave/blitz-20001213/blitz/blitz.h
-${PYSITELIB}/weave/blitz-20001213/blitz/bzdebug.h
-${PYSITELIB}/weave/blitz-20001213/blitz/compiler.h
-${PYSITELIB}/weave/blitz-20001213/blitz/config.h
-${PYSITELIB}/weave/blitz-20001213/blitz/etbase.h
-${PYSITELIB}/weave/blitz-20001213/blitz/extremum.h
-${PYSITELIB}/weave/blitz-20001213/blitz/indexexpr.h
-${PYSITELIB}/weave/blitz-20001213/blitz/limits-hack.h
-${PYSITELIB}/weave/blitz-20001213/blitz/listinit.h
-${PYSITELIB}/weave/blitz-20001213/blitz/matbops.h
-${PYSITELIB}/weave/blitz-20001213/blitz/matdiag.h
-${PYSITELIB}/weave/blitz-20001213/blitz/matexpr.h
-${PYSITELIB}/weave/blitz-20001213/blitz/matgen.h
-${PYSITELIB}/weave/blitz-20001213/blitz/mathf2.h
-${PYSITELIB}/weave/blitz-20001213/blitz/mathfunc.h
-${PYSITELIB}/weave/blitz-20001213/blitz/matltri.h
-${PYSITELIB}/weave/blitz-20001213/blitz/matref.h
-${PYSITELIB}/weave/blitz-20001213/blitz/matrix.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/matrix.h
-${PYSITELIB}/weave/blitz-20001213/blitz/matsymm.h
-${PYSITELIB}/weave/blitz-20001213/blitz/mattoep.h
-${PYSITELIB}/weave/blitz-20001213/blitz/matuops.h
-${PYSITELIB}/weave/blitz-20001213/blitz/matutri.h
-${PYSITELIB}/weave/blitz-20001213/blitz/memblock.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/memblock.h
-${PYSITELIB}/weave/blitz-20001213/blitz/meta/dot.h
-${PYSITELIB}/weave/blitz-20001213/blitz/meta/matassign.h
-${PYSITELIB}/weave/blitz-20001213/blitz/meta/matmat.h
-${PYSITELIB}/weave/blitz-20001213/blitz/meta/matvec.h
-${PYSITELIB}/weave/blitz-20001213/blitz/meta/metaprog.h
-${PYSITELIB}/weave/blitz-20001213/blitz/meta/product.h
-${PYSITELIB}/weave/blitz-20001213/blitz/meta/sum.h
-${PYSITELIB}/weave/blitz-20001213/blitz/meta/vecassign.h
-${PYSITELIB}/weave/blitz-20001213/blitz/minmax.h
-${PYSITELIB}/weave/blitz-20001213/blitz/mstruct.h
-${PYSITELIB}/weave/blitz-20001213/blitz/numinquire.h
-${PYSITELIB}/weave/blitz-20001213/blitz/numtrait.h
-${PYSITELIB}/weave/blitz-20001213/blitz/ops.h
-${PYSITELIB}/weave/blitz-20001213/blitz/prettyprint.h
-${PYSITELIB}/weave/blitz-20001213/blitz/promote-old.h
-${PYSITELIB}/weave/blitz-20001213/blitz/promote.h
-${PYSITELIB}/weave/blitz-20001213/blitz/rand-dunif.h
-${PYSITELIB}/weave/blitz-20001213/blitz/rand-mt.h
-${PYSITELIB}/weave/blitz-20001213/blitz/rand-normal.h
-${PYSITELIB}/weave/blitz-20001213/blitz/rand-tt800.h
-${PYSITELIB}/weave/blitz-20001213/blitz/rand-uniform.h
-${PYSITELIB}/weave/blitz-20001213/blitz/random.h
-${PYSITELIB}/weave/blitz-20001213/blitz/randref.h
-${PYSITELIB}/weave/blitz-20001213/blitz/range.h
-${PYSITELIB}/weave/blitz-20001213/blitz/reduce.h
-${PYSITELIB}/weave/blitz-20001213/blitz/shapecheck.h
-${PYSITELIB}/weave/blitz-20001213/blitz/tau.h
-${PYSITELIB}/weave/blitz-20001213/blitz/timer.h
-${PYSITELIB}/weave/blitz-20001213/blitz/tiny.h
-${PYSITELIB}/weave/blitz-20001213/blitz/tinymat.h
-${PYSITELIB}/weave/blitz-20001213/blitz/tinymatexpr.h
-${PYSITELIB}/weave/blitz-20001213/blitz/tinyvec.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/tinyvec.h
-${PYSITELIB}/weave/blitz-20001213/blitz/tinyvecio.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/tinyveciter.h
-${PYSITELIB}/weave/blitz-20001213/blitz/traversal.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/traversal.h
-${PYSITELIB}/weave/blitz-20001213/blitz/tuning.h
-${PYSITELIB}/weave/blitz-20001213/blitz/tvcross.h
-${PYSITELIB}/weave/blitz-20001213/blitz/tvecglobs.h
-${PYSITELIB}/weave/blitz-20001213/blitz/update.h
-${PYSITELIB}/weave/blitz-20001213/blitz/vecaccum.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/vecall.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/vecany.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/vecbfn.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/vecbops.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/veccount.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/vecdelta.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/vecdot.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/vecexpr.h
-${PYSITELIB}/weave/blitz-20001213/blitz/vecexprwrap.h
-${PYSITELIB}/weave/blitz-20001213/blitz/vecglobs.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/vecglobs.h
-${PYSITELIB}/weave/blitz-20001213/blitz/vecio.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/veciter.h
-${PYSITELIB}/weave/blitz-20001213/blitz/vecmax.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/vecmin.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/vecnorm.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/vecnorm1.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/vecpick.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/vecpick.h
-${PYSITELIB}/weave/blitz-20001213/blitz/vecpickio.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/vecpickiter.h
-${PYSITELIB}/weave/blitz-20001213/blitz/vecsum.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/vector.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/vector.h
-${PYSITELIB}/weave/blitz-20001213/blitz/vecuops.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/vecwhere.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/vecwhere.h
-${PYSITELIB}/weave/blitz-20001213/blitz/wrap-climits.h
-${PYSITELIB}/weave/blitz-20001213/blitz/zero.cc
-${PYSITELIB}/weave/blitz-20001213/blitz/zero.h
-${PYSITELIB}/weave/blitz_info.py
-${PYSITELIB}/weave/blitz_info.pyc
-${PYSITELIB}/weave/blitz_info.pyo
-${PYSITELIB}/weave/blitz_spec.py
-${PYSITELIB}/weave/blitz_spec.pyc
-${PYSITELIB}/weave/blitz_spec.pyo
-${PYSITELIB}/weave/blitz_tools.py
-${PYSITELIB}/weave/blitz_tools.pyc
-${PYSITELIB}/weave/blitz_tools.pyo
-${PYSITELIB}/weave/build_tools.py
-${PYSITELIB}/weave/build_tools.pyc
-${PYSITELIB}/weave/build_tools.pyo
-${PYSITELIB}/weave/catalog.py
-${PYSITELIB}/weave/catalog.pyc
-${PYSITELIB}/weave/catalog.pyo
-${PYSITELIB}/weave/code_blocks.py
-${PYSITELIB}/weave/code_blocks.pyc
-${PYSITELIB}/weave/code_blocks.pyo
-${PYSITELIB}/weave/common_info.py
-${PYSITELIB}/weave/common_info.pyc
-${PYSITELIB}/weave/common_info.pyo
-${PYSITELIB}/weave/common_spec.py
-${PYSITELIB}/weave/common_spec.pyc
-${PYSITELIB}/weave/common_spec.pyo
-${PYSITELIB}/weave/conversion_code.py
-${PYSITELIB}/weave/conversion_code.pyc
-${PYSITELIB}/weave/conversion_code.pyo
-${PYSITELIB}/weave/conversion_code_old.py
-${PYSITELIB}/weave/conversion_code_old.pyc
-${PYSITELIB}/weave/conversion_code_old.pyo
-${PYSITELIB}/weave/cxx_info.py
-${PYSITELIB}/weave/cxx_info.pyc
-${PYSITELIB}/weave/cxx_info.pyo
-${PYSITELIB}/weave/doc/tutorial.html
-${PYSITELIB}/weave/dumb_shelve.py
-${PYSITELIB}/weave/dumb_shelve.pyc
-${PYSITELIB}/weave/dumb_shelve.pyo
-${PYSITELIB}/weave/dumbdbm_patched.py
-${PYSITELIB}/weave/dumbdbm_patched.pyc
-${PYSITELIB}/weave/dumbdbm_patched.pyo
-${PYSITELIB}/weave/examples/binary_search.py
-${PYSITELIB}/weave/examples/cast_copy_transpose.py
-${PYSITELIB}/weave/examples/dict_sort.py
-${PYSITELIB}/weave/examples/fibonacci.py
-${PYSITELIB}/weave/examples/functional.py
-${PYSITELIB}/weave/examples/increment_example.py
-${PYSITELIB}/weave/examples/md5_speed.py
-${PYSITELIB}/weave/examples/print_example.py
-${PYSITELIB}/weave/examples/py_none.py
-${PYSITELIB}/weave/examples/ramp.py
-${PYSITELIB}/weave/examples/ramp2.py
-${PYSITELIB}/weave/examples/support_code_example.py
-${PYSITELIB}/weave/examples/tuple_return.py
-${PYSITELIB}/weave/examples/vq.py
-${PYSITELIB}/weave/examples/wx_example.py
-${PYSITELIB}/weave/ext_tools.py
-${PYSITELIB}/weave/ext_tools.pyc
-${PYSITELIB}/weave/ext_tools.pyo
-${PYSITELIB}/weave/inline_info.py
-${PYSITELIB}/weave/inline_info.pyc
-${PYSITELIB}/weave/inline_info.pyo
-${PYSITELIB}/weave/inline_tools.py
-${PYSITELIB}/weave/inline_tools.pyc
-${PYSITELIB}/weave/inline_tools.pyo
-${PYSITELIB}/weave/lib2def.py
-${PYSITELIB}/weave/lib2def.pyc
-${PYSITELIB}/weave/lib2def.pyo
-${PYSITELIB}/weave/misc.py
-${PYSITELIB}/weave/misc.pyc
-${PYSITELIB}/weave/misc.pyo
-${PYSITELIB}/weave/scalar_info.py
-${PYSITELIB}/weave/scalar_info.pyc
-${PYSITELIB}/weave/scalar_info.pyo
-${PYSITELIB}/weave/scalar_spec.py
-${PYSITELIB}/weave/scalar_spec.pyc
-${PYSITELIB}/weave/scalar_spec.pyo
-${PYSITELIB}/weave/scxx/PWOBase.h
-${PYSITELIB}/weave/sequence_spec.py
-${PYSITELIB}/weave/sequence_spec.pyc
-${PYSITELIB}/weave/sequence_spec.pyo
-${PYSITELIB}/weave/setup_weave.py
-${PYSITELIB}/weave/setup_weave.pyc
-${PYSITELIB}/weave/setup_weave.pyo
-${PYSITELIB}/weave/size_check.py
-${PYSITELIB}/weave/size_check.pyc
-${PYSITELIB}/weave/size_check.pyo
-${PYSITELIB}/weave/slice_handler.py
-${PYSITELIB}/weave/slice_handler.pyc
-${PYSITELIB}/weave/slice_handler.pyo
-${PYSITELIB}/weave/standard_array_info.py
-${PYSITELIB}/weave/standard_array_info.pyc
-${PYSITELIB}/weave/standard_array_info.pyo
-${PYSITELIB}/weave/standard_array_spec.py
-${PYSITELIB}/weave/standard_array_spec.pyc
-${PYSITELIB}/weave/standard_array_spec.pyo
-${PYSITELIB}/weave/swig/swigptr.c
-${PYSITELIB}/weave/swig_info.py
-${PYSITELIB}/weave/swig_info.pyc
-${PYSITELIB}/weave/swig_info.pyo
-${PYSITELIB}/weave/tests/test_ast_tools.py
-${PYSITELIB}/weave/tests/test_ast_tools.pyc
-${PYSITELIB}/weave/tests/test_ast_tools.pyo
-${PYSITELIB}/weave/tests/test_blitz_tools.py
-${PYSITELIB}/weave/tests/test_blitz_tools.pyc
-${PYSITELIB}/weave/tests/test_blitz_tools.pyo
-${PYSITELIB}/weave/tests/test_build_tools.py
-${PYSITELIB}/weave/tests/test_build_tools.pyc
-${PYSITELIB}/weave/tests/test_build_tools.pyo
-${PYSITELIB}/weave/tests/test_catalog.py
-${PYSITELIB}/weave/tests/test_catalog.pyc
-${PYSITELIB}/weave/tests/test_catalog.pyo
-${PYSITELIB}/weave/tests/test_common_spec.py
-${PYSITELIB}/weave/tests/test_common_spec.pyc
-${PYSITELIB}/weave/tests/test_common_spec.pyo
-${PYSITELIB}/weave/tests/test_ext_tools.py
-${PYSITELIB}/weave/tests/test_ext_tools.pyc
-${PYSITELIB}/weave/tests/test_ext_tools.pyo
-${PYSITELIB}/weave/tests/test_inline_tools.py
-${PYSITELIB}/weave/tests/test_inline_tools.pyc
-${PYSITELIB}/weave/tests/test_inline_tools.pyo
-${PYSITELIB}/weave/tests/test_scalar_spec.py
-${PYSITELIB}/weave/tests/test_scalar_spec.pyc
-${PYSITELIB}/weave/tests/test_scalar_spec.pyo
-${PYSITELIB}/weave/tests/test_sequence_spec.py
-${PYSITELIB}/weave/tests/test_sequence_spec.pyc
-${PYSITELIB}/weave/tests/test_sequence_spec.pyo
-${PYSITELIB}/weave/tests/test_size_check.py
-${PYSITELIB}/weave/tests/test_size_check.pyc
-${PYSITELIB}/weave/tests/test_size_check.pyo
-${PYSITELIB}/weave/tests/test_slice_handler.py
-${PYSITELIB}/weave/tests/test_slice_handler.pyc
-${PYSITELIB}/weave/tests/test_slice_handler.pyo
-${PYSITELIB}/weave/tests/test_standard_array_spec.py
-${PYSITELIB}/weave/tests/test_standard_array_spec.pyc
-${PYSITELIB}/weave/tests/test_standard_array_spec.pyo
-${PYSITELIB}/weave/tests/test_string_spec.py
-${PYSITELIB}/weave/tests/test_string_spec.pyc
-${PYSITELIB}/weave/tests/test_string_spec.pyo
-${PYSITELIB}/weave/tests/test_wx_spec.py
-${PYSITELIB}/weave/tests/test_wx_spec.pyc
-${PYSITELIB}/weave/tests/test_wx_spec.pyo
-${PYSITELIB}/weave/tests/weave_test_utils.py
-${PYSITELIB}/weave/tests/weave_test_utils.pyc
-${PYSITELIB}/weave/tests/weave_test_utils.pyo
-${PYSITELIB}/weave/wx_info.py
-${PYSITELIB}/weave/wx_info.pyc
-${PYSITELIB}/weave/wx_info.pyo
-${PYSITELIB}/weave/wx_spec.py
-${PYSITELIB}/weave/wx_spec.pyc
-${PYSITELIB}/weave/wx_spec.pyo
diff --git a/py-weave/TODO b/py-weave/TODO
deleted file mode 100644
index 78e9e33..0000000
--- a/py-weave/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Bad dependency on not existing wip/py-scipy_distutils
diff --git a/py-weave/distinfo b/py-weave/distinfo
deleted file mode 100644
index 81acac4..0000000
--- a/py-weave/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2011/10/09 10:47:18 cheusov Exp $
-
-SHA1 (weave-0.2.3.tar.gz) = 9e009c6733ebe34bb6e77689bd78bd7230cdbbf2
-SHA1 (patch-aa) = 2b0e08be7e3398c35486ef25869cfe1e5a704d93
-Size (weave-0.2.3.tar.gz) = 365436 bytes
diff --git a/py-weave/patches/patch-aa b/py-weave/patches/patch-aa
deleted file mode 100644
index a82c6fa..0000000
--- a/py-weave/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2003/11/23 13:18:12 mpasternak Exp $
-
---- setup.py.orig	Tue Feb  5 22:51:20 2002
-+++ setup.py	Sun Nov 23 14:16:27 2003
-@@ -14,10 +14,7 @@
-     os.chdir(path)
-     try:
-         primary =     ['weave']
--        if with_dependencies:
--            dependencies= ['scipy_distutils', 'scipy_test']       
--        else:
--            dependencies = []    
-+	dependencies = [] # because we have separate pkgsrc package
-         
-         print 'dep:', dependencies
-         config_dict = package_config(primary,dependencies)


Home | Main Index | Thread Index | Old Index