+py-energyflow

This commit is contained in:
K.I.A.Derouiche 2019-03-02 10:48:56 +01:00
parent 2b5f41e2ca
commit 96870a4119
4 changed files with 111 additions and 0 deletions

1
py-energyflow/DESCR Normal file
View File

@ -0,0 +1 @@
EnergyFlow is a Python package that computes Energy Flow Polynomials (EFPs)

19
py-energyflow/Makefile Normal file
View File

@ -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"

85
py-energyflow/PLIST Normal file
View File

@ -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

6
py-energyflow/distinfo Normal file
View File

@ -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