del, new, up pkg

This commit is contained in:
K.I.A.Derouiche 2020-09-19 21:16:11 +01:00
parent 9248d5d613
commit f78a961900
62 changed files with 3600 additions and 480 deletions

View File

@ -0,0 +1,2 @@
TODO: Fill in a short description of the package.
TODO: It should be between 3 and 20 lines.

View File

@ -0,0 +1,16 @@
# $NetBSD$
DISTNAME= backports-datetime-fromisoformat-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= https://files.pythonhosted.org/packages/20/15/4bc39da78d00da480ff627398ad25770be1f0c3cf40ea9bc5e9030b441fb/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/movermeyer/backports.datetime_fromisoformat
COMMENT= Backport of Python 3.7's datetime.fromisoformat
LICENSE= mit
TEST_DEPENDS+= ${PYPKGPREFIX}-pytz>=0:../../time/py-pytz
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,12 @@
@comment $NetBSD$
${PYSITELIB}/backports/__init__.py
${PYSITELIB}/backports/__init__.pyc
${PYSITELIB}/backports/__init__.pyo
${PYSITELIB}/backports/_datetime_fromisoformat.so
${PYSITELIB}/backports/datetime_fromisoformat/__init__.py
${PYSITELIB}/backports/datetime_fromisoformat/__init__.pyc
${PYSITELIB}/backports/datetime_fromisoformat/__init__.pyo
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt

View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (backports-datetime-fromisoformat-1.0.0.tar.gz) = 15e3286524b952b8b18a6f61e37a53c857611448
RMD160 (backports-datetime-fromisoformat-1.0.0.tar.gz) = e91428ea2ad68bb6b1e98565fc3d913d0e5f19e3
SHA512 (backports-datetime-fromisoformat-1.0.0.tar.gz) = 42a10837a93d8d9a8c39f0e3d8762424124c9f9572de38803c5d6a5c86f9d6b038343af96948c30c1e18be271c3238c7ab54849f82d9da8c5e625b40651d9849
Size (backports-datetime-fromisoformat-1.0.0.tar.gz) = 10802 bytes

View File

@ -1,18 +1,32 @@
# $NetBSD: Makefile,v 1.3 2013/12/05 01:21:54 jihbed Exp $
#
# $NetBSD$
DISTNAME= bidict-0.1.1
DISTNAME= bidict-0.21.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bidict/}
CATEGORIES= python devel
MASTER_SITES= https://files.pythonhosted.org/packages/bd/7c/83fbbc8568be511bc48704b97ef58f67ff2ab85ec4fcd1dad12cd2323c32/
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= https://bitbucket.org/jab/bidict
COMMENT= Bidirectional (one-to-one) mapping data structure
LICENSE= mit
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://bidict.readthedocs.io
COMMENT= The bidirectional mapping library for Python
LICENSE= mpl-2.0
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
BUILD_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=4.57.1:../../devel/py-hypothesis
BUILD_DEPENDS+= ${PYPKGPREFIX}-test>=5.3.5:../../devel/py-test
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-benchmark>=3.2.3:../../devel/py-test-benchmark
BUILD_DEPENDS+= ${PYPKGPREFIX}-sortedcollections>=1.2.1:../../wip/py-sortedcollections
BUILD_DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=2.2.2:../../devel/py-sortedcontainers
BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-autodoc-typehints>=1.10.3:../../textproc/py-sphinx-autodoc-typehints
BUILD_DEPENDS+= ${PYPKGPREFIX}-coverage>=5.2.1:../../devel/py-coverage
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.10.1:../../devel/py-test-cov
#BUILD_DEPENDS+= ${PYPKGPREFIX}-pre-commit>=2.7.1:../../wip/py-pre-commit
BUILD_DEPENDS+= ${PYPKGPREFIX}-tox>=3.12.1:../../devel/py-tox
WRKSRC= ${WRKDIR}/bidict-0.1.1
USE_LANGUAGES= # none
do-test:
${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} run_tests.py
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,9 +1,59 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/04/02 22:36:43 jihbed Exp $
@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/${EGG_INFODIR}/zip-safe
${PYSITELIB}/bidict.py
${PYSITELIB}/bidict.pyc
${PYSITELIB}/bidict.pyo
${PYSITELIB}/bidict/__init__.py
${PYSITELIB}/bidict/__init__.pyc
${PYSITELIB}/bidict/__init__.pyo
${PYSITELIB}/bidict/_abc.py
${PYSITELIB}/bidict/_abc.pyc
${PYSITELIB}/bidict/_abc.pyo
${PYSITELIB}/bidict/_base.py
${PYSITELIB}/bidict/_base.pyc
${PYSITELIB}/bidict/_base.pyo
${PYSITELIB}/bidict/_bidict.py
${PYSITELIB}/bidict/_bidict.pyc
${PYSITELIB}/bidict/_bidict.pyo
${PYSITELIB}/bidict/_delegating.py
${PYSITELIB}/bidict/_delegating.pyc
${PYSITELIB}/bidict/_delegating.pyo
${PYSITELIB}/bidict/_dup.py
${PYSITELIB}/bidict/_dup.pyc
${PYSITELIB}/bidict/_dup.pyo
${PYSITELIB}/bidict/_exc.py
${PYSITELIB}/bidict/_exc.pyc
${PYSITELIB}/bidict/_exc.pyo
${PYSITELIB}/bidict/_frozenbidict.py
${PYSITELIB}/bidict/_frozenbidict.pyc
${PYSITELIB}/bidict/_frozenbidict.pyo
${PYSITELIB}/bidict/_frozenordered.py
${PYSITELIB}/bidict/_frozenordered.pyc
${PYSITELIB}/bidict/_frozenordered.pyo
${PYSITELIB}/bidict/_iter.py
${PYSITELIB}/bidict/_iter.pyc
${PYSITELIB}/bidict/_iter.pyo
${PYSITELIB}/bidict/_mut.py
${PYSITELIB}/bidict/_mut.pyc
${PYSITELIB}/bidict/_mut.pyo
${PYSITELIB}/bidict/_named.py
${PYSITELIB}/bidict/_named.pyc
${PYSITELIB}/bidict/_named.pyo
${PYSITELIB}/bidict/_orderedbase.py
${PYSITELIB}/bidict/_orderedbase.pyc
${PYSITELIB}/bidict/_orderedbase.pyo
${PYSITELIB}/bidict/_orderedbidict.py
${PYSITELIB}/bidict/_orderedbidict.pyc
${PYSITELIB}/bidict/_orderedbidict.pyo
${PYSITELIB}/bidict/_typing.py
${PYSITELIB}/bidict/_typing.pyc
${PYSITELIB}/bidict/_typing.pyo
${PYSITELIB}/bidict/_version.py
${PYSITELIB}/bidict/_version.pyc
${PYSITELIB}/bidict/_version.pyo
${PYSITELIB}/bidict/metadata.py
${PYSITELIB}/bidict/metadata.pyc
${PYSITELIB}/bidict/metadata.pyo
${PYSITELIB}/bidict/py.typed

View File

@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2011/04/02 22:36:43 jihbed Exp $
SHA1 (bidict-0.1.1.tar.gz) = f7e72d3b4b168343ad3d7379c28ef53468d7f480
RMD160 (bidict-0.1.1.tar.gz) = 73aa4a3f7fbd47be507fae5a3a13973985f8ec9f
Size (bidict-0.1.1.tar.gz) = 7930 bytes
SHA1 (bidict-0.21.2.tar.gz) = 7195464af088c92a7ae3fef772a489728d97bb86
RMD160 (bidict-0.21.2.tar.gz) = f0047fe402f75961ec2125d7b00cb029c70b6379
SHA512 (bidict-0.21.2.tar.gz) = d4f055bfc8b9e99727e4d6eb19535802cbe0dd03def4d94f30771c26c9e39963c721bdb33e4055d7e10471ae5f4047b7d14ba978390628d03bc53b6c9a664db8
Size (bidict-0.21.2.tar.gz) = 381613 bytes

View File

@ -1,5 +0,0 @@
clonedigger
===========
This is a clone of the Python duplicate code detection tool
from http://sourceforge.net/projects/clonedigger/ by Peter Bulychev

View File

