-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devel/py-test-celery: import py-test-celery-0.0.0
pytest-celery a shim pytest plugin to enable celery.contrib.pytest.
- Loading branch information
Showing
4 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pytest-celery a shim pytest plugin to enable celery.contrib.pytest. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |