pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: adam
Date: Mon Feb 5 16:12:04 UTC 2018
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/py-unittest-mixins: DESCR Makefile PLIST distinfo
Log Message:
py-unittest-mixins: added version 1.4
A set of mixin classes and other helpers for unittest test case classes.
To generate a diff of this commit:
cvs rdiff -u -r1.2597 -r1.2598 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-unittest-mixins/DESCR \
pkgsrc/devel/py-unittest-mixins/Makefile \
pkgsrc/devel/py-unittest-mixins/PLIST \
pkgsrc/devel/py-unittest-mixins/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2597 pkgsrc/devel/Makefile:1.2598
--- pkgsrc/devel/Makefile:1.2597 Sun Feb 4 12:01:25 2018
+++ pkgsrc/devel/Makefile Mon Feb 5 16:12:04 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2597 2018/02/04 12:01:25 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2598 2018/02/05 16:12:04 adam Exp $
#
COMMENT= Development utilities
@@ -2173,6 +2173,7 @@ SUBDIR+= py-txrequests
SUBDIR+= py-typing
SUBDIR+= py-unit
SUBDIR+= py-unitgui
+SUBDIR+= py-unittest-mixins
SUBDIR+= py-unittest2
SUBDIR+= py-urwid
SUBDIR+= py-usb
Added files:
Index: pkgsrc/devel/py-unittest-mixins/DESCR
diff -u /dev/null pkgsrc/devel/py-unittest-mixins/DESCR:1.1
--- /dev/null Mon Feb 5 16:12:04 2018
+++ pkgsrc/devel/py-unittest-mixins/DESCR Mon Feb 5 16:12:04 2018
@@ -0,0 +1 @@
+A set of mixin classes and other helpers for unittest test case classes.
Index: pkgsrc/devel/py-unittest-mixins/Makefile
diff -u /dev/null pkgsrc/devel/py-unittest-mixins/Makefile:1.1
--- /dev/null Mon Feb 5 16:12:04 2018
+++ pkgsrc/devel/py-unittest-mixins/Makefile Mon Feb 5 16:12:04 2018
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/02/05 16:12:04 adam Exp $
+
+DISTNAME= unittest-mixins-1.4
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=u/unittest-mixins/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/nedbat/unittest-mixins
+COMMENT= Helpful mixins for unittest classes
+LICENSE= apache-2.0
+
+DEPENDS+= ${PYPKGPREFIX}-six>=1.4.0:../../lang/py-six
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-unittest-mixins/PLIST
diff -u /dev/null pkgsrc/devel/py-unittest-mixins/PLIST:1.1
--- /dev/null Mon Feb 5 16:12:04 2018
+++ pkgsrc/devel/py-unittest-mixins/PLIST Mon Feb 5 16:12:04 2018
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2018/02/05 16:12:04 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/unittest_mixins/__init__.py
+${PYSITELIB}/unittest_mixins/__init__.pyc
+${PYSITELIB}/unittest_mixins/__init__.pyo
+${PYSITELIB}/unittest_mixins/mixins.py
+${PYSITELIB}/unittest_mixins/mixins.pyc
+${PYSITELIB}/unittest_mixins/mixins.pyo
Index: pkgsrc/devel/py-unittest-mixins/distinfo
diff -u /dev/null pkgsrc/devel/py-unittest-mixins/distinfo:1.1
--- /dev/null Mon Feb 5 16:12:04 2018
+++ pkgsrc/devel/py-unittest-mixins/distinfo Mon Feb 5 16:12:04 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/05 16:12:04 adam Exp $
+
+SHA1 (unittest-mixins-1.4.tar.gz) = d561ed35aabbacd584ce52dec232e06988ee3126
+RMD160 (unittest-mixins-1.4.tar.gz) = f7cb0852f62137c90d718c840c6f5317791707e6
+SHA512 (unittest-mixins-1.4.tar.gz) = 88848cd32349abd23463d8ab0da7c93b0416c884c4b9893e33de1e294aea67e6bb06178612beb3286f4aa77017acac14fd58e2e9ce41b3fe912baf07c7029aa3
+Size (unittest-mixins-1.4.tar.gz) = 6056 bytes
Home |
Main Index |
Thread Index |
Old Index