Received: by mail.netbsd.org (Postfix, from userid 605) id 0268B84F4E; Wed, 9 Nov 2022 22:20:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 34AA684D4E for ; Wed, 9 Nov 2022 22:20:48 +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 YHTq9GWb7eDQ for ; Wed, 9 Nov 2022 22:20:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 81EE184D28 for ; Wed, 9 Nov 2022 22:20:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7BB1EFA90; Wed, 9 Nov 2022 22:20:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1668032447205160" MIME-Version: 1.0 Date: Wed, 9 Nov 2022 22:20:47 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/devel/py-rstr To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20221109222047.7BB1EFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1668032447205160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Wed Nov 9 22:20:47 UTC 2022 Added Files: pkgsrc/devel/py-rstr: DESCR Makefile PLIST distinfo Log Message: py-rstr: import version 3.2.0 rstr is a helper module for easily generating random strings of various types. It could be useful for fuzz testing, generating dummy data, or other applications. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-rstr/DESCR \ pkgsrc/devel/py-rstr/Makefile pkgsrc/devel/py-rstr/PLIST \ pkgsrc/devel/py-rstr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1668032447205160 Content-Disposition: inline Content-Length: 2720 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/py-rstr/DESCR diff -u /dev/null pkgsrc/devel/py-rstr/DESCR:1.1 --- /dev/null Wed Nov 9 22:20:47 2022 +++ pkgsrc/devel/py-rstr/DESCR Wed Nov 9 22:20:47 2022 @@ -0,0 +1,3 @@ +rstr is a helper module for easily generating random strings of various types. +It could be useful for fuzz testing, generating dummy data, or other +applications. Index: pkgsrc/devel/py-rstr/Makefile diff -u /dev/null pkgsrc/devel/py-rstr/Makefile:1.1 --- /dev/null Wed Nov 9 22:20:47 2022 +++ pkgsrc/devel/py-rstr/Makefile Wed Nov 9 22:20:47 2022 @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2022/11/09 22:20:47 khorben Exp $ + +DISTNAME= rstr-3.2.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=r/rstr/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://pypi.org/project/rstr/ +COMMENT= Generate random strings in Python +LICENSE= modified-bsd + +USE_LANGUAGES= # none + +.include "../../lang/python/wheel.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-rstr/PLIST diff -u /dev/null pkgsrc/devel/py-rstr/PLIST:1.1 --- /dev/null Wed Nov 9 22:20:47 2022 +++ pkgsrc/devel/py-rstr/PLIST Wed Nov 9 22:20:47 2022 @@ -0,0 +1,24 @@ +@comment $NetBSD: PLIST,v 1.1 2022/11/09 22:20:47 khorben Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt +${PYSITELIB}/rstr/__init__.py +${PYSITELIB}/rstr/__init__.pyc +${PYSITELIB}/rstr/py.typed +${PYSITELIB}/rstr/rstr_base.py +${PYSITELIB}/rstr/rstr_base.pyc +${PYSITELIB}/rstr/tests/__init__.py +${PYSITELIB}/rstr/tests/__init__.pyc +${PYSITELIB}/rstr/tests/test_package_level_access.py +${PYSITELIB}/rstr/tests/test_package_level_access.pyc +${PYSITELIB}/rstr/tests/test_rstr.py +${PYSITELIB}/rstr/tests/test_rstr.pyc +${PYSITELIB}/rstr/tests/test_xeger.py +${PYSITELIB}/rstr/tests/test_xeger.pyc +${PYSITELIB}/rstr/xeger.py +${PYSITELIB}/rstr/xeger.pyc Index: pkgsrc/devel/py-rstr/distinfo diff -u /dev/null pkgsrc/devel/py-rstr/distinfo:1.1 --- /dev/null Wed Nov 9 22:20:47 2022 +++ pkgsrc/devel/py-rstr/distinfo Wed Nov 9 22:20:47 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/11/09 22:20:47 khorben Exp $ + +BLAKE2s (rstr-3.2.0.tar.gz) = b8571eb5e3ff86af8d1c79bebf11b04181d1ef78917b54aaa29a623105c600c8 +SHA512 (rstr-3.2.0.tar.gz) = 4e6613c68572c12755f3284baa97477843f39668f0753114a92b9d32c45cb7492fec299818ae4f7ea9bdf511ab715ef1dc0ef7d15af50bcb32fd9208f0e1af6e +Size (rstr-3.2.0.tar.gz) = 12616 bytes --_----------=_1668032447205160--