Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6D8391A9239 for ; Tue, 15 Feb 2022 16:21:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A3DFC84ECE; Tue, 15 Feb 2022 16:21:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DD98B84CE8 for ; Tue, 15 Feb 2022 16:21:11 +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 admFnGRmvDLe for ; Tue, 15 Feb 2022 16:21:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 50BDD84CE2 for ; Tue, 15 Feb 2022 16:21:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4A0C5FB24; Tue, 15 Feb 2022 16:21:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164494207199260" MIME-Version: 1.0 Date: Tue, 15 Feb 2022 16:21:11 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-test-celery To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220215162111.4A0C5FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164494207199260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Feb 15 16:21:11 UTC 2022 Added Files: pkgsrc/devel/py-test-celery: DESCR Makefile PLIST distinfo Log Message: devel/py-test-celery: import py-test-celery-0.0.0 pytest-celery a shim pytest plugin to enable celery.contrib.pytest. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-celery/DESCR \ pkgsrc/devel/py-test-celery/Makefile pkgsrc/devel/py-test-celery/PLIST \ pkgsrc/devel/py-test-celery/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164494207199260 Content-Disposition: inline Content-Length: 2411 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/py-test-celery/DESCR diff -u /dev/null pkgsrc/devel/py-test-celery/DESCR:1.1 --- /dev/null Tue Feb 15 16:21:11 2022 +++ pkgsrc/devel/py-test-celery/DESCR Tue Feb 15 16:21:11 2022 @@ -0,0 +1 @@ +pytest-celery a shim pytest plugin to enable celery.contrib.pytest. Index: pkgsrc/devel/py-test-celery/Makefile diff -u /dev/null pkgsrc/devel/py-test-celery/Makefile:1.1 --- /dev/null Tue Feb 15 16:21:11 2022 +++ pkgsrc/devel/py-test-celery/Makefile Tue Feb 15 16:21:11 2022 @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2022/02/15 16:21:11 wiz Exp $ + +DISTNAME= pytest-celery-0.0.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-celery/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/graingert/pytest-celery +COMMENT= Shim pytest plugin to enable celery.contrib.pytest +LICENSE= modified-bsd + +#TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.0:../../devel/py-test + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +# has no tests +#do-test: +# cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-test-celery/PLIST diff -u /dev/null pkgsrc/devel/py-test-celery/PLIST:1.1 --- /dev/null Tue Feb 15 16:21:11 2022 +++ pkgsrc/devel/py-test-celery/PLIST Tue Feb 15 16:21:11 2022 @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1 2022/02/15 16:21:11 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/pytest_celery.py +${PYSITELIB}/pytest_celery.pyc +${PYSITELIB}/pytest_celery.pyo Index: pkgsrc/devel/py-test-celery/distinfo diff -u /dev/null pkgsrc/devel/py-test-celery/distinfo:1.1 --- /dev/null Tue Feb 15 16:21:11 2022 +++ pkgsrc/devel/py-test-celery/distinfo Tue Feb 15 16:21:11 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/02/15 16:21:11 wiz Exp $ + +BLAKE2s (pytest-celery-0.0.0.tar.gz) = 48d915ead6cfaef6d7ac77665d9088ec413ba21225f85d16426bec237a6463f5 +SHA512 (pytest-celery-0.0.0.tar.gz) = 5fc9c52da674ec2fcf55d6ebf278aec166877c5bd7962c786e5432e77d15132247021e4552001aad19bd7827e5b16256062eade43a8fc59c5b52e264d06b1cae +Size (pytest-celery-0.0.0.tar.gz) = 3056 bytes --_----------=_164494207199260--