pkgsrc-WIP-changes archive

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

+py-energyflow



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Mar 2 10:48:56 2019 +0100
Changeset:	96870a4119f90d7d91597b85dc1852d1b2bf8b62

Added Files:
	py-energyflow/DESCR
	py-energyflow/Makefile
	py-energyflow/PLIST
	py-energyflow/distinfo

Log Message:
+py-energyflow

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

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

diffstat:
 py-energyflow/DESCR    |  1 +
 py-energyflow/Makefile | 19 +++++++++++
 py-energyflow/PLIST    | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++
 py-energyflow/distinfo |  6 ++++
 4 files changed, 111 insertions(+)

diffs:
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@localhost
+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


Home | Main Index | Thread Index | Old Index