pkgsrc-WIP-changes archive

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

Import py-hatchet-1.3.0 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Feb 19 22:36:30 2021 +0100
Changeset:	bcf787c9577edbc311c162625505b18e2af410f0

Modified Files:
	Makefile
Added Files:
	py-hatchet/DESCR
	py-hatchet/Makefile
	py-hatchet/PLIST
	py-hatchet/distinfo

Log Message:
Import py-hatchet-1.3.0 to wip

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

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

diffstat:
 Makefile            |   1 +
 py-hatchet/DESCR    |   5 ++
 py-hatchet/Makefile |  21 +++++++++
 py-hatchet/PLIST    | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-hatchet/distinfo |   6 +++
 5 files changed, 161 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 1d5e5b6e5a..d94bc1e6be 100644
--- a/Makefile
+++ b/Makefile
@@ -3749,6 +3749,7 @@ SUBDIR+=	py-gvar
 SUBDIR+=	py-gwcs
 SUBDIR+=	py-gwpy
 SUBDIR+=	py-gwsurrogate
+SUBDIR+=	py-hatchet
 SUBDIR+=	py-hal-cgp
 SUBDIR+=	py-halp
 SUBDIR+=	py-hamcrest
diff --git a/py-hatchet/DESCR b/py-hatchet/DESCR
new file mode 100644
index 0000000000..2f60cba199
--- /dev/null
+++ b/py-hatchet/DESCR
@@ -0,0 +1,5 @@
+Hatchet is a Python-based library that allows dataframes to be indexed
+by structured tree and graph data. It is intended for analyzing performance
+data that has a hierarchy. Hatchet implements various operations to analyze
+a single hierarchical data set or compare multiple data sets, and its API
+facilitates analyzing such data programmatically.
diff --git a/py-hatchet/Makefile b/py-hatchet/Makefile
new file mode 100644
index 0000000000..a4acae0ba7
--- /dev/null
+++ b/py-hatchet/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	hatchet-1.3.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	${MASTER_SITE_PYPI:=h/hatchet/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/LLNL/hatchet
+COMMENT=	Python library for analyzing hierarchical performance data
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-dot>=1.4.1:../../graphics/py-dot
+DEPENDS+=	${PYPKGPREFIX}-yaml>=5.1.3:../../textproc/py-yaml
+DEPENDS+=	${PYPKGPREFIX}-matplotlib>=3.3.4:../../graphics/py-matplotlib
+DEPENDS+=	${PYPKGPREFIX}-pandas>=0:../../math/py-pandas
+
+BUILDLINK_API_DEPENDS.${PYPKGPREFIX}-numpy+=	${PYPKGPREFIX}-numpy>=1.0
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-hatchet/PLIST b/py-hatchet/PLIST
new file mode 100644
index 0000000000..b671926d72
--- /dev/null
+++ b/py-hatchet/PLIST
@@ -0,0 +1,128 @@
+@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}/hatchet/__init__.py
+${PYSITELIB}/hatchet/__init__.pyc
+${PYSITELIB}/hatchet/__init__.pyo
+${PYSITELIB}/hatchet/cython_modules/libs/__init__.py
+${PYSITELIB}/hatchet/cython_modules/libs/__init__.pyc
+${PYSITELIB}/hatchet/cython_modules/libs/__init__.pyo
+${PYSITELIB}/hatchet/cython_modules/libs/graphframe_modules.so
+${PYSITELIB}/hatchet/cython_modules/libs/reader_modules.so
+${PYSITELIB}/hatchet/external/__init__.py
+${PYSITELIB}/hatchet/external/__init__.pyc
+${PYSITELIB}/hatchet/external/__init__.pyo
+${PYSITELIB}/hatchet/external/console.py
+${PYSITELIB}/hatchet/external/console.pyc
+${PYSITELIB}/hatchet/external/console.pyo
+${PYSITELIB}/hatchet/frame.py
+${PYSITELIB}/hatchet/frame.pyc
+${PYSITELIB}/hatchet/frame.pyo
+${PYSITELIB}/hatchet/graph.py
+${PYSITELIB}/hatchet/graph.pyc
+${PYSITELIB}/hatchet/graph.pyo
+${PYSITELIB}/hatchet/graphframe.py
+${PYSITELIB}/hatchet/graphframe.pyc
+${PYSITELIB}/hatchet/graphframe.pyo
+${PYSITELIB}/hatchet/node.py
+${PYSITELIB}/hatchet/node.pyc
+${PYSITELIB}/hatchet/node.pyo
+${PYSITELIB}/hatchet/query_matcher.py
+${PYSITELIB}/hatchet/query_matcher.pyc
+${PYSITELIB}/hatchet/query_matcher.pyo
+${PYSITELIB}/hatchet/readers/__init__.py
+${PYSITELIB}/hatchet/readers/__init__.pyc
+${PYSITELIB}/hatchet/readers/__init__.pyo
+${PYSITELIB}/hatchet/readers/caliper_reader.py
+${PYSITELIB}/hatchet/readers/caliper_reader.pyc
+${PYSITELIB}/hatchet/readers/caliper_reader.pyo
+${PYSITELIB}/hatchet/readers/cprofile_reader.py
+${PYSITELIB}/hatchet/readers/cprofile_reader.pyc
+${PYSITELIB}/hatchet/readers/cprofile_reader.pyo
+${PYSITELIB}/hatchet/readers/gprof_dot_reader.py
+${PYSITELIB}/hatchet/readers/gprof_dot_reader.pyc
+${PYSITELIB}/hatchet/readers/gprof_dot_reader.pyo
+${PYSITELIB}/hatchet/readers/hpctoolkit_reader.py
+${PYSITELIB}/hatchet/readers/hpctoolkit_reader.pyc
+${PYSITELIB}/hatchet/readers/hpctoolkit_reader.pyo
+${PYSITELIB}/hatchet/readers/literal_reader.py
+${PYSITELIB}/hatchet/readers/literal_reader.pyc
+${PYSITELIB}/hatchet/readers/literal_reader.pyo
+${PYSITELIB}/hatchet/readers/pyinstrument_reader.py
+${PYSITELIB}/hatchet/readers/pyinstrument_reader.pyc
+${PYSITELIB}/hatchet/readers/pyinstrument_reader.pyo
+${PYSITELIB}/hatchet/tests/caliper.py
+${PYSITELIB}/hatchet/tests/caliper.pyc
+${PYSITELIB}/hatchet/tests/caliper.pyo
+${PYSITELIB}/hatchet/tests/callgrind.py
+${PYSITELIB}/hatchet/tests/callgrind.pyc
+${PYSITELIB}/hatchet/tests/callgrind.pyo
+${PYSITELIB}/hatchet/tests/conftest.py
+${PYSITELIB}/hatchet/tests/conftest.pyc
+${PYSITELIB}/hatchet/tests/conftest.pyo
+${PYSITELIB}/hatchet/tests/cprofile.py
+${PYSITELIB}/hatchet/tests/cprofile.pyc
+${PYSITELIB}/hatchet/tests/cprofile.pyo
+${PYSITELIB}/hatchet/tests/dataframe_ops.py
+${PYSITELIB}/hatchet/tests/dataframe_ops.pyc
+${PYSITELIB}/hatchet/tests/dataframe_ops.pyo
+${PYSITELIB}/hatchet/tests/executable.py
+${PYSITELIB}/hatchet/tests/executable.pyc
+${PYSITELIB}/hatchet/tests/executable.pyo
+${PYSITELIB}/hatchet/tests/frame.py
+${PYSITELIB}/hatchet/tests/frame.pyc
+${PYSITELIB}/hatchet/tests/frame.pyo
+${PYSITELIB}/hatchet/tests/graph.py
+${PYSITELIB}/hatchet/tests/graph.pyc
+${PYSITELIB}/hatchet/tests/graph.pyo
+${PYSITELIB}/hatchet/tests/graph_literal.py
+${PYSITELIB}/hatchet/tests/graph_literal.pyc
+${PYSITELIB}/hatchet/tests/graph_literal.pyo
+${PYSITELIB}/hatchet/tests/graph_ops.py
+${PYSITELIB}/hatchet/tests/graph_ops.pyc
+${PYSITELIB}/hatchet/tests/graph_ops.pyo
+${PYSITELIB}/hatchet/tests/graphframe.py
+${PYSITELIB}/hatchet/tests/graphframe.pyc
+${PYSITELIB}/hatchet/tests/graphframe.pyo
+${PYSITELIB}/hatchet/tests/hpctoolkit.py
+${PYSITELIB}/hatchet/tests/hpctoolkit.pyc
+${PYSITELIB}/hatchet/tests/hpctoolkit.pyo
+${PYSITELIB}/hatchet/tests/node.py
+${PYSITELIB}/hatchet/tests/node.pyc
+${PYSITELIB}/hatchet/tests/node.pyo
+${PYSITELIB}/hatchet/tests/profiler.py
+${PYSITELIB}/hatchet/tests/profiler.pyc
+${PYSITELIB}/hatchet/tests/profiler.pyo
+${PYSITELIB}/hatchet/tests/pyinstrument.py
+${PYSITELIB}/hatchet/tests/pyinstrument.pyc
+${PYSITELIB}/hatchet/tests/pyinstrument.pyo
+${PYSITELIB}/hatchet/tests/query.py
+${PYSITELIB}/hatchet/tests/query.pyc
+${PYSITELIB}/hatchet/tests/query.pyo
+${PYSITELIB}/hatchet/util/__init__.py
+${PYSITELIB}/hatchet/util/__init__.pyc
+${PYSITELIB}/hatchet/util/__init__.pyo
+${PYSITELIB}/hatchet/util/config.py
+${PYSITELIB}/hatchet/util/config.pyc
+${PYSITELIB}/hatchet/util/config.pyo
+${PYSITELIB}/hatchet/util/deprecated.py
+${PYSITELIB}/hatchet/util/deprecated.pyc
+${PYSITELIB}/hatchet/util/deprecated.pyo
+${PYSITELIB}/hatchet/util/dot.py
+${PYSITELIB}/hatchet/util/dot.pyc
+${PYSITELIB}/hatchet/util/dot.pyo
+${PYSITELIB}/hatchet/util/executable.py
+${PYSITELIB}/hatchet/util/executable.pyc
+${PYSITELIB}/hatchet/util/executable.pyo
+${PYSITELIB}/hatchet/util/profiler.py
+${PYSITELIB}/hatchet/util/profiler.pyc
+${PYSITELIB}/hatchet/util/profiler.pyo
+${PYSITELIB}/hatchet/util/timer.py
+${PYSITELIB}/hatchet/util/timer.pyc
+${PYSITELIB}/hatchet/util/timer.pyo
+${PYSITELIB}/hatchet/version.py
+${PYSITELIB}/hatchet/version.pyc
+${PYSITELIB}/hatchet/version.pyo
diff --git a/py-hatchet/distinfo b/py-hatchet/distinfo
new file mode 100644
index 0000000000..31323de747
--- /dev/null
+++ b/py-hatchet/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (hatchet-1.3.0.tar.gz) = c6c6c27c361506d248514b0e24d28f5f2ec79efe
+RMD160 (hatchet-1.3.0.tar.gz) = 3d3f4b99a44e953f74286da043155068506387bd
+SHA512 (hatchet-1.3.0.tar.gz) = 7abbac69acccd5da8438d2ded1d33498147eef18bc0be51148a477acfa74e7cc2be14693848f425675adcef8a58cb1e3eb33406d51734813441f10cc393b7d0d
+Size (hatchet-1.3.0.tar.gz) = 254313 bytes


Home | Main Index | Thread Index | Old Index