@ -1,16 +0,0 @@
# $NetBSD: Makefile,v 1.2 2014/12/31 13:58:23 thomasklausner Exp $
DISTNAME= clonedigger-jl-1.0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=c/clonedigger-jl/}
MAINTAINER= kamelderouiche@yaho..com
HOMEPAGE= https://github.com/jlachowski/clonedigger
COMMENT= Clone Digger aimed to detect similar code in Python/Java
LICENSE= gnu-gpl-v3
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,263 +0,0 @@
@comment $NetBSD: PLIST,v 1.1 2014/08/14 18:52:31 jihbed Exp $
bin/clonedigger
${PYSITELIB}/clonedigger/LICENSE.txt
${PYSITELIB}/clonedigger/README.txt
${PYSITELIB}/clonedigger/__init__.py
${PYSITELIB}/clonedigger/__init__.pyc
${PYSITELIB}/clonedigger/__init__.pyo
${PYSITELIB}/clonedigger/abstract_syntax_tree.py
${PYSITELIB}/clonedigger/abstract_syntax_tree.pyc
${PYSITELIB}/clonedigger/abstract_syntax_tree.pyo
${PYSITELIB}/clonedigger/anti_unification.py
${PYSITELIB}/clonedigger/anti_unification.pyc
${PYSITELIB}/clonedigger/anti_unification.pyo
${PYSITELIB}/clonedigger/antlr_runtime/antlr-3.1.1.jar
${PYSITELIB}/clonedigger/antlr_runtime/antlr-runtime-3.1.jar
${PYSITELIB}/clonedigger/antlr_runtime/runtime-2008-01-10.16.jar
${PYSITELIB}/clonedigger/arguments.py
${PYSITELIB}/clonedigger/arguments.pyc
${PYSITELIB}/clonedigger/arguments.pyo
${PYSITELIB}/clonedigger/ast_suppliers.py
${PYSITELIB}/clonedigger/ast_suppliers.pyc
${PYSITELIB}/clonedigger/ast_suppliers.pyo
${PYSITELIB}/clonedigger/clone_detection_algorithm.py
${PYSITELIB}/clonedigger/clone_detection_algorithm.pyc
${PYSITELIB}/clonedigger/clone_detection_algorithm.pyo
${PYSITELIB}/clonedigger/clonedigger.py
${PYSITELIB}/clonedigger/clonedigger.pyc
${PYSITELIB}/clonedigger/clonedigger.pyo
${PYSITELIB}/clonedigger/html_report.py
${PYSITELIB}/clonedigger/html_report.pyc
${PYSITELIB}/clonedigger/html_report.pyo
${PYSITELIB}/clonedigger/java_antlr.py
${PYSITELIB}/clonedigger/java_antlr.pyc
${PYSITELIB}/clonedigger/java_antlr.pyo
${PYSITELIB}/clonedigger/java_antlr/JavaAST.g
${PYSITELIB}/clonedigger/java_antlr/JavaAST.tokens
${PYSITELIB}/clonedigger/java_antlr/MyAstNode.java
${PYSITELIB}/clonedigger/java_antlr/MyAstNodeAdaptor.java
${PYSITELIB}/clonedigger/java_antlr/TreeProducer.jar
${PYSITELIB}/clonedigger/java_antlr/TreeProducer.java
${PYSITELIB}/clonedigger/java_antlr/build_jar.sh
${PYSITELIB}/clonedigger/js_antlr.py
${PYSITELIB}/clonedigger/js_antlr.pyc
${PYSITELIB}/clonedigger/js_antlr.pyo
${PYSITELIB}/clonedigger/js_antlr/JavaScript.g
${PYSITELIB}/clonedigger/js_antlr/JavaScript.tokens
${PYSITELIB}/clonedigger/js_antlr/JavaScriptLexer.java
${PYSITELIB}/clonedigger/js_antlr/JavaScriptParser.java
${PYSITELIB}/clonedigger/js_antlr/MyAstNode.java
${PYSITELIB}/clonedigger/js_antlr/MyAstNodeAdaptor.java
${PYSITELIB}/clonedigger/js_antlr/TreeProducer.jar
${PYSITELIB}/clonedigger/js_antlr/TreeProducer.java
${PYSITELIB}/clonedigger/js_antlr/build_jar.sh
${PYSITELIB}/clonedigger/js_antlr/license.txt
${PYSITELIB}/clonedigger/logilab/__init__.py
${PYSITELIB}/clonedigger/logilab/__init__.pyc
${PYSITELIB}/clonedigger/logilab/__init__.pyo
${PYSITELIB}/clonedigger/logilab/astng/__init__.py
${PYSITELIB}/clonedigger/logilab/astng/__init__.pyc
${PYSITELIB}/clonedigger/logilab/astng/__init__.pyo
${PYSITELIB}/clonedigger/logilab/astng/__pkginfo__.py
${PYSITELIB}/clonedigger/logilab/astng/__pkginfo__.pyc
${PYSITELIB}/clonedigger/logilab/astng/__pkginfo__.pyo
${PYSITELIB}/clonedigger/logilab/astng/_exceptions.py
${PYSITELIB}/clonedigger/logilab/astng/_exceptions.pyc
${PYSITELIB}/clonedigger/logilab/astng/_exceptions.pyo
${PYSITELIB}/clonedigger/logilab/astng/astutils.py
${PYSITELIB}/clonedigger/logilab/astng/astutils.pyc
${PYSITELIB}/clonedigger/logilab/astng/astutils.pyo
${PYSITELIB}/clonedigger/logilab/astng/builder.py
${PYSITELIB}/clonedigger/logilab/astng/builder.pyc
${PYSITELIB}/clonedigger/logilab/astng/builder.pyo
${PYSITELIB}/clonedigger/logilab/astng/inference.py
${PYSITELIB}/clonedigger/logilab/astng/inference.pyc
${PYSITELIB}/clonedigger/logilab/astng/inference.pyo
${PYSITELIB}/clonedigger/logilab/astng/inspector.py
${PYSITELIB}/clonedigger/logilab/astng/inspector.pyc
${PYSITELIB}/clonedigger/logilab/astng/inspector.pyo
${PYSITELIB}/clonedigger/logilab/astng/lookup.py
${PYSITELIB}/clonedigger/logilab/astng/lookup.pyc
${PYSITELIB}/clonedigger/logilab/astng/lookup.pyo
${PYSITELIB}/clonedigger/logilab/astng/manager.py
${PYSITELIB}/clonedigger/logilab/astng/manager.pyc
${PYSITELIB}/clonedigger/logilab/astng/manager.pyo
${PYSITELIB}/clonedigger/logilab/astng/nodes.py
${PYSITELIB}/clonedigger/logilab/astng/nodes.pyc
${PYSITELIB}/clonedigger/logilab/astng/nodes.pyo
${PYSITELIB}/clonedigger/logilab/astng/raw_building.py
${PYSITELIB}/clonedigger/logilab/astng/raw_building.pyc
${PYSITELIB}/clonedigger/logilab/astng/raw_building.pyo
${PYSITELIB}/clonedigger/logilab/astng/scoped_nodes.py
${PYSITELIB}/clonedigger/logilab/astng/scoped_nodes.pyc
${PYSITELIB}/clonedigger/logilab/astng/scoped_nodes.pyo
${PYSITELIB}/clonedigger/logilab/astng/utils.py
${PYSITELIB}/clonedigger/logilab/astng/utils.pyc
${PYSITELIB}/clonedigger/logilab/astng/utils.pyo
${PYSITELIB}/clonedigger/logilab/common/__init__.py
${PYSITELIB}/clonedigger/logilab/common/__init__.pyc
${PYSITELIB}/clonedigger/logilab/common/__init__.pyo
${PYSITELIB}/clonedigger/logilab/common/__pkginfo__.py
${PYSITELIB}/clonedigger/logilab/common/__pkginfo__.pyc
${PYSITELIB}/clonedigger/logilab/common/__pkginfo__.pyo
${PYSITELIB}/clonedigger/logilab/common/adbh.py
${PYSITELIB}/clonedigger/logilab/common/adbh.pyc
${PYSITELIB}/clonedigger/logilab/common/adbh.pyo
${PYSITELIB}/clonedigger/logilab/common/astutils.py
${PYSITELIB}/clonedigger/logilab/common/astutils.pyc
${PYSITELIB}/clonedigger/logilab/common/astutils.pyo
${PYSITELIB}/clonedigger/logilab/common/bind.py
${PYSITELIB}/clonedigger/logilab/common/bind.pyc
${PYSITELIB}/clonedigger/logilab/common/bind.pyo
${PYSITELIB}/clonedigger/logilab/common/cache.py
${PYSITELIB}/clonedigger/logilab/common/cache.pyc
${PYSITELIB}/clonedigger/logilab/common/cache.pyo
${PYSITELIB}/clonedigger/logilab/common/changelog.py
${PYSITELIB}/clonedigger/logilab/common/changelog.pyc
${PYSITELIB}/clonedigger/logilab/common/changelog.pyo
${PYSITELIB}/clonedigger/logilab/common/clcommands.py
${PYSITELIB}/clonedigger/logilab/common/clcommands.pyc
${PYSITELIB}/clonedigger/logilab/common/clcommands.pyo
${PYSITELIB}/clonedigger/logilab/common/cli.py
${PYSITELIB}/clonedigger/logilab/common/cli.pyc
${PYSITELIB}/clonedigger/logilab/common/cli.pyo
${PYSITELIB}/clonedigger/logilab/common/compat.py
${PYSITELIB}/clonedigger/logilab/common/compat.pyc
${PYSITELIB}/clonedigger/logilab/common/compat.pyo
${PYSITELIB}/clonedigger/logilab/common/configuration.py
${PYSITELIB}/clonedigger/logilab/common/configuration.pyc
${PYSITELIB}/clonedigger/logilab/common/configuration.pyo
${PYSITELIB}/clonedigger/logilab/common/corbautils.py
${PYSITELIB}/clonedigger/logilab/common/corbautils.pyc
${PYSITELIB}/clonedigger/logilab/common/corbautils.pyo
${PYSITELIB}/clonedigger/logilab/common/daemon.py
${PYSITELIB}/clonedigger/logilab/common/daemon.pyc
${PYSITELIB}/clonedigger/logilab/common/daemon.pyo
${PYSITELIB}/clonedigger/logilab/common/date.py
${PYSITELIB}/clonedigger/logilab/common/date.pyc
${PYSITELIB}/clonedigger/logilab/common/date.pyo
${PYSITELIB}/clonedigger/logilab/common/db.py
${PYSITELIB}/clonedigger/logilab/common/db.pyc
${PYSITELIB}/clonedigger/logilab/common/db.pyo
${PYSITELIB}/clonedigger/logilab/common/debugger.py
${PYSITELIB}/clonedigger/logilab/common/debugger.pyc
${PYSITELIB}/clonedigger/logilab/common/debugger.pyo
${PYSITELIB}/clonedigger/logilab/common/decorators.py
${PYSITELIB}/clonedigger/logilab/common/decorators.pyc
${PYSITELIB}/clonedigger/logilab/common/decorators.pyo
${PYSITELIB}/clonedigger/logilab/common/deprecation.py
${PYSITELIB}/clonedigger/logilab/common/deprecation.pyc
${PYSITELIB}/clonedigger/logilab/common/deprecation.pyo
${PYSITELIB}/clonedigger/logilab/common/fileutils.py
${PYSITELIB}/clonedigger/logilab/common/fileutils.pyc
${PYSITELIB}/clonedigger/logilab/common/fileutils.pyo
${PYSITELIB}/clonedigger/logilab/common/graph.py
${PYSITELIB}/clonedigger/logilab/common/graph.pyc
${PYSITELIB}/clonedigger/logilab/common/graph.pyo
${PYSITELIB}/clonedigger/logilab/common/html.py
${PYSITELIB}/clonedigger/logilab/common/html.pyc
${PYSITELIB}/clonedigger/logilab/common/html.pyo
${PYSITELIB}/clonedigger/logilab/common/interface.py
${PYSITELIB}/clonedigger/logilab/common/interface.pyc
${PYSITELIB}/clonedigger/logilab/common/interface.pyo
${PYSITELIB}/clonedigger/logilab/common/logger.py
${PYSITELIB}/clonedigger/logilab/common/logger.pyc
${PYSITELIB}/clonedigger/logilab/common/logger.pyo
${PYSITELIB}/clonedigger/logilab/common/logging_ext.py
${PYSITELIB}/clonedigger/logilab/common/logging_ext.pyc
${PYSITELIB}/clonedigger/logilab/common/logging_ext.pyo
${PYSITELIB}/clonedigger/logilab/common/logservice.py
${PYSITELIB}/clonedigger/logilab/common/logservice.pyc
${PYSITELIB}/clonedigger/logilab/common/logservice.pyo
${PYSITELIB}/clonedigger/logilab/common/modutils.py
${PYSITELIB}/clonedigger/logilab/common/modutils.pyc
${PYSITELIB}/clonedigger/logilab/common/modutils.pyo
${PYSITELIB}/clonedigger/logilab/common/monclient.py
${PYSITELIB}/clonedigger/logilab/common/monclient.pyc
${PYSITELIB}/clonedigger/logilab/common/monclient.pyo
${PYSITELIB}/clonedigger/logilab/common/monserver.py
${PYSITELIB}/clonedigger/logilab/common/monserver.pyc
${PYSITELIB}/clonedigger/logilab/common/monserver.pyo
${PYSITELIB}/clonedigger/logilab/common/optik_ext.py
${PYSITELIB}/clonedigger/logilab/common/optik_ext.pyc
${PYSITELIB}/clonedigger/logilab/common/optik_ext.pyo
${PYSITELIB}/clonedigger/logilab/common/optparser.py
${PYSITELIB}/clonedigger/logilab/common/optparser.pyc
${PYSITELIB}/clonedigger/logilab/common/optparser.pyo
${PYSITELIB}/clonedigger/logilab/common/patricia.py
${PYSITELIB}/clonedigger/logilab/common/patricia.pyc
${PYSITELIB}/clonedigger/logilab/common/patricia.pyo
${PYSITELIB}/clonedigger/logilab/common/pdf_ext.py
${PYSITELIB}/clonedigger/logilab/common/pdf_ext.pyc
${PYSITELIB}/clonedigger/logilab/common/pdf_ext.pyo
${PYSITELIB}/clonedigger/logilab/common/pytest.py
${PYSITELIB}/clonedigger/logilab/common/pytest.pyc
${PYSITELIB}/clonedigger/logilab/common/pytest.pyo
${PYSITELIB}/clonedigger/logilab/common/shellutils.py
${PYSITELIB}/clonedigger/logilab/common/shellutils.pyc
${PYSITELIB}/clonedigger/logilab/common/shellutils.pyo
${PYSITELIB}/clonedigger/logilab/common/sqlgen.py
${PYSITELIB}/clonedigger/logilab/common/sqlgen.pyc
${PYSITELIB}/clonedigger/logilab/common/sqlgen.pyo
${PYSITELIB}/clonedigger/logilab/common/table.py
${PYSITELIB}/clonedigger/logilab/common/table.pyc
${PYSITELIB}/clonedigger/logilab/common/table.pyo
${PYSITELIB}/clonedigger/logilab/common/testlib.py
${PYSITELIB}/clonedigger/logilab/common/testlib.pyc
${PYSITELIB}/clonedigger/logilab/common/testlib.pyo
${PYSITELIB}/clonedigger/logilab/common/textutils.py
${PYSITELIB}/clonedigger/logilab/common/textutils.pyc
${PYSITELIB}/clonedigger/logilab/common/textutils.pyo
${PYSITELIB}/clonedigger/logilab/common/tree.py
${PYSITELIB}/clonedigger/logilab/common/tree.pyc
${PYSITELIB}/clonedigger/logilab/common/tree.pyo
${PYSITELIB}/clonedigger/logilab/common/twisted_distutils.py
${PYSITELIB}/clonedigger/logilab/common/twisted_distutils.pyc
${PYSITELIB}/clonedigger/logilab/common/twisted_distutils.pyo
${PYSITELIB}/clonedigger/logilab/common/umessage.py
${PYSITELIB}/clonedigger/logilab/common/umessage.pyc
${PYSITELIB}/clonedigger/logilab/common/umessage.pyo
${PYSITELIB}/clonedigger/logilab/common/ureports/__init__.py
${PYSITELIB}/clonedigger/logilab/common/ureports/__init__.pyc
${PYSITELIB}/clonedigger/logilab/common/ureports/__init__.pyo
${PYSITELIB}/clonedigger/logilab/common/ureports/docbook_writer.py
${PYSITELIB}/clonedigger/logilab/common/ureports/docbook_writer.pyc
${PYSITELIB}/clonedigger/logilab/common/ureports/docbook_writer.pyo
${PYSITELIB}/clonedigger/logilab/common/ureports/html_writer.py
${PYSITELIB}/clonedigger/logilab/common/ureports/html_writer.pyc
${PYSITELIB}/clonedigger/logilab/common/ureports/html_writer.pyo
${PYSITELIB}/clonedigger/logilab/common/ureports/nodes.py
${PYSITELIB}/clonedigger/logilab/common/ureports/nodes.pyc
${PYSITELIB}/clonedigger/logilab/common/ureports/nodes.pyo
${PYSITELIB}/clonedigger/logilab/common/ureports/text_writer.py
${PYSITELIB}/clonedigger/logilab/common/ureports/text_writer.pyc
${PYSITELIB}/clonedigger/logilab/common/ureports/text_writer.pyo
${PYSITELIB}/clonedigger/logilab/common/vcgutils.py
${PYSITELIB}/clonedigger/logilab/common/vcgutils.pyc
${PYSITELIB}/clonedigger/logilab/common/vcgutils.pyo
${PYSITELIB}/clonedigger/logilab/common/visitor.py
${PYSITELIB}/clonedigger/logilab/common/visitor.pyc
${PYSITELIB}/clonedigger/logilab/common/visitor.pyo
${PYSITELIB}/clonedigger/logilab/common/xmlrpcutils.py
${PYSITELIB}/clonedigger/logilab/common/xmlrpcutils.pyc
${PYSITELIB}/clonedigger/logilab/common/xmlrpcutils.pyo
${PYSITELIB}/clonedigger/lua_antlr.py
${PYSITELIB}/clonedigger/lua_antlr.pyc
${PYSITELIB}/clonedigger/lua_antlr.pyo
${PYSITELIB}/clonedigger/lua_antlr/Lua.g
${PYSITELIB}/clonedigger/lua_antlr/TreeProducer.jar
${PYSITELIB}/clonedigger/lua_antlr/TreeProducer.java
${PYSITELIB}/clonedigger/lua_antlr/build_jar.sh
${PYSITELIB}/clonedigger/python_compiler.py
${PYSITELIB}/clonedigger/python_compiler.pyc
${PYSITELIB}/clonedigger/python_compiler.pyo
${PYSITELIB}/clonedigger/suffix_tree.py
${PYSITELIB}/clonedigger/suffix_tree.pyc
${PYSITELIB}/clonedigger/suffix_tree.pyo
${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}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt

