pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Sep 29 14:09:01 UTC 2017

Added Files:
        pkgsrc/devel/py-test-utils: DESCR Makefile PLIST distinfo

Log Message:
Add py-test-utils-0.1.0:

This module provides a collection of utility functions and classes which
make writing and running functional and integration tests easier.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-utils/DESCR \
    pkgsrc/devel/py-test-utils/Makefile pkgsrc/devel/py-test-utils/PLIST \
    pkgsrc/devel/py-test-utils/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-utils/DESCR
diff -u /dev/null pkgsrc/devel/py-test-utils/DESCR:1.1
--- /dev/null   Fri Sep 29 14:09:01 2017
+++ pkgsrc/devel/py-test-utils/DESCR    Fri Sep 29 14:09:01 2017
@@ -0,0 +1,2 @@
+This module provides a collection of utility functions and classes which
+make writing and running functional and integration tests easier.
Index: pkgsrc/devel/py-test-utils/Makefile
diff -u /dev/null pkgsrc/devel/py-test-utils/Makefile:1.1
--- /dev/null   Fri Sep 29 14:09:01 2017
+++ pkgsrc/devel/py-test-utils/Makefile Fri Sep 29 14:09:01 2017
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/09/29 14:09:01 joerg Exp $
+
+DISTNAME=      test-utils-0.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/test-utils/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/Kami/python-test-utils/
+COMMENT=       Utility functions for py.test
+LICENSE=       apache-2.0
+
+USE_LANGUAGES=         # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-utils/PLIST
diff -u /dev/null pkgsrc/devel/py-test-utils/PLIST:1.1
--- /dev/null   Fri Sep 29 14:09:01 2017
+++ pkgsrc/devel/py-test-utils/PLIST    Fri Sep 29 14:09:01 2017
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/29 14:09:01 joerg Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/test_utils/__init__.py
+${PYSITELIB}/test_utils/__init__.pyc
+${PYSITELIB}/test_utils/__init__.pyo
+${PYSITELIB}/test_utils/process_runners.py
+${PYSITELIB}/test_utils/process_runners.pyc
+${PYSITELIB}/test_utils/process_runners.pyo
Index: pkgsrc/devel/py-test-utils/distinfo
diff -u /dev/null pkgsrc/devel/py-test-utils/distinfo:1.1
--- /dev/null   Fri Sep 29 14:09:01 2017
+++ pkgsrc/devel/py-test-utils/distinfo Fri Sep 29 14:09:01 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/29 14:09:01 joerg Exp $
+
+SHA1 (test-utils-0.1.0.tar.gz) = 4e9f6597a6eeb22e75219f110d735b16a2327e78
+RMD160 (test-utils-0.1.0.tar.gz) = 1e311cfeeb6c8cdfddddbd1b6a64a29294c241b4
+SHA512 (test-utils-0.1.0.tar.gz) = a02b013be2189df4014ae582057ce7f1c0dc4484355ae63819650c5199c5312e1145b79d10e62fc4c689c0cf3698d0f631ac72548faa3131a943ccf1c7f3417a
+Size (test-utils-0.1.0.tar.gz) = 2998 bytes



Home | Main Index | Thread Index | Old Index