pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test-celery



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index