View File

@ -1,6 +0,0 @@
$NetBSD: distinfo,v 1.1 2014/08/14 18:52:31 jihbed Exp $
SHA1 (clonedigger-jl-1.0.7.tar.gz) = d35b783d92f9d2cfee04bfa94b87a21a42feec0d
RMD160 (clonedigger-jl-1.0.7.tar.gz) = 290b57aaa190936230264b357b93da0f3fabc073
SHA512 (clonedigger-jl-1.0.7.tar.gz) = 4fcad12e0c93c0fbf7eac81deb95396c652c89738f186142a46d474eebbf19d114bdeac0e699011c0b2fb660fe68c9fc645906457db0ecf626a677bb2906568b
Size (clonedigger-jl-1.0.7.tar.gz) = 2357163 bytes

View File

@ -1,14 +0,0 @@
Guppy-PE is a programming environment providing object and heap memory sizing,
profiling and analysis. It includes a prototypical specification language that
can be used to formally specify aspects of Python programs and generate tests
and documentation from a common source.
Modules which constitute the environment:
- Heapy: debugging and optimization regarding memory related issues in Python
programs
- GSL (Guppy Specification Language): describes aspects of a system, especially
its API, in a way that can be automatically converted to tests as well as to
documents
- Guppy: umbrella package combining Heapy and GSL with support utilities such as
the Glue module that keeps things together

View File

@ -1,19 +0,0 @@
# $NetBSD: Makefile,v 1.4 2013/06/04 07:45:23 thomasklausner Exp $
DISTNAME= guppy-0.1.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=g/guppy/}
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://guppy-pe.sourceforge.net/
COMMENT= Guppy-PE -- A Python Programming Environment
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
WRKSRC= ${WRKDIR}/guppy-0.1.9
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,6 +0,0 @@
$NetBSD: distinfo,v 1.1.1.1 2010/08/17 12:12:34 jihbed Exp $
SHA1 (guppy-0.1.9.tar.gz) = 3a51893f90c9d5394716eb1a22ea8263646399db
RMD160 (guppy-0.1.9.tar.gz) = d2868536ea505736711a25bdebd65bf28bd51f97
SHA512 (guppy-0.1.9.tar.gz) = c22bb97404b1b704b444400db97ade5f79aebfc0d4fae68d98ff982b70b7a95953e10ccac82cac6cc6eeb3c83af1b8403114ffffcf15accd68bf64ee698a82ed
Size (guppy-0.1.9.tar.gz) = 494828 bytes

10
py-guppy3/DESCR Normal file
View File

@ -0,0 +1,10 @@
A Python Programming Environment & Heap analysis toolset.
This package contains the following subpackages:
etc - Support modules. Contains especially the Glue protocol module.
gsl - The Guppy Specification Language implementation. This can be
used to create documents and tests from a common source.
heapy - The heap analysis toolset. It can be used to find information
about the objects in the heap and display the information in various ways.
sets - Bitsets and 'nodesets' implemented in C

17
py-guppy3/Makefile Normal file
View File

@ -0,0 +1,17 @@
# $NetBSD$
DISTNAME= guppy3-3.0.10.post1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= https://files.pythonhosted.org/packages/58/a6/6b7ab2dba33a8f32d1639c6a52d10d111255062dedc87a45ca5c6381bd0a/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/zhuyifei1999/guppy3/
COMMENT= Python Programming Environment & Heap analysis toolset
LICENSE= mit
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,47 +1,16 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2010/08/17 12:12:34 jihbed Exp $
@comment $NetBSD$
${PYSITELIB}/guppy/__init__.py
${PYSITELIB}/guppy/__init__.pyc
${PYSITELIB}/guppy/__init__.pyo
${PYSITELIB}/guppy/doc/ProfileBrowser.html
${PYSITELIB}/guppy/doc/__init__.py
${PYSITELIB}/guppy/doc/__init__.pyc
${PYSITELIB}/guppy/doc/__init__.pyo
${PYSITELIB}/guppy/doc/docexample.html
${PYSITELIB}/guppy/doc/docexample.py
${PYSITELIB}/guppy/doc/docexample.pyc
${PYSITELIB}/guppy/doc/docexample.pyo
${PYSITELIB}/guppy/doc/gsl.html
${PYSITELIB}/guppy/doc/gslexample.html
${PYSITELIB}/guppy/doc/guppy.html
${PYSITELIB}/guppy/doc/heapy_RootState.html
${PYSITELIB}/guppy/doc/heapy_UniSet.html
${PYSITELIB}/guppy/doc/heapy_Use.html
${PYSITELIB}/guppy/doc/heapy_tutorial.html
${PYSITELIB}/guppy/doc/heapyc.html
${PYSITELIB}/guppy/doc/index.html
${PYSITELIB}/guppy/doc/pbscreen.jpg
${PYSITELIB}/guppy/doc/sets.html
${PYSITELIB}/guppy/doc/test_guppy.py
${PYSITELIB}/guppy/doc/test_guppy.pyc
${PYSITELIB}/guppy/doc/test_guppy.pyo
${PYSITELIB}/guppy/doc/test_heapy.py
${PYSITELIB}/guppy/doc/test_heapy.pyc
${PYSITELIB}/guppy/doc/test_heapy.pyo
${PYSITELIB}/guppy/doc/test_heapyc.py
${PYSITELIB}/guppy/doc/test_heapyc.pyc
${PYSITELIB}/guppy/doc/test_heapyc.pyo
${PYSITELIB}/guppy/etc/Cat.py
${PYSITELIB}/guppy/etc/Cat.pyc
${PYSITELIB}/guppy/etc/Cat.pyo
${PYSITELIB}/guppy/etc/Code.py
${PYSITELIB}/guppy/etc/Code.pyc
${PYSITELIB}/guppy/etc/Code.pyo
${PYSITELIB}/guppy/etc/Compat.py
${PYSITELIB}/guppy/etc/Compat.pyc
${PYSITELIB}/guppy/etc/Compat.pyo
${PYSITELIB}/guppy/etc/ExecfileWithModuleInfo.py
${PYSITELIB}/guppy/etc/ExecfileWithModuleInfo.pyc
${PYSITELIB}/guppy/etc/ExecfileWithModuleInfo.pyo
${PYSITELIB}/guppy/etc/Descriptor.py
${PYSITELIB}/guppy/etc/Descriptor.pyc
${PYSITELIB}/guppy/etc/Descriptor.pyo
${PYSITELIB}/guppy/etc/FSA.py
${PYSITELIB}/guppy/etc/FSA.pyc
${PYSITELIB}/guppy/etc/FSA.pyo
@ -60,18 +29,12 @@ ${PYSITELIB}/guppy/etc/KanExtension.pyo
${PYSITELIB}/guppy/etc/KnuthBendix.py
${PYSITELIB}/guppy/etc/KnuthBendix.pyc
${PYSITELIB}/guppy/etc/KnuthBendix.pyo
${PYSITELIB}/guppy/etc/OutputHandling.py
${PYSITELIB}/guppy/etc/OutputHandling.pyc
${PYSITELIB}/guppy/etc/OutputHandling.pyo
${PYSITELIB}/guppy/etc/RE.py
${PYSITELIB}/guppy/etc/RE.pyc
${PYSITELIB}/guppy/etc/RE.pyo
${PYSITELIB}/guppy/etc/RE_Rect.py
${PYSITELIB}/guppy/etc/RE_Rect.pyc
${PYSITELIB}/guppy/etc/RE_Rect.pyo
${PYSITELIB}/guppy/etc/Unpack.py
${PYSITELIB}/guppy/etc/Unpack.pyc
${PYSITELIB}/guppy/etc/Unpack.pyo
${PYSITELIB}/guppy/etc/__init__.py
${PYSITELIB}/guppy/etc/__init__.pyc
${PYSITELIB}/guppy/etc/__init__.pyo
@ -135,9 +98,6 @@ ${PYSITELIB}/guppy/gsl/XHTML.pyo
${PYSITELIB}/guppy/gsl/__init__.py
${PYSITELIB}/guppy/gsl/__init__.pyc
${PYSITELIB}/guppy/gsl/__init__.pyo
${PYSITELIB}/guppy/heapy/AbstractAlgebra.py
${PYSITELIB}/guppy/heapy/AbstractAlgebra.pyc
${PYSITELIB}/guppy/heapy/AbstractAlgebra.pyo
${PYSITELIB}/guppy/heapy/Classifiers.py
${PYSITELIB}/guppy/heapy/Classifiers.pyc
${PYSITELIB}/guppy/heapy/Classifiers.pyo
@ -241,6 +201,9 @@ ${PYSITELIB}/guppy/heapy/test/test_all.pyo
${PYSITELIB}/guppy/heapy/test/test_dependencies.py
${PYSITELIB}/guppy/heapy/test/test_dependencies.pyc
${PYSITELIB}/guppy/heapy/test/test_dependencies.pyo
${PYSITELIB}/guppy/heapy/test/test_gsl.py
${PYSITELIB}/guppy/heapy/test/test_gsl.pyc
${PYSITELIB}/guppy/heapy/test/test_gsl.pyo
${PYSITELIB}/guppy/heapy/test/test_heapyc.py
${PYSITELIB}/guppy/heapy/test/test_heapyc.pyc
${PYSITELIB}/guppy/heapy/test/test_heapyc.pyo
@ -257,3 +220,7 @@ ${PYSITELIB}/guppy/sets/setsc.so
${PYSITELIB}/guppy/sets/test.py
${PYSITELIB}/guppy/sets/test.pyc
${PYSITELIB}/guppy/sets/test.pyo
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt

