Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E38A484EB9 for ; Sun, 26 Nov 2023 14:59:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id dkhTcJHL38Y1 for ; Sun, 26 Nov 2023 14:59:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4C85E84EA6 for ; Sun, 26 Nov 2023 14:59:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 45B47FA40; Sun, 26 Nov 2023 14:59:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1701010764254970" MIME-Version: 1.0 Date: Sun, 26 Nov 2023 14:59:24 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-pebble To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231126145924.45B47FA40@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1701010764254970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Nov 26 14:59:24 UTC 2023 Modified Files: pkgsrc/devel/py-pebble: Makefile PLIST distinfo Log Message: py-pebble: updated to 5.0.4 release 5.0.4 add type hints to decorator functions To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-pebble/Makefile \ pkgsrc/devel/py-pebble/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-pebble/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1701010764254970 Content-Disposition: inline Content-Length: 2999 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-pebble/Makefile diff -u pkgsrc/devel/py-pebble/Makefile:1.10 pkgsrc/devel/py-pebble/Makefile:1.11 --- pkgsrc/devel/py-pebble/Makefile:1.10 Sun Apr 30 17:37:50 2023 +++ pkgsrc/devel/py-pebble/Makefile Sun Nov 26 14:59:24 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2023/04/30 17:37:50 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2023/11/26 14:59:24 adam Exp $ -DISTNAME= Pebble-5.0.3 +DISTNAME= Pebble-5.0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pebble/} @@ -10,13 +10,12 @@ HOMEPAGE= https://github.com/noxdafox/pe COMMENT= Threading and multiprocessing eye-candy LICENSE= gnu-lgpl-v3 -PYTHON_VERSIONS_INCOMPATIBLE= 27 +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel USE_LANGUAGES= # none -TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib -do-test: - cd ${WRKSRC}/test && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest discover -v +PYTHON_VERSIONS_INCOMPATIBLE= 27 -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-pebble/distinfo diff -u pkgsrc/devel/py-pebble/distinfo:1.10 pkgsrc/devel/py-pebble/distinfo:1.11 --- pkgsrc/devel/py-pebble/distinfo:1.10 Sun Apr 30 17:37:50 2023 +++ pkgsrc/devel/py-pebble/distinfo Sun Nov 26 14:59:24 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2023/04/30 17:37:50 wiz Exp $ +$NetBSD: distinfo,v 1.11 2023/11/26 14:59:24 adam Exp $ -BLAKE2s (Pebble-5.0.3.tar.gz) = 98ab60981a17165688300388d9602606f39c5c46640c2226c627de83ffcf6b2a -SHA512 (Pebble-5.0.3.tar.gz) = 324cba58905b0be76b2cd56e0ee5d3e51a36d46a7754fbccb1f9307af0747c2f02b81d137e2c4bce1c766706b70ce1a909c3b287676db147c202cab7445fc764 -Size (Pebble-5.0.3.tar.gz) = 29076 bytes +BLAKE2s (Pebble-5.0.4.tar.gz) = d07fccdfa96bbdd69f8e266f376de38f0e1ccca0e74af4c047aeb0aae7ee5f6a +SHA512 (Pebble-5.0.4.tar.gz) = fec2aa4fad28dddc5987d010d341dd747d1056a9e75b3a81f5c6d1f40d07d139357472f0649d9b15f1fe22c5e018f533d616227faac10c1e06469af988cf2c8c +Size (Pebble-5.0.4.tar.gz) = 28976 bytes Index: pkgsrc/devel/py-pebble/PLIST diff -u pkgsrc/devel/py-pebble/PLIST:1.2 pkgsrc/devel/py-pebble/PLIST:1.3 --- pkgsrc/devel/py-pebble/PLIST:1.2 Sun Apr 30 17:37:50 2023 +++ pkgsrc/devel/py-pebble/PLIST Sun Nov 26 14:59:24 2023 @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2023/04/30 17:37:50 wiz Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.3 2023/11/26 14:59:24 adam Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/pebble/__init__.py ${PYSITELIB}/pebble/__init__.pyc ${PYSITELIB}/pebble/__init__.pyo --_----------=_1701010764254970--