>>> Building on exopi-1 under math/py-sympy,python3 BDEPENDS = [devel/py-build,python3;devel/py-wheel,python3;devel/py-installer,python3;lang/python/3.10;devel/py-setuptools,python3] DIST = [math/py-sympy,python3:sympy-1.12.tar.gz] FULLPKGNAME = py3-sympy-1.12 RDEPENDS = [lang/python/3.10;devel/ipython,python3;math/py-mpmath,python3] (Junk lock obtained for exopi-1 at 1713780850.96) >>> Running depends in math/py-sympy,python3 at 1713780850.99 last junk was in databases/py-psycopg2,python3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 >>> Running show-prepare-results in math/py-sympy,python3 at 1713780852.70 ===> math/py-sympy,python3 ===> Building from scratch py3-sympy-1.12 ===> py3-sympy-1.12 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-sympy-1.12 depends on: py3-build-* -> py3-build-1.1.1 ===> py3-sympy-1.12 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-sympy-1.12 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-sympy-1.12 depends on: py3-wheel-* -> py3-wheel-0.43.0 py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 (Junk lock released for exopi-1 at 1713780853.87) distfiles size=6722203 >>> Running build in math/py-sympy,python3 at 1713780853.90 ===> math/py-sympy,python3 ===> Checking files for py3-sympy-1.12 `/exopi-cvs/ports/distfiles/sympy-1.12.tar.gz' is up to date. >> (SHA256) sympy-1.12.tar.gz: OK ===> Extracting for py3-sympy-1.12 ===> Patching for py3-sympy-1.12 ===> Applying OpenBSD patch patch-setup_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Manual patch | |Index: setup.py |--- setup.py.orig |+++ setup.py -------------------------- Patching file setup.py using Plan A... Hunk #1 succeeded at 328. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for py3-sympy-1.12 ===> Configuring for py3-sympy-1.12 ===> Building for py3-sympy-1.12 * Getting build dependencies for wheel... running egg_info writing sympy.egg-info/PKG-INFO writing dependency_links to sympy.egg-info/dependency_links.txt writing entry points to sympy.egg-info/entry_points.txt writing requirements to sympy.egg-info/requires.txt writing top-level names to sympy.egg-info/top_level.txt reading manifest file 'sympy.egg-info/SOURCES.txt' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'sympy.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib copying isympy.py -> build/lib creating build/lib/sympy copying sympy/__init__.py -> build/lib/sympy copying sympy/abc.py -> build/lib/sympy copying sympy/conftest.py -> build/lib/sympy copying sympy/galgebra.py -> build/lib/sympy copying sympy/release.py -> build/lib/sympy copying sympy/this.py -> build/lib/sympy creating build/lib/sympy/algebras copying sympy/algebras/__init__.py -> build/lib/sympy/algebras copying sympy/algebras/quaternion.py -> build/lib/sympy/algebras creating build/lib/sympy/assumptions copying sympy/assumptions/__init__.py -> build/lib/sympy/assumptions copying sympy/assumptions/ask.py -> build/lib/sympy/assumptions copying sympy/assumptions/ask_generated.py -> build/lib/sympy/assumptions copying sympy/assumptions/assume.py -> build/lib/sympy/assumptions copying sympy/assumptions/cnf.py -> build/lib/sympy/assumptions copying sympy/assumptions/facts.py -> build/lib/sympy/assumptions copying sympy/assumptions/refine.py -> build/lib/sympy/assumptions copying sympy/assumptions/satask.py -> build/lib/sympy/assumptions copying sympy/assumptions/sathandlers.py -> build/lib/sympy/assumptions copying sympy/assumptions/wrapper.py -> build/lib/sympy/assumptions creating build/lib/sympy/assumptions/handlers copying sympy/assumptions/handlers/__init__.py -> build/lib/sympy/assumptions/handlers copying sympy/assumptions/handlers/calculus.py -> build/lib/sympy/assumptions/handlers copying sympy/assumptions/handlers/common.py -> build/lib/sympy/assumptions/handlers copying sympy/assumptions/handlers/matrices.py -> build/lib/sympy/assumptions/handlers copying sympy/assumptions/handlers/ntheory.py -> build/lib/sympy/assumptions/handlers copying sympy/assumptions/handlers/order.py -> build/lib/sympy/assumptions/handlers copying sympy/assumptions/handlers/sets.py -> build/lib/sympy/assumptions/handlers creating build/lib/sympy/assumptions/predicates copying sympy/assumptions/predicates/__init__.py -> build/lib/sympy/assumptions/predicates copying sympy/assumptions/predicates/calculus.py -> build/lib/sympy/assumptions/predicates copying sympy/assumptions/predicates/common.py -> build/lib/sympy/assumptions/predicates copying sympy/assumptions/predicates/matrices.py -> build/lib/sympy/assumptions/predicates copying sympy/assumptions/predicates/ntheory.py -> build/lib/sympy/assumptions/predicates copying sympy/assumptions/predicates/order.py -> build/lib/sympy/assumptions/predicates copying sympy/assumptions/predicates/sets.py -> build/lib/sympy/assumptions/predicates creating build/lib/sympy/assumptions/relation copying sympy/assumptions/relation/__init__.py -> build/lib/sympy/assumptions/relation copying sympy/assumptions/relation/binrel.py -> build/lib/sympy/assumptions/relation copying sympy/assumptions/relation/equality.py -> build/lib/sympy/assumptions/relation creating build/lib/sympy/benchmarks copying sympy/benchmarks/__init__.py -> build/lib/sympy/benchmarks copying sympy/benchmarks/bench_discrete_log.py -> build/lib/sympy/benchmarks copying sympy/benchmarks/bench_meijerint.py -> build/lib/sympy/benchmarks copying sympy/benchmarks/bench_symbench.py -> build/lib/sympy/benchmarks creating build/lib/sympy/calculus copying sympy/calculus/__init__.py -> build/lib/sympy/calculus copying sympy/calculus/accumulationbounds.py -> build/lib/sympy/calculus copying sympy/calculus/euler.py -> build/lib/sympy/calculus copying sympy/calculus/finite_diff.py -> build/lib/sympy/calculus copying sympy/calculus/singularities.py -> build/lib/sympy/calculus copying sympy/calculus/util.py -> build/lib/sympy/calculus creating build/lib/sympy/categories copying sympy/categories/__init__.py -> build/lib/sympy/categories copying sympy/categories/baseclasses.py -> build/lib/sympy/categories copying sympy/categories/diagram_drawing.py -> build/lib/sympy/categories creating build/lib/sympy/codegen copying sympy/codegen/__init__.py -> build/lib/sympy/codegen copying sympy/codegen/abstract_nodes.py -> build/lib/sympy/codegen copying sympy/codegen/algorithms.py -> build/lib/sympy/codegen copying sympy/codegen/approximations.py -> build/lib/sympy/codegen copying sympy/codegen/ast.py -> build/lib/sympy/codegen copying sympy/codegen/cfunctions.py -> build/lib/sympy/codegen copying sympy/codegen/cnodes.py -> build/lib/sympy/codegen copying sympy/codegen/cutils.py -> build/lib/sympy/codegen copying sympy/codegen/cxxnodes.py -> build/lib/sympy/codegen copying sympy/codegen/fnodes.py -> build/lib/sympy/codegen copying sympy/codegen/futils.py -> build/lib/sympy/codegen copying sympy/codegen/matrix_nodes.py -> build/lib/sympy/codegen copying sympy/codegen/numpy_nodes.py -> build/lib/sympy/codegen copying sympy/codegen/pynodes.py -> build/lib/sympy/codegen copying sympy/codegen/pyutils.py -> build/lib/sympy/codegen copying sympy/codegen/rewriting.py -> build/lib/sympy/codegen copying sympy/codegen/scipy_nodes.py -> build/lib/sympy/codegen creating build/lib/sympy/combinatorics copying sympy/combinatorics/__init__.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/coset_table.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/fp_groups.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/free_groups.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/galois.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/generators.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/graycode.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/group_constructs.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/group_numbers.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/homomorphisms.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/named_groups.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/partitions.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/pc_groups.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/perm_groups.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/permutations.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/polyhedron.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/prufer.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/rewritingsystem.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/rewritingsystem_fsm.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/schur_number.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/subsets.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/tensor_can.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/testutil.py -> build/lib/sympy/combinatorics copying sympy/combinatorics/util.py -> build/lib/sympy/combinatorics creating build/lib/sympy/concrete copying sympy/concrete/__init__.py -> build/lib/sympy/concrete copying sympy/concrete/delta.py -> build/lib/sympy/concrete copying sympy/concrete/expr_with_intlimits.py -> build/lib/sympy/concrete copying sympy/concrete/expr_with_limits.py -> build/lib/sympy/concrete copying sympy/concrete/gosper.py -> build/lib/sympy/concrete copying sympy/concrete/guess.py -> build/lib/sympy/concrete copying sympy/concrete/products.py -> build/lib/sympy/concrete copying sympy/concrete/summations.py -> build/lib/sympy/concrete creating build/lib/sympy/core copying sympy/core/__init__.py -> build/lib/sympy/core copying sympy/core/_print_helpers.py -> build/lib/sympy/core copying sympy/core/add.py -> build/lib/sympy/core copying sympy/core/alphabets.py -> build/lib/sympy/core copying sympy/core/assumptions.py -> build/lib/sympy/core copying sympy/core/assumptions_generated.py -> build/lib/sympy/core copying sympy/core/backend.py -> build/lib/sympy/core copying sympy/core/basic.py -> build/lib/sympy/core copying sympy/core/cache.py -> build/lib/sympy/core copying sympy/core/compatibility.py -> build/lib/sympy/core copying sympy/core/containers.py -> build/lib/sympy/core copying sympy/core/core.py -> build/lib/sympy/core copying sympy/core/coreerrors.py -> build/lib/sympy/core copying sympy/core/decorators.py -> build/lib/sympy/core copying sympy/core/evalf.py -> build/lib/sympy/core copying sympy/core/expr.py -> build/lib/sympy/core copying sympy/core/exprtools.py -> build/lib/sympy/core copying sympy/core/facts.py -> build/lib/sympy/core copying sympy/core/function.py -> build/lib/sympy/core copying sympy/core/kind.py -> build/lib/sympy/core copying sympy/core/logic.py -> build/lib/sympy/core copying sympy/core/mod.py -> build/lib/sympy/core copying sympy/core/mul.py -> build/lib/sympy/core copying sympy/core/multidimensional.py -> build/lib/sympy/core copying sympy/core/numbers.py -> build/lib/sympy/core copying sympy/core/operations.py -> build/lib/sympy/core copying sympy/core/parameters.py -> build/lib/sympy/core copying sympy/core/power.py -> build/lib/sympy/core copying sympy/core/random.py -> build/lib/sympy/core copying sympy/core/relational.py -> build/lib/sympy/core copying sympy/core/rules.py -> build/lib/sympy/core copying sympy/core/singleton.py -> build/lib/sympy/core copying sympy/core/sorting.py -> build/lib/sympy/core copying sympy/core/symbol.py -> build/lib/sympy/core copying sympy/core/sympify.py -> build/lib/sympy/core copying sympy/core/trace.py -> build/lib/sympy/core copying sympy/core/traversal.py -> build/lib/sympy/core creating build/lib/sympy/core/benchmarks copying sympy/core/benchmarks/__init__.py -> build/lib/sympy/core/benchmarks copying sympy/core/benchmarks/bench_arit.py -> build/lib/sympy/core/benchmarks copying sympy/core/benchmarks/bench_assumptions.py -> build/lib/sympy/core/benchmarks copying sympy/core/benchmarks/bench_basic.py -> build/lib/sympy/core/benchmarks copying sympy/core/benchmarks/bench_expand.py -> build/lib/sympy/core/benchmarks copying sympy/core/benchmarks/bench_numbers.py -> build/lib/sympy/core/benchmarks copying sympy/core/benchmarks/bench_sympify.py -> build/lib/sympy/core/benchmarks creating build/lib/sympy/crypto copying sympy/crypto/__init__.py -> build/lib/sympy/crypto copying sympy/crypto/crypto.py -> build/lib/sympy/crypto creating build/lib/sympy/diffgeom copying sympy/diffgeom/__init__.py -> build/lib/sympy/diffgeom copying sympy/diffgeom/diffgeom.py -> build/lib/sympy/diffgeom copying sympy/diffgeom/rn.py -> build/lib/sympy/diffgeom creating build/lib/sympy/discrete copying sympy/discrete/__init__.py -> build/lib/sympy/discrete copying sympy/discrete/convolutions.py -> build/lib/sympy/discrete copying sympy/discrete/recurrences.py -> build/lib/sympy/discrete copying sympy/discrete/transforms.py -> build/lib/sympy/discrete creating build/lib/sympy/external copying sympy/external/__init__.py -> build/lib/sympy/external copying sympy/external/gmpy.py -> build/lib/sympy/external copying sympy/external/importtools.py -> build/lib/sympy/external copying sympy/external/pythonmpq.py -> build/lib/sympy/external creating build/lib/sympy/functions copying sympy/functions/__init__.py -> build/lib/sympy/functions creating build/lib/sympy/functions/combinatorial copying sympy/functions/combinatorial/__init__.py -> build/lib/sympy/functions/combinatorial copying sympy/functions/combinatorial/factorials.py -> build/lib/sympy/functions/combinatorial copying sympy/functions/combinatorial/numbers.py -> build/lib/sympy/functions/combinatorial creating build/lib/sympy/functions/elementary copying sympy/functions/elementary/__init__.py -> build/lib/sympy/functions/elementary copying sympy/functions/elementary/_trigonometric_special.py -> build/lib/sympy/functions/elementary copying sympy/functions/elementary/complexes.py -> build/lib/sympy/functions/elementary copying sympy/functions/elementary/exponential.py -> build/lib/sympy/functions/elementary copying sympy/functions/elementary/hyperbolic.py -> build/lib/sympy/functions/elementary copying sympy/functions/elementary/integers.py -> build/lib/sympy/functions/elementary copying sympy/functions/elementary/miscellaneous.py -> build/lib/sympy/functions/elementary copying sympy/functions/elementary/piecewise.py -> build/lib/sympy/functions/elementary copying sympy/functions/elementary/trigonometric.py -> build/lib/sympy/functions/elementary creating build/lib/sympy/functions/elementary/benchmarks copying sympy/functions/elementary/benchmarks/__init__.py -> build/lib/sympy/functions/elementary/benchmarks copying sympy/functions/elementary/benchmarks/bench_exp.py -> build/lib/sympy/functions/elementary/benchmarks creating build/lib/sympy/functions/special copying sympy/functions/special/__init__.py -> build/lib/sympy/functions/special copying sympy/functions/special/bessel.py -> build/lib/sympy/functions/special copying sympy/functions/special/beta_functions.py -> build/lib/sympy/functions/special copying sympy/functions/special/bsplines.py -> build/lib/sympy/functions/special copying sympy/functions/special/delta_functions.py -> build/lib/sympy/functions/special copying sympy/functions/special/elliptic_integrals.py -> build/lib/sympy/functions/special copying sympy/functions/special/error_functions.py -> build/lib/sympy/functions/special copying sympy/functions/special/gamma_functions.py -> build/lib/sympy/functions/special copying sympy/functions/special/hyper.py -> build/lib/sympy/functions/special copying sympy/functions/special/mathieu_functions.py -> build/lib/sympy/functions/special copying sympy/functions/special/polynomials.py -> build/lib/sympy/functions/special copying sympy/functions/special/singularity_functions.py -> build/lib/sympy/functions/special copying sympy/functions/special/spherical_harmonics.py -> build/lib/sympy/functions/special copying sympy/functions/special/tensor_functions.py -> build/lib/sympy/functions/special copying sympy/functions/special/zeta_functions.py -> build/lib/sympy/functions/special creating build/lib/sympy/functions/special/benchmarks copying sympy/functions/special/benchmarks/__init__.py -> build/lib/sympy/functions/special/benchmarks copying sympy/functions/special/benchmarks/bench_special.py -> build/lib/sympy/functions/special/benchmarks creating build/lib/sympy/geometry copying sympy/geometry/__init__.py -> build/lib/sympy/geometry copying sympy/geometry/curve.py -> build/lib/sympy/geometry copying sympy/geometry/ellipse.py -> build/lib/sympy/geometry copying sympy/geometry/entity.py -> build/lib/sympy/geometry copying sympy/geometry/exceptions.py -> build/lib/sympy/geometry copying sympy/geometry/line.py -> build/lib/sympy/geometry copying sympy/geometry/parabola.py -> build/lib/sympy/geometry copying sympy/geometry/plane.py -> build/lib/sympy/geometry copying sympy/geometry/point.py -> build/lib/sympy/geometry copying sympy/geometry/polygon.py -> build/lib/sympy/geometry copying sympy/geometry/util.py -> build/lib/sympy/geometry creating build/lib/sympy/holonomic copying sympy/holonomic/__init__.py -> build/lib/sympy/holonomic copying sympy/holonomic/holonomic.py -> build/lib/sympy/holonomic copying sympy/holonomic/holonomicerrors.py -> build/lib/sympy/holonomic copying sympy/holonomic/numerical.py -> build/lib/sympy/holonomic copying sympy/holonomic/recurrence.py -> build/lib/sympy/holonomic creating build/lib/sympy/integrals copying sympy/integrals/__init__.py -> build/lib/sympy/integrals copying sympy/integrals/deltafunctions.py -> build/lib/sympy/integrals copying sympy/integrals/heurisch.py -> build/lib/sympy/integrals copying sympy/integrals/integrals.py -> build/lib/sympy/integrals copying sympy/integrals/intpoly.py -> build/lib/sympy/integrals copying sympy/integrals/laplace.py -> build/lib/sympy/integrals copying sympy/integrals/manualintegrate.py -> build/lib/sympy/integrals copying sympy/integrals/meijerint.py -> build/lib/sympy/integrals copying sympy/integrals/meijerint_doc.py -> build/lib/sympy/integrals copying sympy/integrals/prde.py -> build/lib/sympy/integrals copying sympy/integrals/quadrature.py -> build/lib/sympy/integrals copying sympy/integrals/rationaltools.py -> build/lib/sympy/integrals copying sympy/integrals/rde.py -> build/lib/sympy/integrals copying sympy/integrals/risch.py -> build/lib/sympy/integrals copying sympy/integrals/singularityfunctions.py -> build/lib/sympy/integrals copying sympy/integrals/transforms.py -> build/lib/sympy/integrals copying sympy/integrals/trigonometry.py -> build/lib/sympy/integrals creating build/lib/sympy/integrals/benchmarks copying sympy/integrals/benchmarks/__init__.py -> build/lib/sympy/integrals/benchmarks copying sympy/integrals/benchmarks/bench_integrate.py -> build/lib/sympy/integrals/benchmarks copying sympy/integrals/benchmarks/bench_trigintegrate.py -> build/lib/sympy/integrals/benchmarks creating build/lib/sympy/interactive copying sympy/interactive/__init__.py -> build/lib/sympy/interactive copying sympy/interactive/printing.py -> build/lib/sympy/interactive copying sympy/interactive/session.py -> build/lib/sympy/interactive copying sympy/interactive/traversal.py -> build/lib/sympy/interactive creating build/lib/sympy/liealgebras copying sympy/liealgebras/__init__.py -> build/lib/sympy/liealgebras copying sympy/liealgebras/cartan_matrix.py -> build/lib/sympy/liealgebras copying sympy/liealgebras/cartan_type.py -> build/lib/sympy/liealgebras copying sympy/liealgebras/dynkin_diagram.py -> build/lib/sympy/liealgebras copying sympy/liealgebras/root_system.py -> build/lib/sympy/liealgebras copying sympy/liealgebras/type_a.py -> build/lib/sympy/liealgebras copying sympy/liealgebras/type_b.py -> build/lib/sympy/liealgebras copying sympy/liealgebras/type_c.py -> build/lib/sympy/liealgebras copying sympy/liealgebras/type_d.py -> build/lib/sympy/liealgebras copying sympy/liealgebras/type_e.py -> build/lib/sympy/liealgebras copying sympy/liealgebras/type_f.py -> build/lib/sympy/liealgebras copying sympy/liealgebras/type_g.py -> build/lib/sympy/liealgebras copying sympy/liealgebras/weyl_group.py -> build/lib/sympy/liealgebras creating build/lib/sympy/logic copying sympy/logic/__init__.py -> build/lib/sympy/logic copying sympy/logic/boolalg.py -> build/lib/sympy/logic copying sympy/logic/inference.py -> build/lib/sympy/logic creating build/lib/sympy/logic/algorithms copying sympy/logic/algorithms/__init__.py -> build/lib/sympy/logic/algorithms copying sympy/logic/algorithms/dpll.py -> build/lib/sympy/logic/algorithms copying sympy/logic/algorithms/dpll2.py -> build/lib/sympy/logic/algorithms copying sympy/logic/algorithms/minisat22_wrapper.py -> build/lib/sympy/logic/algorithms copying sympy/logic/algorithms/pycosat_wrapper.py -> build/lib/sympy/logic/algorithms creating build/lib/sympy/logic/utilities copying sympy/logic/utilities/__init__.py -> build/lib/sympy/logic/utilities copying sympy/logic/utilities/dimacs.py -> build/lib/sympy/logic/utilities creating build/lib/sympy/matrices copying sympy/matrices/__init__.py -> build/lib/sympy/matrices copying sympy/matrices/common.py -> build/lib/sympy/matrices copying sympy/matrices/decompositions.py -> build/lib/sympy/matrices copying sympy/matrices/dense.py -> build/lib/sympy/matrices copying sympy/matrices/determinant.py -> build/lib/sympy/matrices copying sympy/matrices/eigen.py -> build/lib/sympy/matrices copying sympy/matrices/graph.py -> build/lib/sympy/matrices copying sympy/matrices/immutable.py -> build/lib/sympy/matrices copying sympy/matrices/inverse.py -> build/lib/sympy/matrices copying sympy/matrices/matrices.py -> build/lib/sympy/matrices copying sympy/matrices/normalforms.py -> build/lib/sympy/matrices copying sympy/matrices/reductions.py -> build/lib/sympy/matrices copying sympy/matrices/repmatrix.py -> build/lib/sympy/matrices copying sympy/matrices/solvers.py -> build/lib/sympy/matrices copying sympy/matrices/sparse.py -> build/lib/sympy/matrices copying sympy/matrices/sparsetools.py -> build/lib/sympy/matrices copying sympy/matrices/subspaces.py -> build/lib/sympy/matrices copying sympy/matrices/utilities.py -> build/lib/sympy/matrices creating build/lib/sympy/matrices/benchmarks copying sympy/matrices/benchmarks/__init__.py -> build/lib/sympy/matrices/benchmarks copying sympy/matrices/benchmarks/bench_matrix.py -> build/lib/sympy/matrices/benchmarks creating build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/__init__.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/_shape.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/adjoint.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/applyfunc.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/blockmatrix.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/companion.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/determinant.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/diagonal.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/dotproduct.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/factorizations.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/fourier.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/funcmatrix.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/hadamard.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/inverse.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/kronecker.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/matadd.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/matexpr.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/matmul.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/matpow.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/permutation.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/sets.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/slice.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/special.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/trace.py -> build/lib/sympy/matrices/expressions copying sympy/matrices/expressions/transpose.py -> build/lib/sympy/matrices/expressions creating build/lib/sympy/multipledispatch copying sympy/multipledispatch/__init__.py -> build/lib/sympy/multipledispatch copying sympy/multipledispatch/conflict.py -> build/lib/sympy/multipledispatch copying sympy/multipledispatch/core.py -> build/lib/sympy/multipledispatch copying sympy/multipledispatch/dispatcher.py -> build/lib/sympy/multipledispatch copying sympy/multipledispatch/utils.py -> build/lib/sympy/multipledispatch creating build/lib/sympy/ntheory copying sympy/ntheory/__init__.py -> build/lib/sympy/ntheory copying sympy/ntheory/bbp_pi.py -> build/lib/sympy/ntheory copying sympy/ntheory/continued_fraction.py -> build/lib/sympy/ntheory copying sympy/ntheory/digits.py -> build/lib/sympy/ntheory copying sympy/ntheory/ecm.py -> build/lib/sympy/ntheory copying sympy/ntheory/egyptian_fraction.py -> build/lib/sympy/ntheory copying sympy/ntheory/elliptic_curve.py -> build/lib/sympy/ntheory copying sympy/ntheory/factor_.py -> build/lib/sympy/ntheory copying sympy/ntheory/generate.py -> build/lib/sympy/ntheory copying sympy/ntheory/modular.py -> build/lib/sympy/ntheory copying sympy/ntheory/multinomial.py -> build/lib/sympy/ntheory copying sympy/ntheory/partitions_.py -> build/lib/sympy/ntheory copying sympy/ntheory/primetest.py -> build/lib/sympy/ntheory copying sympy/ntheory/qs.py -> build/lib/sympy/ntheory copying sympy/ntheory/residue_ntheory.py -> build/lib/sympy/ntheory creating build/lib/sympy/parsing copying sympy/parsing/__init__.py -> build/lib/sympy/parsing copying sympy/parsing/ast_parser.py -> build/lib/sympy/parsing copying sympy/parsing/mathematica.py -> build/lib/sympy/parsing copying sympy/parsing/maxima.py -> build/lib/sympy/parsing copying sympy/parsing/sym_expr.py -> build/lib/sympy/parsing copying sympy/parsing/sympy_parser.py -> build/lib/sympy/parsing creating build/lib/sympy/parsing/autolev copying sympy/parsing/autolev/__init__.py -> build/lib/sympy/parsing/autolev copying sympy/parsing/autolev/_build_autolev_antlr.py -> build/lib/sympy/parsing/autolev copying sympy/parsing/autolev/_listener_autolev_antlr.py -> build/lib/sympy/parsing/autolev copying sympy/parsing/autolev/_parse_autolev_antlr.py -> build/lib/sympy/parsing/autolev creating build/lib/sympy/parsing/autolev/_antlr copying sympy/parsing/autolev/_antlr/__init__.py -> build/lib/sympy/parsing/autolev/_antlr copying sympy/parsing/autolev/_antlr/autolevlexer.py -> build/lib/sympy/parsing/autolev/_antlr copying sympy/parsing/autolev/_antlr/autolevlistener.py -> build/lib/sympy/parsing/autolev/_antlr copying sympy/parsing/autolev/_antlr/autolevparser.py -> build/lib/sympy/parsing/autolev/_antlr creating build/lib/sympy/parsing/c copying sympy/parsing/c/__init__.py -> build/lib/sympy/parsing/c copying sympy/parsing/c/c_parser.py -> build/lib/sympy/parsing/c creating build/lib/sympy/parsing/fortran copying sympy/parsing/fortran/__init__.py -> build/lib/sympy/parsing/fortran copying sympy/parsing/fortran/fortran_parser.py -> build/lib/sympy/parsing/fortran creating build/lib/sympy/parsing/latex copying sympy/parsing/latex/__init__.py -> build/lib/sympy/parsing/latex copying sympy/parsing/latex/_build_latex_antlr.py -> build/lib/sympy/parsing/latex copying sympy/parsing/latex/_parse_latex_antlr.py -> build/lib/sympy/parsing/latex copying sympy/parsing/latex/errors.py -> build/lib/sympy/parsing/latex creating build/lib/sympy/parsing/latex/_antlr copying sympy/parsing/latex/_antlr/__init__.py -> build/lib/sympy/parsing/latex/_antlr copying sympy/parsing/latex/_antlr/latexlexer.py -> build/lib/sympy/parsing/latex/_antlr copying sympy/parsing/latex/_antlr/latexparser.py -> build/lib/sympy/parsing/latex/_antlr creating build/lib/sympy/physics copying sympy/physics/__init__.py -> build/lib/sympy/physics copying sympy/physics/hydrogen.py -> build/lib/sympy/physics copying sympy/physics/matrices.py -> build/lib/sympy/physics copying sympy/physics/paulialgebra.py -> build/lib/sympy/physics copying sympy/physics/pring.py -> build/lib/sympy/physics copying sympy/physics/qho_1d.py -> build/lib/sympy/physics copying sympy/physics/secondquant.py -> build/lib/sympy/physics copying sympy/physics/sho.py -> build/lib/sympy/physics copying sympy/physics/wigner.py -> build/lib/sympy/physics creating build/lib/sympy/physics/continuum_mechanics copying sympy/physics/continuum_mechanics/__init__.py -> build/lib/sympy/physics/continuum_mechanics copying sympy/physics/continuum_mechanics/beam.py -> build/lib/sympy/physics/continuum_mechanics copying sympy/physics/continuum_mechanics/truss.py -> build/lib/sympy/physics/continuum_mechanics creating build/lib/sympy/physics/control copying sympy/physics/control/__init__.py -> build/lib/sympy/physics/control copying sympy/physics/control/control_plots.py -> build/lib/sympy/physics/control copying sympy/physics/control/lti.py -> build/lib/sympy/physics/control creating build/lib/sympy/physics/hep copying sympy/physics/hep/__init__.py -> build/lib/sympy/physics/hep copying sympy/physics/hep/gamma_matrices.py -> build/lib/sympy/physics/hep creating build/lib/sympy/physics/mechanics copying sympy/physics/mechanics/__init__.py -> build/lib/sympy/physics/mechanics copying sympy/physics/mechanics/body.py -> build/lib/sympy/physics/mechanics copying sympy/physics/mechanics/functions.py -> build/lib/sympy/physics/mechanics copying sympy/physics/mechanics/joint.py -> build/lib/sympy/physics/mechanics copying sympy/physics/mechanics/jointsmethod.py -> build/lib/sympy/physics/mechanics copying sympy/physics/mechanics/kane.py -> build/lib/sympy/physics/mechanics copying sympy/physics/mechanics/lagrange.py -> build/lib/sympy/physics/mechanics copying sympy/physics/mechanics/linearize.py -> build/lib/sympy/physics/mechanics copying sympy/physics/mechanics/method.py -> build/lib/sympy/physics/mechanics copying sympy/physics/mechanics/models.py -> build/lib/sympy/physics/mechanics copying sympy/physics/mechanics/particle.py -> build/lib/sympy/physics/mechanics copying sympy/physics/mechanics/rigidbody.py -> build/lib/sympy/physics/mechanics copying sympy/physics/mechanics/system.py -> build/lib/sympy/physics/mechanics creating build/lib/sympy/physics/optics copying sympy/physics/optics/__init__.py -> build/lib/sympy/physics/optics copying sympy/physics/optics/gaussopt.py -> build/lib/sympy/physics/optics copying sympy/physics/optics/medium.py -> build/lib/sympy/physics/optics copying sympy/physics/optics/polarization.py -> build/lib/sympy/physics/optics copying sympy/physics/optics/utils.py -> build/lib/sympy/physics/optics copying sympy/physics/optics/waves.py -> build/lib/sympy/physics/optics creating build/lib/sympy/physics/quantum copying sympy/physics/quantum/__init__.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/anticommutator.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/boson.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/cartesian.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/cg.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/circuitplot.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/circuitutils.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/commutator.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/constants.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/dagger.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/density.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/fermion.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/gate.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/grover.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/hilbert.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/identitysearch.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/innerproduct.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/matrixcache.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/matrixutils.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/operator.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/operatorordering.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/pauli.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/operatorset.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/piab.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/qapply.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/qasm.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/qexpr.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/qft.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/qubit.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/represent.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/sho1d.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/shor.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/spin.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/state.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/tensorproduct.py -> build/lib/sympy/physics/quantum copying sympy/physics/quantum/trace.py -> build/lib/sympy/physics/quantum creating build/lib/sympy/physics/units copying sympy/physics/units/__init__.py -> build/lib/sympy/physics/units copying sympy/physics/units/dimensions.py -> build/lib/sympy/physics/units copying sympy/physics/units/prefixes.py -> build/lib/sympy/physics/units copying sympy/physics/units/quantities.py -> build/lib/sympy/physics/units copying sympy/physics/units/unitsystem.py -> build/lib/sympy/physics/units copying sympy/physics/units/util.py -> build/lib/sympy/physics/units creating build/lib/sympy/physics/units/definitions copying sympy/physics/units/definitions/__init__.py -> build/lib/sympy/physics/units/definitions copying sympy/physics/units/definitions/dimension_definitions.py -> build/lib/sympy/physics/units/definitions copying sympy/physics/units/definitions/unit_definitions.py -> build/lib/sympy/physics/units/definitions creating build/lib/sympy/physics/units/systems copying sympy/physics/units/systems/__init__.py -> build/lib/sympy/physics/units/systems copying sympy/physics/units/systems/cgs.py -> build/lib/sympy/physics/units/systems copying sympy/physics/units/systems/length_weight_time.py -> build/lib/sympy/physics/units/systems copying sympy/physics/units/systems/mks.py -> build/lib/sympy/physics/units/systems copying sympy/physics/units/systems/mksa.py -> build/lib/sympy/physics/units/systems copying sympy/physics/units/systems/natural.py -> build/lib/sympy/physics/units/systems copying sympy/physics/units/systems/si.py -> build/lib/sympy/physics/units/systems creating build/lib/sympy/physics/vector copying sympy/physics/vector/__init__.py -> build/lib/sympy/physics/vector copying sympy/physics/vector/dyadic.py -> build/lib/sympy/physics/vector copying sympy/physics/vector/fieldfunctions.py -> build/lib/sympy/physics/vector copying sympy/physics/vector/frame.py -> build/lib/sympy/physics/vector copying sympy/physics/vector/functions.py -> build/lib/sympy/physics/vector copying sympy/physics/vector/point.py -> build/lib/sympy/physics/vector copying sympy/physics/vector/printing.py -> build/lib/sympy/physics/vector copying sympy/physics/vector/vector.py -> build/lib/sympy/physics/vector creating build/lib/sympy/plotting copying sympy/plotting/__init__.py -> build/lib/sympy/plotting copying sympy/plotting/experimental_lambdify.py -> build/lib/sympy/plotting copying sympy/plotting/plot.py -> build/lib/sympy/plotting copying sympy/plotting/plot_implicit.py -> build/lib/sympy/plotting copying sympy/plotting/textplot.py -> build/lib/sympy/plotting creating build/lib/sympy/plotting/intervalmath copying sympy/plotting/intervalmath/__init__.py -> build/lib/sympy/plotting/intervalmath copying sympy/plotting/intervalmath/interval_arithmetic.py -> build/lib/sympy/plotting/intervalmath copying sympy/plotting/intervalmath/interval_membership.py -> build/lib/sympy/plotting/intervalmath copying sympy/plotting/intervalmath/lib_interval.py -> build/lib/sympy/plotting/intervalmath creating build/lib/sympy/plotting/pygletplot copying sympy/plotting/pygletplot/__init__.py -> build/lib/sympy/plotting/pygletplot copying sympy/plotting/pygletplot/color_scheme.py -> build/lib/sympy/plotting/pygletplot copying sympy/plotting/pygletplot/managed_window.py -> build/lib/sympy/plotting/pygletplot copying sympy/plotting/pygletplot/plot.py -> build/lib/sympy/plotting/pygletplot copying sympy/plotting/pygletplot/plot_axes.py -> build/lib/sympy/plotting/pygletplot copying sympy/plotting/pygletplot/plot_camera.py -> build/lib/sympy/plotting/pygletplot copying sympy/plotting/pygletplot/plot_controller.py -> build/lib/sympy/plotting/pygletplot copying sympy/plotting/pygletplot/plot_curve.py -> build/lib/sympy/plotting/pygletplot copying sympy/plotting/pygletplot/plot_interval.py -> build/lib/sympy/plotting/pygletplot copying sympy/plotting/pygletplot/plot_mode.py -> build/lib/sympy/plotting/pygletplot copying sympy/plotting/pygletplot/plot_mode_base.py -> build/lib/sympy/plotting/pygletplot copying sympy/plotting/pygletplot/plot_modes.py -> build/lib/sympy/plotting/pygletplot copying sympy/plotting/pygletplot/plot_object.py -> build/lib/sympy/plotting/pygletplot copying sympy/plotting/pygletplot/plot_rotation.py -> build/lib/sympy/plotting/pygletplot copying sympy/plotting/pygletplot/plot_surface.py -> build/lib/sympy/plotting/pygletplot copying sympy/plotting/pygletplot/plot_window.py -> build/lib/sympy/plotting/pygletplot copying sympy/plotting/pygletplot/util.py -> build/lib/sympy/plotting/pygletplot creating build/lib/sympy/polys copying sympy/polys/__init__.py -> build/lib/sympy/polys copying sympy/polys/appellseqs.py -> build/lib/sympy/polys copying sympy/polys/compatibility.py -> build/lib/sympy/polys copying sympy/polys/constructor.py -> build/lib/sympy/polys copying sympy/polys/densearith.py -> build/lib/sympy/polys copying sympy/polys/densebasic.py -> build/lib/sympy/polys copying sympy/polys/densetools.py -> build/lib/sympy/polys copying sympy/polys/dispersion.py -> build/lib/sympy/polys copying sympy/polys/distributedmodules.py -> build/lib/sympy/polys copying sympy/polys/domainmatrix.py -> build/lib/sympy/polys copying sympy/polys/euclidtools.py -> build/lib/sympy/polys copying sympy/polys/factortools.py -> build/lib/sympy/polys copying sympy/polys/fglmtools.py -> build/lib/sympy/polys copying sympy/polys/fields.py -> build/lib/sympy/polys copying sympy/polys/galoistools.py -> build/lib/sympy/polys copying sympy/polys/groebnertools.py -> build/lib/sympy/polys copying sympy/polys/heuristicgcd.py -> build/lib/sympy/polys copying sympy/polys/modulargcd.py -> build/lib/sympy/polys copying sympy/polys/monomials.py -> build/lib/sympy/polys copying sympy/polys/multivariate_resultants.py -> build/lib/sympy/polys copying sympy/polys/orderings.py -> build/lib/sympy/polys copying sympy/polys/orthopolys.py -> build/lib/sympy/polys copying sympy/polys/partfrac.py -> build/lib/sympy/polys copying sympy/polys/polyclasses.py -> build/lib/sympy/polys copying sympy/polys/polyconfig.py -> build/lib/sympy/polys copying sympy/polys/polyerrors.py -> build/lib/sympy/polys copying sympy/polys/polyfuncs.py -> build/lib/sympy/polys copying sympy/polys/polymatrix.py -> build/lib/sympy/polys copying sympy/polys/polyoptions.py -> build/lib/sympy/polys copying sympy/polys/polyquinticconst.py -> build/lib/sympy/polys copying sympy/polys/polyroots.py -> build/lib/sympy/polys copying sympy/polys/polytools.py -> build/lib/sympy/polys copying sympy/polys/polyutils.py -> build/lib/sympy/polys copying sympy/polys/rationaltools.py -> build/lib/sympy/polys copying sympy/polys/ring_series.py -> build/lib/sympy/polys copying sympy/polys/rings.py -> build/lib/sympy/polys copying sympy/polys/solvers.py -> build/lib/sympy/polys copying sympy/polys/rootisolation.py -> build/lib/sympy/polys copying sympy/polys/rootoftools.py -> build/lib/sympy/polys copying sympy/polys/specialpolys.py -> build/lib/sympy/polys copying sympy/polys/sqfreetools.py -> build/lib/sympy/polys copying sympy/polys/subresultants_qq_zz.py -> build/lib/sympy/polys creating build/lib/sympy/polys/agca copying sympy/polys/agca/__init__.py -> build/lib/sympy/polys/agca copying sympy/polys/agca/extensions.py -> build/lib/sympy/polys/agca copying sympy/polys/agca/homomorphisms.py -> build/lib/sympy/polys/agca copying sympy/polys/agca/ideals.py -> build/lib/sympy/polys/agca copying sympy/polys/agca/modules.py -> build/lib/sympy/polys/agca creating build/lib/sympy/polys/benchmarks copying sympy/polys/benchmarks/__init__.py -> build/lib/sympy/polys/benchmarks copying sympy/polys/benchmarks/bench_galoispolys.py -> build/lib/sympy/polys/benchmarks copying sympy/polys/benchmarks/bench_groebnertools.py -> build/lib/sympy/polys/benchmarks copying sympy/polys/benchmarks/bench_solvers.py -> build/lib/sympy/polys/benchmarks creating build/lib/sympy/polys/domains copying sympy/polys/domains/__init__.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/algebraicfield.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/characteristiczero.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/complexfield.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/compositedomain.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/domain.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/domainelement.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/expressiondomain.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/expressionrawdomain.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/field.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/finitefield.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/fractionfield.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/gaussiandomains.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/gmpyfinitefield.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/gmpyintegerring.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/gmpyrationalfield.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/groundtypes.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/integerring.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/modularinteger.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/mpelements.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/old_fractionfield.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/old_polynomialring.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/polynomialring.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/pythonfinitefield.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/pythonintegerring.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/pythonrational.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/pythonrationalfield.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/quotientring.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/rationalfield.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/realfield.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/ring.py -> build/lib/sympy/polys/domains copying sympy/polys/domains/simpledomain.py -> build/lib/sympy/polys/domains creating build/lib/sympy/polys/matrices copying sympy/polys/matrices/__init__.py -> build/lib/sympy/polys/matrices copying sympy/polys/matrices/_typing.py -> build/lib/sympy/polys/matrices copying sympy/polys/matrices/ddm.py -> build/lib/sympy/polys/matrices copying sympy/polys/matrices/dense.py -> build/lib/sympy/polys/matrices copying sympy/polys/matrices/domainmatrix.py -> build/lib/sympy/polys/matrices copying sympy/polys/matrices/domainscalar.py -> build/lib/sympy/polys/matrices copying sympy/polys/matrices/eigen.py -> build/lib/sympy/polys/matrices copying sympy/polys/matrices/exceptions.py -> build/lib/sympy/polys/matrices copying sympy/polys/matrices/linsolve.py -> build/lib/sympy/polys/matrices copying sympy/polys/matrices/lll.py -> build/lib/sympy/polys/matrices copying sympy/polys/matrices/normalforms.py -> build/lib/sympy/polys/matrices copying sympy/polys/matrices/sdm.py -> build/lib/sympy/polys/matrices creating build/lib/sympy/polys/numberfields copying sympy/polys/numberfields/__init__.py -> build/lib/sympy/polys/numberfields copying sympy/polys/numberfields/basis.py -> build/lib/sympy/polys/numberfields copying sympy/polys/numberfields/exceptions.py -> build/lib/sympy/polys/numberfields copying sympy/polys/numberfields/galois_resolvents.py -> build/lib/sympy/polys/numberfields copying sympy/polys/numberfields/galoisgroups.py -> build/lib/sympy/polys/numberfields copying sympy/polys/numberfields/minpoly.py -> build/lib/sympy/polys/numberfields copying sympy/polys/numberfields/modules.py -> build/lib/sympy/polys/numberfields copying sympy/polys/numberfields/primes.py -> build/lib/sympy/polys/numberfields copying sympy/polys/numberfields/resolvent_lookup.py -> build/lib/sympy/polys/numberfields copying sympy/polys/numberfields/subfield.py -> build/lib/sympy/polys/numberfields copying sympy/polys/numberfields/utilities.py -> build/lib/sympy/polys/numberfields creating build/lib/sympy/printing copying sympy/printing/__init__.py -> build/lib/sympy/printing copying sympy/printing/aesaracode.py -> build/lib/sympy/printing copying sympy/printing/c.py -> build/lib/sympy/printing copying sympy/printing/codeprinter.py -> build/lib/sympy/printing copying sympy/printing/conventions.py -> build/lib/sympy/printing copying sympy/printing/cxx.py -> build/lib/sympy/printing copying sympy/printing/defaults.py -> build/lib/sympy/printing copying sympy/printing/dot.py -> build/lib/sympy/printing copying sympy/printing/fortran.py -> build/lib/sympy/printing copying sympy/printing/glsl.py -> build/lib/sympy/printing copying sympy/printing/gtk.py -> build/lib/sympy/printing copying sympy/printing/jscode.py -> build/lib/sympy/printing copying sympy/printing/julia.py -> build/lib/sympy/printing copying sympy/printing/lambdarepr.py -> build/lib/sympy/printing copying sympy/printing/latex.py -> build/lib/sympy/printing copying sympy/printing/llvmjitcode.py -> build/lib/sympy/printing copying sympy/printing/maple.py -> build/lib/sympy/printing copying sympy/printing/mathematica.py -> build/lib/sympy/printing copying sympy/printing/mathml.py -> build/lib/sympy/printing copying sympy/printing/numpy.py -> build/lib/sympy/printing copying sympy/printing/octave.py -> build/lib/sympy/printing copying sympy/printing/precedence.py -> build/lib/sympy/printing copying sympy/printing/preview.py -> build/lib/sympy/printing copying sympy/printing/printer.py -> build/lib/sympy/printing copying sympy/printing/pycode.py -> build/lib/sympy/printing copying sympy/printing/python.py -> build/lib/sympy/printing copying sympy/printing/rcode.py -> build/lib/sympy/printing copying sympy/printing/repr.py -> build/lib/sympy/printing copying sympy/printing/rust.py -> build/lib/sympy/printing copying sympy/printing/smtlib.py -> build/lib/sympy/printing copying sympy/printing/str.py -> build/lib/sympy/printing copying sympy/printing/tableform.py -> build/lib/sympy/printing copying sympy/printing/tensorflow.py -> build/lib/sympy/printing copying sympy/printing/theanocode.py -> build/lib/sympy/printing copying sympy/printing/tree.py -> build/lib/sympy/printing creating build/lib/sympy/printing/pretty copying sympy/printing/pretty/__init__.py -> build/lib/sympy/printing/pretty copying sympy/printing/pretty/pretty.py -> build/lib/sympy/printing/pretty copying sympy/printing/pretty/pretty_symbology.py -> build/lib/sympy/printing/pretty copying sympy/printing/pretty/stringpict.py -> build/lib/sympy/printing/pretty creating build/lib/sympy/sandbox copying sympy/sandbox/__init__.py -> build/lib/sympy/sandbox copying sympy/sandbox/indexed_integrals.py -> build/lib/sympy/sandbox creating build/lib/sympy/series copying sympy/series/__init__.py -> build/lib/sympy/series copying sympy/series/acceleration.py -> build/lib/sympy/series copying sympy/series/approximants.py -> build/lib/sympy/series copying sympy/series/aseries.py -> build/lib/sympy/series copying sympy/series/formal.py -> build/lib/sympy/series copying sympy/series/fourier.py -> build/lib/sympy/series copying sympy/series/gruntz.py -> build/lib/sympy/series copying sympy/series/kauers.py -> build/lib/sympy/series copying sympy/series/limits.py -> build/lib/sympy/series copying sympy/series/limitseq.py -> build/lib/sympy/series copying sympy/series/order.py -> build/lib/sympy/series copying sympy/series/residues.py -> build/lib/sympy/series copying sympy/series/sequences.py -> build/lib/sympy/series copying sympy/series/series.py -> build/lib/sympy/series copying sympy/series/series_class.py -> build/lib/sympy/series creating build/lib/sympy/series/benchmarks copying sympy/series/benchmarks/__init__.py -> build/lib/sympy/series/benchmarks copying sympy/series/benchmarks/bench_limit.py -> build/lib/sympy/series/benchmarks copying sympy/series/benchmarks/bench_order.py -> build/lib/sympy/series/benchmarks creating build/lib/sympy/sets copying sympy/sets/__init__.py -> build/lib/sympy/sets copying sympy/sets/conditionset.py -> build/lib/sympy/sets copying sympy/sets/contains.py -> build/lib/sympy/sets copying sympy/sets/fancysets.py -> build/lib/sympy/sets copying sympy/sets/ordinals.py -> build/lib/sympy/sets copying sympy/sets/powerset.py -> build/lib/sympy/sets copying sympy/sets/setexpr.py -> build/lib/sympy/sets copying sympy/sets/sets.py -> build/lib/sympy/sets creating build/lib/sympy/sets/handlers copying sympy/sets/handlers/__init__.py -> build/lib/sympy/sets/handlers copying sympy/sets/handlers/add.py -> build/lib/sympy/sets/handlers copying sympy/sets/handlers/comparison.py -> build/lib/sympy/sets/handlers copying sympy/sets/handlers/functions.py -> build/lib/sympy/sets/handlers copying sympy/sets/handlers/intersection.py -> build/lib/sympy/sets/handlers copying sympy/sets/handlers/issubset.py -> build/lib/sympy/sets/handlers copying sympy/sets/handlers/mul.py -> build/lib/sympy/sets/handlers copying sympy/sets/handlers/power.py -> build/lib/sympy/sets/handlers copying sympy/sets/handlers/union.py -> build/lib/sympy/sets/handlers creating build/lib/sympy/simplify copying sympy/simplify/__init__.py -> build/lib/sympy/simplify copying sympy/simplify/combsimp.py -> build/lib/sympy/simplify copying sympy/simplify/cse_main.py -> build/lib/sympy/simplify copying sympy/simplify/cse_opts.py -> build/lib/sympy/simplify copying sympy/simplify/epathtools.py -> build/lib/sympy/simplify copying sympy/simplify/fu.py -> build/lib/sympy/simplify copying sympy/simplify/gammasimp.py -> build/lib/sympy/simplify copying sympy/simplify/hyperexpand.py -> build/lib/sympy/simplify copying sympy/simplify/hyperexpand_doc.py -> build/lib/sympy/simplify copying sympy/simplify/powsimp.py -> build/lib/sympy/simplify copying sympy/simplify/radsimp.py -> build/lib/sympy/simplify copying sympy/simplify/ratsimp.py -> build/lib/sympy/simplify copying sympy/simplify/simplify.py -> build/lib/sympy/simplify copying sympy/simplify/sqrtdenest.py -> build/lib/sympy/simplify copying sympy/simplify/traversaltools.py -> build/lib/sympy/simplify copying sympy/simplify/trigsimp.py -> build/lib/sympy/simplify creating build/lib/sympy/solvers copying sympy/solvers/__init__.py -> build/lib/sympy/solvers copying sympy/solvers/bivariate.py -> build/lib/sympy/solvers copying sympy/solvers/decompogen.py -> build/lib/sympy/solvers copying sympy/solvers/deutils.py -> build/lib/sympy/solvers copying sympy/solvers/inequalities.py -> build/lib/sympy/solvers copying sympy/solvers/pde.py -> build/lib/sympy/solvers copying sympy/solvers/polysys.py -> build/lib/sympy/solvers copying sympy/solvers/recurr.py -> build/lib/sympy/solvers copying sympy/solvers/solvers.py -> build/lib/sympy/solvers copying sympy/solvers/solveset.py -> build/lib/sympy/solvers creating build/lib/sympy/solvers/benchmarks copying sympy/solvers/benchmarks/__init__.py -> build/lib/sympy/solvers/benchmarks copying sympy/solvers/benchmarks/bench_solvers.py -> build/lib/sympy/solvers/benchmarks creating build/lib/sympy/solvers/diophantine copying sympy/solvers/diophantine/__init__.py -> build/lib/sympy/solvers/diophantine copying sympy/solvers/diophantine/diophantine.py -> build/lib/sympy/solvers/diophantine creating build/lib/sympy/solvers/ode copying sympy/solvers/ode/__init__.py -> build/lib/sympy/solvers/ode copying sympy/solvers/ode/hypergeometric.py -> build/lib/sympy/solvers/ode copying sympy/solvers/ode/lie_group.py -> build/lib/sympy/solvers/ode copying sympy/solvers/ode/nonhomogeneous.py -> build/lib/sympy/solvers/ode copying sympy/solvers/ode/ode.py -> build/lib/sympy/solvers/ode copying sympy/solvers/ode/riccati.py -> build/lib/sympy/solvers/ode copying sympy/solvers/ode/single.py -> build/lib/sympy/solvers/ode copying sympy/solvers/ode/subscheck.py -> build/lib/sympy/solvers/ode copying sympy/solvers/ode/systems.py -> build/lib/sympy/solvers/ode creating build/lib/sympy/stats copying sympy/stats/__init__.py -> build/lib/sympy/stats copying sympy/stats/compound_rv.py -> build/lib/sympy/stats copying sympy/stats/crv.py -> build/lib/sympy/stats copying sympy/stats/crv_types.py -> build/lib/sympy/stats copying sympy/stats/drv.py -> build/lib/sympy/stats copying sympy/stats/drv_types.py -> build/lib/sympy/stats copying sympy/stats/error_prop.py -> build/lib/sympy/stats copying sympy/stats/frv.py -> build/lib/sympy/stats copying sympy/stats/frv_types.py -> build/lib/sympy/stats copying sympy/stats/joint_rv.py -> build/lib/sympy/stats copying sympy/stats/joint_rv_types.py -> build/lib/sympy/stats copying sympy/stats/matrix_distributions.py -> build/lib/sympy/stats copying sympy/stats/random_matrix.py -> build/lib/sympy/stats copying sympy/stats/random_matrix_models.py -> build/lib/sympy/stats copying sympy/stats/rv.py -> build/lib/sympy/stats copying sympy/stats/rv_interface.py -> build/lib/sympy/stats copying sympy/stats/stochastic_process.py -> build/lib/sympy/stats copying sympy/stats/stochastic_process_types.py -> build/lib/sympy/stats copying sympy/stats/symbolic_probability.py -> build/lib/sympy/stats copying sympy/stats/symbolic_multivariate_probability.py -> build/lib/sympy/stats creating build/lib/sympy/stats/sampling copying sympy/stats/sampling/__init__.py -> build/lib/sympy/stats/sampling copying sympy/stats/sampling/sample_numpy.py -> build/lib/sympy/stats/sampling copying sympy/stats/sampling/sample_pymc.py -> build/lib/sympy/stats/sampling copying sympy/stats/sampling/sample_scipy.py -> build/lib/sympy/stats/sampling creating build/lib/sympy/strategies copying sympy/strategies/__init__.py -> build/lib/sympy/strategies copying sympy/strategies/core.py -> build/lib/sympy/strategies copying sympy/strategies/rl.py -> build/lib/sympy/strategies copying sympy/strategies/tools.py -> build/lib/sympy/strategies copying sympy/strategies/traverse.py -> build/lib/sympy/strategies copying sympy/strategies/tree.py -> build/lib/sympy/strategies copying sympy/strategies/util.py -> build/lib/sympy/strategies creating build/lib/sympy/strategies/branch copying sympy/strategies/branch/__init__.py -> build/lib/sympy/strategies/branch copying sympy/strategies/branch/core.py -> build/lib/sympy/strategies/branch copying sympy/strategies/branch/tools.py -> build/lib/sympy/strategies/branch copying sympy/strategies/branch/traverse.py -> build/lib/sympy/strategies/branch creating build/lib/sympy/tensor copying sympy/tensor/__init__.py -> build/lib/sympy/tensor copying sympy/tensor/functions.py -> build/lib/sympy/tensor copying sympy/tensor/index_methods.py -> build/lib/sympy/tensor copying sympy/tensor/indexed.py -> build/lib/sympy/tensor copying sympy/tensor/tensor.py -> build/lib/sympy/tensor copying sympy/tensor/toperators.py -> build/lib/sympy/tensor creating build/lib/sympy/tensor/array copying sympy/tensor/array/__init__.py -> build/lib/sympy/tensor/array copying sympy/tensor/array/array_comprehension.py -> build/lib/sympy/tensor/array copying sympy/tensor/array/array_derivatives.py -> build/lib/sympy/tensor/array copying sympy/tensor/array/arrayop.py -> build/lib/sympy/tensor/array copying sympy/tensor/array/dense_ndim_array.py -> build/lib/sympy/tensor/array copying sympy/tensor/array/mutable_ndim_array.py -> build/lib/sympy/tensor/array copying sympy/tensor/array/ndim_array.py -> build/lib/sympy/tensor/array copying sympy/tensor/array/sparse_ndim_array.py -> build/lib/sympy/tensor/array creating build/lib/sympy/tensor/array/expressions copying sympy/tensor/array/expressions/__init__.py -> build/lib/sympy/tensor/array/expressions copying sympy/tensor/array/expressions/array_expressions.py -> build/lib/sympy/tensor/array/expressions copying sympy/tensor/array/expressions/arrayexpr_derivatives.py -> build/lib/sympy/tensor/array/expressions copying sympy/tensor/array/expressions/conv_array_to_indexed.py -> build/lib/sympy/tensor/array/expressions copying sympy/tensor/array/expressions/conv_array_to_matrix.py -> build/lib/sympy/tensor/array/expressions copying sympy/tensor/array/expressions/conv_indexed_to_array.py -> build/lib/sympy/tensor/array/expressions copying sympy/tensor/array/expressions/conv_matrix_to_array.py -> build/lib/sympy/tensor/array/expressions copying sympy/tensor/array/expressions/from_array_to_indexed.py -> build/lib/sympy/tensor/array/expressions copying sympy/tensor/array/expressions/from_array_to_matrix.py -> build/lib/sympy/tensor/array/expressions copying sympy/tensor/array/expressions/from_indexed_to_array.py -> build/lib/sympy/tensor/array/expressions copying sympy/tensor/array/expressions/from_matrix_to_array.py -> build/lib/sympy/tensor/array/expressions copying sympy/tensor/array/expressions/utils.py -> build/lib/sympy/tensor/array/expressions creating build/lib/sympy/testing copying sympy/testing/__init__.py -> build/lib/sympy/testing copying sympy/testing/matrices.py -> build/lib/sympy/testing copying sympy/testing/pytest.py -> build/lib/sympy/testing copying sympy/testing/quality_unicode.py -> build/lib/sympy/testing copying sympy/testing/randtest.py -> build/lib/sympy/testing copying sympy/testing/runtests.py -> build/lib/sympy/testing copying sympy/testing/tmpfiles.py -> build/lib/sympy/testing creating build/lib/sympy/unify copying sympy/unify/__init__.py -> build/lib/sympy/unify copying sympy/unify/core.py -> build/lib/sympy/unify copying sympy/unify/rewrite.py -> build/lib/sympy/unify copying sympy/unify/usympy.py -> build/lib/sympy/unify creating build/lib/sympy/utilities copying sympy/utilities/__init__.py -> build/lib/sympy/utilities copying sympy/utilities/autowrap.py -> build/lib/sympy/utilities copying sympy/utilities/codegen.py -> build/lib/sympy/utilities copying sympy/utilities/decorator.py -> build/lib/sympy/utilities copying sympy/utilities/enumerative.py -> build/lib/sympy/utilities copying sympy/utilities/exceptions.py -> build/lib/sympy/utilities copying sympy/utilities/iterables.py -> build/lib/sympy/utilities copying sympy/utilities/lambdify.py -> build/lib/sympy/utilities copying sympy/utilities/magic.py -> build/lib/sympy/utilities copying sympy/utilities/matchpy_connector.py -> build/lib/sympy/utilities copying sympy/utilities/memoization.py -> build/lib/sympy/utilities copying sympy/utilities/misc.py -> build/lib/sympy/utilities copying sympy/utilities/pkgdata.py -> build/lib/sympy/utilities copying sympy/utilities/pytest.py -> build/lib/sympy/utilities copying sympy/utilities/randtest.py -> build/lib/sympy/utilities copying sympy/utilities/runtests.py -> build/lib/sympy/utilities copying sympy/utilities/source.py -> build/lib/sympy/utilities copying sympy/utilities/timeutils.py -> build/lib/sympy/utilities copying sympy/utilities/tmpfiles.py -> build/lib/sympy/utilities creating build/lib/sympy/utilities/_compilation copying sympy/utilities/_compilation/__init__.py -> build/lib/sympy/utilities/_compilation copying sympy/utilities/_compilation/availability.py -> build/lib/sympy/utilities/_compilation copying sympy/utilities/_compilation/compilation.py -> build/lib/sympy/utilities/_compilation copying sympy/utilities/_compilation/runners.py -> build/lib/sympy/utilities/_compilation copying sympy/utilities/_compilation/util.py -> build/lib/sympy/utilities/_compilation creating build/lib/sympy/utilities/mathml copying sympy/utilities/mathml/__init__.py -> build/lib/sympy/utilities/mathml creating build/lib/sympy/vector copying sympy/vector/__init__.py -> build/lib/sympy/vector copying sympy/vector/basisdependent.py -> build/lib/sympy/vector copying sympy/vector/coordsysrect.py -> build/lib/sympy/vector copying sympy/vector/deloperator.py -> build/lib/sympy/vector copying sympy/vector/dyadic.py -> build/lib/sympy/vector copying sympy/vector/functions.py -> build/lib/sympy/vector copying sympy/vector/implicitregion.py -> build/lib/sympy/vector copying sympy/vector/integrals.py -> build/lib/sympy/vector copying sympy/vector/operators.py -> build/lib/sympy/vector copying sympy/vector/orienters.py -> build/lib/sympy/vector copying sympy/vector/parametricregion.py -> build/lib/sympy/vector copying sympy/vector/point.py -> build/lib/sympy/vector copying sympy/vector/scalar.py -> build/lib/sympy/vector copying sympy/vector/vector.py -> build/lib/sympy/vector creating build/lib/sympy/algebras/tests copying sympy/algebras/tests/__init__.py -> build/lib/sympy/algebras/tests copying sympy/algebras/tests/test_quaternion.py -> build/lib/sympy/algebras/tests creating build/lib/sympy/assumptions/tests copying sympy/assumptions/tests/__init__.py -> build/lib/sympy/assumptions/tests copying sympy/assumptions/tests/test_assumptions_2.py -> build/lib/sympy/assumptions/tests copying sympy/assumptions/tests/test_context.py -> build/lib/sympy/assumptions/tests copying sympy/assumptions/tests/test_matrices.py -> build/lib/sympy/assumptions/tests copying sympy/assumptions/tests/test_query.py -> build/lib/sympy/assumptions/tests copying sympy/assumptions/tests/test_refine.py -> build/lib/sympy/assumptions/tests copying sympy/assumptions/tests/test_satask.py -> build/lib/sympy/assumptions/tests copying sympy/assumptions/tests/test_sathandlers.py -> build/lib/sympy/assumptions/tests copying sympy/assumptions/tests/test_wrapper.py -> build/lib/sympy/assumptions/tests creating build/lib/sympy/calculus/tests copying sympy/calculus/tests/__init__.py -> build/lib/sympy/calculus/tests copying sympy/calculus/tests/test_accumulationbounds.py -> build/lib/sympy/calculus/tests copying sympy/calculus/tests/test_euler.py -> build/lib/sympy/calculus/tests copying sympy/calculus/tests/test_finite_diff.py -> build/lib/sympy/calculus/tests copying sympy/calculus/tests/test_singularities.py -> build/lib/sympy/calculus/tests copying sympy/calculus/tests/test_util.py -> build/lib/sympy/calculus/tests creating build/lib/sympy/categories/tests copying sympy/categories/tests/__init__.py -> build/lib/sympy/categories/tests copying sympy/categories/tests/test_baseclasses.py -> build/lib/sympy/categories/tests copying sympy/categories/tests/test_drawing.py -> build/lib/sympy/categories/tests creating build/lib/sympy/codegen/tests copying sympy/codegen/tests/__init__.py -> build/lib/sympy/codegen/tests copying sympy/codegen/tests/test_abstract_nodes.py -> build/lib/sympy/codegen/tests copying sympy/codegen/tests/test_algorithms.py -> build/lib/sympy/codegen/tests copying sympy/codegen/tests/test_applications.py -> build/lib/sympy/codegen/tests copying sympy/codegen/tests/test_approximations.py -> build/lib/sympy/codegen/tests copying sympy/codegen/tests/test_ast.py -> build/lib/sympy/codegen/tests copying sympy/codegen/tests/test_cfunctions.py -> build/lib/sympy/codegen/tests copying sympy/codegen/tests/test_cnodes.py -> build/lib/sympy/codegen/tests copying sympy/codegen/tests/test_cxxnodes.py -> build/lib/sympy/codegen/tests copying sympy/codegen/tests/test_fnodes.py -> build/lib/sympy/codegen/tests copying sympy/codegen/tests/test_numpy_nodes.py -> build/lib/sympy/codegen/tests copying sympy/codegen/tests/test_pynodes.py -> build/lib/sympy/codegen/tests copying sympy/codegen/tests/test_pyutils.py -> build/lib/sympy/codegen/tests copying sympy/codegen/tests/test_rewriting.py -> build/lib/sympy/codegen/tests copying sympy/codegen/tests/test_scipy_nodes.py -> build/lib/sympy/codegen/tests creating build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/__init__.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_coset_table.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_fp_groups.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_free_groups.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_galois.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_generators.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_graycode.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_group_constructs.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_group_numbers.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_homomorphisms.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_named_groups.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_partitions.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_pc_groups.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_perm_groups.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_permutations.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_polyhedron.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_prufer.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_rewriting.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_schur_number.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_subsets.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_tensor_can.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_testutil.py -> build/lib/sympy/combinatorics/tests copying sympy/combinatorics/tests/test_util.py -> build/lib/sympy/combinatorics/tests creating build/lib/sympy/concrete/tests copying sympy/concrete/tests/__init__.py -> build/lib/sympy/concrete/tests copying sympy/concrete/tests/test_delta.py -> build/lib/sympy/concrete/tests copying sympy/concrete/tests/test_gosper.py -> build/lib/sympy/concrete/tests copying sympy/concrete/tests/test_guess.py -> build/lib/sympy/concrete/tests copying sympy/concrete/tests/test_products.py -> build/lib/sympy/concrete/tests copying sympy/concrete/tests/test_sums_products.py -> build/lib/sympy/concrete/tests creating build/lib/sympy/core/tests copying sympy/core/tests/__init__.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_args.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_arit.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_assumptions.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_basic.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_cache.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_compatibility.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_complex.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_constructor_postprocessor.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_containers.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_count_ops.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_diff.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_equal.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_eval.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_evalf.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_expand.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_expr.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_exprtools.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_facts.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_function.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_kind.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_logic.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_match.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_multidimensional.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_noncommutative.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_numbers.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_operations.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_parameters.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_power.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_priority.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_random.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_relational.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_rules.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_singleton.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_sorting.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_subs.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_symbol.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_sympify.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_traversal.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_truediv.py -> build/lib/sympy/core/tests copying sympy/core/tests/test_var.py -> build/lib/sympy/core/tests creating build/lib/sympy/crypto/tests copying sympy/crypto/tests/__init__.py -> build/lib/sympy/crypto/tests copying sympy/crypto/tests/test_crypto.py -> build/lib/sympy/crypto/tests creating build/lib/sympy/diffgeom/tests copying sympy/diffgeom/tests/__init__.py -> build/lib/sympy/diffgeom/tests copying sympy/diffgeom/tests/test_class_structure.py -> build/lib/sympy/diffgeom/tests copying sympy/diffgeom/tests/test_diffgeom.py -> build/lib/sympy/diffgeom/tests copying sympy/diffgeom/tests/test_function_diffgeom_book.py -> build/lib/sympy/diffgeom/tests copying sympy/diffgeom/tests/test_hyperbolic_space.py -> build/lib/sympy/diffgeom/tests creating build/lib/sympy/discrete/tests copying sympy/discrete/tests/__init__.py -> build/lib/sympy/discrete/tests copying sympy/discrete/tests/test_convolutions.py -> build/lib/sympy/discrete/tests copying sympy/discrete/tests/test_recurrences.py -> build/lib/sympy/discrete/tests copying sympy/discrete/tests/test_transforms.py -> build/lib/sympy/discrete/tests creating build/lib/sympy/external/tests copying sympy/external/tests/__init__.py -> build/lib/sympy/external/tests copying sympy/external/tests/test_autowrap.py -> build/lib/sympy/external/tests copying sympy/external/tests/test_codegen.py -> build/lib/sympy/external/tests copying sympy/external/tests/test_importtools.py -> build/lib/sympy/external/tests copying sympy/external/tests/test_numpy.py -> build/lib/sympy/external/tests copying sympy/external/tests/test_pythonmpq.py -> build/lib/sympy/external/tests copying sympy/external/tests/test_scipy.py -> build/lib/sympy/external/tests creating build/lib/sympy/functions/combinatorial/tests copying sympy/functions/combinatorial/tests/__init__.py -> build/lib/sympy/functions/combinatorial/tests copying sympy/functions/combinatorial/tests/test_comb_factorials.py -> build/lib/sympy/functions/combinatorial/tests copying sympy/functions/combinatorial/tests/test_comb_numbers.py -> build/lib/sympy/functions/combinatorial/tests creating build/lib/sympy/functions/elementary/tests copying sympy/functions/elementary/tests/__init__.py -> build/lib/sympy/functions/elementary/tests copying sympy/functions/elementary/tests/test_complexes.py -> build/lib/sympy/functions/elementary/tests copying sympy/functions/elementary/tests/test_exponential.py -> build/lib/sympy/functions/elementary/tests copying sympy/functions/elementary/tests/test_hyperbolic.py -> build/lib/sympy/functions/elementary/tests copying sympy/functions/elementary/tests/test_integers.py -> build/lib/sympy/functions/elementary/tests copying sympy/functions/elementary/tests/test_interface.py -> build/lib/sympy/functions/elementary/tests copying sympy/functions/elementary/tests/test_miscellaneous.py -> build/lib/sympy/functions/elementary/tests copying sympy/functions/elementary/tests/test_piecewise.py -> build/lib/sympy/functions/elementary/tests copying sympy/functions/elementary/tests/test_trigonometric.py -> build/lib/sympy/functions/elementary/tests creating build/lib/sympy/functions/special/tests copying sympy/functions/special/tests/__init__.py -> build/lib/sympy/functions/special/tests copying sympy/functions/special/tests/test_bessel.py -> build/lib/sympy/functions/special/tests copying sympy/functions/special/tests/test_beta_functions.py -> build/lib/sympy/functions/special/tests copying sympy/functions/special/tests/test_bsplines.py -> build/lib/sympy/functions/special/tests copying sympy/functions/special/tests/test_delta_functions.py -> build/lib/sympy/functions/special/tests copying sympy/functions/special/tests/test_elliptic_integrals.py -> build/lib/sympy/functions/special/tests copying sympy/functions/special/tests/test_error_functions.py -> build/lib/sympy/functions/special/tests copying sympy/functions/special/tests/test_gamma_functions.py -> build/lib/sympy/functions/special/tests copying sympy/functions/special/tests/test_hyper.py -> build/lib/sympy/functions/special/tests copying sympy/functions/special/tests/test_mathieu.py -> build/lib/sympy/functions/special/tests copying sympy/functions/special/tests/test_singularity_functions.py -> build/lib/sympy/functions/special/tests copying sympy/functions/special/tests/test_spec_polynomials.py -> build/lib/sympy/functions/special/tests copying sympy/functions/special/tests/test_spherical_harmonics.py -> build/lib/sympy/functions/special/tests copying sympy/functions/special/tests/test_tensor_functions.py -> build/lib/sympy/functions/special/tests copying sympy/functions/special/tests/test_zeta_functions.py -> build/lib/sympy/functions/special/tests creating build/lib/sympy/geometry/tests copying sympy/geometry/tests/__init__.py -> build/lib/sympy/geometry/tests copying sympy/geometry/tests/test_curve.py -> build/lib/sympy/geometry/tests copying sympy/geometry/tests/test_ellipse.py -> build/lib/sympy/geometry/tests copying sympy/geometry/tests/test_entity.py -> build/lib/sympy/geometry/tests copying sympy/geometry/tests/test_geometrysets.py -> build/lib/sympy/geometry/tests copying sympy/geometry/tests/test_line.py -> build/lib/sympy/geometry/tests copying sympy/geometry/tests/test_parabola.py -> build/lib/sympy/geometry/tests copying sympy/geometry/tests/test_plane.py -> build/lib/sympy/geometry/tests copying sympy/geometry/tests/test_point.py -> build/lib/sympy/geometry/tests copying sympy/geometry/tests/test_polygon.py -> build/lib/sympy/geometry/tests copying sympy/geometry/tests/test_util.py -> build/lib/sympy/geometry/tests creating build/lib/sympy/holonomic/tests copying sympy/holonomic/tests/__init__.py -> build/lib/sympy/holonomic/tests copying sympy/holonomic/tests/test_holonomic.py -> build/lib/sympy/holonomic/tests copying sympy/holonomic/tests/test_recurrence.py -> build/lib/sympy/holonomic/tests creating build/lib/sympy/integrals/tests copying sympy/integrals/tests/__init__.py -> build/lib/sympy/integrals/tests copying sympy/integrals/tests/test_deltafunctions.py -> build/lib/sympy/integrals/tests copying sympy/integrals/tests/test_failing_integrals.py -> build/lib/sympy/integrals/tests copying sympy/integrals/tests/test_heurisch.py -> build/lib/sympy/integrals/tests copying sympy/integrals/tests/test_integrals.py -> build/lib/sympy/integrals/tests copying sympy/integrals/tests/test_intpoly.py -> build/lib/sympy/integrals/tests copying sympy/integrals/tests/test_laplace.py -> build/lib/sympy/integrals/tests copying sympy/integrals/tests/test_lineintegrals.py -> build/lib/sympy/integrals/tests copying sympy/integrals/tests/test_manual.py -> build/lib/sympy/integrals/tests copying sympy/integrals/tests/test_meijerint.py -> build/lib/sympy/integrals/tests copying sympy/integrals/tests/test_prde.py -> build/lib/sympy/integrals/tests copying sympy/integrals/tests/test_quadrature.py -> build/lib/sympy/integrals/tests copying sympy/integrals/tests/test_rationaltools.py -> build/lib/sympy/integrals/tests copying sympy/integrals/tests/test_rde.py -> build/lib/sympy/integrals/tests copying sympy/integrals/tests/test_risch.py -> build/lib/sympy/integrals/tests copying sympy/integrals/tests/test_singularityfunctions.py -> build/lib/sympy/integrals/tests copying sympy/integrals/tests/test_transforms.py -> build/lib/sympy/integrals/tests copying sympy/integrals/tests/test_trigonometry.py -> build/lib/sympy/integrals/tests creating build/lib/sympy/interactive/tests copying sympy/interactive/tests/__init__.py -> build/lib/sympy/interactive/tests copying sympy/interactive/tests/test_interactive.py -> build/lib/sympy/interactive/tests copying sympy/interactive/tests/test_ipython.py -> build/lib/sympy/interactive/tests creating build/lib/sympy/liealgebras/tests copying sympy/liealgebras/tests/__init__.py -> build/lib/sympy/liealgebras/tests copying sympy/liealgebras/tests/test_cartan_matrix.py -> build/lib/sympy/liealgebras/tests copying sympy/liealgebras/tests/test_cartan_type.py -> build/lib/sympy/liealgebras/tests copying sympy/liealgebras/tests/test_dynkin_diagram.py -> build/lib/sympy/liealgebras/tests copying sympy/liealgebras/tests/test_root_system.py -> build/lib/sympy/liealgebras/tests copying sympy/liealgebras/tests/test_type_A.py -> build/lib/sympy/liealgebras/tests copying sympy/liealgebras/tests/test_type_B.py -> build/lib/sympy/liealgebras/tests copying sympy/liealgebras/tests/test_type_C.py -> build/lib/sympy/liealgebras/tests copying sympy/liealgebras/tests/test_type_D.py -> build/lib/sympy/liealgebras/tests copying sympy/liealgebras/tests/test_type_E.py -> build/lib/sympy/liealgebras/tests copying sympy/liealgebras/tests/test_type_F.py -> build/lib/sympy/liealgebras/tests copying sympy/liealgebras/tests/test_type_G.py -> build/lib/sympy/liealgebras/tests copying sympy/liealgebras/tests/test_weyl_group.py -> build/lib/sympy/liealgebras/tests creating build/lib/sympy/logic/tests copying sympy/logic/tests/__init__.py -> build/lib/sympy/logic/tests copying sympy/logic/tests/test_boolalg.py -> build/lib/sympy/logic/tests copying sympy/logic/tests/test_dimacs.py -> build/lib/sympy/logic/tests copying sympy/logic/tests/test_inference.py -> build/lib/sympy/logic/tests creating build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/__init__.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_adjoint.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_applyfunc.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_blockmatrix.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_companion.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_derivatives.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_determinant.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_diagonal.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_dotproduct.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_factorizations.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_fourier.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_funcmatrix.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_hadamard.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_indexing.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_inverse.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_kronecker.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_matadd.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_matexpr.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_matmul.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_matpow.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_permutation.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_sets.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_slice.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_special.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_trace.py -> build/lib/sympy/matrices/expressions/tests copying sympy/matrices/expressions/tests/test_transpose.py -> build/lib/sympy/matrices/expressions/tests creating build/lib/sympy/matrices/tests copying sympy/matrices/tests/__init__.py -> build/lib/sympy/matrices/tests copying sympy/matrices/tests/test_commonmatrix.py -> build/lib/sympy/matrices/tests copying sympy/matrices/tests/test_decompositions.py -> build/lib/sympy/matrices/tests copying sympy/matrices/tests/test_determinant.py -> build/lib/sympy/matrices/tests copying sympy/matrices/tests/test_eigen.py -> build/lib/sympy/matrices/tests copying sympy/matrices/tests/test_graph.py -> build/lib/sympy/matrices/tests copying sympy/matrices/tests/test_immutable.py -> build/lib/sympy/matrices/tests copying sympy/matrices/tests/test_interactions.py -> build/lib/sympy/matrices/tests copying sympy/matrices/tests/test_matrices.py -> build/lib/sympy/matrices/tests copying sympy/matrices/tests/test_normalforms.py -> build/lib/sympy/matrices/tests copying sympy/matrices/tests/test_reductions.py -> build/lib/sympy/matrices/tests copying sympy/matrices/tests/test_solvers.py -> build/lib/sympy/matrices/tests copying sympy/matrices/tests/test_sparse.py -> build/lib/sympy/matrices/tests copying sympy/matrices/tests/test_sparsetools.py -> build/lib/sympy/matrices/tests copying sympy/matrices/tests/test_subspaces.py -> build/lib/sympy/matrices/tests creating build/lib/sympy/multipledispatch/tests copying sympy/multipledispatch/tests/__init__.py -> build/lib/sympy/multipledispatch/tests copying sympy/multipledispatch/tests/test_conflict.py -> build/lib/sympy/multipledispatch/tests copying sympy/multipledispatch/tests/test_core.py -> build/lib/sympy/multipledispatch/tests copying sympy/multipledispatch/tests/test_dispatcher.py -> build/lib/sympy/multipledispatch/tests creating build/lib/sympy/ntheory/tests copying sympy/ntheory/tests/__init__.py -> build/lib/sympy/ntheory/tests copying sympy/ntheory/tests/test_bbp_pi.py -> build/lib/sympy/ntheory/tests copying sympy/ntheory/tests/test_continued_fraction.py -> build/lib/sympy/ntheory/tests copying sympy/ntheory/tests/test_digits.py -> build/lib/sympy/ntheory/tests copying sympy/ntheory/tests/test_ecm.py -> build/lib/sympy/ntheory/tests copying sympy/ntheory/tests/test_egyptian_fraction.py -> build/lib/sympy/ntheory/tests copying sympy/ntheory/tests/test_elliptic_curve.py -> build/lib/sympy/ntheory/tests copying sympy/ntheory/tests/test_factor_.py -> build/lib/sympy/ntheory/tests copying sympy/ntheory/tests/test_generate.py -> build/lib/sympy/ntheory/tests copying sympy/ntheory/tests/test_modular.py -> build/lib/sympy/ntheory/tests copying sympy/ntheory/tests/test_multinomial.py -> build/lib/sympy/ntheory/tests copying sympy/ntheory/tests/test_partitions.py -> build/lib/sympy/ntheory/tests copying sympy/ntheory/tests/test_primetest.py -> build/lib/sympy/ntheory/tests copying sympy/ntheory/tests/test_qs.py -> build/lib/sympy/ntheory/tests copying sympy/ntheory/tests/test_residue.py -> build/lib/sympy/ntheory/tests creating build/lib/sympy/parsing/tests copying sympy/parsing/tests/__init__.py -> build/lib/sympy/parsing/tests copying sympy/parsing/tests/test_ast_parser.py -> build/lib/sympy/parsing/tests copying sympy/parsing/tests/test_autolev.py -> build/lib/sympy/parsing/tests copying sympy/parsing/tests/test_c_parser.py -> build/lib/sympy/parsing/tests copying sympy/parsing/tests/test_fortran_parser.py -> build/lib/sympy/parsing/tests copying sympy/parsing/tests/test_implicit_multiplication_application.py -> build/lib/sympy/parsing/tests copying sympy/parsing/tests/test_latex.py -> build/lib/sympy/parsing/tests copying sympy/parsing/tests/test_latex_deps.py -> build/lib/sympy/parsing/tests copying sympy/parsing/tests/test_mathematica.py -> build/lib/sympy/parsing/tests copying sympy/parsing/tests/test_maxima.py -> build/lib/sympy/parsing/tests copying sympy/parsing/tests/test_sym_expr.py -> build/lib/sympy/parsing/tests copying sympy/parsing/tests/test_sympy_parser.py -> build/lib/sympy/parsing/tests creating build/lib/sympy/physics/continuum_mechanics/tests copying sympy/physics/continuum_mechanics/tests/__init__.py -> build/lib/sympy/physics/continuum_mechanics/tests copying sympy/physics/continuum_mechanics/tests/test_beam.py -> build/lib/sympy/physics/continuum_mechanics/tests copying sympy/physics/continuum_mechanics/tests/test_truss.py -> build/lib/sympy/physics/continuum_mechanics/tests creating build/lib/sympy/physics/control/tests copying sympy/physics/control/tests/__init__.py -> build/lib/sympy/physics/control/tests copying sympy/physics/control/tests/test_control_plots.py -> build/lib/sympy/physics/control/tests copying sympy/physics/control/tests/test_lti.py -> build/lib/sympy/physics/control/tests creating build/lib/sympy/physics/hep/tests copying sympy/physics/hep/tests/__init__.py -> build/lib/sympy/physics/hep/tests copying sympy/physics/hep/tests/test_gamma_matrices.py -> build/lib/sympy/physics/hep/tests creating build/lib/sympy/physics/mechanics/tests copying sympy/physics/mechanics/tests/__init__.py -> build/lib/sympy/physics/mechanics/tests copying sympy/physics/mechanics/tests/test_body.py -> build/lib/sympy/physics/mechanics/tests copying sympy/physics/mechanics/tests/test_functions.py -> build/lib/sympy/physics/mechanics/tests copying sympy/physics/mechanics/tests/test_joint.py -> build/lib/sympy/physics/mechanics/tests copying sympy/physics/mechanics/tests/test_jointsmethod.py -> build/lib/sympy/physics/mechanics/tests copying sympy/physics/mechanics/tests/test_kane.py -> build/lib/sympy/physics/mechanics/tests copying sympy/physics/mechanics/tests/test_kane2.py -> build/lib/sympy/physics/mechanics/tests copying sympy/physics/mechanics/tests/test_kane3.py -> build/lib/sympy/physics/mechanics/tests copying sympy/physics/mechanics/tests/test_kane4.py -> build/lib/sympy/physics/mechanics/tests copying sympy/physics/mechanics/tests/test_lagrange.py -> build/lib/sympy/physics/mechanics/tests copying sympy/physics/mechanics/tests/test_lagrange2.py -> build/lib/sympy/physics/mechanics/tests copying sympy/physics/mechanics/tests/test_linearize.py -> build/lib/sympy/physics/mechanics/tests copying sympy/physics/mechanics/tests/test_method.py -> build/lib/sympy/physics/mechanics/tests copying sympy/physics/mechanics/tests/test_models.py -> build/lib/sympy/physics/mechanics/tests copying sympy/physics/mechanics/tests/test_particle.py -> build/lib/sympy/physics/mechanics/tests copying sympy/physics/mechanics/tests/test_rigidbody.py -> build/lib/sympy/physics/mechanics/tests copying sympy/physics/mechanics/tests/test_system.py -> build/lib/sympy/physics/mechanics/tests creating build/lib/sympy/physics/optics/tests copying sympy/physics/optics/tests/__init__.py -> build/lib/sympy/physics/optics/tests copying sympy/physics/optics/tests/test_gaussopt.py -> build/lib/sympy/physics/optics/tests copying sympy/physics/optics/tests/test_medium.py -> build/lib/sympy/physics/optics/tests copying sympy/physics/optics/tests/test_polarization.py -> build/lib/sympy/physics/optics/tests copying sympy/physics/optics/tests/test_utils.py -> build/lib/sympy/physics/optics/tests copying sympy/physics/optics/tests/test_waves.py -> build/lib/sympy/physics/optics/tests creating build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/__init__.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_anticommutator.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_boson.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_cartesian.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_cg.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_circuitplot.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_circuitutils.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_commutator.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_constants.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_dagger.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_density.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_fermion.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_gate.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_grover.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_hilbert.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_identitysearch.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_innerproduct.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_matrixutils.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_operator.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_operatorordering.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_operatorset.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_pauli.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_piab.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_printing.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_qapply.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_qasm.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_qexpr.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_qft.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_qubit.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_represent.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_sho1d.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_shor.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_spin.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_state.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_tensorproduct.py -> build/lib/sympy/physics/quantum/tests copying sympy/physics/quantum/tests/test_trace.py -> build/lib/sympy/physics/quantum/tests creating build/lib/sympy/physics/tests copying sympy/physics/tests/__init__.py -> build/lib/sympy/physics/tests copying sympy/physics/tests/test_clebsch_gordan.py -> build/lib/sympy/physics/tests copying sympy/physics/tests/test_hydrogen.py -> build/lib/sympy/physics/tests copying sympy/physics/tests/test_paulialgebra.py -> build/lib/sympy/physics/tests copying sympy/physics/tests/test_physics_matrices.py -> build/lib/sympy/physics/tests copying sympy/physics/tests/test_pring.py -> build/lib/sympy/physics/tests copying sympy/physics/tests/test_qho_1d.py -> build/lib/sympy/physics/tests copying sympy/physics/tests/test_secondquant.py -> build/lib/sympy/physics/tests copying sympy/physics/tests/test_sho.py -> build/lib/sympy/physics/tests creating build/lib/sympy/physics/units/tests copying sympy/physics/units/tests/__init__.py -> build/lib/sympy/physics/units/tests copying sympy/physics/units/tests/test_dimensions.py -> build/lib/sympy/physics/units/tests copying sympy/physics/units/tests/test_dimensionsystem.py -> build/lib/sympy/physics/units/tests copying sympy/physics/units/tests/test_prefixes.py -> build/lib/sympy/physics/units/tests copying sympy/physics/units/tests/test_quantities.py -> build/lib/sympy/physics/units/tests copying sympy/physics/units/tests/test_unit_system_cgs_gauss.py -> build/lib/sympy/physics/units/tests copying sympy/physics/units/tests/test_unitsystem.py -> build/lib/sympy/physics/units/tests copying sympy/physics/units/tests/test_util.py -> build/lib/sympy/physics/units/tests creating build/lib/sympy/physics/vector/tests copying sympy/physics/vector/tests/__init__.py -> build/lib/sympy/physics/vector/tests copying sympy/physics/vector/tests/test_dyadic.py -> build/lib/sympy/physics/vector/tests copying sympy/physics/vector/tests/test_fieldfunctions.py -> build/lib/sympy/physics/vector/tests copying sympy/physics/vector/tests/test_frame.py -> build/lib/sympy/physics/vector/tests copying sympy/physics/vector/tests/test_functions.py -> build/lib/sympy/physics/vector/tests copying sympy/physics/vector/tests/test_output.py -> build/lib/sympy/physics/vector/tests copying sympy/physics/vector/tests/test_point.py -> build/lib/sympy/physics/vector/tests copying sympy/physics/vector/tests/test_printing.py -> build/lib/sympy/physics/vector/tests copying sympy/physics/vector/tests/test_vector.py -> build/lib/sympy/physics/vector/tests creating build/lib/sympy/plotting/intervalmath/tests copying sympy/plotting/intervalmath/tests/__init__.py -> build/lib/sympy/plotting/intervalmath/tests copying sympy/plotting/intervalmath/tests/test_interval_functions.py -> build/lib/sympy/plotting/intervalmath/tests copying sympy/plotting/intervalmath/tests/test_interval_membership.py -> build/lib/sympy/plotting/intervalmath/tests copying sympy/plotting/intervalmath/tests/test_intervalmath.py -> build/lib/sympy/plotting/intervalmath/tests creating build/lib/sympy/plotting/pygletplot/tests copying sympy/plotting/pygletplot/tests/__init__.py -> build/lib/sympy/plotting/pygletplot/tests copying sympy/plotting/pygletplot/tests/test_plotting.py -> build/lib/sympy/plotting/pygletplot/tests creating build/lib/sympy/plotting/tests copying sympy/plotting/tests/__init__.py -> build/lib/sympy/plotting/tests copying sympy/plotting/tests/test_experimental_lambdify.py -> build/lib/sympy/plotting/tests copying sympy/plotting/tests/test_plot.py -> build/lib/sympy/plotting/tests copying sympy/plotting/tests/test_plot_implicit.py -> build/lib/sympy/plotting/tests copying sympy/plotting/tests/test_textplot.py -> build/lib/sympy/plotting/tests creating build/lib/sympy/polys/agca/tests copying sympy/polys/agca/tests/__init__.py -> build/lib/sympy/polys/agca/tests copying sympy/polys/agca/tests/test_extensions.py -> build/lib/sympy/polys/agca/tests copying sympy/polys/agca/tests/test_homomorphisms.py -> build/lib/sympy/polys/agca/tests copying sympy/polys/agca/tests/test_ideals.py -> build/lib/sympy/polys/agca/tests copying sympy/polys/agca/tests/test_modules.py -> build/lib/sympy/polys/agca/tests creating build/lib/sympy/polys/domains/tests copying sympy/polys/domains/tests/__init__.py -> build/lib/sympy/polys/domains/tests copying sympy/polys/domains/tests/test_domains.py -> build/lib/sympy/polys/domains/tests copying sympy/polys/domains/tests/test_polynomialring.py -> build/lib/sympy/polys/domains/tests copying sympy/polys/domains/tests/test_quotientring.py -> build/lib/sympy/polys/domains/tests creating build/lib/sympy/polys/matrices/tests copying sympy/polys/matrices/tests/__init__.py -> build/lib/sympy/polys/matrices/tests copying sympy/polys/matrices/tests/test_ddm.py -> build/lib/sympy/polys/matrices/tests copying sympy/polys/matrices/tests/test_dense.py -> build/lib/sympy/polys/matrices/tests copying sympy/polys/matrices/tests/test_domainmatrix.py -> build/lib/sympy/polys/matrices/tests copying sympy/polys/matrices/tests/test_domainscalar.py -> build/lib/sympy/polys/matrices/tests copying sympy/polys/matrices/tests/test_eigen.py -> build/lib/sympy/polys/matrices/tests copying sympy/polys/matrices/tests/test_linsolve.py -> build/lib/sympy/polys/matrices/tests copying sympy/polys/matrices/tests/test_lll.py -> build/lib/sympy/polys/matrices/tests copying sympy/polys/matrices/tests/test_normalforms.py -> build/lib/sympy/polys/matrices/tests copying sympy/polys/matrices/tests/test_sdm.py -> build/lib/sympy/polys/matrices/tests creating build/lib/sympy/polys/numberfields/tests copying sympy/polys/numberfields/tests/__init__.py -> build/lib/sympy/polys/numberfields/tests copying sympy/polys/numberfields/tests/test_basis.py -> build/lib/sympy/polys/numberfields/tests copying sympy/polys/numberfields/tests/test_galoisgroups.py -> build/lib/sympy/polys/numberfields/tests copying sympy/polys/numberfields/tests/test_minpoly.py -> build/lib/sympy/polys/numberfields/tests copying sympy/polys/numberfields/tests/test_modules.py -> build/lib/sympy/polys/numberfields/tests copying sympy/polys/numberfields/tests/test_numbers.py -> build/lib/sympy/polys/numberfields/tests copying sympy/polys/numberfields/tests/test_primes.py -> build/lib/sympy/polys/numberfields/tests copying sympy/polys/numberfields/tests/test_subfield.py -> build/lib/sympy/polys/numberfields/tests copying sympy/polys/numberfields/tests/test_utilities.py -> build/lib/sympy/polys/numberfields/tests creating build/lib/sympy/polys/tests copying sympy/polys/tests/__init__.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_appellseqs.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_constructor.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_densearith.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_densebasic.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_densetools.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_dispersion.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_distributedmodules.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_euclidtools.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_factortools.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_fields.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_galoistools.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_groebnertools.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_heuristicgcd.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_injections.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_modulargcd.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_monomials.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_multivariate_resultants.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_orderings.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_orthopolys.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_partfrac.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_polyclasses.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_polyfuncs.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_polymatrix.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_polyoptions.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_polyroots.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_polytools.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_polyutils.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_pythonrational.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_rationaltools.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_ring_series.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_rings.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_rootisolation.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_rootoftools.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_solvers.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_specialpolys.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_sqfreetools.py -> build/lib/sympy/polys/tests copying sympy/polys/tests/test_subresultants_qq_zz.py -> build/lib/sympy/polys/tests creating build/lib/sympy/printing/pretty/tests copying sympy/printing/pretty/tests/__init__.py -> build/lib/sympy/printing/pretty/tests copying sympy/printing/pretty/tests/test_pretty.py -> build/lib/sympy/printing/pretty/tests creating build/lib/sympy/printing/tests copying sympy/printing/tests/__init__.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_aesaracode.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_c.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_codeprinter.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_conventions.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_cupy.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_cxx.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_dot.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_fortran.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_glsl.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_gtk.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_jax.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_jscode.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_julia.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_lambdarepr.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_latex.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_llvmjit.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_maple.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_mathematica.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_mathml.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_numpy.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_octave.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_precedence.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_preview.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_pycode.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_python.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_rcode.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_repr.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_rust.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_smtlib.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_str.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_tableform.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_tensorflow.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_theanocode.py -> build/lib/sympy/printing/tests copying sympy/printing/tests/test_tree.py -> build/lib/sympy/printing/tests creating build/lib/sympy/sandbox/tests copying sympy/sandbox/tests/__init__.py -> build/lib/sympy/sandbox/tests copying sympy/sandbox/tests/test_indexed_integrals.py -> build/lib/sympy/sandbox/tests creating build/lib/sympy/series/tests copying sympy/series/tests/__init__.py -> build/lib/sympy/series/tests copying sympy/series/tests/test_approximants.py -> build/lib/sympy/series/tests copying sympy/series/tests/test_aseries.py -> build/lib/sympy/series/tests copying sympy/series/tests/test_demidovich.py -> build/lib/sympy/series/tests copying sympy/series/tests/test_formal.py -> build/lib/sympy/series/tests copying sympy/series/tests/test_fourier.py -> build/lib/sympy/series/tests copying sympy/series/tests/test_gruntz.py -> build/lib/sympy/series/tests copying sympy/series/tests/test_kauers.py -> build/lib/sympy/series/tests copying sympy/series/tests/test_limits.py -> build/lib/sympy/series/tests copying sympy/series/tests/test_limitseq.py -> build/lib/sympy/series/tests copying sympy/series/tests/test_lseries.py -> build/lib/sympy/series/tests copying sympy/series/tests/test_nseries.py -> build/lib/sympy/series/tests copying sympy/series/tests/test_order.py -> build/lib/sympy/series/tests copying sympy/series/tests/test_residues.py -> build/lib/sympy/series/tests copying sympy/series/tests/test_sequences.py -> build/lib/sympy/series/tests copying sympy/series/tests/test_series.py -> build/lib/sympy/series/tests creating build/lib/sympy/sets/tests copying sympy/sets/tests/__init__.py -> build/lib/sympy/sets/tests copying sympy/sets/tests/test_conditionset.py -> build/lib/sympy/sets/tests copying sympy/sets/tests/test_contains.py -> build/lib/sympy/sets/tests copying sympy/sets/tests/test_fancysets.py -> build/lib/sympy/sets/tests copying sympy/sets/tests/test_ordinals.py -> build/lib/sympy/sets/tests copying sympy/sets/tests/test_powerset.py -> build/lib/sympy/sets/tests copying sympy/sets/tests/test_setexpr.py -> build/lib/sympy/sets/tests copying sympy/sets/tests/test_sets.py -> build/lib/sympy/sets/tests creating build/lib/sympy/simplify/tests copying sympy/simplify/tests/__init__.py -> build/lib/sympy/simplify/tests copying sympy/simplify/tests/test_combsimp.py -> build/lib/sympy/simplify/tests copying sympy/simplify/tests/test_cse.py -> build/lib/sympy/simplify/tests copying sympy/simplify/tests/test_epathtools.py -> build/lib/sympy/simplify/tests copying sympy/simplify/tests/test_fu.py -> build/lib/sympy/simplify/tests copying sympy/simplify/tests/test_function.py -> build/lib/sympy/simplify/tests copying sympy/simplify/tests/test_gammasimp.py -> build/lib/sympy/simplify/tests copying sympy/simplify/tests/test_hyperexpand.py -> build/lib/sympy/simplify/tests copying sympy/simplify/tests/test_powsimp.py -> build/lib/sympy/simplify/tests copying sympy/simplify/tests/test_radsimp.py -> build/lib/sympy/simplify/tests copying sympy/simplify/tests/test_ratsimp.py -> build/lib/sympy/simplify/tests copying sympy/simplify/tests/test_rewrite.py -> build/lib/sympy/simplify/tests copying sympy/simplify/tests/test_simplify.py -> build/lib/sympy/simplify/tests copying sympy/simplify/tests/test_sqrtdenest.py -> build/lib/sympy/simplify/tests copying sympy/simplify/tests/test_trigsimp.py -> build/lib/sympy/simplify/tests creating build/lib/sympy/solvers/diophantine/tests copying sympy/solvers/diophantine/tests/__init__.py -> build/lib/sympy/solvers/diophantine/tests copying sympy/solvers/diophantine/tests/test_diophantine.py -> build/lib/sympy/solvers/diophantine/tests creating build/lib/sympy/solvers/ode/tests copying sympy/solvers/ode/tests/__init__.py -> build/lib/sympy/solvers/ode/tests copying sympy/solvers/ode/tests/test_lie_group.py -> build/lib/sympy/solvers/ode/tests copying sympy/solvers/ode/tests/test_ode.py -> build/lib/sympy/solvers/ode/tests copying sympy/solvers/ode/tests/test_riccati.py -> build/lib/sympy/solvers/ode/tests copying sympy/solvers/ode/tests/test_single.py -> build/lib/sympy/solvers/ode/tests copying sympy/solvers/ode/tests/test_subscheck.py -> build/lib/sympy/solvers/ode/tests copying sympy/solvers/ode/tests/test_systems.py -> build/lib/sympy/solvers/ode/tests creating build/lib/sympy/solvers/tests copying sympy/solvers/tests/__init__.py -> build/lib/sympy/solvers/tests copying sympy/solvers/tests/test_constantsimp.py -> build/lib/sympy/solvers/tests copying sympy/solvers/tests/test_decompogen.py -> build/lib/sympy/solvers/tests copying sympy/solvers/tests/test_inequalities.py -> build/lib/sympy/solvers/tests copying sympy/solvers/tests/test_numeric.py -> build/lib/sympy/solvers/tests copying sympy/solvers/tests/test_pde.py -> build/lib/sympy/solvers/tests copying sympy/solvers/tests/test_polysys.py -> build/lib/sympy/solvers/tests copying sympy/solvers/tests/test_recurr.py -> build/lib/sympy/solvers/tests copying sympy/solvers/tests/test_solvers.py -> build/lib/sympy/solvers/tests copying sympy/solvers/tests/test_solveset.py -> build/lib/sympy/solvers/tests creating build/lib/sympy/stats/sampling/tests copying sympy/stats/sampling/tests/__init__.py -> build/lib/sympy/stats/sampling/tests copying sympy/stats/sampling/tests/test_sample_continuous_rv.py -> build/lib/sympy/stats/sampling/tests copying sympy/stats/sampling/tests/test_sample_discrete_rv.py -> build/lib/sympy/stats/sampling/tests copying sympy/stats/sampling/tests/test_sample_finite_rv.py -> build/lib/sympy/stats/sampling/tests creating build/lib/sympy/stats/tests copying sympy/stats/tests/__init__.py -> build/lib/sympy/stats/tests copying sympy/stats/tests/test_compound_rv.py -> build/lib/sympy/stats/tests copying sympy/stats/tests/test_continuous_rv.py -> build/lib/sympy/stats/tests copying sympy/stats/tests/test_discrete_rv.py -> build/lib/sympy/stats/tests copying sympy/stats/tests/test_error_prop.py -> build/lib/sympy/stats/tests copying sympy/stats/tests/test_finite_rv.py -> build/lib/sympy/stats/tests copying sympy/stats/tests/test_joint_rv.py -> build/lib/sympy/stats/tests copying sympy/stats/tests/test_matrix_distributions.py -> build/lib/sympy/stats/tests copying sympy/stats/tests/test_mix.py -> build/lib/sympy/stats/tests copying sympy/stats/tests/test_random_matrix.py -> build/lib/sympy/stats/tests copying sympy/stats/tests/test_rv.py -> build/lib/sympy/stats/tests copying sympy/stats/tests/test_stochastic_process.py -> build/lib/sympy/stats/tests copying sympy/stats/tests/test_symbolic_multivariate.py -> build/lib/sympy/stats/tests copying sympy/stats/tests/test_symbolic_probability.py -> build/lib/sympy/stats/tests creating build/lib/sympy/strategies/branch/tests copying sympy/strategies/branch/tests/__init__.py -> build/lib/sympy/strategies/branch/tests copying sympy/strategies/branch/tests/test_core.py -> build/lib/sympy/strategies/branch/tests copying sympy/strategies/branch/tests/test_tools.py -> build/lib/sympy/strategies/branch/tests copying sympy/strategies/branch/tests/test_traverse.py -> build/lib/sympy/strategies/branch/tests creating build/lib/sympy/strategies/tests copying sympy/strategies/tests/__init__.py -> build/lib/sympy/strategies/tests copying sympy/strategies/tests/test_core.py -> build/lib/sympy/strategies/tests copying sympy/strategies/tests/test_rl.py -> build/lib/sympy/strategies/tests copying sympy/strategies/tests/test_tools.py -> build/lib/sympy/strategies/tests copying sympy/strategies/tests/test_traverse.py -> build/lib/sympy/strategies/tests copying sympy/strategies/tests/test_tree.py -> build/lib/sympy/strategies/tests creating build/lib/sympy/tensor/array/expressions/tests copying sympy/tensor/array/expressions/tests/__init__.py -> build/lib/sympy/tensor/array/expressions/tests copying sympy/tensor/array/expressions/tests/test_array_expressions.py -> build/lib/sympy/tensor/array/expressions/tests copying sympy/tensor/array/expressions/tests/test_arrayexpr_derivatives.py -> build/lib/sympy/tensor/array/expressions/tests copying sympy/tensor/array/expressions/tests/test_as_explicit.py -> build/lib/sympy/tensor/array/expressions/tests copying sympy/tensor/array/expressions/tests/test_convert_array_to_indexed.py -> build/lib/sympy/tensor/array/expressions/tests copying sympy/tensor/array/expressions/tests/test_convert_array_to_matrix.py -> build/lib/sympy/tensor/array/expressions/tests copying sympy/tensor/array/expressions/tests/test_convert_indexed_to_array.py -> build/lib/sympy/tensor/array/expressions/tests copying sympy/tensor/array/expressions/tests/test_convert_matrix_to_array.py -> build/lib/sympy/tensor/array/expressions/tests copying sympy/tensor/array/expressions/tests/test_deprecated_conv_modules.py -> build/lib/sympy/tensor/array/expressions/tests creating build/lib/sympy/tensor/array/tests copying sympy/tensor/array/tests/__init__.py -> build/lib/sympy/tensor/array/tests copying sympy/tensor/array/tests/test_array_comprehension.py -> build/lib/sympy/tensor/array/tests copying sympy/tensor/array/tests/test_array_derivatives.py -> build/lib/sympy/tensor/array/tests copying sympy/tensor/array/tests/test_arrayop.py -> build/lib/sympy/tensor/array/tests copying sympy/tensor/array/tests/test_immutable_ndim_array.py -> build/lib/sympy/tensor/array/tests copying sympy/tensor/array/tests/test_mutable_ndim_array.py -> build/lib/sympy/tensor/array/tests copying sympy/tensor/array/tests/test_ndim_array.py -> build/lib/sympy/tensor/array/tests copying sympy/tensor/array/tests/test_ndim_array_conversions.py -> build/lib/sympy/tensor/array/tests creating build/lib/sympy/tensor/tests copying sympy/tensor/tests/__init__.py -> build/lib/sympy/tensor/tests copying sympy/tensor/tests/test_functions.py -> build/lib/sympy/tensor/tests copying sympy/tensor/tests/test_index_methods.py -> build/lib/sympy/tensor/tests copying sympy/tensor/tests/test_indexed.py -> build/lib/sympy/tensor/tests copying sympy/tensor/tests/test_printing.py -> build/lib/sympy/tensor/tests copying sympy/tensor/tests/test_tensor.py -> build/lib/sympy/tensor/tests copying sympy/tensor/tests/test_tensor_element.py -> build/lib/sympy/tensor/tests copying sympy/tensor/tests/test_tensor_operators.py -> build/lib/sympy/tensor/tests creating build/lib/sympy/testing/tests copying sympy/testing/tests/__init__.py -> build/lib/sympy/testing/tests copying sympy/testing/tests/diagnose_imports.py -> build/lib/sympy/testing/tests copying sympy/testing/tests/test_code_quality.py -> build/lib/sympy/testing/tests copying sympy/testing/tests/test_deprecated.py -> build/lib/sympy/testing/tests copying sympy/testing/tests/test_module_imports.py -> build/lib/sympy/testing/tests copying sympy/testing/tests/test_pytest.py -> build/lib/sympy/testing/tests creating build/lib/sympy/unify/tests copying sympy/unify/tests/__init__.py -> build/lib/sympy/unify/tests copying sympy/unify/tests/test_rewrite.py -> build/lib/sympy/unify/tests copying sympy/unify/tests/test_sympy.py -> build/lib/sympy/unify/tests copying sympy/unify/tests/test_unify.py -> build/lib/sympy/unify/tests creating build/lib/sympy/utilities/_compilation/tests copying sympy/utilities/_compilation/tests/__init__.py -> build/lib/sympy/utilities/_compilation/tests copying sympy/utilities/_compilation/tests/test_compilation.py -> build/lib/sympy/utilities/_compilation/tests creating build/lib/sympy/utilities/tests copying sympy/utilities/tests/__init__.py -> build/lib/sympy/utilities/tests copying sympy/utilities/tests/test_autowrap.py -> build/lib/sympy/utilities/tests copying sympy/utilities/tests/test_codegen.py -> build/lib/sympy/utilities/tests copying sympy/utilities/tests/test_codegen_julia.py -> build/lib/sympy/utilities/tests copying sympy/utilities/tests/test_codegen_octave.py -> build/lib/sympy/utilities/tests copying sympy/utilities/tests/test_codegen_rust.py -> build/lib/sympy/utilities/tests copying sympy/utilities/tests/test_decorator.py -> build/lib/sympy/utilities/tests copying sympy/utilities/tests/test_deprecated.py -> build/lib/sympy/utilities/tests copying sympy/utilities/tests/test_enumerative.py -> build/lib/sympy/utilities/tests copying sympy/utilities/tests/test_exceptions.py -> build/lib/sympy/utilities/tests copying sympy/utilities/tests/test_iterables.py -> build/lib/sympy/utilities/tests copying sympy/utilities/tests/test_lambdify.py -> build/lib/sympy/utilities/tests copying sympy/utilities/tests/test_matchpy_connector.py -> build/lib/sympy/utilities/tests copying sympy/utilities/tests/test_mathml.py -> build/lib/sympy/utilities/tests copying sympy/utilities/tests/test_misc.py -> build/lib/sympy/utilities/tests copying sympy/utilities/tests/test_pickling.py -> build/lib/sympy/utilities/tests copying sympy/utilities/tests/test_source.py -> build/lib/sympy/utilities/tests copying sympy/utilities/tests/test_timeutils.py -> build/lib/sympy/utilities/tests copying sympy/utilities/tests/test_wester.py -> build/lib/sympy/utilities/tests copying sympy/utilities/tests/test_xxe.py -> build/lib/sympy/utilities/tests creating build/lib/sympy/vector/tests copying sympy/vector/tests/__init__.py -> build/lib/sympy/vector/tests copying sympy/vector/tests/test_coordsysrect.py -> build/lib/sympy/vector/tests copying sympy/vector/tests/test_dyadic.py -> build/lib/sympy/vector/tests copying sympy/vector/tests/test_field_functions.py -> build/lib/sympy/vector/tests copying sympy/vector/tests/test_functions.py -> build/lib/sympy/vector/tests copying sympy/vector/tests/test_implicitregion.py -> build/lib/sympy/vector/tests copying sympy/vector/tests/test_integrals.py -> build/lib/sympy/vector/tests copying sympy/vector/tests/test_operators.py -> build/lib/sympy/vector/tests copying sympy/vector/tests/test_parametricregion.py -> build/lib/sympy/vector/tests copying sympy/vector/tests/test_printing.py -> build/lib/sympy/vector/tests copying sympy/vector/tests/test_vector.py -> build/lib/sympy/vector/tests copying sympy/py.typed -> build/lib/sympy copying sympy/parsing/autolev/Autolev.g4 -> build/lib/sympy/parsing/autolev creating build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest1.al -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest10.al -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest11.al -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest12.al -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest2.al -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest3.al -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest4.al -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest5.al -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest6.al -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest7.al -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest8.al -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest9.al -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest1.py -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest10.py -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest11.py -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest12.py -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest2.py -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest3.py -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest4.py -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest5.py -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest6.py -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest7.py -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest8.py -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/autolev/test-examples/ruletest9.py -> build/lib/sympy/parsing/autolev/test-examples creating build/lib/sympy/parsing/autolev/test-examples/pydy-example-repo copying sympy/parsing/autolev/test-examples/pydy-example-repo/chaos_pendulum.al -> build/lib/sympy/parsing/autolev/test-examples/pydy-example-repo copying sympy/parsing/autolev/test-examples/pydy-example-repo/double_pendulum.al -> build/lib/sympy/parsing/autolev/test-examples/pydy-example-repo copying sympy/parsing/autolev/test-examples/pydy-example-repo/mass_spring_damper.al -> build/lib/sympy/parsing/autolev/test-examples/pydy-example-repo copying sympy/parsing/autolev/test-examples/pydy-example-repo/non_min_pendulum.al -> build/lib/sympy/parsing/autolev/test-examples/pydy-example-repo copying sympy/parsing/autolev/test-examples/pydy-example-repo/chaos_pendulum.py -> build/lib/sympy/parsing/autolev/test-examples/pydy-example-repo copying sympy/parsing/autolev/test-examples/pydy-example-repo/double_pendulum.py -> build/lib/sympy/parsing/autolev/test-examples/pydy-example-repo copying sympy/parsing/autolev/test-examples/pydy-example-repo/mass_spring_damper.py -> build/lib/sympy/parsing/autolev/test-examples/pydy-example-repo copying sympy/parsing/autolev/test-examples/pydy-example-repo/non_min_pendulum.py -> build/lib/sympy/parsing/autolev/test-examples/pydy-example-repo copying sympy/parsing/autolev/test-examples/README.txt -> build/lib/sympy/parsing/autolev/test-examples copying sympy/parsing/latex/LICENSE.txt -> build/lib/sympy/parsing/latex copying sympy/parsing/latex/LaTeX.g4 -> build/lib/sympy/parsing/latex creating build/lib/sympy/utilities/mathml/data copying sympy/utilities/mathml/data/mmlctop.xsl -> build/lib/sympy/utilities/mathml/data copying sympy/utilities/mathml/data/mmltex.xsl -> build/lib/sympy/utilities/mathml/data copying sympy/utilities/mathml/data/simple_mmlctop.xsl -> build/lib/sympy/utilities/mathml/data copying sympy/plotting/tests/test_region_and.png -> build/lib/sympy/plotting/tests copying sympy/plotting/tests/test_region_not.png -> build/lib/sympy/plotting/tests copying sympy/plotting/tests/test_region_or.png -> build/lib/sympy/plotting/tests copying sympy/plotting/tests/test_region_xor.png -> build/lib/sympy/plotting/tests installing to build/bdist.openbsd-7.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel copying build/lib/isympy.py -> build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/sympy copying build/lib/sympy/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy copying build/lib/sympy/abc.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy copying build/lib/sympy/conftest.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy copying build/lib/sympy/galgebra.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy copying build/lib/sympy/release.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy copying build/lib/sympy/this.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy creating build/bdist.openbsd-7.5-amd64/wheel/sympy/algebras copying build/lib/sympy/algebras/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/algebras copying build/lib/sympy/algebras/quaternion.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/algebras creating build/bdist.openbsd-7.5-amd64/wheel/sympy/algebras/tests copying build/lib/sympy/algebras/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/algebras/tests copying build/lib/sympy/algebras/tests/test_quaternion.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/algebras/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions copying build/lib/sympy/assumptions/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions copying build/lib/sympy/assumptions/ask.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions copying build/lib/sympy/assumptions/ask_generated.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions copying build/lib/sympy/assumptions/assume.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions copying build/lib/sympy/assumptions/cnf.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions copying build/lib/sympy/assumptions/facts.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions copying build/lib/sympy/assumptions/refine.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions copying build/lib/sympy/assumptions/satask.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions copying build/lib/sympy/assumptions/sathandlers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions copying build/lib/sympy/assumptions/wrapper.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions creating build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/handlers copying build/lib/sympy/assumptions/handlers/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/handlers copying build/lib/sympy/assumptions/handlers/calculus.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/handlers copying build/lib/sympy/assumptions/handlers/common.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/handlers copying build/lib/sympy/assumptions/handlers/matrices.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/handlers copying build/lib/sympy/assumptions/handlers/ntheory.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/handlers copying build/lib/sympy/assumptions/handlers/order.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/handlers copying build/lib/sympy/assumptions/handlers/sets.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/handlers creating build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/predicates copying build/lib/sympy/assumptions/predicates/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/predicates copying build/lib/sympy/assumptions/predicates/calculus.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/predicates copying build/lib/sympy/assumptions/predicates/common.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/predicates copying build/lib/sympy/assumptions/predicates/matrices.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/predicates copying build/lib/sympy/assumptions/predicates/ntheory.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/predicates copying build/lib/sympy/assumptions/predicates/order.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/predicates copying build/lib/sympy/assumptions/predicates/sets.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/predicates creating build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/relation copying build/lib/sympy/assumptions/relation/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/relation copying build/lib/sympy/assumptions/relation/binrel.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/relation copying build/lib/sympy/assumptions/relation/equality.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/relation creating build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/tests copying build/lib/sympy/assumptions/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/tests copying build/lib/sympy/assumptions/tests/test_assumptions_2.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/tests copying build/lib/sympy/assumptions/tests/test_context.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/tests copying build/lib/sympy/assumptions/tests/test_matrices.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/tests copying build/lib/sympy/assumptions/tests/test_query.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/tests copying build/lib/sympy/assumptions/tests/test_refine.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/tests copying build/lib/sympy/assumptions/tests/test_satask.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/tests copying build/lib/sympy/assumptions/tests/test_sathandlers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/tests copying build/lib/sympy/assumptions/tests/test_wrapper.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/assumptions/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/benchmarks copying build/lib/sympy/benchmarks/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/benchmarks copying build/lib/sympy/benchmarks/bench_discrete_log.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/benchmarks copying build/lib/sympy/benchmarks/bench_meijerint.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/benchmarks copying build/lib/sympy/benchmarks/bench_symbench.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/benchmarks creating build/bdist.openbsd-7.5-amd64/wheel/sympy/calculus copying build/lib/sympy/calculus/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/calculus copying build/lib/sympy/calculus/accumulationbounds.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/calculus copying build/lib/sympy/calculus/euler.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/calculus copying build/lib/sympy/calculus/finite_diff.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/calculus copying build/lib/sympy/calculus/singularities.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/calculus copying build/lib/sympy/calculus/util.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/calculus creating build/bdist.openbsd-7.5-amd64/wheel/sympy/calculus/tests copying build/lib/sympy/calculus/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/calculus/tests copying build/lib/sympy/calculus/tests/test_accumulationbounds.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/calculus/tests copying build/lib/sympy/calculus/tests/test_euler.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/calculus/tests copying build/lib/sympy/calculus/tests/test_finite_diff.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/calculus/tests copying build/lib/sympy/calculus/tests/test_singularities.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/calculus/tests copying build/lib/sympy/calculus/tests/test_util.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/calculus/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/categories copying build/lib/sympy/categories/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/categories copying build/lib/sympy/categories/baseclasses.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/categories copying build/lib/sympy/categories/diagram_drawing.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/categories creating build/bdist.openbsd-7.5-amd64/wheel/sympy/categories/tests copying build/lib/sympy/categories/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/categories/tests copying build/lib/sympy/categories/tests/test_baseclasses.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/categories/tests copying build/lib/sympy/categories/tests/test_drawing.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/categories/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen copying build/lib/sympy/codegen/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen copying build/lib/sympy/codegen/abstract_nodes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen copying build/lib/sympy/codegen/algorithms.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen copying build/lib/sympy/codegen/approximations.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen copying build/lib/sympy/codegen/ast.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen copying build/lib/sympy/codegen/cfunctions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen copying build/lib/sympy/codegen/cnodes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen copying build/lib/sympy/codegen/cutils.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen copying build/lib/sympy/codegen/cxxnodes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen copying build/lib/sympy/codegen/fnodes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen copying build/lib/sympy/codegen/futils.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen copying build/lib/sympy/codegen/matrix_nodes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen copying build/lib/sympy/codegen/numpy_nodes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen copying build/lib/sympy/codegen/pynodes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen copying build/lib/sympy/codegen/pyutils.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen copying build/lib/sympy/codegen/rewriting.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen copying build/lib/sympy/codegen/scipy_nodes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen creating build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen/tests copying build/lib/sympy/codegen/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen/tests copying build/lib/sympy/codegen/tests/test_abstract_nodes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen/tests copying build/lib/sympy/codegen/tests/test_algorithms.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen/tests copying build/lib/sympy/codegen/tests/test_applications.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen/tests copying build/lib/sympy/codegen/tests/test_approximations.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen/tests copying build/lib/sympy/codegen/tests/test_ast.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen/tests copying build/lib/sympy/codegen/tests/test_cfunctions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen/tests copying build/lib/sympy/codegen/tests/test_cnodes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen/tests copying build/lib/sympy/codegen/tests/test_cxxnodes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen/tests copying build/lib/sympy/codegen/tests/test_fnodes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen/tests copying build/lib/sympy/codegen/tests/test_numpy_nodes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen/tests copying build/lib/sympy/codegen/tests/test_pynodes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen/tests copying build/lib/sympy/codegen/tests/test_pyutils.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen/tests copying build/lib/sympy/codegen/tests/test_rewriting.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen/tests copying build/lib/sympy/codegen/tests/test_scipy_nodes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/codegen/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/coset_table.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/fp_groups.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/free_groups.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/galois.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/generators.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/graycode.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/group_constructs.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/group_numbers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/homomorphisms.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/named_groups.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/partitions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/pc_groups.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/perm_groups.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/permutations.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/polyhedron.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/prufer.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/rewritingsystem.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/rewritingsystem_fsm.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/schur_number.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/subsets.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/tensor_can.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/testutil.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics copying build/lib/sympy/combinatorics/util.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics creating build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_coset_table.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_fp_groups.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_free_groups.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_galois.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_generators.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_graycode.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_group_constructs.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_group_numbers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_homomorphisms.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_named_groups.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_partitions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_pc_groups.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_perm_groups.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_permutations.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_polyhedron.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_prufer.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_rewriting.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_schur_number.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_subsets.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_tensor_can.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_testutil.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests copying build/lib/sympy/combinatorics/tests/test_util.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/combinatorics/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/concrete copying build/lib/sympy/concrete/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/concrete copying build/lib/sympy/concrete/delta.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/concrete copying build/lib/sympy/concrete/expr_with_intlimits.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/concrete copying build/lib/sympy/concrete/expr_with_limits.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/concrete copying build/lib/sympy/concrete/gosper.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/concrete copying build/lib/sympy/concrete/guess.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/concrete copying build/lib/sympy/concrete/products.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/concrete copying build/lib/sympy/concrete/summations.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/concrete creating build/bdist.openbsd-7.5-amd64/wheel/sympy/concrete/tests copying build/lib/sympy/concrete/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/concrete/tests copying build/lib/sympy/concrete/tests/test_delta.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/concrete/tests copying build/lib/sympy/concrete/tests/test_gosper.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/concrete/tests copying build/lib/sympy/concrete/tests/test_guess.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/concrete/tests copying build/lib/sympy/concrete/tests/test_products.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/concrete/tests copying build/lib/sympy/concrete/tests/test_sums_products.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/concrete/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/_print_helpers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/add.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/alphabets.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/assumptions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/assumptions_generated.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/backend.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/basic.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/cache.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/compatibility.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/containers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/core.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/coreerrors.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/decorators.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/evalf.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/expr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/exprtools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/facts.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/function.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/kind.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/logic.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/mod.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/mul.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/multidimensional.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/numbers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/operations.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/parameters.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/power.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/random.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/relational.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/rules.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/singleton.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/sorting.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/symbol.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/sympify.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/trace.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core copying build/lib/sympy/core/traversal.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core creating build/bdist.openbsd-7.5-amd64/wheel/sympy/core/benchmarks copying build/lib/sympy/core/benchmarks/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/benchmarks copying build/lib/sympy/core/benchmarks/bench_arit.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/benchmarks copying build/lib/sympy/core/benchmarks/bench_assumptions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/benchmarks copying build/lib/sympy/core/benchmarks/bench_basic.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/benchmarks copying build/lib/sympy/core/benchmarks/bench_expand.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/benchmarks copying build/lib/sympy/core/benchmarks/bench_numbers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/benchmarks copying build/lib/sympy/core/benchmarks/bench_sympify.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/benchmarks creating build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_args.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_arit.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_assumptions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_basic.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_cache.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_compatibility.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_complex.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_constructor_postprocessor.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_containers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_count_ops.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_diff.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_equal.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_eval.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_evalf.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_expand.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_expr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_exprtools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_facts.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_function.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_kind.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_logic.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_match.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_multidimensional.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_noncommutative.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_numbers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_operations.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_parameters.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_power.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_priority.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_random.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_relational.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_rules.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_singleton.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_sorting.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_subs.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_symbol.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_sympify.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_traversal.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_truediv.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests copying build/lib/sympy/core/tests/test_var.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/core/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/crypto copying build/lib/sympy/crypto/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/crypto copying build/lib/sympy/crypto/crypto.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/crypto creating build/bdist.openbsd-7.5-amd64/wheel/sympy/crypto/tests copying build/lib/sympy/crypto/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/crypto/tests copying build/lib/sympy/crypto/tests/test_crypto.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/crypto/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/diffgeom copying build/lib/sympy/diffgeom/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/diffgeom copying build/lib/sympy/diffgeom/diffgeom.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/diffgeom copying build/lib/sympy/diffgeom/rn.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/diffgeom creating build/bdist.openbsd-7.5-amd64/wheel/sympy/diffgeom/tests copying build/lib/sympy/diffgeom/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/diffgeom/tests copying build/lib/sympy/diffgeom/tests/test_class_structure.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/diffgeom/tests copying build/lib/sympy/diffgeom/tests/test_diffgeom.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/diffgeom/tests copying build/lib/sympy/diffgeom/tests/test_function_diffgeom_book.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/diffgeom/tests copying build/lib/sympy/diffgeom/tests/test_hyperbolic_space.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/diffgeom/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/discrete copying build/lib/sympy/discrete/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/discrete copying build/lib/sympy/discrete/convolutions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/discrete copying build/lib/sympy/discrete/recurrences.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/discrete copying build/lib/sympy/discrete/transforms.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/discrete creating build/bdist.openbsd-7.5-amd64/wheel/sympy/discrete/tests copying build/lib/sympy/discrete/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/discrete/tests copying build/lib/sympy/discrete/tests/test_convolutions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/discrete/tests copying build/lib/sympy/discrete/tests/test_recurrences.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/discrete/tests copying build/lib/sympy/discrete/tests/test_transforms.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/discrete/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/external copying build/lib/sympy/external/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/external copying build/lib/sympy/external/gmpy.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/external copying build/lib/sympy/external/importtools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/external copying build/lib/sympy/external/pythonmpq.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/external creating build/bdist.openbsd-7.5-amd64/wheel/sympy/external/tests copying build/lib/sympy/external/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/external/tests copying build/lib/sympy/external/tests/test_autowrap.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/external/tests copying build/lib/sympy/external/tests/test_codegen.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/external/tests copying build/lib/sympy/external/tests/test_importtools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/external/tests copying build/lib/sympy/external/tests/test_numpy.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/external/tests copying build/lib/sympy/external/tests/test_pythonmpq.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/external/tests copying build/lib/sympy/external/tests/test_scipy.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/external/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/functions copying build/lib/sympy/functions/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions creating build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/combinatorial copying build/lib/sympy/functions/combinatorial/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/combinatorial copying build/lib/sympy/functions/combinatorial/factorials.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/combinatorial copying build/lib/sympy/functions/combinatorial/numbers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/combinatorial creating build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/combinatorial/tests copying build/lib/sympy/functions/combinatorial/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/combinatorial/tests copying build/lib/sympy/functions/combinatorial/tests/test_comb_factorials.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/combinatorial/tests copying build/lib/sympy/functions/combinatorial/tests/test_comb_numbers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/combinatorial/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary copying build/lib/sympy/functions/elementary/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary copying build/lib/sympy/functions/elementary/_trigonometric_special.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary copying build/lib/sympy/functions/elementary/complexes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary copying build/lib/sympy/functions/elementary/exponential.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary copying build/lib/sympy/functions/elementary/hyperbolic.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary copying build/lib/sympy/functions/elementary/integers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary copying build/lib/sympy/functions/elementary/miscellaneous.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary copying build/lib/sympy/functions/elementary/piecewise.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary copying build/lib/sympy/functions/elementary/trigonometric.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary creating build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary/benchmarks copying build/lib/sympy/functions/elementary/benchmarks/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary/benchmarks copying build/lib/sympy/functions/elementary/benchmarks/bench_exp.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary/benchmarks creating build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary/tests copying build/lib/sympy/functions/elementary/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary/tests copying build/lib/sympy/functions/elementary/tests/test_complexes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary/tests copying build/lib/sympy/functions/elementary/tests/test_exponential.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary/tests copying build/lib/sympy/functions/elementary/tests/test_hyperbolic.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary/tests copying build/lib/sympy/functions/elementary/tests/test_integers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary/tests copying build/lib/sympy/functions/elementary/tests/test_interface.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary/tests copying build/lib/sympy/functions/elementary/tests/test_miscellaneous.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary/tests copying build/lib/sympy/functions/elementary/tests/test_piecewise.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary/tests copying build/lib/sympy/functions/elementary/tests/test_trigonometric.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/elementary/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special copying build/lib/sympy/functions/special/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special copying build/lib/sympy/functions/special/bessel.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special copying build/lib/sympy/functions/special/beta_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special copying build/lib/sympy/functions/special/bsplines.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special copying build/lib/sympy/functions/special/delta_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special copying build/lib/sympy/functions/special/elliptic_integrals.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special copying build/lib/sympy/functions/special/error_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special copying build/lib/sympy/functions/special/gamma_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special copying build/lib/sympy/functions/special/hyper.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special copying build/lib/sympy/functions/special/mathieu_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special copying build/lib/sympy/functions/special/polynomials.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special copying build/lib/sympy/functions/special/singularity_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special copying build/lib/sympy/functions/special/spherical_harmonics.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special copying build/lib/sympy/functions/special/tensor_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special copying build/lib/sympy/functions/special/zeta_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special creating build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special/benchmarks copying build/lib/sympy/functions/special/benchmarks/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special/benchmarks copying build/lib/sympy/functions/special/benchmarks/bench_special.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special/benchmarks creating build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special/tests copying build/lib/sympy/functions/special/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special/tests copying build/lib/sympy/functions/special/tests/test_bessel.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special/tests copying build/lib/sympy/functions/special/tests/test_beta_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special/tests copying build/lib/sympy/functions/special/tests/test_bsplines.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special/tests copying build/lib/sympy/functions/special/tests/test_delta_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special/tests copying build/lib/sympy/functions/special/tests/test_elliptic_integrals.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special/tests copying build/lib/sympy/functions/special/tests/test_error_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special/tests copying build/lib/sympy/functions/special/tests/test_gamma_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special/tests copying build/lib/sympy/functions/special/tests/test_hyper.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special/tests copying build/lib/sympy/functions/special/tests/test_mathieu.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special/tests copying build/lib/sympy/functions/special/tests/test_singularity_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special/tests copying build/lib/sympy/functions/special/tests/test_spec_polynomials.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special/tests copying build/lib/sympy/functions/special/tests/test_spherical_harmonics.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special/tests copying build/lib/sympy/functions/special/tests/test_tensor_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special/tests copying build/lib/sympy/functions/special/tests/test_zeta_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/functions/special/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry copying build/lib/sympy/geometry/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry copying build/lib/sympy/geometry/curve.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry copying build/lib/sympy/geometry/ellipse.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry copying build/lib/sympy/geometry/entity.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry copying build/lib/sympy/geometry/exceptions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry copying build/lib/sympy/geometry/line.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry copying build/lib/sympy/geometry/parabola.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry copying build/lib/sympy/geometry/plane.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry copying build/lib/sympy/geometry/point.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry copying build/lib/sympy/geometry/polygon.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry copying build/lib/sympy/geometry/util.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry creating build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry/tests copying build/lib/sympy/geometry/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry/tests copying build/lib/sympy/geometry/tests/test_curve.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry/tests copying build/lib/sympy/geometry/tests/test_ellipse.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry/tests copying build/lib/sympy/geometry/tests/test_entity.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry/tests copying build/lib/sympy/geometry/tests/test_geometrysets.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry/tests copying build/lib/sympy/geometry/tests/test_line.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry/tests copying build/lib/sympy/geometry/tests/test_parabola.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry/tests copying build/lib/sympy/geometry/tests/test_plane.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry/tests copying build/lib/sympy/geometry/tests/test_point.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry/tests copying build/lib/sympy/geometry/tests/test_polygon.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry/tests copying build/lib/sympy/geometry/tests/test_util.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/geometry/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/holonomic copying build/lib/sympy/holonomic/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/holonomic copying build/lib/sympy/holonomic/holonomic.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/holonomic copying build/lib/sympy/holonomic/holonomicerrors.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/holonomic copying build/lib/sympy/holonomic/numerical.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/holonomic copying build/lib/sympy/holonomic/recurrence.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/holonomic creating build/bdist.openbsd-7.5-amd64/wheel/sympy/holonomic/tests copying build/lib/sympy/holonomic/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/holonomic/tests copying build/lib/sympy/holonomic/tests/test_holonomic.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/holonomic/tests copying build/lib/sympy/holonomic/tests/test_recurrence.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/holonomic/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals copying build/lib/sympy/integrals/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals copying build/lib/sympy/integrals/deltafunctions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals copying build/lib/sympy/integrals/heurisch.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals copying build/lib/sympy/integrals/integrals.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals copying build/lib/sympy/integrals/intpoly.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals copying build/lib/sympy/integrals/laplace.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals copying build/lib/sympy/integrals/manualintegrate.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals copying build/lib/sympy/integrals/meijerint.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals copying build/lib/sympy/integrals/meijerint_doc.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals copying build/lib/sympy/integrals/prde.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals copying build/lib/sympy/integrals/quadrature.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals copying build/lib/sympy/integrals/rationaltools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals copying build/lib/sympy/integrals/rde.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals copying build/lib/sympy/integrals/risch.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals copying build/lib/sympy/integrals/singularityfunctions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals copying build/lib/sympy/integrals/transforms.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals copying build/lib/sympy/integrals/trigonometry.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals creating build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/benchmarks copying build/lib/sympy/integrals/benchmarks/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/benchmarks copying build/lib/sympy/integrals/benchmarks/bench_integrate.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/benchmarks copying build/lib/sympy/integrals/benchmarks/bench_trigintegrate.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/benchmarks creating build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/tests copying build/lib/sympy/integrals/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/tests copying build/lib/sympy/integrals/tests/test_deltafunctions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/tests copying build/lib/sympy/integrals/tests/test_failing_integrals.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/tests copying build/lib/sympy/integrals/tests/test_heurisch.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/tests copying build/lib/sympy/integrals/tests/test_integrals.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/tests copying build/lib/sympy/integrals/tests/test_intpoly.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/tests copying build/lib/sympy/integrals/tests/test_laplace.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/tests copying build/lib/sympy/integrals/tests/test_lineintegrals.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/tests copying build/lib/sympy/integrals/tests/test_manual.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/tests copying build/lib/sympy/integrals/tests/test_meijerint.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/tests copying build/lib/sympy/integrals/tests/test_prde.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/tests copying build/lib/sympy/integrals/tests/test_quadrature.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/tests copying build/lib/sympy/integrals/tests/test_rationaltools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/tests copying build/lib/sympy/integrals/tests/test_rde.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/tests copying build/lib/sympy/integrals/tests/test_risch.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/tests copying build/lib/sympy/integrals/tests/test_singularityfunctions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/tests copying build/lib/sympy/integrals/tests/test_transforms.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/tests copying build/lib/sympy/integrals/tests/test_trigonometry.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/integrals/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/interactive copying build/lib/sympy/interactive/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/interactive copying build/lib/sympy/interactive/printing.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/interactive copying build/lib/sympy/interactive/session.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/interactive copying build/lib/sympy/interactive/traversal.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/interactive creating build/bdist.openbsd-7.5-amd64/wheel/sympy/interactive/tests copying build/lib/sympy/interactive/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/interactive/tests copying build/lib/sympy/interactive/tests/test_interactive.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/interactive/tests copying build/lib/sympy/interactive/tests/test_ipython.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/interactive/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras copying build/lib/sympy/liealgebras/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras copying build/lib/sympy/liealgebras/cartan_matrix.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras copying build/lib/sympy/liealgebras/cartan_type.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras copying build/lib/sympy/liealgebras/dynkin_diagram.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras copying build/lib/sympy/liealgebras/root_system.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras copying build/lib/sympy/liealgebras/type_a.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras copying build/lib/sympy/liealgebras/type_b.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras copying build/lib/sympy/liealgebras/type_c.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras copying build/lib/sympy/liealgebras/type_d.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras copying build/lib/sympy/liealgebras/type_e.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras copying build/lib/sympy/liealgebras/type_f.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras copying build/lib/sympy/liealgebras/type_g.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras copying build/lib/sympy/liealgebras/weyl_group.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras creating build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras/tests copying build/lib/sympy/liealgebras/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras/tests copying build/lib/sympy/liealgebras/tests/test_cartan_matrix.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras/tests copying build/lib/sympy/liealgebras/tests/test_cartan_type.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras/tests copying build/lib/sympy/liealgebras/tests/test_dynkin_diagram.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras/tests copying build/lib/sympy/liealgebras/tests/test_root_system.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras/tests copying build/lib/sympy/liealgebras/tests/test_type_A.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras/tests copying build/lib/sympy/liealgebras/tests/test_type_B.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras/tests copying build/lib/sympy/liealgebras/tests/test_type_C.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras/tests copying build/lib/sympy/liealgebras/tests/test_type_D.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras/tests copying build/lib/sympy/liealgebras/tests/test_type_E.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras/tests copying build/lib/sympy/liealgebras/tests/test_type_F.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras/tests copying build/lib/sympy/liealgebras/tests/test_type_G.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras/tests copying build/lib/sympy/liealgebras/tests/test_weyl_group.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/liealgebras/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/logic copying build/lib/sympy/logic/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/logic copying build/lib/sympy/logic/boolalg.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/logic copying build/lib/sympy/logic/inference.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/logic creating build/bdist.openbsd-7.5-amd64/wheel/sympy/logic/algorithms copying build/lib/sympy/logic/algorithms/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/logic/algorithms copying build/lib/sympy/logic/algorithms/dpll.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/logic/algorithms copying build/lib/sympy/logic/algorithms/dpll2.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/logic/algorithms copying build/lib/sympy/logic/algorithms/minisat22_wrapper.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/logic/algorithms copying build/lib/sympy/logic/algorithms/pycosat_wrapper.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/logic/algorithms creating build/bdist.openbsd-7.5-amd64/wheel/sympy/logic/utilities copying build/lib/sympy/logic/utilities/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/logic/utilities copying build/lib/sympy/logic/utilities/dimacs.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/logic/utilities creating build/bdist.openbsd-7.5-amd64/wheel/sympy/logic/tests copying build/lib/sympy/logic/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/logic/tests copying build/lib/sympy/logic/tests/test_boolalg.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/logic/tests copying build/lib/sympy/logic/tests/test_dimacs.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/logic/tests copying build/lib/sympy/logic/tests/test_inference.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/logic/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices copying build/lib/sympy/matrices/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices copying build/lib/sympy/matrices/common.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices copying build/lib/sympy/matrices/decompositions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices copying build/lib/sympy/matrices/dense.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices copying build/lib/sympy/matrices/determinant.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices copying build/lib/sympy/matrices/eigen.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices copying build/lib/sympy/matrices/graph.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices copying build/lib/sympy/matrices/immutable.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices copying build/lib/sympy/matrices/inverse.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices copying build/lib/sympy/matrices/matrices.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices copying build/lib/sympy/matrices/normalforms.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices copying build/lib/sympy/matrices/reductions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices copying build/lib/sympy/matrices/repmatrix.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices copying build/lib/sympy/matrices/solvers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices copying build/lib/sympy/matrices/sparse.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices copying build/lib/sympy/matrices/sparsetools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices copying build/lib/sympy/matrices/subspaces.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices copying build/lib/sympy/matrices/utilities.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices creating build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/benchmarks copying build/lib/sympy/matrices/benchmarks/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/benchmarks copying build/lib/sympy/matrices/benchmarks/bench_matrix.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/benchmarks creating build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/_shape.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/adjoint.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/applyfunc.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/blockmatrix.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/companion.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/determinant.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/diagonal.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/dotproduct.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/factorizations.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/fourier.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/funcmatrix.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/hadamard.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/inverse.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/kronecker.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/matadd.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/matexpr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/matmul.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/matpow.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/permutation.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/sets.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/slice.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/special.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/trace.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions copying build/lib/sympy/matrices/expressions/transpose.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions creating build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_adjoint.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_applyfunc.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_blockmatrix.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_companion.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_derivatives.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_determinant.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_diagonal.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_dotproduct.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_factorizations.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_fourier.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_funcmatrix.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_hadamard.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_indexing.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_inverse.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_kronecker.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_matadd.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_matexpr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_matmul.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_matpow.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_permutation.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_sets.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_slice.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_special.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_trace.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests copying build/lib/sympy/matrices/expressions/tests/test_transpose.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/expressions/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/tests copying build/lib/sympy/matrices/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/tests copying build/lib/sympy/matrices/tests/test_commonmatrix.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/tests copying build/lib/sympy/matrices/tests/test_decompositions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/tests copying build/lib/sympy/matrices/tests/test_determinant.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/tests copying build/lib/sympy/matrices/tests/test_eigen.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/tests copying build/lib/sympy/matrices/tests/test_graph.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/tests copying build/lib/sympy/matrices/tests/test_immutable.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/tests copying build/lib/sympy/matrices/tests/test_interactions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/tests copying build/lib/sympy/matrices/tests/test_matrices.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/tests copying build/lib/sympy/matrices/tests/test_normalforms.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/tests copying build/lib/sympy/matrices/tests/test_reductions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/tests copying build/lib/sympy/matrices/tests/test_solvers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/tests copying build/lib/sympy/matrices/tests/test_sparse.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/tests copying build/lib/sympy/matrices/tests/test_sparsetools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/tests copying build/lib/sympy/matrices/tests/test_subspaces.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/matrices/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/multipledispatch copying build/lib/sympy/multipledispatch/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/multipledispatch copying build/lib/sympy/multipledispatch/conflict.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/multipledispatch copying build/lib/sympy/multipledispatch/core.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/multipledispatch copying build/lib/sympy/multipledispatch/dispatcher.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/multipledispatch copying build/lib/sympy/multipledispatch/utils.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/multipledispatch creating build/bdist.openbsd-7.5-amd64/wheel/sympy/multipledispatch/tests copying build/lib/sympy/multipledispatch/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/multipledispatch/tests copying build/lib/sympy/multipledispatch/tests/test_conflict.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/multipledispatch/tests copying build/lib/sympy/multipledispatch/tests/test_core.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/multipledispatch/tests copying build/lib/sympy/multipledispatch/tests/test_dispatcher.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/multipledispatch/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory copying build/lib/sympy/ntheory/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory copying build/lib/sympy/ntheory/bbp_pi.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory copying build/lib/sympy/ntheory/continued_fraction.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory copying build/lib/sympy/ntheory/digits.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory copying build/lib/sympy/ntheory/ecm.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory copying build/lib/sympy/ntheory/egyptian_fraction.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory copying build/lib/sympy/ntheory/elliptic_curve.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory copying build/lib/sympy/ntheory/factor_.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory copying build/lib/sympy/ntheory/generate.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory copying build/lib/sympy/ntheory/modular.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory copying build/lib/sympy/ntheory/multinomial.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory copying build/lib/sympy/ntheory/partitions_.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory copying build/lib/sympy/ntheory/primetest.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory copying build/lib/sympy/ntheory/qs.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory copying build/lib/sympy/ntheory/residue_ntheory.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory creating build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory/tests copying build/lib/sympy/ntheory/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory/tests copying build/lib/sympy/ntheory/tests/test_bbp_pi.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory/tests copying build/lib/sympy/ntheory/tests/test_continued_fraction.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory/tests copying build/lib/sympy/ntheory/tests/test_digits.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory/tests copying build/lib/sympy/ntheory/tests/test_ecm.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory/tests copying build/lib/sympy/ntheory/tests/test_egyptian_fraction.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory/tests copying build/lib/sympy/ntheory/tests/test_elliptic_curve.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory/tests copying build/lib/sympy/ntheory/tests/test_factor_.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory/tests copying build/lib/sympy/ntheory/tests/test_generate.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory/tests copying build/lib/sympy/ntheory/tests/test_modular.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory/tests copying build/lib/sympy/ntheory/tests/test_multinomial.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory/tests copying build/lib/sympy/ntheory/tests/test_partitions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory/tests copying build/lib/sympy/ntheory/tests/test_primetest.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory/tests copying build/lib/sympy/ntheory/tests/test_qs.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory/tests copying build/lib/sympy/ntheory/tests/test_residue.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/ntheory/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing copying build/lib/sympy/parsing/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing copying build/lib/sympy/parsing/ast_parser.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing copying build/lib/sympy/parsing/mathematica.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing copying build/lib/sympy/parsing/maxima.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing copying build/lib/sympy/parsing/sym_expr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing copying build/lib/sympy/parsing/sympy_parser.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing creating build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev copying build/lib/sympy/parsing/autolev/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev copying build/lib/sympy/parsing/autolev/_build_autolev_antlr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev copying build/lib/sympy/parsing/autolev/_listener_autolev_antlr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev copying build/lib/sympy/parsing/autolev/_parse_autolev_antlr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev creating build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/_antlr copying build/lib/sympy/parsing/autolev/_antlr/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/_antlr copying build/lib/sympy/parsing/autolev/_antlr/autolevlexer.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/_antlr copying build/lib/sympy/parsing/autolev/_antlr/autolevlistener.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/_antlr copying build/lib/sympy/parsing/autolev/_antlr/autolevparser.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/_antlr copying build/lib/sympy/parsing/autolev/Autolev.g4 -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev creating build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest1.al -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest10.al -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest11.al -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest12.al -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest2.al -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest3.al -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest4.al -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest5.al -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest6.al -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest7.al -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest8.al -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest9.al -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest1.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest10.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest11.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest12.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest2.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest3.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest4.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest5.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest6.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest7.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest8.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples copying build/lib/sympy/parsing/autolev/test-examples/ruletest9.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples creating build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples/pydy-example-repo copying build/lib/sympy/parsing/autolev/test-examples/pydy-example-repo/chaos_pendulum.al -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples/pydy-example-repo copying build/lib/sympy/parsing/autolev/test-examples/pydy-example-repo/double_pendulum.al -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples/pydy-example-repo copying build/lib/sympy/parsing/autolev/test-examples/pydy-example-repo/mass_spring_damper.al -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples/pydy-example-repo copying build/lib/sympy/parsing/autolev/test-examples/pydy-example-repo/non_min_pendulum.al -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples/pydy-example-repo copying build/lib/sympy/parsing/autolev/test-examples/pydy-example-repo/chaos_pendulum.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples/pydy-example-repo copying build/lib/sympy/parsing/autolev/test-examples/pydy-example-repo/double_pendulum.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples/pydy-example-repo copying build/lib/sympy/parsing/autolev/test-examples/pydy-example-repo/mass_spring_damper.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples/pydy-example-repo copying build/lib/sympy/parsing/autolev/test-examples/pydy-example-repo/non_min_pendulum.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples/pydy-example-repo copying build/lib/sympy/parsing/autolev/test-examples/README.txt -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/autolev/test-examples creating build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/c copying build/lib/sympy/parsing/c/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/c copying build/lib/sympy/parsing/c/c_parser.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/c creating build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/fortran copying build/lib/sympy/parsing/fortran/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/fortran copying build/lib/sympy/parsing/fortran/fortran_parser.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/fortran creating build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/latex copying build/lib/sympy/parsing/latex/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/latex copying build/lib/sympy/parsing/latex/_build_latex_antlr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/latex copying build/lib/sympy/parsing/latex/_parse_latex_antlr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/latex copying build/lib/sympy/parsing/latex/errors.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/latex creating build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/latex/_antlr copying build/lib/sympy/parsing/latex/_antlr/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/latex/_antlr copying build/lib/sympy/parsing/latex/_antlr/latexlexer.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/latex/_antlr copying build/lib/sympy/parsing/latex/_antlr/latexparser.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/latex/_antlr copying build/lib/sympy/parsing/latex/LICENSE.txt -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/latex copying build/lib/sympy/parsing/latex/LaTeX.g4 -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/latex creating build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/tests copying build/lib/sympy/parsing/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/tests copying build/lib/sympy/parsing/tests/test_ast_parser.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/tests copying build/lib/sympy/parsing/tests/test_autolev.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/tests copying build/lib/sympy/parsing/tests/test_c_parser.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/tests copying build/lib/sympy/parsing/tests/test_fortran_parser.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/tests copying build/lib/sympy/parsing/tests/test_implicit_multiplication_application.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/tests copying build/lib/sympy/parsing/tests/test_latex.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/tests copying build/lib/sympy/parsing/tests/test_latex_deps.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/tests copying build/lib/sympy/parsing/tests/test_mathematica.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/tests copying build/lib/sympy/parsing/tests/test_maxima.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/tests copying build/lib/sympy/parsing/tests/test_sym_expr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/tests copying build/lib/sympy/parsing/tests/test_sympy_parser.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/parsing/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/physics copying build/lib/sympy/physics/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics copying build/lib/sympy/physics/hydrogen.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics copying build/lib/sympy/physics/matrices.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics copying build/lib/sympy/physics/paulialgebra.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics copying build/lib/sympy/physics/pring.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics copying build/lib/sympy/physics/qho_1d.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics copying build/lib/sympy/physics/secondquant.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics copying build/lib/sympy/physics/sho.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics copying build/lib/sympy/physics/wigner.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics creating build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/continuum_mechanics copying build/lib/sympy/physics/continuum_mechanics/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/continuum_mechanics copying build/lib/sympy/physics/continuum_mechanics/beam.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/continuum_mechanics copying build/lib/sympy/physics/continuum_mechanics/truss.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/continuum_mechanics creating build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/continuum_mechanics/tests copying build/lib/sympy/physics/continuum_mechanics/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/continuum_mechanics/tests copying build/lib/sympy/physics/continuum_mechanics/tests/test_beam.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/continuum_mechanics/tests copying build/lib/sympy/physics/continuum_mechanics/tests/test_truss.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/continuum_mechanics/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/control copying build/lib/sympy/physics/control/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/control copying build/lib/sympy/physics/control/control_plots.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/control copying build/lib/sympy/physics/control/lti.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/control creating build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/control/tests copying build/lib/sympy/physics/control/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/control/tests copying build/lib/sympy/physics/control/tests/test_control_plots.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/control/tests copying build/lib/sympy/physics/control/tests/test_lti.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/control/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/hep copying build/lib/sympy/physics/hep/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/hep copying build/lib/sympy/physics/hep/gamma_matrices.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/hep creating build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/hep/tests copying build/lib/sympy/physics/hep/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/hep/tests copying build/lib/sympy/physics/hep/tests/test_gamma_matrices.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/hep/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics copying build/lib/sympy/physics/mechanics/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics copying build/lib/sympy/physics/mechanics/body.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics copying build/lib/sympy/physics/mechanics/functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics copying build/lib/sympy/physics/mechanics/joint.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics copying build/lib/sympy/physics/mechanics/jointsmethod.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics copying build/lib/sympy/physics/mechanics/kane.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics copying build/lib/sympy/physics/mechanics/lagrange.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics copying build/lib/sympy/physics/mechanics/linearize.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics copying build/lib/sympy/physics/mechanics/method.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics copying build/lib/sympy/physics/mechanics/models.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics copying build/lib/sympy/physics/mechanics/particle.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics copying build/lib/sympy/physics/mechanics/rigidbody.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics copying build/lib/sympy/physics/mechanics/system.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics creating build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics/tests copying build/lib/sympy/physics/mechanics/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics/tests copying build/lib/sympy/physics/mechanics/tests/test_body.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics/tests copying build/lib/sympy/physics/mechanics/tests/test_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics/tests copying build/lib/sympy/physics/mechanics/tests/test_joint.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics/tests copying build/lib/sympy/physics/mechanics/tests/test_jointsmethod.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics/tests copying build/lib/sympy/physics/mechanics/tests/test_kane.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics/tests copying build/lib/sympy/physics/mechanics/tests/test_kane2.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics/tests copying build/lib/sympy/physics/mechanics/tests/test_kane3.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics/tests copying build/lib/sympy/physics/mechanics/tests/test_kane4.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics/tests copying build/lib/sympy/physics/mechanics/tests/test_lagrange.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics/tests copying build/lib/sympy/physics/mechanics/tests/test_lagrange2.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics/tests copying build/lib/sympy/physics/mechanics/tests/test_linearize.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics/tests copying build/lib/sympy/physics/mechanics/tests/test_method.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics/tests copying build/lib/sympy/physics/mechanics/tests/test_models.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics/tests copying build/lib/sympy/physics/mechanics/tests/test_particle.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics/tests copying build/lib/sympy/physics/mechanics/tests/test_rigidbody.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics/tests copying build/lib/sympy/physics/mechanics/tests/test_system.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/mechanics/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/optics copying build/lib/sympy/physics/optics/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/optics copying build/lib/sympy/physics/optics/gaussopt.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/optics copying build/lib/sympy/physics/optics/medium.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/optics copying build/lib/sympy/physics/optics/polarization.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/optics copying build/lib/sympy/physics/optics/utils.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/optics copying build/lib/sympy/physics/optics/waves.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/optics creating build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/optics/tests copying build/lib/sympy/physics/optics/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/optics/tests copying build/lib/sympy/physics/optics/tests/test_gaussopt.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/optics/tests copying build/lib/sympy/physics/optics/tests/test_medium.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/optics/tests copying build/lib/sympy/physics/optics/tests/test_polarization.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/optics/tests copying build/lib/sympy/physics/optics/tests/test_utils.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/optics/tests copying build/lib/sympy/physics/optics/tests/test_waves.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/optics/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/anticommutator.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/boson.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/cartesian.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/cg.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/circuitplot.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/circuitutils.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/commutator.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/constants.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/dagger.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/density.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/fermion.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/gate.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/grover.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/hilbert.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/identitysearch.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/innerproduct.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/matrixcache.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/matrixutils.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/operator.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/operatorordering.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/pauli.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/operatorset.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/piab.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/qapply.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/qasm.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/qexpr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/qft.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/qubit.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/represent.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/sho1d.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/shor.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/spin.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/state.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/tensorproduct.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum copying build/lib/sympy/physics/quantum/trace.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum creating build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_anticommutator.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_boson.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_cartesian.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_cg.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_circuitplot.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_circuitutils.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_commutator.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_constants.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_dagger.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_density.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_fermion.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_gate.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_grover.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_hilbert.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_identitysearch.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_innerproduct.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_matrixutils.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_operator.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_operatorordering.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_operatorset.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_pauli.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_piab.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_printing.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_qapply.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_qasm.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_qexpr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_qft.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_qubit.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_represent.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_sho1d.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_shor.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_spin.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_state.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_tensorproduct.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests copying build/lib/sympy/physics/quantum/tests/test_trace.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/quantum/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units copying build/lib/sympy/physics/units/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units copying build/lib/sympy/physics/units/dimensions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units copying build/lib/sympy/physics/units/prefixes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units copying build/lib/sympy/physics/units/quantities.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units copying build/lib/sympy/physics/units/unitsystem.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units copying build/lib/sympy/physics/units/util.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units creating build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/definitions copying build/lib/sympy/physics/units/definitions/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/definitions copying build/lib/sympy/physics/units/definitions/dimension_definitions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/definitions copying build/lib/sympy/physics/units/definitions/unit_definitions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/definitions creating build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/systems copying build/lib/sympy/physics/units/systems/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/systems copying build/lib/sympy/physics/units/systems/cgs.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/systems copying build/lib/sympy/physics/units/systems/length_weight_time.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/systems copying build/lib/sympy/physics/units/systems/mks.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/systems copying build/lib/sympy/physics/units/systems/mksa.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/systems copying build/lib/sympy/physics/units/systems/natural.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/systems copying build/lib/sympy/physics/units/systems/si.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/systems creating build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/tests copying build/lib/sympy/physics/units/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/tests copying build/lib/sympy/physics/units/tests/test_dimensions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/tests copying build/lib/sympy/physics/units/tests/test_dimensionsystem.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/tests copying build/lib/sympy/physics/units/tests/test_prefixes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/tests copying build/lib/sympy/physics/units/tests/test_quantities.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/tests copying build/lib/sympy/physics/units/tests/test_unit_system_cgs_gauss.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/tests copying build/lib/sympy/physics/units/tests/test_unitsystem.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/tests copying build/lib/sympy/physics/units/tests/test_util.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/units/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/vector copying build/lib/sympy/physics/vector/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/vector copying build/lib/sympy/physics/vector/dyadic.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/vector copying build/lib/sympy/physics/vector/fieldfunctions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/vector copying build/lib/sympy/physics/vector/frame.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/vector copying build/lib/sympy/physics/vector/functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/vector copying build/lib/sympy/physics/vector/point.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/vector copying build/lib/sympy/physics/vector/printing.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/vector copying build/lib/sympy/physics/vector/vector.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/vector creating build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/vector/tests copying build/lib/sympy/physics/vector/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/vector/tests copying build/lib/sympy/physics/vector/tests/test_dyadic.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/vector/tests copying build/lib/sympy/physics/vector/tests/test_fieldfunctions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/vector/tests copying build/lib/sympy/physics/vector/tests/test_frame.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/vector/tests copying build/lib/sympy/physics/vector/tests/test_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/vector/tests copying build/lib/sympy/physics/vector/tests/test_output.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/vector/tests copying build/lib/sympy/physics/vector/tests/test_point.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/vector/tests copying build/lib/sympy/physics/vector/tests/test_printing.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/vector/tests copying build/lib/sympy/physics/vector/tests/test_vector.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/vector/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/tests copying build/lib/sympy/physics/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/tests copying build/lib/sympy/physics/tests/test_clebsch_gordan.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/tests copying build/lib/sympy/physics/tests/test_hydrogen.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/tests copying build/lib/sympy/physics/tests/test_paulialgebra.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/tests copying build/lib/sympy/physics/tests/test_physics_matrices.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/tests copying build/lib/sympy/physics/tests/test_pring.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/tests copying build/lib/sympy/physics/tests/test_qho_1d.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/tests copying build/lib/sympy/physics/tests/test_secondquant.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/tests copying build/lib/sympy/physics/tests/test_sho.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/physics/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting copying build/lib/sympy/plotting/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting copying build/lib/sympy/plotting/experimental_lambdify.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting copying build/lib/sympy/plotting/plot.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting copying build/lib/sympy/plotting/plot_implicit.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting copying build/lib/sympy/plotting/textplot.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting creating build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/intervalmath copying build/lib/sympy/plotting/intervalmath/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/intervalmath copying build/lib/sympy/plotting/intervalmath/interval_arithmetic.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/intervalmath copying build/lib/sympy/plotting/intervalmath/interval_membership.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/intervalmath copying build/lib/sympy/plotting/intervalmath/lib_interval.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/intervalmath creating build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/intervalmath/tests copying build/lib/sympy/plotting/intervalmath/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/intervalmath/tests copying build/lib/sympy/plotting/intervalmath/tests/test_interval_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/intervalmath/tests copying build/lib/sympy/plotting/intervalmath/tests/test_interval_membership.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/intervalmath/tests copying build/lib/sympy/plotting/intervalmath/tests/test_intervalmath.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/intervalmath/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot copying build/lib/sympy/plotting/pygletplot/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot copying build/lib/sympy/plotting/pygletplot/color_scheme.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot copying build/lib/sympy/plotting/pygletplot/managed_window.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot copying build/lib/sympy/plotting/pygletplot/plot.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot copying build/lib/sympy/plotting/pygletplot/plot_axes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot copying build/lib/sympy/plotting/pygletplot/plot_camera.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot copying build/lib/sympy/plotting/pygletplot/plot_controller.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot copying build/lib/sympy/plotting/pygletplot/plot_curve.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot copying build/lib/sympy/plotting/pygletplot/plot_interval.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot copying build/lib/sympy/plotting/pygletplot/plot_mode.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot copying build/lib/sympy/plotting/pygletplot/plot_mode_base.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot copying build/lib/sympy/plotting/pygletplot/plot_modes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot copying build/lib/sympy/plotting/pygletplot/plot_object.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot copying build/lib/sympy/plotting/pygletplot/plot_rotation.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot copying build/lib/sympy/plotting/pygletplot/plot_surface.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot copying build/lib/sympy/plotting/pygletplot/plot_window.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot copying build/lib/sympy/plotting/pygletplot/util.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot creating build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot/tests copying build/lib/sympy/plotting/pygletplot/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot/tests copying build/lib/sympy/plotting/pygletplot/tests/test_plotting.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/pygletplot/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/tests copying build/lib/sympy/plotting/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/tests copying build/lib/sympy/plotting/tests/test_experimental_lambdify.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/tests copying build/lib/sympy/plotting/tests/test_plot.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/tests copying build/lib/sympy/plotting/tests/test_plot_implicit.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/tests copying build/lib/sympy/plotting/tests/test_textplot.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/tests copying build/lib/sympy/plotting/tests/test_region_and.png -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/tests copying build/lib/sympy/plotting/tests/test_region_not.png -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/tests copying build/lib/sympy/plotting/tests/test_region_or.png -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/tests copying build/lib/sympy/plotting/tests/test_region_xor.png -> build/bdist.openbsd-7.5-amd64/wheel/sympy/plotting/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/appellseqs.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/compatibility.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/constructor.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/densearith.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/densebasic.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/densetools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/dispersion.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/distributedmodules.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/domainmatrix.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/euclidtools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/factortools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/fglmtools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/fields.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/galoistools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/groebnertools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/heuristicgcd.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/modulargcd.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/monomials.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/orderings.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/multivariate_resultants.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/orthopolys.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/partfrac.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/polyclasses.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/polyconfig.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/polyerrors.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/polyfuncs.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/polymatrix.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/polyoptions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/polyquinticconst.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/polyroots.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/polytools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/polyutils.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/rationaltools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/ring_series.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/rings.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/solvers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/rootisolation.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/rootoftools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/specialpolys.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys creating build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/agca copying build/lib/sympy/polys/agca/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/agca copying build/lib/sympy/polys/agca/extensions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/agca copying build/lib/sympy/polys/agca/homomorphisms.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/agca copying build/lib/sympy/polys/agca/ideals.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/agca copying build/lib/sympy/polys/agca/modules.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/agca creating build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/agca/tests copying build/lib/sympy/polys/agca/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/agca/tests copying build/lib/sympy/polys/agca/tests/test_extensions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/agca/tests copying build/lib/sympy/polys/agca/tests/test_homomorphisms.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/agca/tests copying build/lib/sympy/polys/agca/tests/test_ideals.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/agca/tests copying build/lib/sympy/polys/agca/tests/test_modules.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/agca/tests copying build/lib/sympy/polys/sqfreetools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys copying build/lib/sympy/polys/subresultants_qq_zz.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys creating build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/benchmarks copying build/lib/sympy/polys/benchmarks/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/benchmarks copying build/lib/sympy/polys/benchmarks/bench_galoispolys.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/benchmarks copying build/lib/sympy/polys/benchmarks/bench_groebnertools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/benchmarks copying build/lib/sympy/polys/benchmarks/bench_solvers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/benchmarks creating build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/algebraicfield.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/characteristiczero.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/complexfield.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/compositedomain.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/domain.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/domainelement.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/expressiondomain.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/expressionrawdomain.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/field.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/finitefield.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/fractionfield.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/gaussiandomains.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/gmpyfinitefield.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/gmpyintegerring.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/gmpyrationalfield.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/groundtypes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/integerring.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/modularinteger.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/mpelements.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/old_fractionfield.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/old_polynomialring.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/polynomialring.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/pythonfinitefield.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/pythonintegerring.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/pythonrational.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/pythonrationalfield.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/quotientring.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/rationalfield.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/realfield.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/ring.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains copying build/lib/sympy/polys/domains/simpledomain.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains creating build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains/tests copying build/lib/sympy/polys/domains/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains/tests copying build/lib/sympy/polys/domains/tests/test_domains.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains/tests copying build/lib/sympy/polys/domains/tests/test_polynomialring.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains/tests copying build/lib/sympy/polys/domains/tests/test_quotientring.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/domains/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices copying build/lib/sympy/polys/matrices/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices copying build/lib/sympy/polys/matrices/_typing.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices copying build/lib/sympy/polys/matrices/ddm.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices copying build/lib/sympy/polys/matrices/dense.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices copying build/lib/sympy/polys/matrices/domainmatrix.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices copying build/lib/sympy/polys/matrices/domainscalar.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices copying build/lib/sympy/polys/matrices/eigen.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices copying build/lib/sympy/polys/matrices/exceptions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices copying build/lib/sympy/polys/matrices/linsolve.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices copying build/lib/sympy/polys/matrices/lll.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices copying build/lib/sympy/polys/matrices/normalforms.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices copying build/lib/sympy/polys/matrices/sdm.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices creating build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices/tests copying build/lib/sympy/polys/matrices/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices/tests copying build/lib/sympy/polys/matrices/tests/test_ddm.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices/tests copying build/lib/sympy/polys/matrices/tests/test_dense.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices/tests copying build/lib/sympy/polys/matrices/tests/test_domainmatrix.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices/tests copying build/lib/sympy/polys/matrices/tests/test_domainscalar.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices/tests copying build/lib/sympy/polys/matrices/tests/test_eigen.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices/tests copying build/lib/sympy/polys/matrices/tests/test_linsolve.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices/tests copying build/lib/sympy/polys/matrices/tests/test_lll.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices/tests copying build/lib/sympy/polys/matrices/tests/test_normalforms.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices/tests copying build/lib/sympy/polys/matrices/tests/test_sdm.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/matrices/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields copying build/lib/sympy/polys/numberfields/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields copying build/lib/sympy/polys/numberfields/basis.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields copying build/lib/sympy/polys/numberfields/exceptions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields copying build/lib/sympy/polys/numberfields/galois_resolvents.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields copying build/lib/sympy/polys/numberfields/galoisgroups.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields copying build/lib/sympy/polys/numberfields/minpoly.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields copying build/lib/sympy/polys/numberfields/modules.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields copying build/lib/sympy/polys/numberfields/primes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields copying build/lib/sympy/polys/numberfields/resolvent_lookup.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields copying build/lib/sympy/polys/numberfields/subfield.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields copying build/lib/sympy/polys/numberfields/utilities.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields creating build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields/tests copying build/lib/sympy/polys/numberfields/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields/tests copying build/lib/sympy/polys/numberfields/tests/test_basis.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields/tests copying build/lib/sympy/polys/numberfields/tests/test_galoisgroups.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields/tests copying build/lib/sympy/polys/numberfields/tests/test_minpoly.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields/tests copying build/lib/sympy/polys/numberfields/tests/test_modules.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields/tests copying build/lib/sympy/polys/numberfields/tests/test_numbers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields/tests copying build/lib/sympy/polys/numberfields/tests/test_primes.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields/tests copying build/lib/sympy/polys/numberfields/tests/test_subfield.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields/tests copying build/lib/sympy/polys/numberfields/tests/test_utilities.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/numberfields/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_appellseqs.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_constructor.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_densearith.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_densebasic.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_densetools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_dispersion.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_distributedmodules.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_euclidtools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_factortools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_fields.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_galoistools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_groebnertools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_heuristicgcd.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_injections.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_modulargcd.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_monomials.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_multivariate_resultants.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_orderings.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_orthopolys.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_partfrac.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_polyclasses.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_polyfuncs.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_polymatrix.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_polyoptions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_polyroots.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_polytools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_polyutils.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_pythonrational.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_rationaltools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_ring_series.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_rings.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_rootisolation.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_rootoftools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_solvers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_specialpolys.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_sqfreetools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests copying build/lib/sympy/polys/tests/test_subresultants_qq_zz.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/polys/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/aesaracode.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/c.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/codeprinter.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/conventions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/cxx.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/defaults.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/dot.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/fortran.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/glsl.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/gtk.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/jscode.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/julia.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/lambdarepr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/latex.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/llvmjitcode.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/maple.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/mathematica.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/mathml.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/numpy.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/octave.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/precedence.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/preview.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/printer.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/pycode.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/python.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/rcode.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/repr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/rust.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/smtlib.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/str.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/tableform.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/tensorflow.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/theanocode.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing copying build/lib/sympy/printing/tree.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing creating build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/pretty copying build/lib/sympy/printing/pretty/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/pretty copying build/lib/sympy/printing/pretty/pretty.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/pretty copying build/lib/sympy/printing/pretty/pretty_symbology.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/pretty copying build/lib/sympy/printing/pretty/stringpict.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/pretty creating build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/pretty/tests copying build/lib/sympy/printing/pretty/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/pretty/tests copying build/lib/sympy/printing/pretty/tests/test_pretty.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/pretty/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_aesaracode.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_c.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_codeprinter.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_conventions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_cupy.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_cxx.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_dot.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_fortran.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_glsl.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_gtk.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_jax.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_jscode.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_julia.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_lambdarepr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_latex.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_llvmjit.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_maple.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_mathematica.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_mathml.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_numpy.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_octave.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_precedence.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_preview.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_pycode.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_python.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_rcode.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_repr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_rust.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_smtlib.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_str.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_tableform.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_tensorflow.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_theanocode.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests copying build/lib/sympy/printing/tests/test_tree.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/printing/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/sandbox copying build/lib/sympy/sandbox/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sandbox copying build/lib/sympy/sandbox/indexed_integrals.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sandbox creating build/bdist.openbsd-7.5-amd64/wheel/sympy/sandbox/tests copying build/lib/sympy/sandbox/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sandbox/tests copying build/lib/sympy/sandbox/tests/test_indexed_integrals.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sandbox/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/series copying build/lib/sympy/series/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series copying build/lib/sympy/series/acceleration.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series copying build/lib/sympy/series/approximants.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series copying build/lib/sympy/series/aseries.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series copying build/lib/sympy/series/formal.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series copying build/lib/sympy/series/fourier.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series copying build/lib/sympy/series/gruntz.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series copying build/lib/sympy/series/kauers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series copying build/lib/sympy/series/limits.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series copying build/lib/sympy/series/limitseq.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series copying build/lib/sympy/series/order.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series copying build/lib/sympy/series/residues.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series copying build/lib/sympy/series/sequences.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series copying build/lib/sympy/series/series.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series copying build/lib/sympy/series/series_class.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series creating build/bdist.openbsd-7.5-amd64/wheel/sympy/series/benchmarks copying build/lib/sympy/series/benchmarks/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series/benchmarks copying build/lib/sympy/series/benchmarks/bench_limit.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series/benchmarks copying build/lib/sympy/series/benchmarks/bench_order.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series/benchmarks creating build/bdist.openbsd-7.5-amd64/wheel/sympy/series/tests copying build/lib/sympy/series/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series/tests copying build/lib/sympy/series/tests/test_approximants.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series/tests copying build/lib/sympy/series/tests/test_aseries.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series/tests copying build/lib/sympy/series/tests/test_demidovich.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series/tests copying build/lib/sympy/series/tests/test_formal.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series/tests copying build/lib/sympy/series/tests/test_fourier.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series/tests copying build/lib/sympy/series/tests/test_gruntz.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series/tests copying build/lib/sympy/series/tests/test_kauers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series/tests copying build/lib/sympy/series/tests/test_limits.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series/tests copying build/lib/sympy/series/tests/test_limitseq.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series/tests copying build/lib/sympy/series/tests/test_lseries.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series/tests copying build/lib/sympy/series/tests/test_nseries.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series/tests copying build/lib/sympy/series/tests/test_order.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series/tests copying build/lib/sympy/series/tests/test_residues.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series/tests copying build/lib/sympy/series/tests/test_sequences.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series/tests copying build/lib/sympy/series/tests/test_series.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/series/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/sets copying build/lib/sympy/sets/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets copying build/lib/sympy/sets/conditionset.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets copying build/lib/sympy/sets/contains.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets copying build/lib/sympy/sets/fancysets.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets copying build/lib/sympy/sets/ordinals.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets copying build/lib/sympy/sets/powerset.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets copying build/lib/sympy/sets/setexpr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets copying build/lib/sympy/sets/sets.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets creating build/bdist.openbsd-7.5-amd64/wheel/sympy/sets/handlers copying build/lib/sympy/sets/handlers/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets/handlers copying build/lib/sympy/sets/handlers/add.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets/handlers copying build/lib/sympy/sets/handlers/comparison.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets/handlers copying build/lib/sympy/sets/handlers/functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets/handlers copying build/lib/sympy/sets/handlers/intersection.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets/handlers copying build/lib/sympy/sets/handlers/issubset.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets/handlers copying build/lib/sympy/sets/handlers/mul.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets/handlers copying build/lib/sympy/sets/handlers/power.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets/handlers copying build/lib/sympy/sets/handlers/union.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets/handlers creating build/bdist.openbsd-7.5-amd64/wheel/sympy/sets/tests copying build/lib/sympy/sets/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets/tests copying build/lib/sympy/sets/tests/test_conditionset.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets/tests copying build/lib/sympy/sets/tests/test_contains.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets/tests copying build/lib/sympy/sets/tests/test_fancysets.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets/tests copying build/lib/sympy/sets/tests/test_ordinals.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets/tests copying build/lib/sympy/sets/tests/test_powerset.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets/tests copying build/lib/sympy/sets/tests/test_setexpr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets/tests copying build/lib/sympy/sets/tests/test_sets.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/sets/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify copying build/lib/sympy/simplify/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify copying build/lib/sympy/simplify/combsimp.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify copying build/lib/sympy/simplify/cse_main.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify copying build/lib/sympy/simplify/cse_opts.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify copying build/lib/sympy/simplify/epathtools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify copying build/lib/sympy/simplify/fu.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify copying build/lib/sympy/simplify/gammasimp.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify copying build/lib/sympy/simplify/hyperexpand.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify copying build/lib/sympy/simplify/hyperexpand_doc.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify copying build/lib/sympy/simplify/powsimp.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify copying build/lib/sympy/simplify/radsimp.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify copying build/lib/sympy/simplify/ratsimp.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify copying build/lib/sympy/simplify/simplify.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify copying build/lib/sympy/simplify/sqrtdenest.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify copying build/lib/sympy/simplify/traversaltools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify copying build/lib/sympy/simplify/trigsimp.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify creating build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify/tests copying build/lib/sympy/simplify/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify/tests copying build/lib/sympy/simplify/tests/test_combsimp.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify/tests copying build/lib/sympy/simplify/tests/test_cse.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify/tests copying build/lib/sympy/simplify/tests/test_epathtools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify/tests copying build/lib/sympy/simplify/tests/test_fu.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify/tests copying build/lib/sympy/simplify/tests/test_function.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify/tests copying build/lib/sympy/simplify/tests/test_gammasimp.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify/tests copying build/lib/sympy/simplify/tests/test_hyperexpand.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify/tests copying build/lib/sympy/simplify/tests/test_powsimp.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify/tests copying build/lib/sympy/simplify/tests/test_radsimp.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify/tests copying build/lib/sympy/simplify/tests/test_ratsimp.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify/tests copying build/lib/sympy/simplify/tests/test_rewrite.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify/tests copying build/lib/sympy/simplify/tests/test_simplify.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify/tests copying build/lib/sympy/simplify/tests/test_sqrtdenest.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify/tests copying build/lib/sympy/simplify/tests/test_trigsimp.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/simplify/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers copying build/lib/sympy/solvers/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers copying build/lib/sympy/solvers/bivariate.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers copying build/lib/sympy/solvers/decompogen.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers copying build/lib/sympy/solvers/deutils.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers copying build/lib/sympy/solvers/inequalities.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers copying build/lib/sympy/solvers/pde.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers copying build/lib/sympy/solvers/polysys.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers copying build/lib/sympy/solvers/recurr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers copying build/lib/sympy/solvers/solvers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers copying build/lib/sympy/solvers/solveset.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers creating build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/benchmarks copying build/lib/sympy/solvers/benchmarks/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/benchmarks copying build/lib/sympy/solvers/benchmarks/bench_solvers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/benchmarks creating build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/diophantine copying build/lib/sympy/solvers/diophantine/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/diophantine copying build/lib/sympy/solvers/diophantine/diophantine.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/diophantine creating build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/diophantine/tests copying build/lib/sympy/solvers/diophantine/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/diophantine/tests copying build/lib/sympy/solvers/diophantine/tests/test_diophantine.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/diophantine/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/ode copying build/lib/sympy/solvers/ode/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/ode copying build/lib/sympy/solvers/ode/hypergeometric.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/ode copying build/lib/sympy/solvers/ode/lie_group.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/ode copying build/lib/sympy/solvers/ode/nonhomogeneous.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/ode copying build/lib/sympy/solvers/ode/ode.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/ode copying build/lib/sympy/solvers/ode/riccati.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/ode copying build/lib/sympy/solvers/ode/single.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/ode copying build/lib/sympy/solvers/ode/subscheck.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/ode copying build/lib/sympy/solvers/ode/systems.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/ode creating build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/ode/tests copying build/lib/sympy/solvers/ode/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/ode/tests copying build/lib/sympy/solvers/ode/tests/test_lie_group.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/ode/tests copying build/lib/sympy/solvers/ode/tests/test_ode.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/ode/tests copying build/lib/sympy/solvers/ode/tests/test_riccati.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/ode/tests copying build/lib/sympy/solvers/ode/tests/test_single.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/ode/tests copying build/lib/sympy/solvers/ode/tests/test_subscheck.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/ode/tests copying build/lib/sympy/solvers/ode/tests/test_systems.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/ode/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/tests copying build/lib/sympy/solvers/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/tests copying build/lib/sympy/solvers/tests/test_constantsimp.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/tests copying build/lib/sympy/solvers/tests/test_decompogen.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/tests copying build/lib/sympy/solvers/tests/test_inequalities.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/tests copying build/lib/sympy/solvers/tests/test_numeric.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/tests copying build/lib/sympy/solvers/tests/test_pde.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/tests copying build/lib/sympy/solvers/tests/test_polysys.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/tests copying build/lib/sympy/solvers/tests/test_recurr.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/tests copying build/lib/sympy/solvers/tests/test_solvers.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/tests copying build/lib/sympy/solvers/tests/test_solveset.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/solvers/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/stats copying build/lib/sympy/stats/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats copying build/lib/sympy/stats/compound_rv.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats copying build/lib/sympy/stats/crv.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats copying build/lib/sympy/stats/crv_types.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats copying build/lib/sympy/stats/drv.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats copying build/lib/sympy/stats/drv_types.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats copying build/lib/sympy/stats/error_prop.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats copying build/lib/sympy/stats/frv.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats copying build/lib/sympy/stats/frv_types.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats copying build/lib/sympy/stats/joint_rv.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats copying build/lib/sympy/stats/joint_rv_types.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats copying build/lib/sympy/stats/matrix_distributions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats copying build/lib/sympy/stats/random_matrix.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats copying build/lib/sympy/stats/random_matrix_models.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats copying build/lib/sympy/stats/rv.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats copying build/lib/sympy/stats/rv_interface.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats copying build/lib/sympy/stats/stochastic_process.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats copying build/lib/sympy/stats/stochastic_process_types.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats copying build/lib/sympy/stats/symbolic_probability.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats creating build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/sampling copying build/lib/sympy/stats/sampling/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/sampling copying build/lib/sympy/stats/sampling/sample_numpy.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/sampling copying build/lib/sympy/stats/sampling/sample_pymc.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/sampling copying build/lib/sympy/stats/sampling/sample_scipy.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/sampling creating build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/sampling/tests copying build/lib/sympy/stats/sampling/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/sampling/tests copying build/lib/sympy/stats/sampling/tests/test_sample_continuous_rv.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/sampling/tests copying build/lib/sympy/stats/sampling/tests/test_sample_discrete_rv.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/sampling/tests copying build/lib/sympy/stats/sampling/tests/test_sample_finite_rv.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/sampling/tests copying build/lib/sympy/stats/symbolic_multivariate_probability.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats creating build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/tests copying build/lib/sympy/stats/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/tests copying build/lib/sympy/stats/tests/test_compound_rv.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/tests copying build/lib/sympy/stats/tests/test_continuous_rv.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/tests copying build/lib/sympy/stats/tests/test_discrete_rv.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/tests copying build/lib/sympy/stats/tests/test_error_prop.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/tests copying build/lib/sympy/stats/tests/test_finite_rv.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/tests copying build/lib/sympy/stats/tests/test_joint_rv.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/tests copying build/lib/sympy/stats/tests/test_matrix_distributions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/tests copying build/lib/sympy/stats/tests/test_mix.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/tests copying build/lib/sympy/stats/tests/test_random_matrix.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/tests copying build/lib/sympy/stats/tests/test_rv.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/tests copying build/lib/sympy/stats/tests/test_stochastic_process.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/tests copying build/lib/sympy/stats/tests/test_symbolic_multivariate.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/tests copying build/lib/sympy/stats/tests/test_symbolic_probability.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/stats/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies copying build/lib/sympy/strategies/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies copying build/lib/sympy/strategies/core.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies copying build/lib/sympy/strategies/rl.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies copying build/lib/sympy/strategies/tools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies copying build/lib/sympy/strategies/traverse.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies copying build/lib/sympy/strategies/tree.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies copying build/lib/sympy/strategies/util.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies creating build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies/branch copying build/lib/sympy/strategies/branch/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies/branch copying build/lib/sympy/strategies/branch/core.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies/branch copying build/lib/sympy/strategies/branch/tools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies/branch copying build/lib/sympy/strategies/branch/traverse.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies/branch creating build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies/branch/tests copying build/lib/sympy/strategies/branch/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies/branch/tests copying build/lib/sympy/strategies/branch/tests/test_core.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies/branch/tests copying build/lib/sympy/strategies/branch/tests/test_tools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies/branch/tests copying build/lib/sympy/strategies/branch/tests/test_traverse.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies/branch/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies/tests copying build/lib/sympy/strategies/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies/tests copying build/lib/sympy/strategies/tests/test_core.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies/tests copying build/lib/sympy/strategies/tests/test_rl.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies/tests copying build/lib/sympy/strategies/tests/test_tools.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies/tests copying build/lib/sympy/strategies/tests/test_traverse.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies/tests copying build/lib/sympy/strategies/tests/test_tree.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/strategies/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor copying build/lib/sympy/tensor/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor copying build/lib/sympy/tensor/functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor copying build/lib/sympy/tensor/index_methods.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor copying build/lib/sympy/tensor/indexed.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor copying build/lib/sympy/tensor/tensor.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor copying build/lib/sympy/tensor/toperators.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor creating build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array copying build/lib/sympy/tensor/array/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array copying build/lib/sympy/tensor/array/array_comprehension.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array copying build/lib/sympy/tensor/array/array_derivatives.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array copying build/lib/sympy/tensor/array/arrayop.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array copying build/lib/sympy/tensor/array/dense_ndim_array.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array copying build/lib/sympy/tensor/array/mutable_ndim_array.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array copying build/lib/sympy/tensor/array/ndim_array.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array copying build/lib/sympy/tensor/array/sparse_ndim_array.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array creating build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions copying build/lib/sympy/tensor/array/expressions/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions copying build/lib/sympy/tensor/array/expressions/array_expressions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions copying build/lib/sympy/tensor/array/expressions/arrayexpr_derivatives.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions copying build/lib/sympy/tensor/array/expressions/conv_array_to_indexed.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions copying build/lib/sympy/tensor/array/expressions/conv_array_to_matrix.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions copying build/lib/sympy/tensor/array/expressions/conv_indexed_to_array.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions copying build/lib/sympy/tensor/array/expressions/conv_matrix_to_array.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions copying build/lib/sympy/tensor/array/expressions/from_array_to_indexed.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions copying build/lib/sympy/tensor/array/expressions/from_array_to_matrix.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions copying build/lib/sympy/tensor/array/expressions/from_indexed_to_array.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions copying build/lib/sympy/tensor/array/expressions/from_matrix_to_array.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions copying build/lib/sympy/tensor/array/expressions/utils.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions creating build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions/tests copying build/lib/sympy/tensor/array/expressions/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions/tests copying build/lib/sympy/tensor/array/expressions/tests/test_array_expressions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions/tests copying build/lib/sympy/tensor/array/expressions/tests/test_arrayexpr_derivatives.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions/tests copying build/lib/sympy/tensor/array/expressions/tests/test_as_explicit.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions/tests copying build/lib/sympy/tensor/array/expressions/tests/test_convert_array_to_indexed.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions/tests copying build/lib/sympy/tensor/array/expressions/tests/test_convert_array_to_matrix.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions/tests copying build/lib/sympy/tensor/array/expressions/tests/test_convert_indexed_to_array.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions/tests copying build/lib/sympy/tensor/array/expressions/tests/test_convert_matrix_to_array.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions/tests copying build/lib/sympy/tensor/array/expressions/tests/test_deprecated_conv_modules.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/expressions/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/tests copying build/lib/sympy/tensor/array/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/tests copying build/lib/sympy/tensor/array/tests/test_array_comprehension.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/tests copying build/lib/sympy/tensor/array/tests/test_array_derivatives.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/tests copying build/lib/sympy/tensor/array/tests/test_arrayop.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/tests copying build/lib/sympy/tensor/array/tests/test_immutable_ndim_array.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/tests copying build/lib/sympy/tensor/array/tests/test_mutable_ndim_array.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/tests copying build/lib/sympy/tensor/array/tests/test_ndim_array.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/tests copying build/lib/sympy/tensor/array/tests/test_ndim_array_conversions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/array/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/tests copying build/lib/sympy/tensor/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/tests copying build/lib/sympy/tensor/tests/test_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/tests copying build/lib/sympy/tensor/tests/test_index_methods.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/tests copying build/lib/sympy/tensor/tests/test_indexed.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/tests copying build/lib/sympy/tensor/tests/test_printing.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/tests copying build/lib/sympy/tensor/tests/test_tensor.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/tests copying build/lib/sympy/tensor/tests/test_tensor_element.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/tests copying build/lib/sympy/tensor/tests/test_tensor_operators.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/tensor/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/testing copying build/lib/sympy/testing/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/testing copying build/lib/sympy/testing/matrices.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/testing copying build/lib/sympy/testing/pytest.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/testing copying build/lib/sympy/testing/quality_unicode.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/testing copying build/lib/sympy/testing/randtest.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/testing copying build/lib/sympy/testing/runtests.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/testing copying build/lib/sympy/testing/tmpfiles.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/testing creating build/bdist.openbsd-7.5-amd64/wheel/sympy/testing/tests copying build/lib/sympy/testing/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/testing/tests copying build/lib/sympy/testing/tests/diagnose_imports.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/testing/tests copying build/lib/sympy/testing/tests/test_code_quality.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/testing/tests copying build/lib/sympy/testing/tests/test_deprecated.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/testing/tests copying build/lib/sympy/testing/tests/test_module_imports.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/testing/tests copying build/lib/sympy/testing/tests/test_pytest.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/testing/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/unify copying build/lib/sympy/unify/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/unify copying build/lib/sympy/unify/core.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/unify copying build/lib/sympy/unify/rewrite.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/unify copying build/lib/sympy/unify/usympy.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/unify creating build/bdist.openbsd-7.5-amd64/wheel/sympy/unify/tests copying build/lib/sympy/unify/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/unify/tests copying build/lib/sympy/unify/tests/test_rewrite.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/unify/tests copying build/lib/sympy/unify/tests/test_sympy.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/unify/tests copying build/lib/sympy/unify/tests/test_unify.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/unify/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities copying build/lib/sympy/utilities/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities copying build/lib/sympy/utilities/autowrap.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities copying build/lib/sympy/utilities/codegen.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities copying build/lib/sympy/utilities/decorator.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities copying build/lib/sympy/utilities/enumerative.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities copying build/lib/sympy/utilities/exceptions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities copying build/lib/sympy/utilities/iterables.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities copying build/lib/sympy/utilities/lambdify.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities copying build/lib/sympy/utilities/magic.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities copying build/lib/sympy/utilities/matchpy_connector.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities copying build/lib/sympy/utilities/memoization.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities copying build/lib/sympy/utilities/misc.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities copying build/lib/sympy/utilities/pkgdata.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities copying build/lib/sympy/utilities/pytest.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities copying build/lib/sympy/utilities/randtest.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities copying build/lib/sympy/utilities/runtests.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities copying build/lib/sympy/utilities/source.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities copying build/lib/sympy/utilities/timeutils.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities copying build/lib/sympy/utilities/tmpfiles.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities creating build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/_compilation copying build/lib/sympy/utilities/_compilation/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/_compilation copying build/lib/sympy/utilities/_compilation/availability.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/_compilation copying build/lib/sympy/utilities/_compilation/compilation.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/_compilation copying build/lib/sympy/utilities/_compilation/runners.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/_compilation copying build/lib/sympy/utilities/_compilation/util.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/_compilation creating build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/_compilation/tests copying build/lib/sympy/utilities/_compilation/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/_compilation/tests copying build/lib/sympy/utilities/_compilation/tests/test_compilation.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/_compilation/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/mathml copying build/lib/sympy/utilities/mathml/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/mathml creating build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/mathml/data copying build/lib/sympy/utilities/mathml/data/mmlctop.xsl -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/mathml/data copying build/lib/sympy/utilities/mathml/data/mmltex.xsl -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/mathml/data copying build/lib/sympy/utilities/mathml/data/simple_mmlctop.xsl -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/mathml/data creating build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests copying build/lib/sympy/utilities/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests copying build/lib/sympy/utilities/tests/test_autowrap.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests copying build/lib/sympy/utilities/tests/test_codegen.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests copying build/lib/sympy/utilities/tests/test_codegen_julia.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests copying build/lib/sympy/utilities/tests/test_codegen_octave.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests copying build/lib/sympy/utilities/tests/test_codegen_rust.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests copying build/lib/sympy/utilities/tests/test_decorator.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests copying build/lib/sympy/utilities/tests/test_deprecated.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests copying build/lib/sympy/utilities/tests/test_enumerative.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests copying build/lib/sympy/utilities/tests/test_exceptions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests copying build/lib/sympy/utilities/tests/test_iterables.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests copying build/lib/sympy/utilities/tests/test_lambdify.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests copying build/lib/sympy/utilities/tests/test_matchpy_connector.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests copying build/lib/sympy/utilities/tests/test_mathml.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests copying build/lib/sympy/utilities/tests/test_misc.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests copying build/lib/sympy/utilities/tests/test_pickling.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests copying build/lib/sympy/utilities/tests/test_source.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests copying build/lib/sympy/utilities/tests/test_timeutils.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests copying build/lib/sympy/utilities/tests/test_wester.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests copying build/lib/sympy/utilities/tests/test_xxe.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/utilities/tests creating build/bdist.openbsd-7.5-amd64/wheel/sympy/vector copying build/lib/sympy/vector/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector copying build/lib/sympy/vector/basisdependent.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector copying build/lib/sympy/vector/coordsysrect.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector copying build/lib/sympy/vector/deloperator.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector copying build/lib/sympy/vector/dyadic.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector copying build/lib/sympy/vector/functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector copying build/lib/sympy/vector/implicitregion.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector copying build/lib/sympy/vector/integrals.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector copying build/lib/sympy/vector/operators.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector copying build/lib/sympy/vector/orienters.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector copying build/lib/sympy/vector/parametricregion.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector copying build/lib/sympy/vector/point.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector copying build/lib/sympy/vector/scalar.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector copying build/lib/sympy/vector/vector.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector creating build/bdist.openbsd-7.5-amd64/wheel/sympy/vector/tests copying build/lib/sympy/vector/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector/tests copying build/lib/sympy/vector/tests/test_coordsysrect.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector/tests copying build/lib/sympy/vector/tests/test_dyadic.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector/tests copying build/lib/sympy/vector/tests/test_field_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector/tests copying build/lib/sympy/vector/tests/test_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector/tests copying build/lib/sympy/vector/tests/test_implicitregion.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector/tests copying build/lib/sympy/vector/tests/test_integrals.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector/tests copying build/lib/sympy/vector/tests/test_operators.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector/tests copying build/lib/sympy/vector/tests/test_parametricregion.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector/tests copying build/lib/sympy/vector/tests/test_printing.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector/tests copying build/lib/sympy/vector/tests/test_vector.py -> build/bdist.openbsd-7.5-amd64/wheel/sympy/vector/tests copying build/lib/sympy/py.typed -> build/bdist.openbsd-7.5-amd64/wheel/sympy running install_data creating build/bdist.openbsd-7.5-amd64/wheel/sympy-1.12.data creating build/bdist.openbsd-7.5-amd64/wheel/sympy-1.12.data/data creating build/bdist.openbsd-7.5-amd64/wheel/sympy-1.12.data/data/man creating build/bdist.openbsd-7.5-amd64/wheel/sympy-1.12.data/data/man/man1 copying doc/man/isympy.1 -> build/bdist.openbsd-7.5-amd64/wheel/sympy-1.12.data/data/man/man1 running install_egg_info running egg_info writing sympy.egg-info/PKG-INFO writing dependency_links to sympy.egg-info/dependency_links.txt writing entry points to sympy.egg-info/entry_points.txt writing requirements to sympy.egg-info/requires.txt writing top-level names to sympy.egg-info/top_level.txt reading manifest file 'sympy.egg-info/SOURCES.txt' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'sympy.egg-info/SOURCES.txt' Copying sympy.egg-info to build/bdist.openbsd-7.5-amd64/wheel/sympy-1.12-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/sympy-1.12.dist-info/WHEEL creating '/exopi-obj/pobj/py-sympy-1.12-python3/sympy-1.12/dist/.tmp-jhdckfjx/sympy-1.12-py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'isympy.py' adding 'sympy/__init__.py' adding 'sympy/abc.py' adding 'sympy/conftest.py' adding 'sympy/galgebra.py' adding 'sympy/py.typed' adding 'sympy/release.py' adding 'sympy/this.py' adding 'sympy/algebras/__init__.py' adding 'sympy/algebras/quaternion.py' adding 'sympy/algebras/tests/__init__.py' adding 'sympy/algebras/tests/test_quaternion.py' adding 'sympy/assumptions/__init__.py' adding 'sympy/assumptions/ask.py' adding 'sympy/assumptions/ask_generated.py' adding 'sympy/assumptions/assume.py' adding 'sympy/assumptions/cnf.py' adding 'sympy/assumptions/facts.py' adding 'sympy/assumptions/refine.py' adding 'sympy/assumptions/satask.py' adding 'sympy/assumptions/sathandlers.py' adding 'sympy/assumptions/wrapper.py' adding 'sympy/assumptions/handlers/__init__.py' adding 'sympy/assumptions/handlers/calculus.py' adding 'sympy/assumptions/handlers/common.py' adding 'sympy/assumptions/handlers/matrices.py' adding 'sympy/assumptions/handlers/ntheory.py' adding 'sympy/assumptions/handlers/order.py' adding 'sympy/assumptions/handlers/sets.py' adding 'sympy/assumptions/predicates/__init__.py' adding 'sympy/assumptions/predicates/calculus.py' adding 'sympy/assumptions/predicates/common.py' adding 'sympy/assumptions/predicates/matrices.py' adding 'sympy/assumptions/predicates/ntheory.py' adding 'sympy/assumptions/predicates/order.py' adding 'sympy/assumptions/predicates/sets.py' adding 'sympy/assumptions/relation/__init__.py' adding 'sympy/assumptions/relation/binrel.py' adding 'sympy/assumptions/relation/equality.py' adding 'sympy/assumptions/tests/__init__.py' adding 'sympy/assumptions/tests/test_assumptions_2.py' adding 'sympy/assumptions/tests/test_context.py' adding 'sympy/assumptions/tests/test_matrices.py' adding 'sympy/assumptions/tests/test_query.py' adding 'sympy/assumptions/tests/test_refine.py' adding 'sympy/assumptions/tests/test_satask.py' adding 'sympy/assumptions/tests/test_sathandlers.py' adding 'sympy/assumptions/tests/test_wrapper.py' adding 'sympy/benchmarks/__init__.py' adding 'sympy/benchmarks/bench_discrete_log.py' adding 'sympy/benchmarks/bench_meijerint.py' adding 'sympy/benchmarks/bench_symbench.py' adding 'sympy/calculus/__init__.py' adding 'sympy/calculus/accumulationbounds.py' adding 'sympy/calculus/euler.py' adding 'sympy/calculus/finite_diff.py' adding 'sympy/calculus/singularities.py' adding 'sympy/calculus/util.py' adding 'sympy/calculus/tests/__init__.py' adding 'sympy/calculus/tests/test_accumulationbounds.py' adding 'sympy/calculus/tests/test_euler.py' adding 'sympy/calculus/tests/test_finite_diff.py' adding 'sympy/calculus/tests/test_singularities.py' adding 'sympy/calculus/tests/test_util.py' adding 'sympy/categories/__init__.py' adding 'sympy/categories/baseclasses.py' adding 'sympy/categories/diagram_drawing.py' adding 'sympy/categories/tests/__init__.py' adding 'sympy/categories/tests/test_baseclasses.py' adding 'sympy/categories/tests/test_drawing.py' adding 'sympy/codegen/__init__.py' adding 'sympy/codegen/abstract_nodes.py' adding 'sympy/codegen/algorithms.py' adding 'sympy/codegen/approximations.py' adding 'sympy/codegen/ast.py' adding 'sympy/codegen/cfunctions.py' adding 'sympy/codegen/cnodes.py' adding 'sympy/codegen/cutils.py' adding 'sympy/codegen/cxxnodes.py' adding 'sympy/codegen/fnodes.py' adding 'sympy/codegen/futils.py' adding 'sympy/codegen/matrix_nodes.py' adding 'sympy/codegen/numpy_nodes.py' adding 'sympy/codegen/pynodes.py' adding 'sympy/codegen/pyutils.py' adding 'sympy/codegen/rewriting.py' adding 'sympy/codegen/scipy_nodes.py' adding 'sympy/codegen/tests/__init__.py' adding 'sympy/codegen/tests/test_abstract_nodes.py' adding 'sympy/codegen/tests/test_algorithms.py' adding 'sympy/codegen/tests/test_applications.py' adding 'sympy/codegen/tests/test_approximations.py' adding 'sympy/codegen/tests/test_ast.py' adding 'sympy/codegen/tests/test_cfunctions.py' adding 'sympy/codegen/tests/test_cnodes.py' adding 'sympy/codegen/tests/test_cxxnodes.py' adding 'sympy/codegen/tests/test_fnodes.py' adding 'sympy/codegen/tests/test_numpy_nodes.py' adding 'sympy/codegen/tests/test_pynodes.py' adding 'sympy/codegen/tests/test_pyutils.py' adding 'sympy/codegen/tests/test_rewriting.py' adding 'sympy/codegen/tests/test_scipy_nodes.py' adding 'sympy/combinatorics/__init__.py' adding 'sympy/combinatorics/coset_table.py' adding 'sympy/combinatorics/fp_groups.py' adding 'sympy/combinatorics/free_groups.py' adding 'sympy/combinatorics/galois.py' adding 'sympy/combinatorics/generators.py' adding 'sympy/combinatorics/graycode.py' adding 'sympy/combinatorics/group_constructs.py' adding 'sympy/combinatorics/group_numbers.py' adding 'sympy/combinatorics/homomorphisms.py' adding 'sympy/combinatorics/named_groups.py' adding 'sympy/combinatorics/partitions.py' adding 'sympy/combinatorics/pc_groups.py' adding 'sympy/combinatorics/perm_groups.py' adding 'sympy/combinatorics/permutations.py' adding 'sympy/combinatorics/polyhedron.py' adding 'sympy/combinatorics/prufer.py' adding 'sympy/combinatorics/rewritingsystem.py' adding 'sympy/combinatorics/rewritingsystem_fsm.py' adding 'sympy/combinatorics/schur_number.py' adding 'sympy/combinatorics/subsets.py' adding 'sympy/combinatorics/tensor_can.py' adding 'sympy/combinatorics/testutil.py' adding 'sympy/combinatorics/util.py' adding 'sympy/combinatorics/tests/__init__.py' adding 'sympy/combinatorics/tests/test_coset_table.py' adding 'sympy/combinatorics/tests/test_fp_groups.py' adding 'sympy/combinatorics/tests/test_free_groups.py' adding 'sympy/combinatorics/tests/test_galois.py' adding 'sympy/combinatorics/tests/test_generators.py' adding 'sympy/combinatorics/tests/test_graycode.py' adding 'sympy/combinatorics/tests/test_group_constructs.py' adding 'sympy/combinatorics/tests/test_group_numbers.py' adding 'sympy/combinatorics/tests/test_homomorphisms.py' adding 'sympy/combinatorics/tests/test_named_groups.py' adding 'sympy/combinatorics/tests/test_partitions.py' adding 'sympy/combinatorics/tests/test_pc_groups.py' adding 'sympy/combinatorics/tests/test_perm_groups.py' adding 'sympy/combinatorics/tests/test_permutations.py' adding 'sympy/combinatorics/tests/test_polyhedron.py' adding 'sympy/combinatorics/tests/test_prufer.py' adding 'sympy/combinatorics/tests/test_rewriting.py' adding 'sympy/combinatorics/tests/test_schur_number.py' adding 'sympy/combinatorics/tests/test_subsets.py' adding 'sympy/combinatorics/tests/test_tensor_can.py' adding 'sympy/combinatorics/tests/test_testutil.py' adding 'sympy/combinatorics/tests/test_util.py' adding 'sympy/concrete/__init__.py' adding 'sympy/concrete/delta.py' adding 'sympy/concrete/expr_with_intlimits.py' adding 'sympy/concrete/expr_with_limits.py' adding 'sympy/concrete/gosper.py' adding 'sympy/concrete/guess.py' adding 'sympy/concrete/products.py' adding 'sympy/concrete/summations.py' adding 'sympy/concrete/tests/__init__.py' adding 'sympy/concrete/tests/test_delta.py' adding 'sympy/concrete/tests/test_gosper.py' adding 'sympy/concrete/tests/test_guess.py' adding 'sympy/concrete/tests/test_products.py' adding 'sympy/concrete/tests/test_sums_products.py' adding 'sympy/core/__init__.py' adding 'sympy/core/_print_helpers.py' adding 'sympy/core/add.py' adding 'sympy/core/alphabets.py' adding 'sympy/core/assumptions.py' adding 'sympy/core/assumptions_generated.py' adding 'sympy/core/backend.py' adding 'sympy/core/basic.py' adding 'sympy/core/cache.py' adding 'sympy/core/compatibility.py' adding 'sympy/core/containers.py' adding 'sympy/core/core.py' adding 'sympy/core/coreerrors.py' adding 'sympy/core/decorators.py' adding 'sympy/core/evalf.py' adding 'sympy/core/expr.py' adding 'sympy/core/exprtools.py' adding 'sympy/core/facts.py' adding 'sympy/core/function.py' adding 'sympy/core/kind.py' adding 'sympy/core/logic.py' adding 'sympy/core/mod.py' adding 'sympy/core/mul.py' adding 'sympy/core/multidimensional.py' adding 'sympy/core/numbers.py' adding 'sympy/core/operations.py' adding 'sympy/core/parameters.py' adding 'sympy/core/power.py' adding 'sympy/core/random.py' adding 'sympy/core/relational.py' adding 'sympy/core/rules.py' adding 'sympy/core/singleton.py' adding 'sympy/core/sorting.py' adding 'sympy/core/symbol.py' adding 'sympy/core/sympify.py' adding 'sympy/core/trace.py' adding 'sympy/core/traversal.py' adding 'sympy/core/benchmarks/__init__.py' adding 'sympy/core/benchmarks/bench_arit.py' adding 'sympy/core/benchmarks/bench_assumptions.py' adding 'sympy/core/benchmarks/bench_basic.py' adding 'sympy/core/benchmarks/bench_expand.py' adding 'sympy/core/benchmarks/bench_numbers.py' adding 'sympy/core/benchmarks/bench_sympify.py' adding 'sympy/core/tests/__init__.py' adding 'sympy/core/tests/test_args.py' adding 'sympy/core/tests/test_arit.py' adding 'sympy/core/tests/test_assumptions.py' adding 'sympy/core/tests/test_basic.py' adding 'sympy/core/tests/test_cache.py' adding 'sympy/core/tests/test_compatibility.py' adding 'sympy/core/tests/test_complex.py' adding 'sympy/core/tests/test_constructor_postprocessor.py' adding 'sympy/core/tests/test_containers.py' adding 'sympy/core/tests/test_count_ops.py' adding 'sympy/core/tests/test_diff.py' adding 'sympy/core/tests/test_equal.py' adding 'sympy/core/tests/test_eval.py' adding 'sympy/core/tests/test_evalf.py' adding 'sympy/core/tests/test_expand.py' adding 'sympy/core/tests/test_expr.py' adding 'sympy/core/tests/test_exprtools.py' adding 'sympy/core/tests/test_facts.py' adding 'sympy/core/tests/test_function.py' adding 'sympy/core/tests/test_kind.py' adding 'sympy/core/tests/test_logic.py' adding 'sympy/core/tests/test_match.py' adding 'sympy/core/tests/test_multidimensional.py' adding 'sympy/core/tests/test_noncommutative.py' adding 'sympy/core/tests/test_numbers.py' adding 'sympy/core/tests/test_operations.py' adding 'sympy/core/tests/test_parameters.py' adding 'sympy/core/tests/test_power.py' adding 'sympy/core/tests/test_priority.py' adding 'sympy/core/tests/test_random.py' adding 'sympy/core/tests/test_relational.py' adding 'sympy/core/tests/test_rules.py' adding 'sympy/core/tests/test_singleton.py' adding 'sympy/core/tests/test_sorting.py' adding 'sympy/core/tests/test_subs.py' adding 'sympy/core/tests/test_symbol.py' adding 'sympy/core/tests/test_sympify.py' adding 'sympy/core/tests/test_traversal.py' adding 'sympy/core/tests/test_truediv.py' adding 'sympy/core/tests/test_var.py' adding 'sympy/crypto/__init__.py' adding 'sympy/crypto/crypto.py' adding 'sympy/crypto/tests/__init__.py' adding 'sympy/crypto/tests/test_crypto.py' adding 'sympy/diffgeom/__init__.py' adding 'sympy/diffgeom/diffgeom.py' adding 'sympy/diffgeom/rn.py' adding 'sympy/diffgeom/tests/__init__.py' adding 'sympy/diffgeom/tests/test_class_structure.py' adding 'sympy/diffgeom/tests/test_diffgeom.py' adding 'sympy/diffgeom/tests/test_function_diffgeom_book.py' adding 'sympy/diffgeom/tests/test_hyperbolic_space.py' adding 'sympy/discrete/__init__.py' adding 'sympy/discrete/convolutions.py' adding 'sympy/discrete/recurrences.py' adding 'sympy/discrete/transforms.py' adding 'sympy/discrete/tests/__init__.py' adding 'sympy/discrete/tests/test_convolutions.py' adding 'sympy/discrete/tests/test_recurrences.py' adding 'sympy/discrete/tests/test_transforms.py' adding 'sympy/external/__init__.py' adding 'sympy/external/gmpy.py' adding 'sympy/external/importtools.py' adding 'sympy/external/pythonmpq.py' adding 'sympy/external/tests/__init__.py' adding 'sympy/external/tests/test_autowrap.py' adding 'sympy/external/tests/test_codegen.py' adding 'sympy/external/tests/test_importtools.py' adding 'sympy/external/tests/test_numpy.py' adding 'sympy/external/tests/test_pythonmpq.py' adding 'sympy/external/tests/test_scipy.py' adding 'sympy/functions/__init__.py' adding 'sympy/functions/combinatorial/__init__.py' adding 'sympy/functions/combinatorial/factorials.py' adding 'sympy/functions/combinatorial/numbers.py' adding 'sympy/functions/combinatorial/tests/__init__.py' adding 'sympy/functions/combinatorial/tests/test_comb_factorials.py' adding 'sympy/functions/combinatorial/tests/test_comb_numbers.py' adding 'sympy/functions/elementary/__init__.py' adding 'sympy/functions/elementary/_trigonometric_special.py' adding 'sympy/functions/elementary/complexes.py' adding 'sympy/functions/elementary/exponential.py' adding 'sympy/functions/elementary/hyperbolic.py' adding 'sympy/functions/elementary/integers.py' adding 'sympy/functions/elementary/miscellaneous.py' adding 'sympy/functions/elementary/piecewise.py' adding 'sympy/functions/elementary/trigonometric.py' adding 'sympy/functions/elementary/benchmarks/__init__.py' adding 'sympy/functions/elementary/benchmarks/bench_exp.py' adding 'sympy/functions/elementary/tests/__init__.py' adding 'sympy/functions/elementary/tests/test_complexes.py' adding 'sympy/functions/elementary/tests/test_exponential.py' adding 'sympy/functions/elementary/tests/test_hyperbolic.py' adding 'sympy/functions/elementary/tests/test_integers.py' adding 'sympy/functions/elementary/tests/test_interface.py' adding 'sympy/functions/elementary/tests/test_miscellaneous.py' adding 'sympy/functions/elementary/tests/test_piecewise.py' adding 'sympy/functions/elementary/tests/test_trigonometric.py' adding 'sympy/functions/special/__init__.py' adding 'sympy/functions/special/bessel.py' adding 'sympy/functions/special/beta_functions.py' adding 'sympy/functions/special/bsplines.py' adding 'sympy/functions/special/delta_functions.py' adding 'sympy/functions/special/elliptic_integrals.py' adding 'sympy/functions/special/error_functions.py' adding 'sympy/functions/special/gamma_functions.py' adding 'sympy/functions/special/hyper.py' adding 'sympy/functions/special/mathieu_functions.py' adding 'sympy/functions/special/polynomials.py' adding 'sympy/functions/special/singularity_functions.py' adding 'sympy/functions/special/spherical_harmonics.py' adding 'sympy/functions/special/tensor_functions.py' adding 'sympy/functions/special/zeta_functions.py' adding 'sympy/functions/special/benchmarks/__init__.py' adding 'sympy/functions/special/benchmarks/bench_special.py' adding 'sympy/functions/special/tests/__init__.py' adding 'sympy/functions/special/tests/test_bessel.py' adding 'sympy/functions/special/tests/test_beta_functions.py' adding 'sympy/functions/special/tests/test_bsplines.py' adding 'sympy/functions/special/tests/test_delta_functions.py' adding 'sympy/functions/special/tests/test_elliptic_integrals.py' adding 'sympy/functions/special/tests/test_error_functions.py' adding 'sympy/functions/special/tests/test_gamma_functions.py' adding 'sympy/functions/special/tests/test_hyper.py' adding 'sympy/functions/special/tests/test_mathieu.py' adding 'sympy/functions/special/tests/test_singularity_functions.py' adding 'sympy/functions/special/tests/test_spec_polynomials.py' adding 'sympy/functions/special/tests/test_spherical_harmonics.py' adding 'sympy/functions/special/tests/test_tensor_functions.py' adding 'sympy/functions/special/tests/test_zeta_functions.py' adding 'sympy/geometry/__init__.py' adding 'sympy/geometry/curve.py' adding 'sympy/geometry/ellipse.py' adding 'sympy/geometry/entity.py' adding 'sympy/geometry/exceptions.py' adding 'sympy/geometry/line.py' adding 'sympy/geometry/parabola.py' adding 'sympy/geometry/plane.py' adding 'sympy/geometry/point.py' adding 'sympy/geometry/polygon.py' adding 'sympy/geometry/util.py' adding 'sympy/geometry/tests/__init__.py' adding 'sympy/geometry/tests/test_curve.py' adding 'sympy/geometry/tests/test_ellipse.py' adding 'sympy/geometry/tests/test_entity.py' adding 'sympy/geometry/tests/test_geometrysets.py' adding 'sympy/geometry/tests/test_line.py' adding 'sympy/geometry/tests/test_parabola.py' adding 'sympy/geometry/tests/test_plane.py' adding 'sympy/geometry/tests/test_point.py' adding 'sympy/geometry/tests/test_polygon.py' adding 'sympy/geometry/tests/test_util.py' adding 'sympy/holonomic/__init__.py' adding 'sympy/holonomic/holonomic.py' adding 'sympy/holonomic/holonomicerrors.py' adding 'sympy/holonomic/numerical.py' adding 'sympy/holonomic/recurrence.py' adding 'sympy/holonomic/tests/__init__.py' adding 'sympy/holonomic/tests/test_holonomic.py' adding 'sympy/holonomic/tests/test_recurrence.py' adding 'sympy/integrals/__init__.py' adding 'sympy/integrals/deltafunctions.py' adding 'sympy/integrals/heurisch.py' adding 'sympy/integrals/integrals.py' adding 'sympy/integrals/intpoly.py' adding 'sympy/integrals/laplace.py' adding 'sympy/integrals/manualintegrate.py' adding 'sympy/integrals/meijerint.py' adding 'sympy/integrals/meijerint_doc.py' adding 'sympy/integrals/prde.py' adding 'sympy/integrals/quadrature.py' adding 'sympy/integrals/rationaltools.py' adding 'sympy/integrals/rde.py' adding 'sympy/integrals/risch.py' adding 'sympy/integrals/singularityfunctions.py' adding 'sympy/integrals/transforms.py' adding 'sympy/integrals/trigonometry.py' adding 'sympy/integrals/benchmarks/__init__.py' adding 'sympy/integrals/benchmarks/bench_integrate.py' adding 'sympy/integrals/benchmarks/bench_trigintegrate.py' adding 'sympy/integrals/tests/__init__.py' adding 'sympy/integrals/tests/test_deltafunctions.py' adding 'sympy/integrals/tests/test_failing_integrals.py' adding 'sympy/integrals/tests/test_heurisch.py' adding 'sympy/integrals/tests/test_integrals.py' adding 'sympy/integrals/tests/test_intpoly.py' adding 'sympy/integrals/tests/test_laplace.py' adding 'sympy/integrals/tests/test_lineintegrals.py' adding 'sympy/integrals/tests/test_manual.py' adding 'sympy/integrals/tests/test_meijerint.py' adding 'sympy/integrals/tests/test_prde.py' adding 'sympy/integrals/tests/test_quadrature.py' adding 'sympy/integrals/tests/test_rationaltools.py' adding 'sympy/integrals/tests/test_rde.py' adding 'sympy/integrals/tests/test_risch.py' adding 'sympy/integrals/tests/test_singularityfunctions.py' adding 'sympy/integrals/tests/test_transforms.py' adding 'sympy/integrals/tests/test_trigonometry.py' adding 'sympy/interactive/__init__.py' adding 'sympy/interactive/printing.py' adding 'sympy/interactive/session.py' adding 'sympy/interactive/traversal.py' adding 'sympy/interactive/tests/__init__.py' adding 'sympy/interactive/tests/test_interactive.py' adding 'sympy/interactive/tests/test_ipython.py' adding 'sympy/liealgebras/__init__.py' adding 'sympy/liealgebras/cartan_matrix.py' adding 'sympy/liealgebras/cartan_type.py' adding 'sympy/liealgebras/dynkin_diagram.py' adding 'sympy/liealgebras/root_system.py' adding 'sympy/liealgebras/type_a.py' adding 'sympy/liealgebras/type_b.py' adding 'sympy/liealgebras/type_c.py' adding 'sympy/liealgebras/type_d.py' adding 'sympy/liealgebras/type_e.py' adding 'sympy/liealgebras/type_f.py' adding 'sympy/liealgebras/type_g.py' adding 'sympy/liealgebras/weyl_group.py' adding 'sympy/liealgebras/tests/__init__.py' adding 'sympy/liealgebras/tests/test_cartan_matrix.py' adding 'sympy/liealgebras/tests/test_cartan_type.py' adding 'sympy/liealgebras/tests/test_dynkin_diagram.py' adding 'sympy/liealgebras/tests/test_root_system.py' adding 'sympy/liealgebras/tests/test_type_A.py' adding 'sympy/liealgebras/tests/test_type_B.py' adding 'sympy/liealgebras/tests/test_type_C.py' adding 'sympy/liealgebras/tests/test_type_D.py' adding 'sympy/liealgebras/tests/test_type_E.py' adding 'sympy/liealgebras/tests/test_type_F.py' adding 'sympy/liealgebras/tests/test_type_G.py' adding 'sympy/liealgebras/tests/test_weyl_group.py' adding 'sympy/logic/__init__.py' adding 'sympy/logic/boolalg.py' adding 'sympy/logic/inference.py' adding 'sympy/logic/algorithms/__init__.py' adding 'sympy/logic/algorithms/dpll.py' adding 'sympy/logic/algorithms/dpll2.py' adding 'sympy/logic/algorithms/minisat22_wrapper.py' adding 'sympy/logic/algorithms/pycosat_wrapper.py' adding 'sympy/logic/tests/__init__.py' adding 'sympy/logic/tests/test_boolalg.py' adding 'sympy/logic/tests/test_dimacs.py' adding 'sympy/logic/tests/test_inference.py' adding 'sympy/logic/utilities/__init__.py' adding 'sympy/logic/utilities/dimacs.py' adding 'sympy/matrices/__init__.py' adding 'sympy/matrices/common.py' adding 'sympy/matrices/decompositions.py' adding 'sympy/matrices/dense.py' adding 'sympy/matrices/determinant.py' adding 'sympy/matrices/eigen.py' adding 'sympy/matrices/graph.py' adding 'sympy/matrices/immutable.py' adding 'sympy/matrices/inverse.py' adding 'sympy/matrices/matrices.py' adding 'sympy/matrices/normalforms.py' adding 'sympy/matrices/reductions.py' adding 'sympy/matrices/repmatrix.py' adding 'sympy/matrices/solvers.py' adding 'sympy/matrices/sparse.py' adding 'sympy/matrices/sparsetools.py' adding 'sympy/matrices/subspaces.py' adding 'sympy/matrices/utilities.py' adding 'sympy/matrices/benchmarks/__init__.py' adding 'sympy/matrices/benchmarks/bench_matrix.py' adding 'sympy/matrices/expressions/__init__.py' adding 'sympy/matrices/expressions/_shape.py' adding 'sympy/matrices/expressions/adjoint.py' adding 'sympy/matrices/expressions/applyfunc.py' adding 'sympy/matrices/expressions/blockmatrix.py' adding 'sympy/matrices/expressions/companion.py' adding 'sympy/matrices/expressions/determinant.py' adding 'sympy/matrices/expressions/diagonal.py' adding 'sympy/matrices/expressions/dotproduct.py' adding 'sympy/matrices/expressions/factorizations.py' adding 'sympy/matrices/expressions/fourier.py' adding 'sympy/matrices/expressions/funcmatrix.py' adding 'sympy/matrices/expressions/hadamard.py' adding 'sympy/matrices/expressions/inverse.py' adding 'sympy/matrices/expressions/kronecker.py' adding 'sympy/matrices/expressions/matadd.py' adding 'sympy/matrices/expressions/matexpr.py' adding 'sympy/matrices/expressions/matmul.py' adding 'sympy/matrices/expressions/matpow.py' adding 'sympy/matrices/expressions/permutation.py' adding 'sympy/matrices/expressions/sets.py' adding 'sympy/matrices/expressions/slice.py' adding 'sympy/matrices/expressions/special.py' adding 'sympy/matrices/expressions/trace.py' adding 'sympy/matrices/expressions/transpose.py' adding 'sympy/matrices/expressions/tests/__init__.py' adding 'sympy/matrices/expressions/tests/test_adjoint.py' adding 'sympy/matrices/expressions/tests/test_applyfunc.py' adding 'sympy/matrices/expressions/tests/test_blockmatrix.py' adding 'sympy/matrices/expressions/tests/test_companion.py' adding 'sympy/matrices/expressions/tests/test_derivatives.py' adding 'sympy/matrices/expressions/tests/test_determinant.py' adding 'sympy/matrices/expressions/tests/test_diagonal.py' adding 'sympy/matrices/expressions/tests/test_dotproduct.py' adding 'sympy/matrices/expressions/tests/test_factorizations.py' adding 'sympy/matrices/expressions/tests/test_fourier.py' adding 'sympy/matrices/expressions/tests/test_funcmatrix.py' adding 'sympy/matrices/expressions/tests/test_hadamard.py' adding 'sympy/matrices/expressions/tests/test_indexing.py' adding 'sympy/matrices/expressions/tests/test_inverse.py' adding 'sympy/matrices/expressions/tests/test_kronecker.py' adding 'sympy/matrices/expressions/tests/test_matadd.py' adding 'sympy/matrices/expressions/tests/test_matexpr.py' adding 'sympy/matrices/expressions/tests/test_matmul.py' adding 'sympy/matrices/expressions/tests/test_matpow.py' adding 'sympy/matrices/expressions/tests/test_permutation.py' adding 'sympy/matrices/expressions/tests/test_sets.py' adding 'sympy/matrices/expressions/tests/test_slice.py' adding 'sympy/matrices/expressions/tests/test_special.py' adding 'sympy/matrices/expressions/tests/test_trace.py' adding 'sympy/matrices/expressions/tests/test_transpose.py' adding 'sympy/matrices/tests/__init__.py' adding 'sympy/matrices/tests/test_commonmatrix.py' adding 'sympy/matrices/tests/test_decompositions.py' adding 'sympy/matrices/tests/test_determinant.py' adding 'sympy/matrices/tests/test_eigen.py' adding 'sympy/matrices/tests/test_graph.py' adding 'sympy/matrices/tests/test_immutable.py' adding 'sympy/matrices/tests/test_interactions.py' adding 'sympy/matrices/tests/test_matrices.py' adding 'sympy/matrices/tests/test_normalforms.py' adding 'sympy/matrices/tests/test_reductions.py' adding 'sympy/matrices/tests/test_solvers.py' adding 'sympy/matrices/tests/test_sparse.py' adding 'sympy/matrices/tests/test_sparsetools.py' adding 'sympy/matrices/tests/test_subspaces.py' adding 'sympy/multipledispatch/__init__.py' adding 'sympy/multipledispatch/conflict.py' adding 'sympy/multipledispatch/core.py' adding 'sympy/multipledispatch/dispatcher.py' adding 'sympy/multipledispatch/utils.py' adding 'sympy/multipledispatch/tests/__init__.py' adding 'sympy/multipledispatch/tests/test_conflict.py' adding 'sympy/multipledispatch/tests/test_core.py' adding 'sympy/multipledispatch/tests/test_dispatcher.py' adding 'sympy/ntheory/__init__.py' adding 'sympy/ntheory/bbp_pi.py' adding 'sympy/ntheory/continued_fraction.py' adding 'sympy/ntheory/digits.py' adding 'sympy/ntheory/ecm.py' adding 'sympy/ntheory/egyptian_fraction.py' adding 'sympy/ntheory/elliptic_curve.py' adding 'sympy/ntheory/factor_.py' adding 'sympy/ntheory/generate.py' adding 'sympy/ntheory/modular.py' adding 'sympy/ntheory/multinomial.py' adding 'sympy/ntheory/partitions_.py' adding 'sympy/ntheory/primetest.py' adding 'sympy/ntheory/qs.py' adding 'sympy/ntheory/residue_ntheory.py' adding 'sympy/ntheory/tests/__init__.py' adding 'sympy/ntheory/tests/test_bbp_pi.py' adding 'sympy/ntheory/tests/test_continued_fraction.py' adding 'sympy/ntheory/tests/test_digits.py' adding 'sympy/ntheory/tests/test_ecm.py' adding 'sympy/ntheory/tests/test_egyptian_fraction.py' adding 'sympy/ntheory/tests/test_elliptic_curve.py' adding 'sympy/ntheory/tests/test_factor_.py' adding 'sympy/ntheory/tests/test_generate.py' adding 'sympy/ntheory/tests/test_modular.py' adding 'sympy/ntheory/tests/test_multinomial.py' adding 'sympy/ntheory/tests/test_partitions.py' adding 'sympy/ntheory/tests/test_primetest.py' adding 'sympy/ntheory/tests/test_qs.py' adding 'sympy/ntheory/tests/test_residue.py' adding 'sympy/parsing/__init__.py' adding 'sympy/parsing/ast_parser.py' adding 'sympy/parsing/mathematica.py' adding 'sympy/parsing/maxima.py' adding 'sympy/parsing/sym_expr.py' adding 'sympy/parsing/sympy_parser.py' adding 'sympy/parsing/autolev/Autolev.g4' adding 'sympy/parsing/autolev/__init__.py' adding 'sympy/parsing/autolev/_build_autolev_antlr.py' adding 'sympy/parsing/autolev/_listener_autolev_antlr.py' adding 'sympy/parsing/autolev/_parse_autolev_antlr.py' adding 'sympy/parsing/autolev/_antlr/__init__.py' adding 'sympy/parsing/autolev/_antlr/autolevlexer.py' adding 'sympy/parsing/autolev/_antlr/autolevlistener.py' adding 'sympy/parsing/autolev/_antlr/autolevparser.py' adding 'sympy/parsing/autolev/test-examples/README.txt' adding 'sympy/parsing/autolev/test-examples/ruletest1.al' adding 'sympy/parsing/autolev/test-examples/ruletest1.py' adding 'sympy/parsing/autolev/test-examples/ruletest10.al' adding 'sympy/parsing/autolev/test-examples/ruletest10.py' adding 'sympy/parsing/autolev/test-examples/ruletest11.al' adding 'sympy/parsing/autolev/test-examples/ruletest11.py' adding 'sympy/parsing/autolev/test-examples/ruletest12.al' adding 'sympy/parsing/autolev/test-examples/ruletest12.py' adding 'sympy/parsing/autolev/test-examples/ruletest2.al' adding 'sympy/parsing/autolev/test-examples/ruletest2.py' adding 'sympy/parsing/autolev/test-examples/ruletest3.al' adding 'sympy/parsing/autolev/test-examples/ruletest3.py' adding 'sympy/parsing/autolev/test-examples/ruletest4.al' adding 'sympy/parsing/autolev/test-examples/ruletest4.py' adding 'sympy/parsing/autolev/test-examples/ruletest5.al' adding 'sympy/parsing/autolev/test-examples/ruletest5.py' adding 'sympy/parsing/autolev/test-examples/ruletest6.al' adding 'sympy/parsing/autolev/test-examples/ruletest6.py' adding 'sympy/parsing/autolev/test-examples/ruletest7.al' adding 'sympy/parsing/autolev/test-examples/ruletest7.py' adding 'sympy/parsing/autolev/test-examples/ruletest8.al' adding 'sympy/parsing/autolev/test-examples/ruletest8.py' adding 'sympy/parsing/autolev/test-examples/ruletest9.al' adding 'sympy/parsing/autolev/test-examples/ruletest9.py' adding 'sympy/parsing/autolev/test-examples/pydy-example-repo/chaos_pendulum.al' adding 'sympy/parsing/autolev/test-examples/pydy-example-repo/chaos_pendulum.py' adding 'sympy/parsing/autolev/test-examples/pydy-example-repo/double_pendulum.al' adding 'sympy/parsing/autolev/test-examples/pydy-example-repo/double_pendulum.py' adding 'sympy/parsing/autolev/test-examples/pydy-example-repo/mass_spring_damper.al' adding 'sympy/parsing/autolev/test-examples/pydy-example-repo/mass_spring_damper.py' adding 'sympy/parsing/autolev/test-examples/pydy-example-repo/non_min_pendulum.al' adding 'sympy/parsing/autolev/test-examples/pydy-example-repo/non_min_pendulum.py' adding 'sympy/parsing/c/__init__.py' adding 'sympy/parsing/c/c_parser.py' adding 'sympy/parsing/fortran/__init__.py' adding 'sympy/parsing/fortran/fortran_parser.py' adding 'sympy/parsing/latex/LICENSE.txt' adding 'sympy/parsing/latex/LaTeX.g4' adding 'sympy/parsing/latex/__init__.py' adding 'sympy/parsing/latex/_build_latex_antlr.py' adding 'sympy/parsing/latex/_parse_latex_antlr.py' adding 'sympy/parsing/latex/errors.py' adding 'sympy/parsing/latex/_antlr/__init__.py' adding 'sympy/parsing/latex/_antlr/latexlexer.py' adding 'sympy/parsing/latex/_antlr/latexparser.py' adding 'sympy/parsing/tests/__init__.py' adding 'sympy/parsing/tests/test_ast_parser.py' adding 'sympy/parsing/tests/test_autolev.py' adding 'sympy/parsing/tests/test_c_parser.py' adding 'sympy/parsing/tests/test_fortran_parser.py' adding 'sympy/parsing/tests/test_implicit_multiplication_application.py' adding 'sympy/parsing/tests/test_latex.py' adding 'sympy/parsing/tests/test_latex_deps.py' adding 'sympy/parsing/tests/test_mathematica.py' adding 'sympy/parsing/tests/test_maxima.py' adding 'sympy/parsing/tests/test_sym_expr.py' adding 'sympy/parsing/tests/test_sympy_parser.py' adding 'sympy/physics/__init__.py' adding 'sympy/physics/hydrogen.py' adding 'sympy/physics/matrices.py' adding 'sympy/physics/paulialgebra.py' adding 'sympy/physics/pring.py' adding 'sympy/physics/qho_1d.py' adding 'sympy/physics/secondquant.py' adding 'sympy/physics/sho.py' adding 'sympy/physics/wigner.py' adding 'sympy/physics/continuum_mechanics/__init__.py' adding 'sympy/physics/continuum_mechanics/beam.py' adding 'sympy/physics/continuum_mechanics/truss.py' adding 'sympy/physics/continuum_mechanics/tests/__init__.py' adding 'sympy/physics/continuum_mechanics/tests/test_beam.py' adding 'sympy/physics/continuum_mechanics/tests/test_truss.py' adding 'sympy/physics/control/__init__.py' adding 'sympy/physics/control/control_plots.py' adding 'sympy/physics/control/lti.py' adding 'sympy/physics/control/tests/__init__.py' adding 'sympy/physics/control/tests/test_control_plots.py' adding 'sympy/physics/control/tests/test_lti.py' adding 'sympy/physics/hep/__init__.py' adding 'sympy/physics/hep/gamma_matrices.py' adding 'sympy/physics/hep/tests/__init__.py' adding 'sympy/physics/hep/tests/test_gamma_matrices.py' adding 'sympy/physics/mechanics/__init__.py' adding 'sympy/physics/mechanics/body.py' adding 'sympy/physics/mechanics/functions.py' adding 'sympy/physics/mechanics/joint.py' adding 'sympy/physics/mechanics/jointsmethod.py' adding 'sympy/physics/mechanics/kane.py' adding 'sympy/physics/mechanics/lagrange.py' adding 'sympy/physics/mechanics/linearize.py' adding 'sympy/physics/mechanics/method.py' adding 'sympy/physics/mechanics/models.py' adding 'sympy/physics/mechanics/particle.py' adding 'sympy/physics/mechanics/rigidbody.py' adding 'sympy/physics/mechanics/system.py' adding 'sympy/physics/mechanics/tests/__init__.py' adding 'sympy/physics/mechanics/tests/test_body.py' adding 'sympy/physics/mechanics/tests/test_functions.py' adding 'sympy/physics/mechanics/tests/test_joint.py' adding 'sympy/physics/mechanics/tests/test_jointsmethod.py' adding 'sympy/physics/mechanics/tests/test_kane.py' adding 'sympy/physics/mechanics/tests/test_kane2.py' adding 'sympy/physics/mechanics/tests/test_kane3.py' adding 'sympy/physics/mechanics/tests/test_kane4.py' adding 'sympy/physics/mechanics/tests/test_lagrange.py' adding 'sympy/physics/mechanics/tests/test_lagrange2.py' adding 'sympy/physics/mechanics/tests/test_linearize.py' adding 'sympy/physics/mechanics/tests/test_method.py' adding 'sympy/physics/mechanics/tests/test_models.py' adding 'sympy/physics/mechanics/tests/test_particle.py' adding 'sympy/physics/mechanics/tests/test_rigidbody.py' adding 'sympy/physics/mechanics/tests/test_system.py' adding 'sympy/physics/optics/__init__.py' adding 'sympy/physics/optics/gaussopt.py' adding 'sympy/physics/optics/medium.py' adding 'sympy/physics/optics/polarization.py' adding 'sympy/physics/optics/utils.py' adding 'sympy/physics/optics/waves.py' adding 'sympy/physics/optics/tests/__init__.py' adding 'sympy/physics/optics/tests/test_gaussopt.py' adding 'sympy/physics/optics/tests/test_medium.py' adding 'sympy/physics/optics/tests/test_polarization.py' adding 'sympy/physics/optics/tests/test_utils.py' adding 'sympy/physics/optics/tests/test_waves.py' adding 'sympy/physics/quantum/__init__.py' adding 'sympy/physics/quantum/anticommutator.py' adding 'sympy/physics/quantum/boson.py' adding 'sympy/physics/quantum/cartesian.py' adding 'sympy/physics/quantum/cg.py' adding 'sympy/physics/quantum/circuitplot.py' adding 'sympy/physics/quantum/circuitutils.py' adding 'sympy/physics/quantum/commutator.py' adding 'sympy/physics/quantum/constants.py' adding 'sympy/physics/quantum/dagger.py' adding 'sympy/physics/quantum/density.py' adding 'sympy/physics/quantum/fermion.py' adding 'sympy/physics/quantum/gate.py' adding 'sympy/physics/quantum/grover.py' adding 'sympy/physics/quantum/hilbert.py' adding 'sympy/physics/quantum/identitysearch.py' adding 'sympy/physics/quantum/innerproduct.py' adding 'sympy/physics/quantum/matrixcache.py' adding 'sympy/physics/quantum/matrixutils.py' adding 'sympy/physics/quantum/operator.py' adding 'sympy/physics/quantum/operatorordering.py' adding 'sympy/physics/quantum/operatorset.py' adding 'sympy/physics/quantum/pauli.py' adding 'sympy/physics/quantum/piab.py' adding 'sympy/physics/quantum/qapply.py' adding 'sympy/physics/quantum/qasm.py' adding 'sympy/physics/quantum/qexpr.py' adding 'sympy/physics/quantum/qft.py' adding 'sympy/physics/quantum/qubit.py' adding 'sympy/physics/quantum/represent.py' adding 'sympy/physics/quantum/sho1d.py' adding 'sympy/physics/quantum/shor.py' adding 'sympy/physics/quantum/spin.py' adding 'sympy/physics/quantum/state.py' adding 'sympy/physics/quantum/tensorproduct.py' adding 'sympy/physics/quantum/trace.py' adding 'sympy/physics/quantum/tests/__init__.py' adding 'sympy/physics/quantum/tests/test_anticommutator.py' adding 'sympy/physics/quantum/tests/test_boson.py' adding 'sympy/physics/quantum/tests/test_cartesian.py' adding 'sympy/physics/quantum/tests/test_cg.py' adding 'sympy/physics/quantum/tests/test_circuitplot.py' adding 'sympy/physics/quantum/tests/test_circuitutils.py' adding 'sympy/physics/quantum/tests/test_commutator.py' adding 'sympy/physics/quantum/tests/test_constants.py' adding 'sympy/physics/quantum/tests/test_dagger.py' adding 'sympy/physics/quantum/tests/test_density.py' adding 'sympy/physics/quantum/tests/test_fermion.py' adding 'sympy/physics/quantum/tests/test_gate.py' adding 'sympy/physics/quantum/tests/test_grover.py' adding 'sympy/physics/quantum/tests/test_hilbert.py' adding 'sympy/physics/quantum/tests/test_identitysearch.py' adding 'sympy/physics/quantum/tests/test_innerproduct.py' adding 'sympy/physics/quantum/tests/test_matrixutils.py' adding 'sympy/physics/quantum/tests/test_operator.py' adding 'sympy/physics/quantum/tests/test_operatorordering.py' adding 'sympy/physics/quantum/tests/test_operatorset.py' adding 'sympy/physics/quantum/tests/test_pauli.py' adding 'sympy/physics/quantum/tests/test_piab.py' adding 'sympy/physics/quantum/tests/test_printing.py' adding 'sympy/physics/quantum/tests/test_qapply.py' adding 'sympy/physics/quantum/tests/test_qasm.py' adding 'sympy/physics/quantum/tests/test_qexpr.py' adding 'sympy/physics/quantum/tests/test_qft.py' adding 'sympy/physics/quantum/tests/test_qubit.py' adding 'sympy/physics/quantum/tests/test_represent.py' adding 'sympy/physics/quantum/tests/test_sho1d.py' adding 'sympy/physics/quantum/tests/test_shor.py' adding 'sympy/physics/quantum/tests/test_spin.py' adding 'sympy/physics/quantum/tests/test_state.py' adding 'sympy/physics/quantum/tests/test_tensorproduct.py' adding 'sympy/physics/quantum/tests/test_trace.py' adding 'sympy/physics/tests/__init__.py' adding 'sympy/physics/tests/test_clebsch_gordan.py' adding 'sympy/physics/tests/test_hydrogen.py' adding 'sympy/physics/tests/test_paulialgebra.py' adding 'sympy/physics/tests/test_physics_matrices.py' adding 'sympy/physics/tests/test_pring.py' adding 'sympy/physics/tests/test_qho_1d.py' adding 'sympy/physics/tests/test_secondquant.py' adding 'sympy/physics/tests/test_sho.py' adding 'sympy/physics/units/__init__.py' adding 'sympy/physics/units/dimensions.py' adding 'sympy/physics/units/prefixes.py' adding 'sympy/physics/units/quantities.py' adding 'sympy/physics/units/unitsystem.py' adding 'sympy/physics/units/util.py' adding 'sympy/physics/units/definitions/__init__.py' adding 'sympy/physics/units/definitions/dimension_definitions.py' adding 'sympy/physics/units/definitions/unit_definitions.py' adding 'sympy/physics/units/systems/__init__.py' adding 'sympy/physics/units/systems/cgs.py' adding 'sympy/physics/units/systems/length_weight_time.py' adding 'sympy/physics/units/systems/mks.py' adding 'sympy/physics/units/systems/mksa.py' adding 'sympy/physics/units/systems/natural.py' adding 'sympy/physics/units/systems/si.py' adding 'sympy/physics/units/tests/__init__.py' adding 'sympy/physics/units/tests/test_dimensions.py' adding 'sympy/physics/units/tests/test_dimensionsystem.py' adding 'sympy/physics/units/tests/test_prefixes.py' adding 'sympy/physics/units/tests/test_quantities.py' adding 'sympy/physics/units/tests/test_unit_system_cgs_gauss.py' adding 'sympy/physics/units/tests/test_unitsystem.py' adding 'sympy/physics/units/tests/test_util.py' adding 'sympy/physics/vector/__init__.py' adding 'sympy/physics/vector/dyadic.py' adding 'sympy/physics/vector/fieldfunctions.py' adding 'sympy/physics/vector/frame.py' adding 'sympy/physics/vector/functions.py' adding 'sympy/physics/vector/point.py' adding 'sympy/physics/vector/printing.py' adding 'sympy/physics/vector/vector.py' adding 'sympy/physics/vector/tests/__init__.py' adding 'sympy/physics/vector/tests/test_dyadic.py' adding 'sympy/physics/vector/tests/test_fieldfunctions.py' adding 'sympy/physics/vector/tests/test_frame.py' adding 'sympy/physics/vector/tests/test_functions.py' adding 'sympy/physics/vector/tests/test_output.py' adding 'sympy/physics/vector/tests/test_point.py' adding 'sympy/physics/vector/tests/test_printing.py' adding 'sympy/physics/vector/tests/test_vector.py' adding 'sympy/plotting/__init__.py' adding 'sympy/plotting/experimental_lambdify.py' adding 'sympy/plotting/plot.py' adding 'sympy/plotting/plot_implicit.py' adding 'sympy/plotting/textplot.py' adding 'sympy/plotting/intervalmath/__init__.py' adding 'sympy/plotting/intervalmath/interval_arithmetic.py' adding 'sympy/plotting/intervalmath/interval_membership.py' adding 'sympy/plotting/intervalmath/lib_interval.py' adding 'sympy/plotting/intervalmath/tests/__init__.py' adding 'sympy/plotting/intervalmath/tests/test_interval_functions.py' adding 'sympy/plotting/intervalmath/tests/test_interval_membership.py' adding 'sympy/plotting/intervalmath/tests/test_intervalmath.py' adding 'sympy/plotting/pygletplot/__init__.py' adding 'sympy/plotting/pygletplot/color_scheme.py' adding 'sympy/plotting/pygletplot/managed_window.py' adding 'sympy/plotting/pygletplot/plot.py' adding 'sympy/plotting/pygletplot/plot_axes.py' adding 'sympy/plotting/pygletplot/plot_camera.py' adding 'sympy/plotting/pygletplot/plot_controller.py' adding 'sympy/plotting/pygletplot/plot_curve.py' adding 'sympy/plotting/pygletplot/plot_interval.py' adding 'sympy/plotting/pygletplot/plot_mode.py' adding 'sympy/plotting/pygletplot/plot_mode_base.py' adding 'sympy/plotting/pygletplot/plot_modes.py' adding 'sympy/plotting/pygletplot/plot_object.py' adding 'sympy/plotting/pygletplot/plot_rotation.py' adding 'sympy/plotting/pygletplot/plot_surface.py' adding 'sympy/plotting/pygletplot/plot_window.py' adding 'sympy/plotting/pygletplot/util.py' adding 'sympy/plotting/pygletplot/tests/__init__.py' adding 'sympy/plotting/pygletplot/tests/test_plotting.py' adding 'sympy/plotting/tests/__init__.py' adding 'sympy/plotting/tests/test_experimental_lambdify.py' adding 'sympy/plotting/tests/test_plot.py' adding 'sympy/plotting/tests/test_plot_implicit.py' adding 'sympy/plotting/tests/test_region_and.png' adding 'sympy/plotting/tests/test_region_not.png' adding 'sympy/plotting/tests/test_region_or.png' adding 'sympy/plotting/tests/test_region_xor.png' adding 'sympy/plotting/tests/test_textplot.py' adding 'sympy/polys/__init__.py' adding 'sympy/polys/appellseqs.py' adding 'sympy/polys/compatibility.py' adding 'sympy/polys/constructor.py' adding 'sympy/polys/densearith.py' adding 'sympy/polys/densebasic.py' adding 'sympy/polys/densetools.py' adding 'sympy/polys/dispersion.py' adding 'sympy/polys/distributedmodules.py' adding 'sympy/polys/domainmatrix.py' adding 'sympy/polys/euclidtools.py' adding 'sympy/polys/factortools.py' adding 'sympy/polys/fglmtools.py' adding 'sympy/polys/fields.py' adding 'sympy/polys/galoistools.py' adding 'sympy/polys/groebnertools.py' adding 'sympy/polys/heuristicgcd.py' adding 'sympy/polys/modulargcd.py' adding 'sympy/polys/monomials.py' adding 'sympy/polys/multivariate_resultants.py' adding 'sympy/polys/orderings.py' adding 'sympy/polys/orthopolys.py' adding 'sympy/polys/partfrac.py' adding 'sympy/polys/polyclasses.py' adding 'sympy/polys/polyconfig.py' adding 'sympy/polys/polyerrors.py' adding 'sympy/polys/polyfuncs.py' adding 'sympy/polys/polymatrix.py' adding 'sympy/polys/polyoptions.py' adding 'sympy/polys/polyquinticconst.py' adding 'sympy/polys/polyroots.py' adding 'sympy/polys/polytools.py' adding 'sympy/polys/polyutils.py' adding 'sympy/polys/rationaltools.py' adding 'sympy/polys/ring_series.py' adding 'sympy/polys/rings.py' adding 'sympy/polys/rootisolation.py' adding 'sympy/polys/rootoftools.py' adding 'sympy/polys/solvers.py' adding 'sympy/polys/specialpolys.py' adding 'sympy/polys/sqfreetools.py' adding 'sympy/polys/subresultants_qq_zz.py' adding 'sympy/polys/agca/__init__.py' adding 'sympy/polys/agca/extensions.py' adding 'sympy/polys/agca/homomorphisms.py' adding 'sympy/polys/agca/ideals.py' adding 'sympy/polys/agca/modules.py' adding 'sympy/polys/agca/tests/__init__.py' adding 'sympy/polys/agca/tests/test_extensions.py' adding 'sympy/polys/agca/tests/test_homomorphisms.py' adding 'sympy/polys/agca/tests/test_ideals.py' adding 'sympy/polys/agca/tests/test_modules.py' adding 'sympy/polys/benchmarks/__init__.py' adding 'sympy/polys/benchmarks/bench_galoispolys.py' adding 'sympy/polys/benchmarks/bench_groebnertools.py' adding 'sympy/polys/benchmarks/bench_solvers.py' adding 'sympy/polys/domains/__init__.py' adding 'sympy/polys/domains/algebraicfield.py' adding 'sympy/polys/domains/characteristiczero.py' adding 'sympy/polys/domains/complexfield.py' adding 'sympy/polys/domains/compositedomain.py' adding 'sympy/polys/domains/domain.py' adding 'sympy/polys/domains/domainelement.py' adding 'sympy/polys/domains/expressiondomain.py' adding 'sympy/polys/domains/expressionrawdomain.py' adding 'sympy/polys/domains/field.py' adding 'sympy/polys/domains/finitefield.py' adding 'sympy/polys/domains/fractionfield.py' adding 'sympy/polys/domains/gaussiandomains.py' adding 'sympy/polys/domains/gmpyfinitefield.py' adding 'sympy/polys/domains/gmpyintegerring.py' adding 'sympy/polys/domains/gmpyrationalfield.py' adding 'sympy/polys/domains/groundtypes.py' adding 'sympy/polys/domains/integerring.py' adding 'sympy/polys/domains/modularinteger.py' adding 'sympy/polys/domains/mpelements.py' adding 'sympy/polys/domains/old_fractionfield.py' adding 'sympy/polys/domains/old_polynomialring.py' adding 'sympy/polys/domains/polynomialring.py' adding 'sympy/polys/domains/pythonfinitefield.py' adding 'sympy/polys/domains/pythonintegerring.py' adding 'sympy/polys/domains/pythonrational.py' adding 'sympy/polys/domains/pythonrationalfield.py' adding 'sympy/polys/domains/quotientring.py' adding 'sympy/polys/domains/rationalfield.py' adding 'sympy/polys/domains/realfield.py' adding 'sympy/polys/domains/ring.py' adding 'sympy/polys/domains/simpledomain.py' adding 'sympy/polys/domains/tests/__init__.py' adding 'sympy/polys/domains/tests/test_domains.py' adding 'sympy/polys/domains/tests/test_polynomialring.py' adding 'sympy/polys/domains/tests/test_quotientring.py' adding 'sympy/polys/matrices/__init__.py' adding 'sympy/polys/matrices/_typing.py' adding 'sympy/polys/matrices/ddm.py' adding 'sympy/polys/matrices/dense.py' adding 'sympy/polys/matrices/domainmatrix.py' adding 'sympy/polys/matrices/domainscalar.py' adding 'sympy/polys/matrices/eigen.py' adding 'sympy/polys/matrices/exceptions.py' adding 'sympy/polys/matrices/linsolve.py' adding 'sympy/polys/matrices/lll.py' adding 'sympy/polys/matrices/normalforms.py' adding 'sympy/polys/matrices/sdm.py' adding 'sympy/polys/matrices/tests/__init__.py' adding 'sympy/polys/matrices/tests/test_ddm.py' adding 'sympy/polys/matrices/tests/test_dense.py' adding 'sympy/polys/matrices/tests/test_domainmatrix.py' adding 'sympy/polys/matrices/tests/test_domainscalar.py' adding 'sympy/polys/matrices/tests/test_eigen.py' adding 'sympy/polys/matrices/tests/test_linsolve.py' adding 'sympy/polys/matrices/tests/test_lll.py' adding 'sympy/polys/matrices/tests/test_normalforms.py' adding 'sympy/polys/matrices/tests/test_sdm.py' adding 'sympy/polys/numberfields/__init__.py' adding 'sympy/polys/numberfields/basis.py' adding 'sympy/polys/numberfields/exceptions.py' adding 'sympy/polys/numberfields/galois_resolvents.py' adding 'sympy/polys/numberfields/galoisgroups.py' adding 'sympy/polys/numberfields/minpoly.py' adding 'sympy/polys/numberfields/modules.py' adding 'sympy/polys/numberfields/primes.py' adding 'sympy/polys/numberfields/resolvent_lookup.py' adding 'sympy/polys/numberfields/subfield.py' adding 'sympy/polys/numberfields/utilities.py' adding 'sympy/polys/numberfields/tests/__init__.py' adding 'sympy/polys/numberfields/tests/test_basis.py' adding 'sympy/polys/numberfields/tests/test_galoisgroups.py' adding 'sympy/polys/numberfields/tests/test_minpoly.py' adding 'sympy/polys/numberfields/tests/test_modules.py' adding 'sympy/polys/numberfields/tests/test_numbers.py' adding 'sympy/polys/numberfields/tests/test_primes.py' adding 'sympy/polys/numberfields/tests/test_subfield.py' adding 'sympy/polys/numberfields/tests/test_utilities.py' adding 'sympy/polys/tests/__init__.py' adding 'sympy/polys/tests/test_appellseqs.py' adding 'sympy/polys/tests/test_constructor.py' adding 'sympy/polys/tests/test_densearith.py' adding 'sympy/polys/tests/test_densebasic.py' adding 'sympy/polys/tests/test_densetools.py' adding 'sympy/polys/tests/test_dispersion.py' adding 'sympy/polys/tests/test_distributedmodules.py' adding 'sympy/polys/tests/test_euclidtools.py' adding 'sympy/polys/tests/test_factortools.py' adding 'sympy/polys/tests/test_fields.py' adding 'sympy/polys/tests/test_galoistools.py' adding 'sympy/polys/tests/test_groebnertools.py' adding 'sympy/polys/tests/test_heuristicgcd.py' adding 'sympy/polys/tests/test_injections.py' adding 'sympy/polys/tests/test_modulargcd.py' adding 'sympy/polys/tests/test_monomials.py' adding 'sympy/polys/tests/test_multivariate_resultants.py' adding 'sympy/polys/tests/test_orderings.py' adding 'sympy/polys/tests/test_orthopolys.py' adding 'sympy/polys/tests/test_partfrac.py' adding 'sympy/polys/tests/test_polyclasses.py' adding 'sympy/polys/tests/test_polyfuncs.py' adding 'sympy/polys/tests/test_polymatrix.py' adding 'sympy/polys/tests/test_polyoptions.py' adding 'sympy/polys/tests/test_polyroots.py' adding 'sympy/polys/tests/test_polytools.py' adding 'sympy/polys/tests/test_polyutils.py' adding 'sympy/polys/tests/test_pythonrational.py' adding 'sympy/polys/tests/test_rationaltools.py' adding 'sympy/polys/tests/test_ring_series.py' adding 'sympy/polys/tests/test_rings.py' adding 'sympy/polys/tests/test_rootisolation.py' adding 'sympy/polys/tests/test_rootoftools.py' adding 'sympy/polys/tests/test_solvers.py' adding 'sympy/polys/tests/test_specialpolys.py' adding 'sympy/polys/tests/test_sqfreetools.py' adding 'sympy/polys/tests/test_subresultants_qq_zz.py' adding 'sympy/printing/__init__.py' adding 'sympy/printing/aesaracode.py' adding 'sympy/printing/c.py' adding 'sympy/printing/codeprinter.py' adding 'sympy/printing/conventions.py' adding 'sympy/printing/cxx.py' adding 'sympy/printing/defaults.py' adding 'sympy/printing/dot.py' adding 'sympy/printing/fortran.py' adding 'sympy/printing/glsl.py' adding 'sympy/printing/gtk.py' adding 'sympy/printing/jscode.py' adding 'sympy/printing/julia.py' adding 'sympy/printing/lambdarepr.py' adding 'sympy/printing/latex.py' adding 'sympy/printing/llvmjitcode.py' adding 'sympy/printing/maple.py' adding 'sympy/printing/mathematica.py' adding 'sympy/printing/mathml.py' adding 'sympy/printing/numpy.py' adding 'sympy/printing/octave.py' adding 'sympy/printing/precedence.py' adding 'sympy/printing/preview.py' adding 'sympy/printing/printer.py' adding 'sympy/printing/pycode.py' adding 'sympy/printing/python.py' adding 'sympy/printing/rcode.py' adding 'sympy/printing/repr.py' adding 'sympy/printing/rust.py' adding 'sympy/printing/smtlib.py' adding 'sympy/printing/str.py' adding 'sympy/printing/tableform.py' adding 'sympy/printing/tensorflow.py' adding 'sympy/printing/theanocode.py' adding 'sympy/printing/tree.py' adding 'sympy/printing/pretty/__init__.py' adding 'sympy/printing/pretty/pretty.py' adding 'sympy/printing/pretty/pretty_symbology.py' adding 'sympy/printing/pretty/stringpict.py' adding 'sympy/printing/pretty/tests/__init__.py' adding 'sympy/printing/pretty/tests/test_pretty.py' adding 'sympy/printing/tests/__init__.py' adding 'sympy/printing/tests/test_aesaracode.py' adding 'sympy/printing/tests/test_c.py' adding 'sympy/printing/tests/test_codeprinter.py' adding 'sympy/printing/tests/test_conventions.py' adding 'sympy/printing/tests/test_cupy.py' adding 'sympy/printing/tests/test_cxx.py' adding 'sympy/printing/tests/test_dot.py' adding 'sympy/printing/tests/test_fortran.py' adding 'sympy/printing/tests/test_glsl.py' adding 'sympy/printing/tests/test_gtk.py' adding 'sympy/printing/tests/test_jax.py' adding 'sympy/printing/tests/test_jscode.py' adding 'sympy/printing/tests/test_julia.py' adding 'sympy/printing/tests/test_lambdarepr.py' adding 'sympy/printing/tests/test_latex.py' adding 'sympy/printing/tests/test_llvmjit.py' adding 'sympy/printing/tests/test_maple.py' adding 'sympy/printing/tests/test_mathematica.py' adding 'sympy/printing/tests/test_mathml.py' adding 'sympy/printing/tests/test_numpy.py' adding 'sympy/printing/tests/test_octave.py' adding 'sympy/printing/tests/test_precedence.py' adding 'sympy/printing/tests/test_preview.py' adding 'sympy/printing/tests/test_pycode.py' adding 'sympy/printing/tests/test_python.py' adding 'sympy/printing/tests/test_rcode.py' adding 'sympy/printing/tests/test_repr.py' adding 'sympy/printing/tests/test_rust.py' adding 'sympy/printing/tests/test_smtlib.py' adding 'sympy/printing/tests/test_str.py' adding 'sympy/printing/tests/test_tableform.py' adding 'sympy/printing/tests/test_tensorflow.py' adding 'sympy/printing/tests/test_theanocode.py' adding 'sympy/printing/tests/test_tree.py' adding 'sympy/sandbox/__init__.py' adding 'sympy/sandbox/indexed_integrals.py' adding 'sympy/sandbox/tests/__init__.py' adding 'sympy/sandbox/tests/test_indexed_integrals.py' adding 'sympy/series/__init__.py' adding 'sympy/series/acceleration.py' adding 'sympy/series/approximants.py' adding 'sympy/series/aseries.py' adding 'sympy/series/formal.py' adding 'sympy/series/fourier.py' adding 'sympy/series/gruntz.py' adding 'sympy/series/kauers.py' adding 'sympy/series/limits.py' adding 'sympy/series/limitseq.py' adding 'sympy/series/order.py' adding 'sympy/series/residues.py' adding 'sympy/series/sequences.py' adding 'sympy/series/series.py' adding 'sympy/series/series_class.py' adding 'sympy/series/benchmarks/__init__.py' adding 'sympy/series/benchmarks/bench_limit.py' adding 'sympy/series/benchmarks/bench_order.py' adding 'sympy/series/tests/__init__.py' adding 'sympy/series/tests/test_approximants.py' adding 'sympy/series/tests/test_aseries.py' adding 'sympy/series/tests/test_demidovich.py' adding 'sympy/series/tests/test_formal.py' adding 'sympy/series/tests/test_fourier.py' adding 'sympy/series/tests/test_gruntz.py' adding 'sympy/series/tests/test_kauers.py' adding 'sympy/series/tests/test_limits.py' adding 'sympy/series/tests/test_limitseq.py' adding 'sympy/series/tests/test_lseries.py' adding 'sympy/series/tests/test_nseries.py' adding 'sympy/series/tests/test_order.py' adding 'sympy/series/tests/test_residues.py' adding 'sympy/series/tests/test_sequences.py' adding 'sympy/series/tests/test_series.py' adding 'sympy/sets/__init__.py' adding 'sympy/sets/conditionset.py' adding 'sympy/sets/contains.py' adding 'sympy/sets/fancysets.py' adding 'sympy/sets/ordinals.py' adding 'sympy/sets/powerset.py' adding 'sympy/sets/setexpr.py' adding 'sympy/sets/sets.py' adding 'sympy/sets/handlers/__init__.py' adding 'sympy/sets/handlers/add.py' adding 'sympy/sets/handlers/comparison.py' adding 'sympy/sets/handlers/functions.py' adding 'sympy/sets/handlers/intersection.py' adding 'sympy/sets/handlers/issubset.py' adding 'sympy/sets/handlers/mul.py' adding 'sympy/sets/handlers/power.py' adding 'sympy/sets/handlers/union.py' adding 'sympy/sets/tests/__init__.py' adding 'sympy/sets/tests/test_conditionset.py' adding 'sympy/sets/tests/test_contains.py' adding 'sympy/sets/tests/test_fancysets.py' adding 'sympy/sets/tests/test_ordinals.py' adding 'sympy/sets/tests/test_powerset.py' adding 'sympy/sets/tests/test_setexpr.py' adding 'sympy/sets/tests/test_sets.py' adding 'sympy/simplify/__init__.py' adding 'sympy/simplify/combsimp.py' adding 'sympy/simplify/cse_main.py' adding 'sympy/simplify/cse_opts.py' adding 'sympy/simplify/epathtools.py' adding 'sympy/simplify/fu.py' adding 'sympy/simplify/gammasimp.py' adding 'sympy/simplify/hyperexpand.py' adding 'sympy/simplify/hyperexpand_doc.py' adding 'sympy/simplify/powsimp.py' adding 'sympy/simplify/radsimp.py' adding 'sympy/simplify/ratsimp.py' adding 'sympy/simplify/simplify.py' adding 'sympy/simplify/sqrtdenest.py' adding 'sympy/simplify/traversaltools.py' adding 'sympy/simplify/trigsimp.py' adding 'sympy/simplify/tests/__init__.py' adding 'sympy/simplify/tests/test_combsimp.py' adding 'sympy/simplify/tests/test_cse.py' adding 'sympy/simplify/tests/test_epathtools.py' adding 'sympy/simplify/tests/test_fu.py' adding 'sympy/simplify/tests/test_function.py' adding 'sympy/simplify/tests/test_gammasimp.py' adding 'sympy/simplify/tests/test_hyperexpand.py' adding 'sympy/simplify/tests/test_powsimp.py' adding 'sympy/simplify/tests/test_radsimp.py' adding 'sympy/simplify/tests/test_ratsimp.py' adding 'sympy/simplify/tests/test_rewrite.py' adding 'sympy/simplify/tests/test_simplify.py' adding 'sympy/simplify/tests/test_sqrtdenest.py' adding 'sympy/simplify/tests/test_trigsimp.py' adding 'sympy/solvers/__init__.py' adding 'sympy/solvers/bivariate.py' adding 'sympy/solvers/decompogen.py' adding 'sympy/solvers/deutils.py' adding 'sympy/solvers/inequalities.py' adding 'sympy/solvers/pde.py' adding 'sympy/solvers/polysys.py' adding 'sympy/solvers/recurr.py' adding 'sympy/solvers/solvers.py' adding 'sympy/solvers/solveset.py' adding 'sympy/solvers/benchmarks/__init__.py' adding 'sympy/solvers/benchmarks/bench_solvers.py' adding 'sympy/solvers/diophantine/__init__.py' adding 'sympy/solvers/diophantine/diophantine.py' adding 'sympy/solvers/diophantine/tests/__init__.py' adding 'sympy/solvers/diophantine/tests/test_diophantine.py' adding 'sympy/solvers/ode/__init__.py' adding 'sympy/solvers/ode/hypergeometric.py' adding 'sympy/solvers/ode/lie_group.py' adding 'sympy/solvers/ode/nonhomogeneous.py' adding 'sympy/solvers/ode/ode.py' adding 'sympy/solvers/ode/riccati.py' adding 'sympy/solvers/ode/single.py' adding 'sympy/solvers/ode/subscheck.py' adding 'sympy/solvers/ode/systems.py' adding 'sympy/solvers/ode/tests/__init__.py' adding 'sympy/solvers/ode/tests/test_lie_group.py' adding 'sympy/solvers/ode/tests/test_ode.py' adding 'sympy/solvers/ode/tests/test_riccati.py' adding 'sympy/solvers/ode/tests/test_single.py' adding 'sympy/solvers/ode/tests/test_subscheck.py' adding 'sympy/solvers/ode/tests/test_systems.py' adding 'sympy/solvers/tests/__init__.py' adding 'sympy/solvers/tests/test_constantsimp.py' adding 'sympy/solvers/tests/test_decompogen.py' adding 'sympy/solvers/tests/test_inequalities.py' adding 'sympy/solvers/tests/test_numeric.py' adding 'sympy/solvers/tests/test_pde.py' adding 'sympy/solvers/tests/test_polysys.py' adding 'sympy/solvers/tests/test_recurr.py' adding 'sympy/solvers/tests/test_solvers.py' adding 'sympy/solvers/tests/test_solveset.py' adding 'sympy/stats/__init__.py' adding 'sympy/stats/compound_rv.py' adding 'sympy/stats/crv.py' adding 'sympy/stats/crv_types.py' adding 'sympy/stats/drv.py' adding 'sympy/stats/drv_types.py' adding 'sympy/stats/error_prop.py' adding 'sympy/stats/frv.py' adding 'sympy/stats/frv_types.py' adding 'sympy/stats/joint_rv.py' adding 'sympy/stats/joint_rv_types.py' adding 'sympy/stats/matrix_distributions.py' adding 'sympy/stats/random_matrix.py' adding 'sympy/stats/random_matrix_models.py' adding 'sympy/stats/rv.py' adding 'sympy/stats/rv_interface.py' adding 'sympy/stats/stochastic_process.py' adding 'sympy/stats/stochastic_process_types.py' adding 'sympy/stats/symbolic_multivariate_probability.py' adding 'sympy/stats/symbolic_probability.py' adding 'sympy/stats/sampling/__init__.py' adding 'sympy/stats/sampling/sample_numpy.py' adding 'sympy/stats/sampling/sample_pymc.py' adding 'sympy/stats/sampling/sample_scipy.py' adding 'sympy/stats/sampling/tests/__init__.py' adding 'sympy/stats/sampling/tests/test_sample_continuous_rv.py' adding 'sympy/stats/sampling/tests/test_sample_discrete_rv.py' adding 'sympy/stats/sampling/tests/test_sample_finite_rv.py' adding 'sympy/stats/tests/__init__.py' adding 'sympy/stats/tests/test_compound_rv.py' adding 'sympy/stats/tests/test_continuous_rv.py' adding 'sympy/stats/tests/test_discrete_rv.py' adding 'sympy/stats/tests/test_error_prop.py' adding 'sympy/stats/tests/test_finite_rv.py' adding 'sympy/stats/tests/test_joint_rv.py' adding 'sympy/stats/tests/test_matrix_distributions.py' adding 'sympy/stats/tests/test_mix.py' adding 'sympy/stats/tests/test_random_matrix.py' adding 'sympy/stats/tests/test_rv.py' adding 'sympy/stats/tests/test_stochastic_process.py' adding 'sympy/stats/tests/test_symbolic_multivariate.py' adding 'sympy/stats/tests/test_symbolic_probability.py' adding 'sympy/strategies/__init__.py' adding 'sympy/strategies/core.py' adding 'sympy/strategies/rl.py' adding 'sympy/strategies/tools.py' adding 'sympy/strategies/traverse.py' adding 'sympy/strategies/tree.py' adding 'sympy/strategies/util.py' adding 'sympy/strategies/branch/__init__.py' adding 'sympy/strategies/branch/core.py' adding 'sympy/strategies/branch/tools.py' adding 'sympy/strategies/branch/traverse.py' adding 'sympy/strategies/branch/tests/__init__.py' adding 'sympy/strategies/branch/tests/test_core.py' adding 'sympy/strategies/branch/tests/test_tools.py' adding 'sympy/strategies/branch/tests/test_traverse.py' adding 'sympy/strategies/tests/__init__.py' adding 'sympy/strategies/tests/test_core.py' adding 'sympy/strategies/tests/test_rl.py' adding 'sympy/strategies/tests/test_tools.py' adding 'sympy/strategies/tests/test_traverse.py' adding 'sympy/strategies/tests/test_tree.py' adding 'sympy/tensor/__init__.py' adding 'sympy/tensor/functions.py' adding 'sympy/tensor/index_methods.py' adding 'sympy/tensor/indexed.py' adding 'sympy/tensor/tensor.py' adding 'sympy/tensor/toperators.py' adding 'sympy/tensor/array/__init__.py' adding 'sympy/tensor/array/array_comprehension.py' adding 'sympy/tensor/array/array_derivatives.py' adding 'sympy/tensor/array/arrayop.py' adding 'sympy/tensor/array/dense_ndim_array.py' adding 'sympy/tensor/array/mutable_ndim_array.py' adding 'sympy/tensor/array/ndim_array.py' adding 'sympy/tensor/array/sparse_ndim_array.py' adding 'sympy/tensor/array/expressions/__init__.py' adding 'sympy/tensor/array/expressions/array_expressions.py' adding 'sympy/tensor/array/expressions/arrayexpr_derivatives.py' adding 'sympy/tensor/array/expressions/conv_array_to_indexed.py' adding 'sympy/tensor/array/expressions/conv_array_to_matrix.py' adding 'sympy/tensor/array/expressions/conv_indexed_to_array.py' adding 'sympy/tensor/array/expressions/conv_matrix_to_array.py' adding 'sympy/tensor/array/expressions/from_array_to_indexed.py' adding 'sympy/tensor/array/expressions/from_array_to_matrix.py' adding 'sympy/tensor/array/expressions/from_indexed_to_array.py' adding 'sympy/tensor/array/expressions/from_matrix_to_array.py' adding 'sympy/tensor/array/expressions/utils.py' adding 'sympy/tensor/array/expressions/tests/__init__.py' adding 'sympy/tensor/array/expressions/tests/test_array_expressions.py' adding 'sympy/tensor/array/expressions/tests/test_arrayexpr_derivatives.py' adding 'sympy/tensor/array/expressions/tests/test_as_explicit.py' adding 'sympy/tensor/array/expressions/tests/test_convert_array_to_indexed.py' adding 'sympy/tensor/array/expressions/tests/test_convert_array_to_matrix.py' adding 'sympy/tensor/array/expressions/tests/test_convert_indexed_to_array.py' adding 'sympy/tensor/array/expressions/tests/test_convert_matrix_to_array.py' adding 'sympy/tensor/array/expressions/tests/test_deprecated_conv_modules.py' adding 'sympy/tensor/array/tests/__init__.py' adding 'sympy/tensor/array/tests/test_array_comprehension.py' adding 'sympy/tensor/array/tests/test_array_derivatives.py' adding 'sympy/tensor/array/tests/test_arrayop.py' adding 'sympy/tensor/array/tests/test_immutable_ndim_array.py' adding 'sympy/tensor/array/tests/test_mutable_ndim_array.py' adding 'sympy/tensor/array/tests/test_ndim_array.py' adding 'sympy/tensor/array/tests/test_ndim_array_conversions.py' adding 'sympy/tensor/tests/__init__.py' adding 'sympy/tensor/tests/test_functions.py' adding 'sympy/tensor/tests/test_index_methods.py' adding 'sympy/tensor/tests/test_indexed.py' adding 'sympy/tensor/tests/test_printing.py' adding 'sympy/tensor/tests/test_tensor.py' adding 'sympy/tensor/tests/test_tensor_element.py' adding 'sympy/tensor/tests/test_tensor_operators.py' adding 'sympy/testing/__init__.py' adding 'sympy/testing/matrices.py' adding 'sympy/testing/pytest.py' adding 'sympy/testing/quality_unicode.py' adding 'sympy/testing/randtest.py' adding 'sympy/testing/runtests.py' adding 'sympy/testing/tmpfiles.py' adding 'sympy/testing/tests/__init__.py' adding 'sympy/testing/tests/diagnose_imports.py' adding 'sympy/testing/tests/test_code_quality.py' adding 'sympy/testing/tests/test_deprecated.py' adding 'sympy/testing/tests/test_module_imports.py' adding 'sympy/testing/tests/test_pytest.py' adding 'sympy/unify/__init__.py' adding 'sympy/unify/core.py' adding 'sympy/unify/rewrite.py' adding 'sympy/unify/usympy.py' adding 'sympy/unify/tests/__init__.py' adding 'sympy/unify/tests/test_rewrite.py' adding 'sympy/unify/tests/test_sympy.py' adding 'sympy/unify/tests/test_unify.py' adding 'sympy/utilities/__init__.py' adding 'sympy/utilities/autowrap.py' adding 'sympy/utilities/codegen.py' adding 'sympy/utilities/decorator.py' adding 'sympy/utilities/enumerative.py' adding 'sympy/utilities/exceptions.py' adding 'sympy/utilities/iterables.py' adding 'sympy/utilities/lambdify.py' adding 'sympy/utilities/magic.py' adding 'sympy/utilities/matchpy_connector.py' adding 'sympy/utilities/memoization.py' adding 'sympy/utilities/misc.py' adding 'sympy/utilities/pkgdata.py' adding 'sympy/utilities/pytest.py' adding 'sympy/utilities/randtest.py' adding 'sympy/utilities/runtests.py' adding 'sympy/utilities/source.py' adding 'sympy/utilities/timeutils.py' adding 'sympy/utilities/tmpfiles.py' adding 'sympy/utilities/_compilation/__init__.py' adding 'sympy/utilities/_compilation/availability.py' adding 'sympy/utilities/_compilation/compilation.py' adding 'sympy/utilities/_compilation/runners.py' adding 'sympy/utilities/_compilation/util.py' adding 'sympy/utilities/_compilation/tests/__init__.py' adding 'sympy/utilities/_compilation/tests/test_compilation.py' adding 'sympy/utilities/mathml/__init__.py' adding 'sympy/utilities/mathml/data/mmlctop.xsl' adding 'sympy/utilities/mathml/data/mmltex.xsl' adding 'sympy/utilities/mathml/data/simple_mmlctop.xsl' adding 'sympy/utilities/tests/__init__.py' adding 'sympy/utilities/tests/test_autowrap.py' adding 'sympy/utilities/tests/test_codegen.py' adding 'sympy/utilities/tests/test_codegen_julia.py' adding 'sympy/utilities/tests/test_codegen_octave.py' adding 'sympy/utilities/tests/test_codegen_rust.py' adding 'sympy/utilities/tests/test_decorator.py' adding 'sympy/utilities/tests/test_deprecated.py' adding 'sympy/utilities/tests/test_enumerative.py' adding 'sympy/utilities/tests/test_exceptions.py' adding 'sympy/utilities/tests/test_iterables.py' adding 'sympy/utilities/tests/test_lambdify.py' adding 'sympy/utilities/tests/test_matchpy_connector.py' adding 'sympy/utilities/tests/test_mathml.py' adding 'sympy/utilities/tests/test_misc.py' adding 'sympy/utilities/tests/test_pickling.py' adding 'sympy/utilities/tests/test_source.py' adding 'sympy/utilities/tests/test_timeutils.py' adding 'sympy/utilities/tests/test_wester.py' adding 'sympy/utilities/tests/test_xxe.py' adding 'sympy/vector/__init__.py' adding 'sympy/vector/basisdependent.py' adding 'sympy/vector/coordsysrect.py' adding 'sympy/vector/deloperator.py' adding 'sympy/vector/dyadic.py' adding 'sympy/vector/functions.py' adding 'sympy/vector/implicitregion.py' adding 'sympy/vector/integrals.py' adding 'sympy/vector/operators.py' adding 'sympy/vector/orienters.py' adding 'sympy/vector/parametricregion.py' adding 'sympy/vector/point.py' adding 'sympy/vector/scalar.py' adding 'sympy/vector/vector.py' adding 'sympy/vector/tests/__init__.py' adding 'sympy/vector/tests/test_coordsysrect.py' adding 'sympy/vector/tests/test_dyadic.py' adding 'sympy/vector/tests/test_field_functions.py' adding 'sympy/vector/tests/test_functions.py' adding 'sympy/vector/tests/test_implicitregion.py' adding 'sympy/vector/tests/test_integrals.py' adding 'sympy/vector/tests/test_operators.py' adding 'sympy/vector/tests/test_parametricregion.py' adding 'sympy/vector/tests/test_printing.py' adding 'sympy/vector/tests/test_vector.py' adding 'sympy-1.12.data/data/man/man1/isympy.1' adding 'sympy-1.12.dist-info/AUTHORS' adding 'sympy-1.12.dist-info/LICENSE' adding 'sympy-1.12.dist-info/METADATA' adding 'sympy-1.12.dist-info/WHEEL' adding 'sympy-1.12.dist-info/entry_points.txt' adding 'sympy-1.12.dist-info/top_level.txt' adding 'sympy-1.12.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built sympy-1.12-py3-none-any.whl >>> Running package in math/py-sympy,python3 at 1713780861.77 ===> math/py-sympy,python3 ===> Faking installation for py3-sympy-1.12 Installing /exopi-cvs/ports/math/py-sympy/pkg/README as /exopi-obj/pobj/py-sympy-1.12-python3/fake-amd64-python3/usr/local/share/doc/pkg-readmes/py3-sympy ===> Building package for py3-sympy-1.12 Create /exopi-cvs/ports/packages/amd64/all/py3-sympy-1.12.tgz Creating package py3-sympy-1.12 reading plist| reading plist|- reading plist|\ checking dependencies| checking dependencies|devel/ipython,python3 checking dependencies|lang/python/3.10,-main checking dependencies|math/py-mpmath,python3 checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********* | 16% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|******************** | 34% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|*********************** | 39% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|********************************** | 57% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************* | 75% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|*********************************************************** | 98% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 2% archiving|** | 3% archiving|** | 4% archiving|*** | 4% archiving|*** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 7% archiving|***** | 8% archiving|****** | 9% archiving|****** | 10% archiving|******* | 10% archiving|******* | 11% archiving|******* | 12% archiving|******** | 12% archiving|******** | 13% archiving|********* | 13% archiving|********* | 14% archiving|********* | 15% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 16% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************* | 21% archiving|************** | 21% archiving|************** | 22% archiving|************** | 23% archiving|*************** | 23% archiving|*************** | 24% archiving|**************** | 24% archiving|**************** | 25% archiving|**************** | 26% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 27% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 32% archiving|********************* | 33% archiving|********************* | 34% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 35% archiving|*********************** | 36% archiving|*********************** | 37% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 38% archiving|************************* | 39% archiving|************************* | 40% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|**************************** | 43% archiving|**************************** | 44% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 46% archiving|****************************** | 47% archiving|****************************** | 48% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 49% archiving|******************************** | 50% archiving|******************************** | 51% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 57% archiving|************************************* | 58% archiving|************************************* | 59% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 63% archiving|***************************************** | 64% archiving|***************************************** | 65% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|********************************************** | 73% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|***************************************************** | 84% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-sympy-1.12.tgz >>> Running clean in math/py-sympy,python3 at 1713780905.79 ===> math/py-sympy,python3 ===> Cleaning for py3-sympy-1.12 >>> Ended at 1713780906.40 max_stuck=18.08/depends=1.70/show-prepare-results=1.20/build=7.87/package=44.03/clean=0.63