6
py-guppy3/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (guppy3-3.0.10.post1.tar.gz) = 831f633308ac2f72450133c2f60886c1645f4f38
RMD160 (guppy3-3.0.10.post1.tar.gz) = 967fbb20f29dab51a808794b8da787e144693540
SHA512 (guppy3-3.0.10.post1.tar.gz) = 9fc25775a26a6b8d0576c33eb02fb14d34139d23b44ef479df6af5a559012a15046c92a2156f2a8e5c22610c1e7f7217db201c0d6f6cda7d2492faf413305223
Size (guppy3-3.0.10.post1.tar.gz) = 328698 bytes

1
py-latexenc/DESCR Normal file
View File

@ -0,0 +1 @@
Simple LaTeX parser providing latex-to-unicode and unicode-to-latex conversion

16
py-latexenc/Makefile Normal file
View File

@ -0,0 +1,16 @@
# $NetBSD$
DISTNAME= pylatexenc-2.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= print python
MASTER_SITES= https://files.pythonhosted.org/packages/97/68/6bbd9841e8fb2fb977594f7b8158a26dfd4016e078c865481848a4f0a7b1/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/phfaist/pylatexenc
COMMENT= LaTeX parser providing latex-to-unicode and unicode-to-latex
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

54
py-latexenc/PLIST Normal file
View File

@ -0,0 +1,54 @@
@comment $NetBSD$
bin/latex2text
bin/latexencode
bin/latexwalker
${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}/top_level.txt
${PYSITELIB}/pylatexenc/__init__.py
${PYSITELIB}/pylatexenc/__init__.pyc
${PYSITELIB}/pylatexenc/__init__.pyo
${PYSITELIB}/pylatexenc/_util.py
${PYSITELIB}/pylatexenc/_util.pyc
${PYSITELIB}/pylatexenc/_util.pyo
${PYSITELIB}/pylatexenc/latex2text/__init__.py
${PYSITELIB}/pylatexenc/latex2text/__init__.pyc
${PYSITELIB}/pylatexenc/latex2text/__init__.pyo
${PYSITELIB}/pylatexenc/latex2text/__main__.py
${PYSITELIB}/pylatexenc/latex2text/__main__.pyc
${PYSITELIB}/pylatexenc/latex2text/__main__.pyo
${PYSITELIB}/pylatexenc/latex2text/_defaultspecs.py
${PYSITELIB}/pylatexenc/latex2text/_defaultspecs.pyc
${PYSITELIB}/pylatexenc/latex2text/_defaultspecs.pyo
${PYSITELIB}/pylatexenc/latexencode/__init__.py
${PYSITELIB}/pylatexenc/latexencode/__init__.pyc
${PYSITELIB}/pylatexenc/latexencode/__init__.pyo
${PYSITELIB}/pylatexenc/latexencode/__main__.py
${PYSITELIB}/pylatexenc/latexencode/__main__.pyc
${PYSITELIB}/pylatexenc/latexencode/__main__.pyo
${PYSITELIB}/pylatexenc/latexencode/_uni2latexmap.py
${PYSITELIB}/pylatexenc/latexencode/_uni2latexmap.pyc
${PYSITELIB}/pylatexenc/latexencode/_uni2latexmap.pyo
${PYSITELIB}/pylatexenc/latexencode/_uni2latexmap_xml.py
${PYSITELIB}/pylatexenc/latexencode/_uni2latexmap_xml.pyc
${PYSITELIB}/pylatexenc/latexencode/_uni2latexmap_xml.pyo
${PYSITELIB}/pylatexenc/latexwalker/__init__.py
${PYSITELIB}/pylatexenc/latexwalker/__init__.pyc
${PYSITELIB}/pylatexenc/latexwalker/__init__.pyo
${PYSITELIB}/pylatexenc/latexwalker/__main__.py
${PYSITELIB}/pylatexenc/latexwalker/__main__.pyc
${PYSITELIB}/pylatexenc/latexwalker/__main__.pyo
${PYSITELIB}/pylatexenc/latexwalker/_defaultspecs.py
${PYSITELIB}/pylatexenc/latexwalker/_defaultspecs.pyc
${PYSITELIB}/pylatexenc/latexwalker/_defaultspecs.pyo
${PYSITELIB}/pylatexenc/macrospec/__init__.py
${PYSITELIB}/pylatexenc/macrospec/__init__.pyc
${PYSITELIB}/pylatexenc/macrospec/__init__.pyo
${PYSITELIB}/pylatexenc/macrospec/_argparsers.py
${PYSITELIB}/pylatexenc/macrospec/_argparsers.pyc
${PYSITELIB}/pylatexenc/macrospec/_argparsers.pyo
${PYSITELIB}/pylatexenc/version.py
${PYSITELIB}/pylatexenc/version.pyc
${PYSITELIB}/pylatexenc/version.pyo

6
py-latexenc/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (pylatexenc-2.7.tar.gz) = 26e7c2c49f5c30b4b9de9f9e613924212f0ae028
RMD160 (pylatexenc-2.7.tar.gz) = 9f38b7452079aba7e4c84b01a66c4deca5e51563
SHA512 (pylatexenc-2.7.tar.gz) = 627b2d0fe8b68e762524412ded813739986ebabf7f221a2ed24ff61f01409e6e39cbb0905d3427728bdddcb3165aa40c4d50d0491b7560787603bb5f34ebddc2
Size (pylatexenc-2.7.tar.gz) = 157819 bytes

7
py-nbimporter/DESCR Normal file
View File

@ -0,0 +1,7 @@
Import IPython Notebooks as modules (with Jupyter v4)
Functions in other notebooks are hard to maintain and hamper reproducibility
of other notebooks.** As you use the functions in different projects, you'll
want to fix bugs, make performance improvements or re-write it in a more elegant
fashion. As soon as you start to fix something in the other notebook, you might
break it and your analysis is not reproducible any more

18
py-nbimporter/Makefile Normal file
View File

@ -0,0 +1,18 @@
# $NetBSD$
DISTNAME= nbimporter-0.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= https://files.pythonhosted.org/packages/48/a0/b1df1a7c12d6add741c21ae509677db4d9a6efb440c25290951cc1216b86/
MAINTAINER= jihbed.research@gmail.com
Homepage= https://github.com/grst/nbimporter/
COMMENT= Import IPython notebooks as modules
LICENSE= modified-bsd
BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,10 +1,11 @@
@comment $NetBSD$
${PYSITELIB}/display_nb.py
${PYSITELIB}/display_nb.pyc
${PYSITELIB}/display_nb.pyo
${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}/pytest_timeout.py
${PYSITELIB}/pytest_timeout.pyc
${PYSITELIB}/pytest_timeout.pyo
${PYSITELIB}/nbimporter.py
${PYSITELIB}/nbimporter.pyc
${PYSITELIB}/nbimporter.pyo

6
py-nbimporter/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (nbimporter-0.3.2.tar.gz) = 63f63c6c5e4a4cbb4a68e748fbd5805c09208d70
RMD160 (nbimporter-0.3.2.tar.gz) = 9d5f62ba103c36df0a2f02fad4f8ed4e1976d12c
SHA512 (nbimporter-0.3.2.tar.gz) = 57e182ece8c16b8338ca1aa91d3171522da13540a758f8781051b4096b737df45b71f8d8b995c0d7889f150b822b902a1e686a17a5460b6181cee96815f25c61
Size (nbimporter-0.3.2.tar.gz) = 4866 bytes

5
py-notifiers/DESCR Normal file
View File

@ -0,0 +1,5 @@
Got an app or service and you want to enable your users to use notifications
with their provider of choice? Working on a script and you want to receive
notification based on its output? You don't need to implement a solution
yourself, or use individual provider libs. A one stop shop for all
notification providers with a unified and simple interface

