pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cubes



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun  1 12:05:28 UTC 2017

Added Files:
        pkgsrc/devel/py-cubes: ALTERNATIVES DESCR Makefile PLIST distinfo

Log Message:
Cubes is a light-weight Python framework and set of tools for Online Analytical
Processing (OLAP), multidimensional analysis and browsing of aggregated data.

Features:
* OLAP and aggregated browsing (default backend is for relational databse -
  ROLAP)
* multidimensional analysis
* logical view of analysed data - how analysts look at data, how they think of
  data, not not how the data are physically implemented in the data stores
* hierarchical dimensions (attributes that have hierarchical dependencies, such
  as category-subcategory or country-region)
* localizable metadata and data
* SQL query generator for multidimensional aggregation queries
* OLAP server - HTTP server based on Flask Blueprint, can be easily integrated
  into your application.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-cubes/ALTERNATIVES \
    pkgsrc/devel/py-cubes/DESCR pkgsrc/devel/py-cubes/Makefile \
    pkgsrc/devel/py-cubes/PLIST pkgsrc/devel/py-cubes/distinfo

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

Added files:

Index: pkgsrc/devel/py-cubes/ALTERNATIVES
diff -u /dev/null pkgsrc/devel/py-cubes/ALTERNATIVES:1.1
--- /dev/null   Thu Jun  1 12:05:28 2017
+++ pkgsrc/devel/py-cubes/ALTERNATIVES  Thu Jun  1 12:05:28 2017
@@ -0,0 +1 @@
+bin/slicer @PREFIX@/bin/slicer@PYVERSSUFFIX@
Index: pkgsrc/devel/py-cubes/DESCR
diff -u /dev/null pkgsrc/devel/py-cubes/DESCR:1.1
--- /dev/null   Thu Jun  1 12:05:28 2017
+++ pkgsrc/devel/py-cubes/DESCR Thu Jun  1 12:05:28 2017
@@ -0,0 +1,15 @@
+Cubes is a light-weight Python framework and set of tools for Online Analytical
+Processing (OLAP), multidimensional analysis and browsing of aggregated data.
+
+Features:
+* OLAP and aggregated browsing (default backend is for relational databse -
+  ROLAP)
+* multidimensional analysis
+* logical view of analysed data - how analysts look at data, how they think of
+  data, not not how the data are physically implemented in the data stores
+* hierarchical dimensions (attributes that have hierarchical dependencies, such
+  as category-subcategory or country-region)
+* localizable metadata and data
+* SQL query generator for multidimensional aggregation queries
+* OLAP server - HTTP server based on Flask Blueprint, can be easily integrated
+  into your application.
Index: pkgsrc/devel/py-cubes/Makefile
diff -u /dev/null pkgsrc/devel/py-cubes/Makefile:1.1
--- /dev/null   Thu Jun  1 12:05:28 2017
+++ pkgsrc/devel/py-cubes/Makefile      Thu Jun  1 12:05:28 2017
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2017/06/01 12:05:28 adam Exp $
+
+DISTNAME=      cubes-1.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    databases
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cubes/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://cubes.databrewery.org/
+COMMENT=       Lightweight framework for Online Analytical Processing
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
+DEPENDS+=      ${PYPKGPREFIX}-expressions-[0-9]*:../../devel/py-expressions
+DEPENDS+=      ${PYPKGPREFIX}-jsonschema-[0-9]*:../../textproc/py-jsonschema
+DEPENDS+=      ${PYPKGPREFIX}-sqlalchemy>=0.9.0:../../databases/py-sqlalchemy
+DEPENDS+=      ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug
+
+USE_LANGUAGES=         # none
+
+post-install:
+       cd ${DESTDIR}${PREFIX}/bin && mv slicer slicer${PYVERSSUFFIX} || ${TRUE}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-cubes/PLIST
diff -u /dev/null pkgsrc/devel/py-cubes/PLIST:1.1
--- /dev/null   Thu Jun  1 12:05:28 2017
+++ pkgsrc/devel/py-cubes/PLIST Thu Jun  1 12:05:28 2017
@@ -0,0 +1,158 @@
+@comment $NetBSD: PLIST,v 1.1 2017/06/01 12:05:28 adam Exp $
+bin/slicer${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}/cubes/__init__.py
+${PYSITELIB}/cubes/__init__.pyo
+${PYSITELIB}/cubes/__init__.pyc
+${PYSITELIB}/cubes/auth.pyo
+${PYSITELIB}/cubes/auth.pyc
+${PYSITELIB}/cubes/browser.pyo
+${PYSITELIB}/cubes/browser.pyc
+${PYSITELIB}/cubes/calendar.pyo
+${PYSITELIB}/cubes/calendar.pyc
+${PYSITELIB}/cubes/cells.pyo
+${PYSITELIB}/cubes/cells.pyc
+${PYSITELIB}/cubes/common.pyo
+${PYSITELIB}/cubes/common.pyc
+${PYSITELIB}/cubes/compat.pyo
+${PYSITELIB}/cubes/compat.pyc
+${PYSITELIB}/cubes/computation.pyo
+${PYSITELIB}/cubes/computation.pyc
+${PYSITELIB}/cubes/datastructures.pyo
+${PYSITELIB}/cubes/datastructures.pyc
+${PYSITELIB}/cubes/errors.pyo
+${PYSITELIB}/cubes/errors.pyc
+${PYSITELIB}/cubes/ext.pyo
+${PYSITELIB}/cubes/ext.pyc
+${PYSITELIB}/cubes/formatters.pyo
+${PYSITELIB}/cubes/formatters.pyc
+${PYSITELIB}/cubes/localization.pyo
+${PYSITELIB}/cubes/localization.pyc
+${PYSITELIB}/cubes/logging.pyo
+${PYSITELIB}/cubes/logging.pyc
+${PYSITELIB}/cubes/mapper.pyo
+${PYSITELIB}/cubes/mapper.pyc
+${PYSITELIB}/cubes/metadata.pyo
+${PYSITELIB}/cubes/metadata.pyc
+${PYSITELIB}/cubes/model.pyo
+${PYSITELIB}/cubes/model.pyc
+${PYSITELIB}/cubes/namespace.pyo
+${PYSITELIB}/cubes/namespace.pyc
+${PYSITELIB}/cubes/providers.pyo
+${PYSITELIB}/cubes/providers.pyc
+${PYSITELIB}/cubes/statutils.pyo
+${PYSITELIB}/cubes/statutils.pyc
+${PYSITELIB}/cubes/stores.pyo
+${PYSITELIB}/cubes/stores.pyc
+${PYSITELIB}/cubes/workspace.pyo
+${PYSITELIB}/cubes/workspace.pyc
+${PYSITELIB}/cubes/auth.py
+${PYSITELIB}/cubes/browser.py
+${PYSITELIB}/cubes/calendar.py
+${PYSITELIB}/cubes/cells.py
+${PYSITELIB}/cubes/common.py
+${PYSITELIB}/cubes/compat.py
+${PYSITELIB}/cubes/computation.py
+${PYSITELIB}/cubes/datastructures.py
+${PYSITELIB}/cubes/errors.py
+${PYSITELIB}/cubes/ext.py
+${PYSITELIB}/cubes/formatters.py
+${PYSITELIB}/cubes/localization.py
+${PYSITELIB}/cubes/logging.py
+${PYSITELIB}/cubes/mapper.py
+${PYSITELIB}/cubes/metadata.py
+${PYSITELIB}/cubes/model.py
+${PYSITELIB}/cubes/namespace.py
+${PYSITELIB}/cubes/providers.py
+${PYSITELIB}/cubes/schemas/cube.json
+${PYSITELIB}/cubes/schemas/dimension.json
+${PYSITELIB}/cubes/schemas/model.json
+${PYSITELIB}/cubes/server/__init__.py
+${PYSITELIB}/cubes/server/__init__.pyo
+${PYSITELIB}/cubes/server/__init__.pyc
+${PYSITELIB}/cubes/server/app.pyo
+${PYSITELIB}/cubes/server/app.pyc
+${PYSITELIB}/cubes/server/auth.pyo
+${PYSITELIB}/cubes/server/auth.pyc
+${PYSITELIB}/cubes/server/base.pyo
+${PYSITELIB}/cubes/server/base.pyc
+${PYSITELIB}/cubes/server/blueprint.pyo
+${PYSITELIB}/cubes/server/blueprint.pyc
+${PYSITELIB}/cubes/server/browser.pyo
+${PYSITELIB}/cubes/server/browser.pyc
+${PYSITELIB}/cubes/server/caching.pyo
+${PYSITELIB}/cubes/server/caching.pyc
+${PYSITELIB}/cubes/server/decorators.pyo
+${PYSITELIB}/cubes/server/decorators.pyc
+${PYSITELIB}/cubes/server/errors.pyo
+${PYSITELIB}/cubes/server/errors.pyc
+${PYSITELIB}/cubes/server/local.pyo
+${PYSITELIB}/cubes/server/local.pyc
+${PYSITELIB}/cubes/server/logging.pyo
+${PYSITELIB}/cubes/server/logging.pyc
+${PYSITELIB}/cubes/server/store.pyo
+${PYSITELIB}/cubes/server/store.pyc
+${PYSITELIB}/cubes/server/utils.pyo
+${PYSITELIB}/cubes/server/utils.pyc
+${PYSITELIB}/cubes/server/app.py
+${PYSITELIB}/cubes/server/auth.py
+${PYSITELIB}/cubes/server/base.py
+${PYSITELIB}/cubes/server/blueprint.py
+${PYSITELIB}/cubes/server/browser.py
+${PYSITELIB}/cubes/server/caching.py
+${PYSITELIB}/cubes/server/decorators.py
+${PYSITELIB}/cubes/server/errors.py
+${PYSITELIB}/cubes/server/local.py
+${PYSITELIB}/cubes/server/logging.py
+${PYSITELIB}/cubes/server/store.py
+${PYSITELIB}/cubes/server/templates/index.html
+${PYSITELIB}/cubes/server/utils.py
+${PYSITELIB}/cubes/slicer/__init__.py
+${PYSITELIB}/cubes/slicer/__init__.pyo
+${PYSITELIB}/cubes/slicer/__init__.pyc
+${PYSITELIB}/cubes/slicer/commands.pyo
+${PYSITELIB}/cubes/slicer/commands.pyc
+${PYSITELIB}/cubes/slicer/commands.py
+${PYSITELIB}/cubes/sql/__init__.py
+${PYSITELIB}/cubes/sql/__init__.pyo
+${PYSITELIB}/cubes/sql/__init__.pyc
+${PYSITELIB}/cubes/sql/browser.pyo
+${PYSITELIB}/cubes/sql/browser.pyc
+${PYSITELIB}/cubes/sql/expressions.pyo
+${PYSITELIB}/cubes/sql/expressions.pyc
+${PYSITELIB}/cubes/sql/functions.pyo
+${PYSITELIB}/cubes/sql/functions.pyc
+${PYSITELIB}/cubes/sql/logging.pyo
+${PYSITELIB}/cubes/sql/logging.pyc
+${PYSITELIB}/cubes/sql/mapper.pyo
+${PYSITELIB}/cubes/sql/mapper.pyc
+${PYSITELIB}/cubes/sql/query.pyo
+${PYSITELIB}/cubes/sql/query.pyc
+${PYSITELIB}/cubes/sql/store.pyo
+${PYSITELIB}/cubes/sql/store.pyc
+${PYSITELIB}/cubes/sql/utils.pyo
+${PYSITELIB}/cubes/sql/utils.pyc
+${PYSITELIB}/cubes/sql/browser.py
+${PYSITELIB}/cubes/sql/expressions.py
+${PYSITELIB}/cubes/sql/functions.py
+${PYSITELIB}/cubes/sql/logging.py
+${PYSITELIB}/cubes/sql/mapper.py
+${PYSITELIB}/cubes/sql/query.py
+${PYSITELIB}/cubes/sql/store.py
+${PYSITELIB}/cubes/sql/utils.py
+${PYSITELIB}/cubes/statutils.py
+${PYSITELIB}/cubes/stores.py
+${PYSITELIB}/cubes/templates/cross_table.html
+${PYSITELIB}/cubes/templates/simple_table.html
+${PYSITELIB}/cubes/tutorial/__init__.py
+${PYSITELIB}/cubes/tutorial/__init__.pyo
+${PYSITELIB}/cubes/tutorial/__init__.pyc
+${PYSITELIB}/cubes/tutorial/sql.pyo
+${PYSITELIB}/cubes/tutorial/sql.pyc
+${PYSITELIB}/cubes/tutorial/sql.py
+${PYSITELIB}/cubes/workspace.py
Index: pkgsrc/devel/py-cubes/distinfo
diff -u /dev/null pkgsrc/devel/py-cubes/distinfo:1.1
--- /dev/null   Thu Jun  1 12:05:28 2017
+++ pkgsrc/devel/py-cubes/distinfo      Thu Jun  1 12:05:28 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/06/01 12:05:28 adam Exp $
+
+SHA1 (cubes-1.1.tar.gz) = d28d3a88f59542c1a0d3e0e37b96c37cdb5f2fc2
+RMD160 (cubes-1.1.tar.gz) = a01cf288ba56341abae7aba1e61810a686e6ec0b
+SHA512 (cubes-1.1.tar.gz) = cdb5f4949b4d294b465faa885739ff8f9efd5a56dc031b94393455d133b0a282960450cd4349462213c008da0c9f165a285d4d9e5a18eac9dd211be3dadab4f6
+Size (cubes-1.1.tar.gz) = 128742 bytes



Home | Main Index | Thread Index | Old Index