From 96870a4119f90d7d91597b85dc1852d1b2bf8b62 Mon Sep 17 00:00:00 2001 From: "K.I.A.Derouiche" Date: Sat, 2 Mar 2019 10:48:56 +0100 Subject: [PATCH] +py-energyflow --- py-energyflow/DESCR | 1 + py-energyflow/Makefile | 19 ++++++++++ py-energyflow/PLIST | 85 ++++++++++++++++++++++++++++++++++++++++++ py-energyflow/distinfo | 6 +++ 4 files changed, 111 insertions(+) create mode 100644 py-energyflow/DESCR create mode 100644 py-energyflow/Makefile create mode 100644 py-energyflow/PLIST create mode 100644 py-energyflow/distinfo diff --git a/py-energyflow/DESCR b/py-energyflow/DESCR new file mode 100644 index 0000000000..f66924c937 --- /dev/null +++ b/py-energyflow/DESCR @@ -0,0 +1 @@ +EnergyFlow is a Python package that computes Energy Flow Polynomials (EFPs) diff --git a/py-energyflow/Makefile b/py-energyflow/Makefile new file mode 100644 index 0000000000..bd9b1a6533 --- /dev/null +++ b/py-energyflow/Makefile @@ -0,0 +1,19 @@ +# $NetBSD$ + +DISTNAME= EnergyFlow-0.11.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= math +MASTER_SITES= https://files.pythonhosted.org/packages/ea/ba/5db21316b0051804eec5d3410263bd710799dbab4b0bbc08c2ba029d5450/ + +MAINTAINER= jihbed.research@gmail.com +HOMEPAGE= https://energyflow.network/ +COMMENT= Python package for the Energy Flow suite of particle physics tools +LICENSE= gnu-gpl-v3 + +USE_LANGUAGES= # none + +PYTHON_VERSION_DEFAULT= 37 + +.include "../../lang/python/egg.mk" +.include "../../math/py-numpy/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/py-energyflow/PLIST b/py-energyflow/PLIST new file mode 100644 index 0000000000..fc3a9b9ba1 --- /dev/null +++ b/py-energyflow/PLIST @@ -0,0 +1,85 @@ +@comment $NetBSD$ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/energyflow/__init__.py +${PYSITELIB}/energyflow/__init__.pyo +${PYSITELIB}/energyflow/__init__.pyc +${PYSITELIB}/energyflow/efp.pyo +${PYSITELIB}/energyflow/efp.pyc +${PYSITELIB}/energyflow/efpbase.pyo +${PYSITELIB}/energyflow/efpbase.pyc +${PYSITELIB}/energyflow/emd.pyo +${PYSITELIB}/energyflow/emd.pyc +${PYSITELIB}/energyflow/gen.pyo +${PYSITELIB}/energyflow/gen.pyc +${PYSITELIB}/energyflow/measure.pyo +${PYSITELIB}/energyflow/measure.pyc +${PYSITELIB}/energyflow/algorithms/__init__.py +${PYSITELIB}/energyflow/algorithms/__init__.pyo +${PYSITELIB}/energyflow/algorithms/__init__.pyc +${PYSITELIB}/energyflow/algorithms/einsumfunc.pyo +${PYSITELIB}/energyflow/algorithms/einsumfunc.pyc +${PYSITELIB}/energyflow/algorithms/integer_partitions.pyo +${PYSITELIB}/energyflow/algorithms/integer_partitions.pyc +${PYSITELIB}/energyflow/algorithms/ve.pyo +${PYSITELIB}/energyflow/algorithms/ve.pyc +${PYSITELIB}/energyflow/algorithms/einsumfunc.py +${PYSITELIB}/energyflow/algorithms/integer_partitions.py +${PYSITELIB}/energyflow/algorithms/ve.py +${PYSITELIB}/energyflow/archs/__init__.py +${PYSITELIB}/energyflow/archs/__init__.pyo +${PYSITELIB}/energyflow/archs/__init__.pyc +${PYSITELIB}/energyflow/archs/archbase.pyo +${PYSITELIB}/energyflow/archs/archbase.pyc +${PYSITELIB}/energyflow/archs/cnn.pyo +${PYSITELIB}/energyflow/archs/cnn.pyc +${PYSITELIB}/energyflow/archs/dnn.pyo +${PYSITELIB}/energyflow/archs/dnn.pyc +${PYSITELIB}/energyflow/archs/efn.pyo +${PYSITELIB}/energyflow/archs/efn.pyc +${PYSITELIB}/energyflow/archs/linear.pyo +${PYSITELIB}/energyflow/archs/linear.pyc +${PYSITELIB}/energyflow/archs/archbase.py +${PYSITELIB}/energyflow/archs/cnn.py +${PYSITELIB}/energyflow/archs/dnn.py +${PYSITELIB}/energyflow/archs/efn.py +${PYSITELIB}/energyflow/archs/linear.py +${PYSITELIB}/energyflow/data/efps_d_le_10.npz +${PYSITELIB}/energyflow/datasets/__init__.py +${PYSITELIB}/energyflow/datasets/__init__.pyo +${PYSITELIB}/energyflow/datasets/__init__.pyc +${PYSITELIB}/energyflow/datasets/qg_jets.pyo +${PYSITELIB}/energyflow/datasets/qg_jets.pyc +${PYSITELIB}/energyflow/datasets/qg_nsubs.pyo +${PYSITELIB}/energyflow/datasets/qg_nsubs.pyc +${PYSITELIB}/energyflow/datasets/qg_jets.py +${PYSITELIB}/energyflow/datasets/qg_nsubs.py +${PYSITELIB}/energyflow/efp.py +${PYSITELIB}/energyflow/efpbase.py +${PYSITELIB}/energyflow/emd.py +${PYSITELIB}/energyflow/gen.py +${PYSITELIB}/energyflow/measure.py +${PYSITELIB}/energyflow/utils/__init__.py +${PYSITELIB}/energyflow/utils/__init__.pyo +${PYSITELIB}/energyflow/utils/__init__.pyc +${PYSITELIB}/energyflow/utils/data_utils.pyo +${PYSITELIB}/energyflow/utils/data_utils.pyc +${PYSITELIB}/energyflow/utils/event_utils.pyo +${PYSITELIB}/energyflow/utils/event_utils.pyc +${PYSITELIB}/energyflow/utils/generic_utils.pyo +${PYSITELIB}/energyflow/utils/generic_utils.pyc +${PYSITELIB}/energyflow/utils/graph_utils.pyo +${PYSITELIB}/energyflow/utils/graph_utils.pyc +${PYSITELIB}/energyflow/utils/image_utils.pyo +${PYSITELIB}/energyflow/utils/image_utils.pyc +${PYSITELIB}/energyflow/utils/particle_utils.pyo +${PYSITELIB}/energyflow/utils/particle_utils.pyc +${PYSITELIB}/energyflow/utils/data_utils.py +${PYSITELIB}/energyflow/utils/event_utils.py +${PYSITELIB}/energyflow/utils/generic_utils.py +${PYSITELIB}/energyflow/utils/graph_utils.py +${PYSITELIB}/energyflow/utils/image_utils.py +${PYSITELIB}/energyflow/utils/particle_utils.py diff --git a/py-energyflow/distinfo b/py-energyflow/distinfo new file mode 100644 index 0000000000..418b86b1f6 --- /dev/null +++ b/py-energyflow/distinfo @@ -0,0 +1,6 @@ +$NetBSD$ + +SHA1 (EnergyFlow-0.11.1.tar.gz) = f8dda0de9c9046de3854d469b98b6f5de26037d1 +RMD160 (EnergyFlow-0.11.1.tar.gz) = f666c09fb778ce822b18302826550a523bc93dc6 +SHA512 (EnergyFlow-0.11.1.tar.gz) = ad87bff37484d43915a3f7c5d00669dc047dd18adc42066509541642272fa1416ee8db46e0f2afddd2fedec8c16f6ce75f9d4b8efde601244fb66ebe4f52455d +Size (EnergyFlow-0.11.1.tar.gz) = 766094 bytes