16
py-notifiers/Makefile Normal file
View File

@ -0,0 +1,16 @@
# $NetBSD$
DISTNAME= notifiers-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils python
MASTER_SITES= https://files.pythonhosted.org/packages/4f/36/4c300f55949b9be84284d51253ae48d564dc2c4f2bffb94f26c8c1485f07/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/notifiers/notifiers
COMMENT= The easy way to send notifications
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

107
py-notifiers/PLIST Normal file
View File

@ -0,0 +1,107 @@
@comment $NetBSD$
bin/notifiers
${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}/notifiers/__init__.py
${PYSITELIB}/notifiers/__init__.pyc
${PYSITELIB}/notifiers/__init__.pyo
${PYSITELIB}/notifiers/_version.py
${PYSITELIB}/notifiers/_version.pyc
${PYSITELIB}/notifiers/_version.pyo
${PYSITELIB}/notifiers/core.py
${PYSITELIB}/notifiers/core.pyc
${PYSITELIB}/notifiers/core.pyo
${PYSITELIB}/notifiers/exceptions.py
${PYSITELIB}/notifiers/exceptions.pyc
${PYSITELIB}/notifiers/exceptions.pyo
${PYSITELIB}/notifiers/logging.py
${PYSITELIB}/notifiers/logging.pyc
${PYSITELIB}/notifiers/logging.pyo
${PYSITELIB}/notifiers/providers/__init__.py
${PYSITELIB}/notifiers/providers/__init__.pyc
${PYSITELIB}/notifiers/providers/__init__.pyo
${PYSITELIB}/notifiers/providers/email.py
${PYSITELIB}/notifiers/providers/email.pyc
${PYSITELIB}/notifiers/providers/email.pyo
${PYSITELIB}/notifiers/providers/gitter.py
${PYSITELIB}/notifiers/providers/gitter.pyc
${PYSITELIB}/notifiers/providers/gitter.pyo
${PYSITELIB}/notifiers/providers/gmail.py
${PYSITELIB}/notifiers/providers/gmail.pyc
${PYSITELIB}/notifiers/providers/gmail.pyo
${PYSITELIB}/notifiers/providers/hipchat.py
${PYSITELIB}/notifiers/providers/hipchat.pyc
${PYSITELIB}/notifiers/providers/hipchat.pyo
${PYSITELIB}/notifiers/providers/join.py
${PYSITELIB}/notifiers/providers/join.pyc
${PYSITELIB}/notifiers/providers/join.pyo
${PYSITELIB}/notifiers/providers/mailgun.py
${PYSITELIB}/notifiers/providers/mailgun.pyc
${PYSITELIB}/notifiers/providers/mailgun.pyo
${PYSITELIB}/notifiers/providers/pagerduty.py
${PYSITELIB}/notifiers/providers/pagerduty.pyc
${PYSITELIB}/notifiers/providers/pagerduty.pyo
${PYSITELIB}/notifiers/providers/popcornnotify.py
${PYSITELIB}/notifiers/providers/popcornnotify.pyc
${PYSITELIB}/notifiers/providers/popcornnotify.pyo
${PYSITELIB}/notifiers/providers/pushbullet.py
${PYSITELIB}/notifiers/providers/pushbullet.pyc
${PYSITELIB}/notifiers/providers/pushbullet.pyo
${PYSITELIB}/notifiers/providers/pushover.py
${PYSITELIB}/notifiers/providers/pushover.pyc
${PYSITELIB}/notifiers/providers/pushover.pyo
${PYSITELIB}/notifiers/providers/simplepush.py
${PYSITELIB}/notifiers/providers/simplepush.pyc
${PYSITELIB}/notifiers/providers/simplepush.pyo
${PYSITELIB}/notifiers/providers/slack.py
${PYSITELIB}/notifiers/providers/slack.pyc
${PYSITELIB}/notifiers/providers/slack.pyo
${PYSITELIB}/notifiers/providers/statuspage.py
${PYSITELIB}/notifiers/providers/statuspage.pyc
${PYSITELIB}/notifiers/providers/statuspage.pyo
${PYSITELIB}/notifiers/providers/telegram.py
${PYSITELIB}/notifiers/providers/telegram.pyc
${PYSITELIB}/notifiers/providers/telegram.pyo
${PYSITELIB}/notifiers/providers/twilio.py
${PYSITELIB}/notifiers/providers/twilio.pyc
${PYSITELIB}/notifiers/providers/twilio.pyo
${PYSITELIB}/notifiers/providers/zulip.py
${PYSITELIB}/notifiers/providers/zulip.pyc
${PYSITELIB}/notifiers/providers/zulip.pyo
${PYSITELIB}/notifiers/utils/__init__.py
${PYSITELIB}/notifiers/utils/__init__.pyc
${PYSITELIB}/notifiers/utils/__init__.pyo
${PYSITELIB}/notifiers/utils/helpers.py
${PYSITELIB}/notifiers/utils/helpers.pyc
${PYSITELIB}/notifiers/utils/helpers.pyo
${PYSITELIB}/notifiers/utils/requests.py
${PYSITELIB}/notifiers/utils/requests.pyc
${PYSITELIB}/notifiers/utils/requests.pyo
${PYSITELIB}/notifiers/utils/schema/__init__.py
${PYSITELIB}/notifiers/utils/schema/__init__.pyc
${PYSITELIB}/notifiers/utils/schema/__init__.pyo
${PYSITELIB}/notifiers/utils/schema/formats.py
${PYSITELIB}/notifiers/utils/schema/formats.pyc
${PYSITELIB}/notifiers/utils/schema/formats.pyo
${PYSITELIB}/notifiers/utils/schema/helpers.py
${PYSITELIB}/notifiers/utils/schema/helpers.pyc
${PYSITELIB}/notifiers/utils/schema/helpers.pyo
${PYSITELIB}/notifiers_cli/__init__.py
${PYSITELIB}/notifiers_cli/__init__.pyc
${PYSITELIB}/notifiers_cli/__init__.pyo
${PYSITELIB}/notifiers_cli/core.py
${PYSITELIB}/notifiers_cli/core.pyc
${PYSITELIB}/notifiers_cli/core.pyo
${PYSITELIB}/notifiers_cli/utils/__init__.py
${PYSITELIB}/notifiers_cli/utils/__init__.pyc
${PYSITELIB}/notifiers_cli/utils/__init__.pyo
${PYSITELIB}/notifiers_cli/utils/callbacks.py
${PYSITELIB}/notifiers_cli/utils/callbacks.pyc
${PYSITELIB}/notifiers_cli/utils/callbacks.pyo
${PYSITELIB}/notifiers_cli/utils/dynamic_click.py
${PYSITELIB}/notifiers_cli/utils/dynamic_click.pyc
${PYSITELIB}/notifiers_cli/utils/dynamic_click.pyo

6
py-notifiers/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (notifiers-1.2.1.tar.gz) = afeeca340347ec4b9d4cfd97184f418d4abb2fbd
RMD160 (notifiers-1.2.1.tar.gz) = 2055f25f5f40dec874b9461f294c7ee7c05853cd
SHA512 (notifiers-1.2.1.tar.gz) = a6e695ebc22c1dc6baf3ee190ac71fd77c7b0b3e68615218f79a08a565d198398bb571906ab42a62a7b1e939ab431e3bc3376852cf0d69b70ca8f6fd7c268703
Size (notifiers-1.2.1.tar.gz) = 34540 bytes

3
py-polygon3/DESCR Normal file
View File

@ -0,0 +1,3 @@
Polygon is a Python package that handles polygonal shapes in 2D.
It contains Python bindings for gpc, the excellent General Polygon
Clipping Library by Alan Murta and some extensions written in C and pure Python

20
py-polygon3/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $NetBSD$
DISTNAME= Polygon3-3.0.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= graphics python
MASTER_SITES= https://files.pythonhosted.org/packages/73/a0/d07a4f3e80ed7020a33f3111db217f54ac44a485ff45da3c21ce49f65041/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://www.j-raedler.de/projects/polygon
COMMENT= Python-3 package that handles polygonal shapes in 2D
LICENSE= gnu-lgpl-v2
DEPENDS+= ${PYPKGPREFIX}-reportlab>=3.5.42:../../print/py-reportlab
PYTHON_VERSIONS_INCOMPATIBLE= 27
BUILDLINK_API_DEPENDS.${PYPKGPREFIX}-numpy+= ${PYPKGPREFIX}-numpy>=1.0
.include "../../math/py-numpy/buildlink3.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"

15
py-polygon3/PLIST Normal file
View File

