From b0155c9ddb3f90f1ebf4282da001d10dfd123230 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 15 Feb 2022 16:21:11 +0000 Subject: [PATCH] devel/py-test-celery: import py-test-celery-0.0.0 pytest-celery a shim pytest plugin to enable celery.contrib.pytest. --- devel/py-test-celery/DESCR | 1 + devel/py-test-celery/Makefile | 22 ++++++++++++++++++++++ devel/py-test-celery/PLIST | 10 ++++++++++ devel/py-test-celery/distinfo | 5 +++++ 4 files changed, 38 insertions(+) create mode 100644 devel/py-test-celery/DESCR create mode 100644 devel/py-test-celery/Makefile create mode 100644 devel/py-test-celery/PLIST create mode 100644 devel/py-test-celery/distinfo diff --git a/devel/py-test-celery/DESCR b/devel/py-test-celery/DESCR new file mode 100644 index 000000000000..06e76e208e63 --- /dev/null +++ b/devel/py-test-celery/DESCR @@ -0,0 +1 @@ +pytest-celery a shim pytest plugin to enable celery.contrib.pytest. diff --git a/devel/py-test-celery/Makefile b/devel/py-test-celery/Makefile new file mode 100644 index 000000000000..3a2bb1aed1a8 --- /dev/null +++ b/devel/py-test-celery/Makefile @@ -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" diff --git a/devel/py-test-celery/PLIST b/devel/py-test-celery/PLIST new file mode 100644 index 000000000000..8f249e701f24 --- /dev/null +++ b/devel/py-test-celery/PLIST @@ -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 diff --git a/devel/py-test-celery/distinfo b/devel/py-test-celery/distinfo new file mode 100644 index 000000000000..8580d5224694 --- /dev/null +++ b/devel/py-test-celery/distinfo @@ -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