Skip to content

Commit

Permalink
devel/py-test-celery: import py-test-celery-0.0.0
Browse files Browse the repository at this point in the history
pytest-celery a shim pytest plugin to enable celery.contrib.pytest.
  • Loading branch information
0-wiz-0 committed Feb 15, 2022
1 parent 0f15a78 commit b0155c9
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/py-test-celery/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pytest-celery a shim pytest plugin to enable celery.contrib.pytest.
22 changes: 22 additions & 0 deletions devel/py-test-celery/Makefile
Original file line number Diff line number Diff line change
@@ -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"
10 changes: 10 additions & 0 deletions devel/py-test-celery/PLIST
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions devel/py-test-celery/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b0155c9

Please sign in to comment.