@ -0,0 +1,15 @@
@comment $NetBSD$
${PYSITELIB}/Polygon/IO.py
${PYSITELIB}/Polygon/IO.pyc
${PYSITELIB}/Polygon/IO.pyo
${PYSITELIB}/Polygon/Shapes.py
${PYSITELIB}/Polygon/Shapes.pyc
${PYSITELIB}/Polygon/Shapes.pyo
${PYSITELIB}/Polygon/Utils.py
${PYSITELIB}/Polygon/Utils.pyc
${PYSITELIB}/Polygon/Utils.pyo
${PYSITELIB}/Polygon/__init__.py
${PYSITELIB}/Polygon/__init__.pyc
${PYSITELIB}/Polygon/__init__.pyo
${PYSITELIB}/Polygon/cPolygon.so
${PYSITELIB}/${EGG_FILE}

6
py-polygon3/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (Polygon3-3.0.8.tar.gz) = 9a5d96baca79f6c89ae6631549b9191dc3d13289
RMD160 (Polygon3-3.0.8.tar.gz) = b3604e60d7f9b27eee5b62522568be59e3011c3f
SHA512 (Polygon3-3.0.8.tar.gz) = b3e62d278737828928bfa1832c3e8359a0ecb420cb5b009ac8d6e39caa66ee76bf1b85307cafa28b759482b9abf1d828c7aa0bfad8fcdb6973c98dad1632eeda
Size (Polygon3-3.0.8.tar.gz) = 71446 bytes

Binary file not shown.

View File

@ -1 +0,0 @@
Pytest plugin for measuring coverage

View File

@ -1,13 +0,0 @@
# $NetBSD$
DISTNAME= pytest-cov-2.10.1
CATEGORIES= devel python
MASTER_SITES= https://files.pythonhosted.org/packages/8f/d9/05d0d003613cf4cf86ce4505c93c149abd330d2519d1a031c1515e7924ec/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/pytest-dev/pytest-cov
COMMENT= TODO: Short description of the package
LICENSE= mit
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,24 +0,0 @@
@comment $NetBSD$
${PYSITELIB}/pytest-cov.pth
${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}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pytest_cov/__init__.py
${PYSITELIB}/pytest_cov/__init__.pyc
${PYSITELIB}/pytest_cov/__init__.pyo
${PYSITELIB}/pytest_cov/compat.py
${PYSITELIB}/pytest_cov/compat.pyc
${PYSITELIB}/pytest_cov/compat.pyo
${PYSITELIB}/pytest_cov/embed.py
${PYSITELIB}/pytest_cov/embed.pyc
${PYSITELIB}/pytest_cov/embed.pyo
${PYSITELIB}/pytest_cov/engine.py
${PYSITELIB}/pytest_cov/engine.pyc
${PYSITELIB}/pytest_cov/engine.pyo
${PYSITELIB}/pytest_cov/plugin.py
${PYSITELIB}/pytest_cov/plugin.pyc
${PYSITELIB}/pytest_cov/plugin.pyo

View File

@ -1,6 +0,0 @@
$NetBSD$
SHA1 (pytest-cov-2.10.1.tar.gz) = 64f07cbf8df0e37e9c565cf111f303ce5239b539
RMD160 (pytest-cov-2.10.1.tar.gz) = 6857e803dd94ee2b6e54d6f1b4c247f5ce61d747
SHA512 (pytest-cov-2.10.1.tar.gz) = 2dd575141754a417f34b414ba7e07291c273abdc63a6b7dc72d317c6ec10076b83c2ad78eeefdda7cee1fd6f56932d838602da4dd760a1c0d12095be94c22568
Size (pytest-cov-2.10.1.tar.gz) = 56822 bytes

View File

@ -1 +0,0 @@
py.test plugin to abort hanging tests

View File

@ -1,18 +0,0 @@
# $NetBSD$
DISTNAME= pytest-timeout-1.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= https://files.pythonhosted.org/packages/fd/f2/4202dea92b48712481e46bc6fb9122fd76baac727333858c69be5d19dfc5/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://github.com/pytest-dev/pytest-timeout/
COMMENT= py.test plugin to abort hanging tests
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-test>=3.6.0:../../devel/py-test
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,6 +0,0 @@
$NetBSD$
SHA1 (pytest-timeout-1.4.2.tar.gz) = 56df6d5116a97976f2cfb896b13708999c614332
RMD160 (pytest-timeout-1.4.2.tar.gz) = ba7eb20e43f9344ef2ad658e927b8ddf9e1755f1
SHA512 (pytest-timeout-1.4.2.tar.gz) = 3446ecdb5aaad5fbca12df4e7f4f40c6c1a12895d3ed9f3a3ee24800ce36deed3cb8c09a4cc72220c962b06f821cfd55bf7eebbca23664c56abf2d0e5bc8fbea
Size (pytest-timeout-1.4.2.tar.gz) = 15424 bytes

6
py-qcodes/DESCR Normal file
View File

@ -0,0 +1,6 @@
QCoDeS is a Python-based data acquisition framework developed by
the Copenhagen/Delft/Sydney/Microsoft quantum computing consortium.
While it has been developed to serve the needs of nanoelectronic device
experiments, it is not inherently limited to such experiments, and can
be used anywhere a system with many degrees of freedom is controllable
by computer

14
py-qcodes/Makefile Normal file
View File

@ -0,0 +1,14 @@
# $NetBSD$
DISTNAME= qcodes-0.17.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= https://files.pythonhosted.org/packages/ba/ec/7117dc57310c6d0aea697e0682ef14bfa2ae6535b85bb8d4b8449de05270/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/QCoDeS/Qcodes/
COMMENT= Python-based data acquisition framework
LICENSE= mit
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

1211
py-qcodes/PLIST Normal file

File diff suppressed because it is too large Load Diff

6
py-qcodes/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (qcodes-0.17.0.tar.gz) = 065ab5582fc9e392d0e1bcd9f921ccb387600dd7
RMD160 (qcodes-0.17.0.tar.gz) = ba75f3ec3d7b2be47aeb8cbe6e7505960650ae8d
SHA512 (qcodes-0.17.0.tar.gz) = ce5a5d4db17ddf950f41fbab8c403946c3ed6aca5426eaed2376ec58deec4153c90bdc17078cefa0a99034b3fa91d5c6189a23e56afb42a47cfaea56a0ae2511
Size (qcodes-0.17.0.tar.gz) = 879142 bytes

6
py-qiskit-terra/DESCR Normal file
View File

@ -0,0 +1,6 @@
Qiskit is an open-source framework for working with noisy quantum
computers at the level of pulses, circuits, and algorithms.
Qiskit is made up of elements that work together to enable quantum
computing. This element is Terra and is the foundation on which
the rest of Qiskit is built.

28
py-qiskit-terra/Makefile Normal file
View File

@ -0,0 +1,28 @@
# $NetBSD$
DISTNAME= qiskit-terra-0.15.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= https://files.pythonhosted.org/packages/7a/5b/3a26a3c2ce08bc6eed380874b7e33f6cb7d7c2b9699340486b08b3f9f18c/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/Qiskit/qiskit-terra/
COMMENT= Software for developing quantum computing programs
LICENSE= apache-2.0
USE_LANGUAGES= c c++
DEPENDS+= ${PYPKGPREFIX}-matplotlib>=3.2.2:../../graphics/py-matplotlib
DEPENDS+= ${PYPKGPREFIX}-network>=0.5.0:../../math/py-network
DEPENDS+= ${PYPKGPREFIX}-scipy>=1.5.2:../../math/py-scipy
DEPENDS+= ${PYPKGPREFIX}-sympy>=1.5.1:../../math/py-sympy
DEPENDS+= ${PYPKGPREFIX}-sympy>=1.5.1:../../math/py-sympy
DEPENDS+= ${PYPKGPREFIX}-sympy>=1.5.1:../../math/py-sympy
DEPENDS+= ${PYPKGPREFIX}-sympy>=1.5.1:../../math/py-sympy
DEPENDS+= ${PYPKGPREFIX}-dill>=0.3.2:../../wip/py-dill
.include "../../devel/py-cython/buildlink3.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

1756
py-qiskit-terra/PLIST Normal file

File diff suppressed because it is too large Load Diff

6
py-qiskit-terra/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (qiskit-terra-0.15.2.tar.gz) = ff98edf5caa731373b34030fa441ed902028f12e
RMD160 (qiskit-terra-0.15.2.tar.gz) = 86010721e24b85ecad8b43ee8b25cf2066c547d3
SHA512 (qiskit-terra-0.15.2.tar.gz) = 11caa39f1156a868ab85c4856048966ec80755f6e8a388fcec0959937697765655d2098818b37e1215e1f71544f0cb89e1ad72b8d785ac0add5fdf99fc12f4ba
Size (qiskit-terra-0.15.2.tar.gz) = 7911542 bytes

7
py-qtt/DESCR Normal file
View File

