pkgsrc-WIP-changes archive

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

py-hamcrest: remove, pkgsrc version is newer



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Mon Nov 28 15:16:12 2022 +0100
Changeset:	758fd9522e58003329bf1ed5608435e98fbafc62

Modified Files:
	Makefile
	py-crossbar/Makefile
Removed Files:
	py-hamcrest/DESCR
	py-hamcrest/Makefile
	py-hamcrest/PLIST
	py-hamcrest/distinfo

Log Message:
py-hamcrest: remove, pkgsrc version is newer

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

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

diffstat:
 Makefile             |   1 -
 py-crossbar/Makefile |   2 +-
 py-hamcrest/DESCR    |   6 --
 py-hamcrest/Makefile |  18 ------
 py-hamcrest/PLIST    | 174 ---------------------------------------------------
 py-hamcrest/distinfo |   5 --
 6 files changed, 1 insertion(+), 205 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index e8a7c17bf5..71da2b7c38 100644
--- a/Makefile
+++ b/Makefile
@@ -3963,7 +3963,6 @@ SUBDIR+=	py-gwcs
 SUBDIR+=	py-gwsurrogate
 SUBDIR+=	py-hal-cgp
 SUBDIR+=	py-halp
-SUBDIR+=	py-hamcrest
 SUBDIR+=	py-hamilton
 SUBDIR+=	py-hamnonlineng
 SUBDIR+=	py-hamopy
diff --git a/py-crossbar/Makefile b/py-crossbar/Makefile
index f213bcbdea..4338d572cc 100644
--- a/py-crossbar/Makefile
+++ b/py-crossbar/Makefile
@@ -43,7 +43,7 @@ DEPENDS+=	${PYPKGPREFIX}-mistune>=0.8.4:../../textproc/py-mistune
 #DEPENDS+=	${PYPKGPREFIX}-flatbuffers>=1.12:../../wip/py-flatbuffers
 DEPENDS+=	${PYPKGPREFIX}-ubjson>=0.16.1:../../wip/py-ubjson
 DEPENDS+=	${PYPKGPREFIX}-trie3>=0.2:../../wip/py-trie3
-DEPENDS+=	${PYPKGPREFIX}-hamcrest>=2.0.2:../../wip/py-hamcrest
+DEPENDS+=	${PYPKGPREFIX}-hamcrest>=2.0.2:../../devel/py-hamcrest
 #DEPENDS+=	${PYPKGPREFIX}-u-msgpack>=2.7.1:../../wip/py-u-msgpack
 DEPENDS+=	${PYPKGPREFIX}-snappy>=0.5.3:../../wip/py-snappy
 DEPENDS+=	${PYPKGPREFIX}-zlmdb>=20.8.1:../../wip/py-zlmdb
diff --git a/py-hamcrest/DESCR b/py-hamcrest/DESCR
deleted file mode 100644
index ba0589cd89..0000000000
--- a/py-hamcrest/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-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
deleted file mode 100644
index 661d5f25fc..0000000000
--- a/py-hamcrest/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $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@localhost
-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
deleted file mode 100644
index 3d70f503a3..0000000000
--- a/py-hamcrest/PLIST
+++ /dev/null
@@ -1,174 +0,0 @@
-@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
deleted file mode 100644
index ff1534265b..0000000000
--- a/py-hamcrest/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-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


Home | Main Index | Thread Index | Old Index