pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-hypothesis4 devel/py-hypothesis4: import py-h...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9ace878fe30
branches:  trunk
changeset: 440324:c9ace878fe30
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Oct 06 09:47:27 2020 +0000

description:
devel/py-hypothesis4: import py-hypothesis-4.57.1

This is a reimport of py-hypothesis before updating it to a version
that is not compatible with Python 2.x.

Hypothesis is a library for testing your Python code against a much
larger range of examples than you would ever want to write by hand.
It's based on the Haskell library, Quickcheck, and is designed to
integrate seamlessly into your existing Python unit testing work
flow.

Hypothesis is both extremely practical and also advances the state
of the art of unit testing by some way. It's easy to use, stable,
and extremely powerful. If you're not using Hypothesis to test your
project then you're missing out.

This package contains the last version supporting Python 2.x.

diffstat:

 devel/py-hypothesis4/DESCR    |   12 +
 devel/py-hypothesis4/Makefile |   22 +++
 devel/py-hypothesis4/PLIST    |  259 ++++++++++++++++++++++++++++++++++++++++++
 devel/py-hypothesis4/distinfo |    6 +
 4 files changed, 299 insertions(+), 0 deletions(-)

diffs (truncated from 315 to 300 lines):

diff -r a795465dd97f -r c9ace878fe30 devel/py-hypothesis4/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hypothesis4/DESCR        Tue Oct 06 09:47:27 2020 +0000
@@ -0,0 +1,12 @@
+Hypothesis is a library for testing your Python code against a much
+larger range of examples than you would ever want to write by hand.
+It's based on the Haskell library, Quickcheck, and is designed to
+integrate seamlessly into your existing Python unit testing work
+flow.
+
+Hypothesis is both extremely practical and also advances the state
+of the art of unit testing by some way. It's easy to use, stable,
+and extremely powerful. If you're not using Hypothesis to test your
+project then you're missing out.
+
+This package contains the last version supporting Python 2.x.
diff -r a795465dd97f -r c9ace878fe30 devel/py-hypothesis4/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hypothesis4/Makefile     Tue Oct 06 09:47:27 2020 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2020/10/06 09:47:27 wiz Exp $
+
+DISTNAME=      hypothesis-4.57.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/HypothesisWorks/hypothesis
+COMMENT=       Python library for property based testing
+LICENSE=       mpl-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
+DEPENDS+=      ${PYPKGPREFIX}-sortedcontainers>=2.1.0:../../devel/py-sortedcontainers
+DEPENDS+=      ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
+
+PYTHON_VERSIONS_ACCEPTED=      27
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a795465dd97f -r c9ace878fe30 devel/py-hypothesis4/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hypothesis4/PLIST        Tue Oct 06 09:47:27 2020 +0000
@@ -0,0 +1,259 @@
+@comment $NetBSD: PLIST,v 1.1 2020/10/06 09:47:27 wiz Exp $
+${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}/hypothesis/__init__.py
+${PYSITELIB}/hypothesis/__init__.pyc
+${PYSITELIB}/hypothesis/__init__.pyo
+${PYSITELIB}/hypothesis/_settings.py
+${PYSITELIB}/hypothesis/_settings.pyc
+${PYSITELIB}/hypothesis/_settings.pyo
+${PYSITELIB}/hypothesis/configuration.py
+${PYSITELIB}/hypothesis/configuration.pyc
+${PYSITELIB}/hypothesis/configuration.pyo
+${PYSITELIB}/hypothesis/control.py
+${PYSITELIB}/hypothesis/control.pyc
+${PYSITELIB}/hypothesis/control.pyo
+${PYSITELIB}/hypothesis/core.py
+${PYSITELIB}/hypothesis/core.pyc
+${PYSITELIB}/hypothesis/core.pyo
+${PYSITELIB}/hypothesis/database.py
+${PYSITELIB}/hypothesis/database.pyc
+${PYSITELIB}/hypothesis/database.pyo
+${PYSITELIB}/hypothesis/errors.py
+${PYSITELIB}/hypothesis/errors.pyc
+${PYSITELIB}/hypothesis/errors.pyo
+${PYSITELIB}/hypothesis/executors.py
+${PYSITELIB}/hypothesis/executors.pyc
+${PYSITELIB}/hypothesis/executors.pyo
+${PYSITELIB}/hypothesis/extra/__init__.py
+${PYSITELIB}/hypothesis/extra/__init__.pyc
+${PYSITELIB}/hypothesis/extra/__init__.pyo
+${PYSITELIB}/hypothesis/extra/dateutil.py
+${PYSITELIB}/hypothesis/extra/dateutil.pyc
+${PYSITELIB}/hypothesis/extra/dateutil.pyo
+${PYSITELIB}/hypothesis/extra/django/__init__.py
+${PYSITELIB}/hypothesis/extra/django/__init__.pyc
+${PYSITELIB}/hypothesis/extra/django/__init__.pyo
+${PYSITELIB}/hypothesis/extra/django/_fields.py
+${PYSITELIB}/hypothesis/extra/django/_fields.pyc
+${PYSITELIB}/hypothesis/extra/django/_fields.pyo
+${PYSITELIB}/hypothesis/extra/django/_impl.py
+${PYSITELIB}/hypothesis/extra/django/_impl.pyc
+${PYSITELIB}/hypothesis/extra/django/_impl.pyo
+${PYSITELIB}/hypothesis/extra/django/models.py
+${PYSITELIB}/hypothesis/extra/django/models.pyc
+${PYSITELIB}/hypothesis/extra/django/models.pyo
+${PYSITELIB}/hypothesis/extra/dpcontracts.py
+${PYSITELIB}/hypothesis/extra/dpcontracts.pyc
+${PYSITELIB}/hypothesis/extra/dpcontracts.pyo
+${PYSITELIB}/hypothesis/extra/lark.py
+${PYSITELIB}/hypothesis/extra/lark.pyc
+${PYSITELIB}/hypothesis/extra/lark.pyo
+${PYSITELIB}/hypothesis/extra/numpy.py
+${PYSITELIB}/hypothesis/extra/numpy.pyc
+${PYSITELIB}/hypothesis/extra/numpy.pyo
+${PYSITELIB}/hypothesis/extra/pandas/__init__.py
+${PYSITELIB}/hypothesis/extra/pandas/__init__.pyc
+${PYSITELIB}/hypothesis/extra/pandas/__init__.pyo
+${PYSITELIB}/hypothesis/extra/pandas/impl.py
+${PYSITELIB}/hypothesis/extra/pandas/impl.pyc
+${PYSITELIB}/hypothesis/extra/pandas/impl.pyo
+${PYSITELIB}/hypothesis/extra/pytestplugin.py
+${PYSITELIB}/hypothesis/extra/pytestplugin.pyc
+${PYSITELIB}/hypothesis/extra/pytestplugin.pyo
+${PYSITELIB}/hypothesis/extra/pytz.py
+${PYSITELIB}/hypothesis/extra/pytz.pyc
+${PYSITELIB}/hypothesis/extra/pytz.pyo
+${PYSITELIB}/hypothesis/internal/__init__.py
+${PYSITELIB}/hypothesis/internal/__init__.pyc
+${PYSITELIB}/hypothesis/internal/__init__.pyo
+${PYSITELIB}/hypothesis/internal/cache.py
+${PYSITELIB}/hypothesis/internal/cache.pyc
+${PYSITELIB}/hypothesis/internal/cache.pyo
+${PYSITELIB}/hypothesis/internal/cathetus.py
+${PYSITELIB}/hypothesis/internal/cathetus.pyc
+${PYSITELIB}/hypothesis/internal/cathetus.pyo
+${PYSITELIB}/hypothesis/internal/charmap.py
+${PYSITELIB}/hypothesis/internal/charmap.pyc
+${PYSITELIB}/hypothesis/internal/charmap.pyo
+${PYSITELIB}/hypothesis/internal/compat.py
+${PYSITELIB}/hypothesis/internal/compat.pyc
+${PYSITELIB}/hypothesis/internal/compat.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/__init__.py
+${PYSITELIB}/hypothesis/internal/conjecture/__init__.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/__init__.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/choicetree.py
+${PYSITELIB}/hypothesis/internal/conjecture/choicetree.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/choicetree.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/data.py
+${PYSITELIB}/hypothesis/internal/conjecture/data.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/data.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/datatree.py
+${PYSITELIB}/hypothesis/internal/conjecture/datatree.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/datatree.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/engine.py
+${PYSITELIB}/hypothesis/internal/conjecture/engine.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/engine.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/floats.py
+${PYSITELIB}/hypothesis/internal/conjecture/floats.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/floats.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/junkdrawer.py
+${PYSITELIB}/hypothesis/internal/conjecture/junkdrawer.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/junkdrawer.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/optimiser.py
+${PYSITELIB}/hypothesis/internal/conjecture/optimiser.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/optimiser.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/pareto.py
+${PYSITELIB}/hypothesis/internal/conjecture/pareto.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/pareto.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/shrinker.py
+${PYSITELIB}/hypothesis/internal/conjecture/shrinker.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/shrinker.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/__init__.py
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/__init__.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/__init__.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/common.py
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/common.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/common.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/floats.py
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/floats.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/floats.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/integer.py
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/integer.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/integer.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/lexical.py
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/lexical.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/lexical.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/ordering.py
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/ordering.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/ordering.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/utils.py
+${PYSITELIB}/hypothesis/internal/conjecture/utils.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/utils.pyo
+${PYSITELIB}/hypothesis/internal/coverage.py
+${PYSITELIB}/hypothesis/internal/coverage.pyc
+${PYSITELIB}/hypothesis/internal/coverage.pyo
+${PYSITELIB}/hypothesis/internal/detection.py
+${PYSITELIB}/hypothesis/internal/detection.pyc
+${PYSITELIB}/hypothesis/internal/detection.pyo
+${PYSITELIB}/hypothesis/internal/entropy.py
+${PYSITELIB}/hypothesis/internal/entropy.pyc
+${PYSITELIB}/hypothesis/internal/entropy.pyo
+${PYSITELIB}/hypothesis/internal/escalation.py
+${PYSITELIB}/hypothesis/internal/escalation.pyc
+${PYSITELIB}/hypothesis/internal/escalation.pyo
+${PYSITELIB}/hypothesis/internal/floats.py
+${PYSITELIB}/hypothesis/internal/floats.pyc
+${PYSITELIB}/hypothesis/internal/floats.pyo
+${PYSITELIB}/hypothesis/internal/healthcheck.py
+${PYSITELIB}/hypothesis/internal/healthcheck.pyc
+${PYSITELIB}/hypothesis/internal/healthcheck.pyo
+${PYSITELIB}/hypothesis/internal/intervalsets.py
+${PYSITELIB}/hypothesis/internal/intervalsets.pyc
+${PYSITELIB}/hypothesis/internal/intervalsets.pyo
+${PYSITELIB}/hypothesis/internal/lazyformat.py
+${PYSITELIB}/hypothesis/internal/lazyformat.pyc
+${PYSITELIB}/hypothesis/internal/lazyformat.pyo
+${PYSITELIB}/hypothesis/internal/reflection.py
+${PYSITELIB}/hypothesis/internal/reflection.pyc
+${PYSITELIB}/hypothesis/internal/reflection.pyo
+${PYSITELIB}/hypothesis/internal/validation.py
+${PYSITELIB}/hypothesis/internal/validation.pyc
+${PYSITELIB}/hypothesis/internal/validation.pyo
+${PYSITELIB}/hypothesis/provisional.py
+${PYSITELIB}/hypothesis/provisional.pyc
+${PYSITELIB}/hypothesis/provisional.pyo
+${PYSITELIB}/hypothesis/py.typed
+${PYSITELIB}/hypothesis/reporting.py
+${PYSITELIB}/hypothesis/reporting.pyc
+${PYSITELIB}/hypothesis/reporting.pyo
+${PYSITELIB}/hypothesis/stateful.py
+${PYSITELIB}/hypothesis/stateful.pyc
+${PYSITELIB}/hypothesis/stateful.pyo
+${PYSITELIB}/hypothesis/statistics.py
+${PYSITELIB}/hypothesis/statistics.pyc
+${PYSITELIB}/hypothesis/statistics.pyo
+${PYSITELIB}/hypothesis/strategies/__init__.py
+${PYSITELIB}/hypothesis/strategies/__init__.pyc
+${PYSITELIB}/hypothesis/strategies/__init__.pyo
+${PYSITELIB}/hypothesis/strategies/_internal/__init__.py
+${PYSITELIB}/hypothesis/strategies/_internal/__init__.pyc
+${PYSITELIB}/hypothesis/strategies/_internal/__init__.pyo
+${PYSITELIB}/hypothesis/strategies/_internal/attrs.py
+${PYSITELIB}/hypothesis/strategies/_internal/attrs.pyc
+${PYSITELIB}/hypothesis/strategies/_internal/attrs.pyo
+${PYSITELIB}/hypothesis/strategies/_internal/collections.py
+${PYSITELIB}/hypothesis/strategies/_internal/collections.pyc
+${PYSITELIB}/hypothesis/strategies/_internal/collections.pyo
+${PYSITELIB}/hypothesis/strategies/_internal/core.py
+${PYSITELIB}/hypothesis/strategies/_internal/core.pyc
+${PYSITELIB}/hypothesis/strategies/_internal/core.pyo
+${PYSITELIB}/hypothesis/strategies/_internal/datetime.py
+${PYSITELIB}/hypothesis/strategies/_internal/datetime.pyc
+${PYSITELIB}/hypothesis/strategies/_internal/datetime.pyo
+${PYSITELIB}/hypothesis/strategies/_internal/deferred.py
+${PYSITELIB}/hypothesis/strategies/_internal/deferred.pyc
+${PYSITELIB}/hypothesis/strategies/_internal/deferred.pyo
+${PYSITELIB}/hypothesis/strategies/_internal/featureflags.py
+${PYSITELIB}/hypothesis/strategies/_internal/featureflags.pyc
+${PYSITELIB}/hypothesis/strategies/_internal/featureflags.pyo
+${PYSITELIB}/hypothesis/strategies/_internal/flatmapped.py
+${PYSITELIB}/hypothesis/strategies/_internal/flatmapped.pyc
+${PYSITELIB}/hypothesis/strategies/_internal/flatmapped.pyo
+${PYSITELIB}/hypothesis/strategies/_internal/functions.py
+${PYSITELIB}/hypothesis/strategies/_internal/functions.pyc
+${PYSITELIB}/hypothesis/strategies/_internal/functions.pyo
+${PYSITELIB}/hypothesis/strategies/_internal/lazy.py
+${PYSITELIB}/hypothesis/strategies/_internal/lazy.pyc
+${PYSITELIB}/hypothesis/strategies/_internal/lazy.pyo
+${PYSITELIB}/hypothesis/strategies/_internal/misc.py
+${PYSITELIB}/hypothesis/strategies/_internal/misc.pyc
+${PYSITELIB}/hypothesis/strategies/_internal/misc.pyo
+${PYSITELIB}/hypothesis/strategies/_internal/numbers.py
+${PYSITELIB}/hypothesis/strategies/_internal/numbers.pyc
+${PYSITELIB}/hypothesis/strategies/_internal/numbers.pyo
+${PYSITELIB}/hypothesis/strategies/_internal/recursive.py
+${PYSITELIB}/hypothesis/strategies/_internal/recursive.pyc
+${PYSITELIB}/hypothesis/strategies/_internal/recursive.pyo
+${PYSITELIB}/hypothesis/strategies/_internal/regex.py
+${PYSITELIB}/hypothesis/strategies/_internal/regex.pyc
+${PYSITELIB}/hypothesis/strategies/_internal/regex.pyo
+${PYSITELIB}/hypothesis/strategies/_internal/shared.py
+${PYSITELIB}/hypothesis/strategies/_internal/shared.pyc
+${PYSITELIB}/hypothesis/strategies/_internal/shared.pyo
+${PYSITELIB}/hypothesis/strategies/_internal/strategies.py
+${PYSITELIB}/hypothesis/strategies/_internal/strategies.pyc
+${PYSITELIB}/hypothesis/strategies/_internal/strategies.pyo
+${PYSITELIB}/hypothesis/strategies/_internal/strings.py
+${PYSITELIB}/hypothesis/strategies/_internal/strings.pyc
+${PYSITELIB}/hypothesis/strategies/_internal/strings.pyo
+${PYSITELIB}/hypothesis/strategies/_internal/types.py
+${PYSITELIB}/hypothesis/strategies/_internal/types.pyc
+${PYSITELIB}/hypothesis/strategies/_internal/types.pyo
+${PYSITELIB}/hypothesis/types.py
+${PYSITELIB}/hypothesis/types.pyc
+${PYSITELIB}/hypothesis/types.pyo
+${PYSITELIB}/hypothesis/utils/__init__.py
+${PYSITELIB}/hypothesis/utils/__init__.pyc
+${PYSITELIB}/hypothesis/utils/__init__.pyo
+${PYSITELIB}/hypothesis/utils/conventions.py
+${PYSITELIB}/hypothesis/utils/conventions.pyc
+${PYSITELIB}/hypothesis/utils/conventions.pyo
+${PYSITELIB}/hypothesis/utils/dynamicvariables.py
+${PYSITELIB}/hypothesis/utils/dynamicvariables.pyc
+${PYSITELIB}/hypothesis/utils/dynamicvariables.pyo
+${PYSITELIB}/hypothesis/vendor/__init__.py
+${PYSITELIB}/hypothesis/vendor/__init__.pyc
+${PYSITELIB}/hypothesis/vendor/__init__.pyo
+${PYSITELIB}/hypothesis/vendor/pretty.py
+${PYSITELIB}/hypothesis/vendor/pretty.pyc



Home | Main Index | Thread Index | Old Index