@ -0,0 +1,7 @@
Quantum Technology Toolbox (QTT) is a Python-based framework developed
initially by QuTech for the tuning and calibration of quantum dots and
spin qubits. [QuTech](http://qutech.nl) is an advanced research center
based in Delft, the Netherlands, for quantum computing and quantum internet,
a collaboration founded by the [University of Technology Delft]
(https://www.tudelft.nl/en) (TU Delft) and the Netherlands Organisation
for Applied Scientific Research ([TNO](https://www.tno.nl/en)).

18
py-qtt/Makefile Normal file
View File

@ -0,0 +1,18 @@
# $NetBSD$
DISTNAME= qtt-1.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= https://files.pythonhosted.org/packages/f6/97/ffe957c0c3e39f702cfd64650f9513bf6255c0480ab3b05410bcc6faac0e/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://qutech.nl/
COMMENT= Python-based framework for analysis and tuning of quantum dots
LICENSE= mit
USE_LANGUAGES= # none
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"

4
py-qtt/PLIST Normal file
View File

@ -0,0 +1,4 @@
@comment $NetBSD$
@comment TODO: to fill this file with the file listing:
@comment TODO: 1. run "/usr/bin/make package"
@comment TODO: 2. run "/usr/bin/make print-PLIST"

6
py-qtt/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (qtt-1.2.2.tar.gz) = 713fd206d93c5ae9f8036e79e28698c6fa3066b8
RMD160 (qtt-1.2.2.tar.gz) = da55125f6c92ec085d0eea4cc1dd3d088785b68e
SHA512 (qtt-1.2.2.tar.gz) = 000b1e408cfaeee2d2b897a6a2a59ab2bfc60524e1e64a6fc941964dcafda247e8e3e8e66905854416b5ace77f726fd05e82680780531686705db072c11025d0
Size (qtt-1.2.2.tar.gz) = 291527 bytes

View File

@ -1,2 +1,9 @@
The Quantum Inspire platform allows to execute quantum algorithms using
the cQASM language
The Quantum Inspire platform allows to execute quantum algorithms
using the cQASM language. The software development kit (SDK) for
the Quantum Inspire platform consists of:
* An API for the [Quantum Inspire](https://www.quantum-inspire.com/)
platform (the QuantumInspireAPI class)
* Backends for:
* the [ProjectQ SDK](https://github.com/ProjectQ-Framework/ProjectQ)
* the [Qiskit SDK](https://qiskit.org/)

View File

@ -1,26 +1,26 @@
# $NetBSD$
DISTNAME= quantuminspire-1.2.0
DISTNAME= quantuminspire-1.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= https://files.pythonhosted.org/packages/f1/e3/a5f13460084584b5f43426ae2e788bef296476efdd074ded7d875379de31/
MASTER_SITES= https://files.pythonhosted.org/packages/33/54/861780f3164428a20c336385ae0941882fb20b3464bec315eae1dfa004b0/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://pypi.org/project/quantuminspire/
COMMENT= SDK for the Quantum Inspire platform
LICENSE= apache-2.0
DEPENDS+= # TODO: pytest>=3.3.1
DEPENDS+= ${PYPKGPREFIX}-coverage>=4.5.1:../../devel/py-coverage
DEPENDS+= ${PYPKGPREFIX}-coverage>=5.2.1:../../devel/py-coverage
DEPENDS+= ${PYPKGPREFIX}-jupyter_core>=4.6.3:../../devel/py-jupyter_core
DEPENDS+= ${PYPKGPREFIX}-test>=6.0.2:../../devel/py-test
DEPENDS+= ${PYPKGPREFIX}-matplotlib>=2.1:../../graphics/py-matplotlib
DEPENDS+= # TODO: coreapi>=2.3.3
DEPENDS+= # TODO: jupyter>=0
DEPENDS+= # TODO: nbimporter>=0
DEPENDS+= # TODO: sklearn>=0
DEPENDS+= ${PYPKGPREFIX}-latexenc>=2.7:../../wip/py-latexenc
DEPENDS+= ${PYPKGPREFIX}-coreapi>=2.3.3:../../wip/py-coreapi
DEPENDS+= ${PYPKGPREFIX}-nbimporter>=0.3.2:../../wip/py-nbimporter
USE_LANGUAGES= # none
BUILDLINK_API_DEPENDS.py-numpy+= ${PYPKGPREFIX}-numpy>=1.16.3
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"

View File

@ -37,6 +37,9 @@ ${PYSITELIB}/quantuminspire/qiskit/circuit_parser.pyo
${PYSITELIB}/quantuminspire/qiskit/qi_job.py
${PYSITELIB}/quantuminspire/qiskit/qi_job.pyc
${PYSITELIB}/quantuminspire/qiskit/qi_job.pyo
${PYSITELIB}/quantuminspire/qiskit/qi_result.py
${PYSITELIB}/quantuminspire/qiskit/qi_result.pyc
${PYSITELIB}/quantuminspire/qiskit/qi_result.pyo
${PYSITELIB}/quantuminspire/qiskit/quantum_inspire_provider.py
${PYSITELIB}/quantuminspire/qiskit/quantum_inspire_provider.pyc
${PYSITELIB}/quantuminspire/qiskit/quantum_inspire_provider.pyo

View File

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (quantuminspire-1.2.0.tar.gz) = 53bdd018ba43ea8d77aae990f54cbc2f76217528
RMD160 (quantuminspire-1.2.0.tar.gz) = 180464a418ce0f8b38bc5cb0fbc733cdc6682d96
SHA512 (quantuminspire-1.2.0.tar.gz) = 9927feaa89eacc9f4cb56ca9dc7ba23919d16c04477f7e3d9dc6c864b06246e11dab882f1e2802ef973cd5b8b3a43f53fc01e916d2b45825e11e77dd77d0fdbc
Size (quantuminspire-1.2.0.tar.gz) = 683023 bytes
SHA1 (quantuminspire-1.3.0.tar.gz) = 7e512d926aa9770ac65b938afa6b5229036489ac
RMD160 (quantuminspire-1.3.0.tar.gz) = ef4a54fcba2bdec207dd60205ce9ac7ddd757b4d
SHA512 (quantuminspire-1.3.0.tar.gz) = 59520021847a8bd3934a83bb57355544530ce44268d2b37de70a02ee2b1fb1b3ca16fbad55543d2dc2d3a56178e5f349bc0d950ac3264c2bde14809cc05c20e1
Size (quantuminspire-1.3.0.tar.gz) = 686054 bytes

3
py-zmqrpc/DESCR Normal file
View File

@ -0,0 +1,3 @@
This Python package adds basic Remote Procedure Call functionalities
to ZeroMQ. It does not do advanced serializing, but simply uses JSON
call and response structures

19
py-zmqrpc/Makefile Normal file
View File

@ -0,0 +1,19 @@
# $NetBSD$
DISTNAME= pyzmqrpc-2.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
CATEGORIES= python net
MASTER_SITES= https://files.pythonhosted.org/packages/91/fa/5cbea22a0a792bf29c35a5f2787f4425fa18cf77a57ed04b77cb4dc2282a/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/jverhoeven/pyzmqrpc
COMMENT= Simple ZMQ RPC extension with JSON for message serialization
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-zmq>=19.0.2:../../net/py-zmq
DEPENDS+= ${PYPKGPREFIX}-future>=0.15.0:../../devel/py-future
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

24
py-zmqrpc/PLIST Normal file
View File

@ -0,0 +1,24 @@
@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}/zmqrpc/ZmqProxy.py
${PYSITELIB}/zmqrpc/ZmqProxy.pyc
${PYSITELIB}/zmqrpc/ZmqProxy.pyo
${PYSITELIB}/zmqrpc/ZmqReceiver.py
${PYSITELIB}/zmqrpc/ZmqReceiver.pyc
${PYSITELIB}/zmqrpc/ZmqReceiver.pyo
${PYSITELIB}/zmqrpc/ZmqRpcClient.py
${PYSITELIB}/zmqrpc/ZmqRpcClient.pyc
${PYSITELIB}/zmqrpc/ZmqRpcClient.pyo
${PYSITELIB}/zmqrpc/ZmqRpcServer.py
${PYSITELIB}/zmqrpc/ZmqRpcServer.pyc
${PYSITELIB}/zmqrpc/ZmqRpcServer.pyo
${PYSITELIB}/zmqrpc/ZmqSender.py
${PYSITELIB}/zmqrpc/ZmqSender.pyc
${PYSITELIB}/zmqrpc/ZmqSender.pyo
${PYSITELIB}/zmqrpc/__init__.py
${PYSITELIB}/zmqrpc/__init__.pyc
${PYSITELIB}/zmqrpc/__init__.pyo

6
py-zmqrpc/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (pyzmqrpc-2.0.0.tar.gz) = 98efb2a2f414e5cbff68e3f347e1bc698346313f
RMD160 (pyzmqrpc-2.0.0.tar.gz) = 1cdcbb497426fb622214fc07212dfce107211174
SHA512 (pyzmqrpc-2.0.0.tar.gz) = 2da7ede33aba64482e532f5f280ed1fa85fd0cfae4476c934f1494f9e4943f342de953083250e9691009a6dbaab2ec137dd2c4aa05a3efb2eaa486e653cc797e
Size (pyzmqrpc-2.0.0.tar.gz) = 6953 bytes