From 6c5385b224e81a1c42f444fed7d074ba952b4719 Mon Sep 17 00:00:00 2001 From: "K.I.A.Derouiche" Date: Fri, 4 Dec 2020 21:46:30 +0100 Subject: [PATCH] import py-hamcrest-2.0.2 to wip --- py-hamcrest/DESCR | 6 ++ py-hamcrest/Makefile | 18 +++++ py-hamcrest/PLIST | 174 +++++++++++++++++++++++++++++++++++++++++++ py-hamcrest/distinfo | 6 ++ 4 files changed, 204 insertions(+) create mode 100644 py-hamcrest/DESCR create mode 100644 py-hamcrest/Makefile create mode 100644 py-hamcrest/PLIST create mode 100644 py-hamcrest/distinfo diff --git a/py-hamcrest/DESCR b/py-hamcrest/DESCR new file mode 100644 index 0000000000..ba0589cd89 --- /dev/null +++ b/py-hamcrest/DESCR @@ -0,0 +1,6 @@ +PyHamcrest is a framework for writing matcher objects, +allowing you to declaratively define match rules. +There are a number of situations where matchers are +invaluable, such as UI validation, or data filtering, +but it is in the area of writing flexible tests that +matchers are most commonly used diff --git a/py-hamcrest/Makefile b/py-hamcrest/Makefile new file mode 100644 index 0000000000..661d5f25fc --- /dev/null +++ b/py-hamcrest/Makefile @@ -0,0 +1,18 @@ +# $NetBSD$ + +DISTNAME= PyHamcrest-2.0.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//:tl:} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyHamcrest/} + +MAINTAINER= kamelderouiche@yahoo.com +HOMEPAGE= https://github.com/hamcrest/PyHamcrest +COMMENT= Hamcrest framework for matcher objects +LICENSE= modified-bsd + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/py-hamcrest/PLIST b/py-hamcrest/PLIST new file mode 100644 index 0000000000..3d70f503a3 --- /dev/null +++ b/py-hamcrest/PLIST @@ -0,0 +1,174 @@ +@comment $NetBSD$ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/hamcrest/__init__.py +${PYSITELIB}/hamcrest/__init__.pyc +${PYSITELIB}/hamcrest/__init__.pyo +${PYSITELIB}/hamcrest/core/__init__.py +${PYSITELIB}/hamcrest/core/__init__.pyc +${PYSITELIB}/hamcrest/core/__init__.pyo +${PYSITELIB}/hamcrest/core/assert_that.py +${PYSITELIB}/hamcrest/core/assert_that.pyc +${PYSITELIB}/hamcrest/core/assert_that.pyo +${PYSITELIB}/hamcrest/core/base_description.py +${PYSITELIB}/hamcrest/core/base_description.pyc +${PYSITELIB}/hamcrest/core/base_description.pyo +${PYSITELIB}/hamcrest/core/base_matcher.py +${PYSITELIB}/hamcrest/core/base_matcher.pyc +${PYSITELIB}/hamcrest/core/base_matcher.pyo +${PYSITELIB}/hamcrest/core/core/__init__.py +${PYSITELIB}/hamcrest/core/core/__init__.pyc +${PYSITELIB}/hamcrest/core/core/__init__.pyo +${PYSITELIB}/hamcrest/core/core/allof.py +${PYSITELIB}/hamcrest/core/core/allof.pyc +${PYSITELIB}/hamcrest/core/core/allof.pyo +${PYSITELIB}/hamcrest/core/core/anyof.py +${PYSITELIB}/hamcrest/core/core/anyof.pyc +${PYSITELIB}/hamcrest/core/core/anyof.pyo +${PYSITELIB}/hamcrest/core/core/described_as.py +${PYSITELIB}/hamcrest/core/core/described_as.pyc +${PYSITELIB}/hamcrest/core/core/described_as.pyo +${PYSITELIB}/hamcrest/core/core/is_.py +${PYSITELIB}/hamcrest/core/core/is_.pyc +${PYSITELIB}/hamcrest/core/core/is_.pyo +${PYSITELIB}/hamcrest/core/core/isanything.py +${PYSITELIB}/hamcrest/core/core/isanything.pyc +${PYSITELIB}/hamcrest/core/core/isanything.pyo +${PYSITELIB}/hamcrest/core/core/isequal.py +${PYSITELIB}/hamcrest/core/core/isequal.pyc +${PYSITELIB}/hamcrest/core/core/isequal.pyo +${PYSITELIB}/hamcrest/core/core/isinstanceof.py +${PYSITELIB}/hamcrest/core/core/isinstanceof.pyc +${PYSITELIB}/hamcrest/core/core/isinstanceof.pyo +${PYSITELIB}/hamcrest/core/core/isnone.py +${PYSITELIB}/hamcrest/core/core/isnone.pyc +${PYSITELIB}/hamcrest/core/core/isnone.pyo +${PYSITELIB}/hamcrest/core/core/isnot.py +${PYSITELIB}/hamcrest/core/core/isnot.pyc +${PYSITELIB}/hamcrest/core/core/isnot.pyo +${PYSITELIB}/hamcrest/core/core/issame.py +${PYSITELIB}/hamcrest/core/core/issame.pyc +${PYSITELIB}/hamcrest/core/core/issame.pyo +${PYSITELIB}/hamcrest/core/core/raises.py +${PYSITELIB}/hamcrest/core/core/raises.pyc +${PYSITELIB}/hamcrest/core/core/raises.pyo +${PYSITELIB}/hamcrest/core/description.py +${PYSITELIB}/hamcrest/core/description.pyc +${PYSITELIB}/hamcrest/core/description.pyo +${PYSITELIB}/hamcrest/core/helpers/__init__.py +${PYSITELIB}/hamcrest/core/helpers/__init__.pyc +${PYSITELIB}/hamcrest/core/helpers/__init__.pyo +${PYSITELIB}/hamcrest/core/helpers/hasmethod.py +${PYSITELIB}/hamcrest/core/helpers/hasmethod.pyc +${PYSITELIB}/hamcrest/core/helpers/hasmethod.pyo +${PYSITELIB}/hamcrest/core/helpers/ismock.py +${PYSITELIB}/hamcrest/core/helpers/ismock.pyc +${PYSITELIB}/hamcrest/core/helpers/ismock.pyo +${PYSITELIB}/hamcrest/core/helpers/wrap_matcher.py +${PYSITELIB}/hamcrest/core/helpers/wrap_matcher.pyc +${PYSITELIB}/hamcrest/core/helpers/wrap_matcher.pyo +${PYSITELIB}/hamcrest/core/matcher.py +${PYSITELIB}/hamcrest/core/matcher.pyc +${PYSITELIB}/hamcrest/core/matcher.pyo +${PYSITELIB}/hamcrest/core/selfdescribing.py +${PYSITELIB}/hamcrest/core/selfdescribing.pyc +${PYSITELIB}/hamcrest/core/selfdescribing.pyo +${PYSITELIB}/hamcrest/core/selfdescribingvalue.py +${PYSITELIB}/hamcrest/core/selfdescribingvalue.pyc +${PYSITELIB}/hamcrest/core/selfdescribingvalue.pyo +${PYSITELIB}/hamcrest/core/string_description.py +${PYSITELIB}/hamcrest/core/string_description.pyc +${PYSITELIB}/hamcrest/core/string_description.pyo +${PYSITELIB}/hamcrest/library/__init__.py +${PYSITELIB}/hamcrest/library/__init__.pyc +${PYSITELIB}/hamcrest/library/__init__.pyo +${PYSITELIB}/hamcrest/library/collection/__init__.py +${PYSITELIB}/hamcrest/library/collection/__init__.pyc +${PYSITELIB}/hamcrest/library/collection/__init__.pyo +${PYSITELIB}/hamcrest/library/collection/is_empty.py +${PYSITELIB}/hamcrest/library/collection/is_empty.pyc +${PYSITELIB}/hamcrest/library/collection/is_empty.pyo +${PYSITELIB}/hamcrest/library/collection/isdict_containing.py +${PYSITELIB}/hamcrest/library/collection/isdict_containing.pyc +${PYSITELIB}/hamcrest/library/collection/isdict_containing.pyo +${PYSITELIB}/hamcrest/library/collection/isdict_containingentries.py +${PYSITELIB}/hamcrest/library/collection/isdict_containingentries.pyc +${PYSITELIB}/hamcrest/library/collection/isdict_containingentries.pyo +${PYSITELIB}/hamcrest/library/collection/isdict_containingkey.py +${PYSITELIB}/hamcrest/library/collection/isdict_containingkey.pyc +${PYSITELIB}/hamcrest/library/collection/isdict_containingkey.pyo +${PYSITELIB}/hamcrest/library/collection/isdict_containingvalue.py +${PYSITELIB}/hamcrest/library/collection/isdict_containingvalue.pyc +${PYSITELIB}/hamcrest/library/collection/isdict_containingvalue.pyo +${PYSITELIB}/hamcrest/library/collection/isin.py +${PYSITELIB}/hamcrest/library/collection/isin.pyc +${PYSITELIB}/hamcrest/library/collection/isin.pyo +${PYSITELIB}/hamcrest/library/collection/issequence_containing.py +${PYSITELIB}/hamcrest/library/collection/issequence_containing.pyc +${PYSITELIB}/hamcrest/library/collection/issequence_containing.pyo +${PYSITELIB}/hamcrest/library/collection/issequence_containinginanyorder.py +${PYSITELIB}/hamcrest/library/collection/issequence_containinginanyorder.pyc +${PYSITELIB}/hamcrest/library/collection/issequence_containinginanyorder.pyo +${PYSITELIB}/hamcrest/library/collection/issequence_containinginorder.py +${PYSITELIB}/hamcrest/library/collection/issequence_containinginorder.pyc +${PYSITELIB}/hamcrest/library/collection/issequence_containinginorder.pyo +${PYSITELIB}/hamcrest/library/collection/issequence_onlycontaining.py +${PYSITELIB}/hamcrest/library/collection/issequence_onlycontaining.pyc +${PYSITELIB}/hamcrest/library/collection/issequence_onlycontaining.pyo +${PYSITELIB}/hamcrest/library/integration/__init__.py +${PYSITELIB}/hamcrest/library/integration/__init__.pyc +${PYSITELIB}/hamcrest/library/integration/__init__.pyo +${PYSITELIB}/hamcrest/library/integration/match_equality.py +${PYSITELIB}/hamcrest/library/integration/match_equality.pyc +${PYSITELIB}/hamcrest/library/integration/match_equality.pyo +${PYSITELIB}/hamcrest/library/number/__init__.py +${PYSITELIB}/hamcrest/library/number/__init__.pyc +${PYSITELIB}/hamcrest/library/number/__init__.pyo +${PYSITELIB}/hamcrest/library/number/iscloseto.py +${PYSITELIB}/hamcrest/library/number/iscloseto.pyc +${PYSITELIB}/hamcrest/library/number/iscloseto.pyo +${PYSITELIB}/hamcrest/library/number/ordering_comparison.py +${PYSITELIB}/hamcrest/library/number/ordering_comparison.pyc +${PYSITELIB}/hamcrest/library/number/ordering_comparison.pyo +${PYSITELIB}/hamcrest/library/object/__init__.py +${PYSITELIB}/hamcrest/library/object/__init__.pyc +${PYSITELIB}/hamcrest/library/object/__init__.pyo +${PYSITELIB}/hamcrest/library/object/haslength.py +${PYSITELIB}/hamcrest/library/object/haslength.pyc +${PYSITELIB}/hamcrest/library/object/haslength.pyo +${PYSITELIB}/hamcrest/library/object/hasproperty.py +${PYSITELIB}/hamcrest/library/object/hasproperty.pyc +${PYSITELIB}/hamcrest/library/object/hasproperty.pyo +${PYSITELIB}/hamcrest/library/object/hasstring.py +${PYSITELIB}/hamcrest/library/object/hasstring.pyc +${PYSITELIB}/hamcrest/library/object/hasstring.pyo +${PYSITELIB}/hamcrest/library/text/__init__.py +${PYSITELIB}/hamcrest/library/text/__init__.pyc +${PYSITELIB}/hamcrest/library/text/__init__.pyo +${PYSITELIB}/hamcrest/library/text/isequal_ignoring_case.py +${PYSITELIB}/hamcrest/library/text/isequal_ignoring_case.pyc +${PYSITELIB}/hamcrest/library/text/isequal_ignoring_case.pyo +${PYSITELIB}/hamcrest/library/text/isequal_ignoring_whitespace.py +${PYSITELIB}/hamcrest/library/text/isequal_ignoring_whitespace.pyc +${PYSITELIB}/hamcrest/library/text/isequal_ignoring_whitespace.pyo +${PYSITELIB}/hamcrest/library/text/stringcontains.py +${PYSITELIB}/hamcrest/library/text/stringcontains.pyc +${PYSITELIB}/hamcrest/library/text/stringcontains.pyo +${PYSITELIB}/hamcrest/library/text/stringcontainsinorder.py +${PYSITELIB}/hamcrest/library/text/stringcontainsinorder.pyc +${PYSITELIB}/hamcrest/library/text/stringcontainsinorder.pyo +${PYSITELIB}/hamcrest/library/text/stringendswith.py +${PYSITELIB}/hamcrest/library/text/stringendswith.pyc +${PYSITELIB}/hamcrest/library/text/stringendswith.pyo +${PYSITELIB}/hamcrest/library/text/stringmatches.py +${PYSITELIB}/hamcrest/library/text/stringmatches.pyc +${PYSITELIB}/hamcrest/library/text/stringmatches.pyo +${PYSITELIB}/hamcrest/library/text/stringstartswith.py +${PYSITELIB}/hamcrest/library/text/stringstartswith.pyc +${PYSITELIB}/hamcrest/library/text/stringstartswith.pyo +${PYSITELIB}/hamcrest/library/text/substringmatcher.py +${PYSITELIB}/hamcrest/library/text/substringmatcher.pyc +${PYSITELIB}/hamcrest/library/text/substringmatcher.pyo +${PYSITELIB}/hamcrest/py.typed diff --git a/py-hamcrest/distinfo b/py-hamcrest/distinfo new file mode 100644 index 0000000000..7c84450f71 --- /dev/null +++ b/py-hamcrest/distinfo @@ -0,0 +1,6 @@ +$NetBSD$ + +SHA1 (PyHamcrest-2.0.2.tar.gz) = ba0c1e274bb0cd71a8bbb451fa657cc5c1fcc81e +RMD160 (PyHamcrest-2.0.2.tar.gz) = 0a0710b31bbdc3c6984d789f6d4b3188af16ec51 +SHA512 (PyHamcrest-2.0.2.tar.gz) = f66d9119b93bdc29d2120cc58c1ba25f9777be7ec82fa888bfcbcc38f03bb0cbc59267d858f6a279bab5576061fe77618f5db320febf6f62d55b67b68be7c06a +Size (PyHamcrest-2.0.2.tar.gz) = 44329 bytes