pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math py-pythran: added version 0.10.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0aeb23a7ffd9
branches:  trunk
changeset: 459226:0aeb23a7ffd9
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 01 19:55:37 2021 +0000

description:
py-pythran: added version 0.10.0

Pythran is an ahead of time compiler for a subset of the Python language, with
a focus on scientific computing. It takes a Python module annotated with a few
interface descriptions and turns it into a native Python module with the same
interface, but (hopefully) faster.

diffstat:

 math/Makefile                |     3 +-
 math/py-pythran/ALTERNATIVES |     2 +
 math/py-pythran/DESCR        |     4 +
 math/py-pythran/Makefile     |    29 +
 math/py-pythran/PLIST        |  4275 ++++++++++++++++++++++++++++++++++++++++++
 math/py-pythran/distinfo     |     6 +
 6 files changed, 4318 insertions(+), 1 deletions(-)

diffs (truncated from 4353 to 300 lines):

diff -r fee8e698f3ed -r 0aeb23a7ffd9 math/Makefile
--- a/math/Makefile     Fri Oct 01 19:53:00 2021 +0000
+++ b/math/Makefile     Fri Oct 01 19:55:37 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.520 2021/09/20 13:09:37 mef Exp $
+# $NetBSD: Makefile,v 1.521 2021/10/01 19:55:37 adam Exp $
 
 COMMENT=       Mathematics
 
@@ -395,6 +395,7 @@
 SUBDIR+=       py-powerlaw
 SUBDIR+=       py-pyerfa
 SUBDIR+=       py-pymc3
+SUBDIR+=       py-pythran
 SUBDIR+=       py-pyvo
 SUBDIR+=       py-pywavelets
 SUBDIR+=       py-quadprog
