Received: by mail.netbsd.org (Postfix, from userid 605) id 5A63984D28; Fri, 9 Jul 2021 18:56:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 954BC84CE3 for ; Fri, 9 Jul 2021 18:56:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 0892gcmC9YCF for ; Fri, 9 Jul 2021 18:56:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0D23884CDF for ; Fri, 9 Jul 2021 18:56:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 04DF1FA95; Fri, 9 Jul 2021 18:56:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625856990198780" MIME-Version: 1.0 Date: Fri, 9 Jul 2021 18:56:30 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-ordered-set To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210709185630.04DF1FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625856990198780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jul 9 18:56:29 UTC 2021 Modified Files: pkgsrc/devel/py-ordered-set: Makefile distinfo Log Message: py-ordered-set: updated to 4.0.2 4.0.2: Fix Python 3.5 support To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-ordered-set/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-ordered-set/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1625856990198780 Content-Disposition: inline Content-Length: 2257 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-ordered-set/Makefile diff -u pkgsrc/devel/py-ordered-set/Makefile:1.7 pkgsrc/devel/py-ordered-set/Makefile:1.8 --- pkgsrc/devel/py-ordered-set/Makefile:1.7 Sat May 16 17:27:43 2020 +++ pkgsrc/devel/py-ordered-set/Makefile Fri Jul 9 18:56:29 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2020/05/16 17:27:43 adam Exp $ +# $NetBSD: Makefile,v 1.8 2021/07/09 18:56:29 adam Exp $ -DISTNAME= ordered-set-3.1.1 +DISTNAME= ordered-set-4.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=o/ordered-set/} @@ -10,12 +10,14 @@ HOMEPAGE= https://github.com/LuminosoIns COMMENT= MutableSet that remembers its order LICENSE= mit -BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner +TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 + do-test: - cd ${WRKSRC} && pytest-${PYVERSSUFFIX} test.py + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test.py .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-ordered-set/distinfo diff -u pkgsrc/devel/py-ordered-set/distinfo:1.6 pkgsrc/devel/py-ordered-set/distinfo:1.7 --- pkgsrc/devel/py-ordered-set/distinfo:1.6 Fri Apr 26 10:02:13 2019 +++ pkgsrc/devel/py-ordered-set/distinfo Fri Jul 9 18:56:29 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2019/04/26 10:02:13 adam Exp $ +$NetBSD: distinfo,v 1.7 2021/07/09 18:56:29 adam Exp $ -SHA1 (ordered-set-3.1.1.tar.gz) = 902fcf9fcc9e9ecb8facff980d119c4e71f73303 -RMD160 (ordered-set-3.1.1.tar.gz) = 844abf754d1b8b37d2b441b17d13057edfe528aa -SHA512 (ordered-set-3.1.1.tar.gz) = 9a0d6c2fe1e678ebc5e4bb8229f2a97cfd0b579624f1f5e7153a9fe41937069a845271e431d626dff799136c3c90d8ecd7a7094de8b6f638c581ebe9c4e71ec6 -Size (ordered-set-3.1.1.tar.gz) = 10520 bytes +SHA1 (ordered-set-4.0.2.tar.gz) = 441b024ebb96c950e37a0ce78ca7ac0c21920eb2 +RMD160 (ordered-set-4.0.2.tar.gz) = d8c8f0678570868aa71fa151a06861de906eb5ae +SHA512 (ordered-set-4.0.2.tar.gz) = d7031ae90fdaf116c27415170a7197be34ff4b977a03684a6fb53dc453845a97cd32b9666ed3ae58fb7bc722ff3b2b4f2e156578841033759b490b359a5619b4 +Size (ordered-set-4.0.2.tar.gz) = 10658 bytes --_----------=_1625856990198780--