diff -r fee8e698f3ed -r 0aeb23a7ffd9 math/py-pythran/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-pythran/ALTERNATIVES      Fri Oct 01 19:55:37 2021 +0000
@@ -0,0 +1,2 @@
+bin/pythran @PREFIX@/bin/pythran-@PYVERSSUFFIX@
+bin/pythran-config @PREFIX@/bin/pythran-config-@PYVERSSUFFIX@
diff -r fee8e698f3ed -r 0aeb23a7ffd9 math/py-pythran/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-pythran/DESCR     Fri Oct 01 19:55:37 2021 +0000
@@ -0,0 +1,4 @@
+Pythran is an ahead of time compiler for a subset of the Python language, with
+a focus on scientific computing. It takes a Python module annotated with a few
+interface descriptions and turns it into a native Python module with the same
+interface, but (hopefully) faster.
diff -r fee8e698f3ed -r 0aeb23a7ffd9 math/py-pythran/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-pythran/Makefile  Fri Oct 01 19:55:37 2021 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2021/10/01 19:55:37 adam Exp $
+
+DISTNAME=      pythran-0.10.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    math python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pythran/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/serge-sans-paille/pythran
+COMMENT=       Ahead of Time compiler for numeric kernels
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-beniget>=0.4.0:../../devel/py-beniget
+DEPENDS+=      ${PYPKGPREFIX}-gast>=0.5.0:../../devel/py-gast
+DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
+DEPENDS+=      ${PYPKGPREFIX}-ply>=3.4:../../devel/py-ply
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+post-install:
+.for bin in pythran pythran-config
+       cd ${DESTDIR}${PREFIX}/bin && \
+       ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
+.endfor
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fee8e698f3ed -r 0aeb23a7ffd9 math/py-pythran/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-pythran/PLIST     Fri Oct 01 19:55:37 2021 +0000
@@ -0,0 +1,4275 @@
+@comment $NetBSD: PLIST,v 1.1 2021/10/01 19:55:37 adam Exp $
+bin/pythran-${PYVERSSUFFIX}
+bin/pythran-config-${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/omp/__init__.py
+${PYSITELIB}/omp/__init__.pyc
+${PYSITELIB}/omp/__init__.pyo
+${PYSITELIB}/pythran/__init__.py
+${PYSITELIB}/pythran/__init__.pyc
+${PYSITELIB}/pythran/__init__.pyo
+${PYSITELIB}/pythran/analyses/__init__.py
+${PYSITELIB}/pythran/analyses/__init__.pyc
+${PYSITELIB}/pythran/analyses/__init__.pyo
+${PYSITELIB}/pythran/analyses/aliases.py
+${PYSITELIB}/pythran/analyses/aliases.pyc
+${PYSITELIB}/pythran/analyses/aliases.pyo
+${PYSITELIB}/pythran/analyses/ancestors.py
+${PYSITELIB}/pythran/analyses/ancestors.pyc
+${PYSITELIB}/pythran/analyses/ancestors.pyo
+${PYSITELIB}/pythran/analyses/argument_effects.py
+${PYSITELIB}/pythran/analyses/argument_effects.pyc
+${PYSITELIB}/pythran/analyses/argument_effects.pyo
+${PYSITELIB}/pythran/analyses/argument_read_once.py
+${PYSITELIB}/pythran/analyses/argument_read_once.pyc
+${PYSITELIB}/pythran/analyses/argument_read_once.pyo
+${PYSITELIB}/pythran/analyses/ast_matcher.py
+${PYSITELIB}/pythran/analyses/ast_matcher.pyc
+${PYSITELIB}/pythran/analyses/ast_matcher.pyo
+${PYSITELIB}/pythran/analyses/cfg.py
+${PYSITELIB}/pythran/analyses/cfg.pyc
+${PYSITELIB}/pythran/analyses/cfg.pyo
+${PYSITELIB}/pythran/analyses/constant_expressions.py
+${PYSITELIB}/pythran/analyses/constant_expressions.pyc
+${PYSITELIB}/pythran/analyses/constant_expressions.pyo
+${PYSITELIB}/pythran/analyses/dependencies.py
+${PYSITELIB}/pythran/analyses/dependencies.pyc
+${PYSITELIB}/pythran/analyses/dependencies.pyo
+${PYSITELIB}/pythran/analyses/extended_syntax_check.py
+${PYSITELIB}/pythran/analyses/extended_syntax_check.pyc
+${PYSITELIB}/pythran/analyses/extended_syntax_check.pyo
+${PYSITELIB}/pythran/analyses/fixed_size_list.py
+${PYSITELIB}/pythran/analyses/fixed_size_list.pyc
+${PYSITELIB}/pythran/analyses/fixed_size_list.pyo
+${PYSITELIB}/pythran/analyses/global_declarations.py
+${PYSITELIB}/pythran/analyses/global_declarations.pyc
+${PYSITELIB}/pythran/analyses/global_declarations.pyo
+${PYSITELIB}/pythran/analyses/global_effects.py
+${PYSITELIB}/pythran/analyses/global_effects.pyc
+${PYSITELIB}/pythran/analyses/global_effects.pyo
+${PYSITELIB}/pythran/analyses/globals_analysis.py
+${PYSITELIB}/pythran/analyses/globals_analysis.pyc
+${PYSITELIB}/pythran/analyses/globals_analysis.pyo
+${PYSITELIB}/pythran/analyses/has_return.py
+${PYSITELIB}/pythran/analyses/has_return.pyc
+${PYSITELIB}/pythran/analyses/has_return.pyo
+${PYSITELIB}/pythran/analyses/identifiers.py
+${PYSITELIB}/pythran/analyses/identifiers.pyc
+${PYSITELIB}/pythran/analyses/identifiers.pyo
+${PYSITELIB}/pythran/analyses/immediates.py
+${PYSITELIB}/pythran/analyses/immediates.pyc
+${PYSITELIB}/pythran/analyses/immediates.pyo
+${PYSITELIB}/pythran/analyses/imported_ids.py
+${PYSITELIB}/pythran/analyses/imported_ids.pyc
+${PYSITELIB}/pythran/analyses/imported_ids.pyo
+${PYSITELIB}/pythran/analyses/inlinable.py
+${PYSITELIB}/pythran/analyses/inlinable.pyc
+${PYSITELIB}/pythran/analyses/inlinable.pyo
+${PYSITELIB}/pythran/analyses/is_assigned.py
+${PYSITELIB}/pythran/analyses/is_assigned.pyc
+${PYSITELIB}/pythran/analyses/is_assigned.pyo
+${PYSITELIB}/pythran/analyses/lazyness_analysis.py
+${PYSITELIB}/pythran/analyses/lazyness_analysis.pyc
+${PYSITELIB}/pythran/analyses/lazyness_analysis.pyo
+${PYSITELIB}/pythran/analyses/literals.py
+${PYSITELIB}/pythran/analyses/literals.pyc
+${PYSITELIB}/pythran/analyses/literals.pyo
+${PYSITELIB}/pythran/analyses/local_declarations.py
+${PYSITELIB}/pythran/analyses/local_declarations.pyc
+${PYSITELIB}/pythran/analyses/local_declarations.pyo
+${PYSITELIB}/pythran/analyses/locals_analysis.py
+${PYSITELIB}/pythran/analyses/locals_analysis.pyc
+${PYSITELIB}/pythran/analyses/locals_analysis.pyo
+${PYSITELIB}/pythran/analyses/node_count.py
+${PYSITELIB}/pythran/analyses/node_count.pyc
+${PYSITELIB}/pythran/analyses/node_count.pyo
+${PYSITELIB}/pythran/analyses/optimizable_comprehension.py
+${PYSITELIB}/pythran/analyses/optimizable_comprehension.pyc
+${PYSITELIB}/pythran/analyses/optimizable_comprehension.pyo
+${PYSITELIB}/pythran/analyses/ordered_global_declarations.py
+${PYSITELIB}/pythran/analyses/ordered_global_declarations.pyc
+${PYSITELIB}/pythran/analyses/ordered_global_declarations.pyo
+${PYSITELIB}/pythran/analyses/parallel_maps.py
+${PYSITELIB}/pythran/analyses/parallel_maps.pyc
+${PYSITELIB}/pythran/analyses/parallel_maps.pyo
+${PYSITELIB}/pythran/analyses/potential_iterator.py
+${PYSITELIB}/pythran/analyses/potential_iterator.pyc
+${PYSITELIB}/pythran/analyses/potential_iterator.pyo
+${PYSITELIB}/pythran/analyses/pure_expressions.py
+${PYSITELIB}/pythran/analyses/pure_expressions.pyc
+${PYSITELIB}/pythran/analyses/pure_expressions.pyo
+${PYSITELIB}/pythran/analyses/range_values.py
+${PYSITELIB}/pythran/analyses/range_values.pyc
+${PYSITELIB}/pythran/analyses/range_values.pyo
+${PYSITELIB}/pythran/analyses/scope.py
+${PYSITELIB}/pythran/analyses/scope.pyc
+${PYSITELIB}/pythran/analyses/scope.pyo
+${PYSITELIB}/pythran/analyses/static_expressions.py
+${PYSITELIB}/pythran/analyses/static_expressions.pyc
+${PYSITELIB}/pythran/analyses/static_expressions.pyo
+${PYSITELIB}/pythran/analyses/use_def_chain.py
+${PYSITELIB}/pythran/analyses/use_def_chain.pyc
+${PYSITELIB}/pythran/analyses/use_def_chain.pyo
+${PYSITELIB}/pythran/analyses/use_omp.py
+${PYSITELIB}/pythran/analyses/use_omp.pyc
+${PYSITELIB}/pythran/analyses/use_omp.pyo
+${PYSITELIB}/pythran/analyses/yield_points.py
+${PYSITELIB}/pythran/analyses/yield_points.pyc
+${PYSITELIB}/pythran/analyses/yield_points.pyo
+${PYSITELIB}/pythran/backend.py
+${PYSITELIB}/pythran/backend.pyc
+${PYSITELIB}/pythran/backend.pyo
+${PYSITELIB}/pythran/boost/array.hpp
+${PYSITELIB}/pythran/boost/assert.hpp
+${PYSITELIB}/pythran/boost/atomic.hpp
+${PYSITELIB}/pythran/boost/atomic/atomic.hpp
+${PYSITELIB}/pythran/boost/atomic/atomic_flag.hpp
+${PYSITELIB}/pythran/boost/atomic/capabilities.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/addressof.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/atomic_flag.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/atomic_template.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/bitwise_cast.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/bitwise_fp_cast.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/caps_gcc_alpha.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/caps_gcc_arm.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/caps_gcc_atomic.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/caps_gcc_ppc.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/caps_gcc_sparc.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/caps_gcc_sync.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/caps_gcc_x86.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/caps_linux_arm.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/caps_msvc_arm.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/caps_msvc_x86.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/caps_windows.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/config.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/extra_fp_operations.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/extra_fp_operations_fwd.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/extra_fp_ops_emulated.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/extra_fp_ops_generic.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/extra_operations.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/extra_operations_fwd.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/extra_ops_emulated.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/extra_ops_gcc_arm.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/extra_ops_gcc_ppc.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/extra_ops_gcc_x86.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/extra_ops_generic.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/extra_ops_msvc_arm.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/extra_ops_msvc_x86.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/float_sizes.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/fp_operations.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/fp_operations_fwd.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/fp_ops_emulated.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/fp_ops_generic.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/hwcaps_gcc_arm.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/hwcaps_gcc_ppc.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/hwcaps_gcc_x86.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/int_sizes.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/integral_extend.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/interlocked.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/link.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/lockpool.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/operations.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/operations_fwd.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/operations_lockfree.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/ops_cas_based.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/ops_emulated.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/ops_extending_cas_based.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/ops_gcc_alpha.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/ops_gcc_arm.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/ops_gcc_arm_common.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/ops_gcc_atomic.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/ops_gcc_ppc.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/ops_gcc_ppc_common.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/ops_gcc_sparc.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/ops_gcc_sync.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/ops_gcc_x86.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/ops_gcc_x86_dcas.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/ops_linux_arm.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/ops_msvc_arm.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/ops_msvc_common.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/ops_msvc_x86.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/ops_windows.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/pause.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/platform.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/storage_type.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/string_ops.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/type_traits/conditional.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/type_traits/integral_constant.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/type_traits/is_floating_point.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/type_traits/is_function.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/type_traits/is_iec559.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/type_traits/is_integral.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/type_traits/is_signed.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/type_traits/is_trivially_default_constructible.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/type_traits/make_signed.hpp
+${PYSITELIB}/pythran/boost/atomic/detail/type_traits/make_unsigned.hpp
+${PYSITELIB}/pythran/boost/atomic/fences.hpp
+${PYSITELIB}/pythran/boost/checked_delete.hpp
+${PYSITELIB}/pythran/boost/concept/assert.hpp
+${PYSITELIB}/pythran/boost/concept/detail/backward_compatibility.hpp
+${PYSITELIB}/pythran/boost/concept/detail/borland.hpp
+${PYSITELIB}/pythran/boost/concept/detail/concept_def.hpp
+${PYSITELIB}/pythran/boost/concept/detail/concept_undef.hpp
+${PYSITELIB}/pythran/boost/concept/detail/general.hpp
+${PYSITELIB}/pythran/boost/concept/detail/has_constraints.hpp
+${PYSITELIB}/pythran/boost/concept/detail/msvc.hpp
+${PYSITELIB}/pythran/boost/concept/usage.hpp
+${PYSITELIB}/pythran/boost/concept_check.hpp
+${PYSITELIB}/pythran/boost/config.hpp
+${PYSITELIB}/pythran/boost/config/abi/borland_prefix.hpp
+${PYSITELIB}/pythran/boost/config/abi/borland_suffix.hpp
+${PYSITELIB}/pythran/boost/config/abi/msvc_prefix.hpp
+${PYSITELIB}/pythran/boost/config/abi/msvc_suffix.hpp
+${PYSITELIB}/pythran/boost/config/abi_prefix.hpp
+${PYSITELIB}/pythran/boost/config/abi_suffix.hpp
+${PYSITELIB}/pythran/boost/config/auto_link.hpp
+${PYSITELIB}/pythran/boost/config/compiler/borland.hpp
+${PYSITELIB}/pythran/boost/config/compiler/clang.hpp



Home | Main Index | Thread Index | Old Index