pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/todoman



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr  4 14:44:14 UTC 2017

Modified Files:
        pkgsrc/misc/todoman: Makefile distinfo
Removed Files:
        pkgsrc/misc/todoman/patches: patch-setup.cfg

Log Message:
Fix test dependencies and remove then unnecessary patch.
No change to binary package.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/todoman/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/todoman/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/misc/todoman/patches/patch-setup.cfg

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/todoman/Makefile
diff -u pkgsrc/misc/todoman/Makefile:1.8 pkgsrc/misc/todoman/Makefile:1.9
--- pkgsrc/misc/todoman/Makefile:1.8    Tue Apr  4 11:45:24 2017
+++ pkgsrc/misc/todoman/Makefile        Tue Apr  4 14:44:14 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/04/04 11:45:24 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/04/04 14:44:14 wiz Exp $
 
 DISTNAME=      todoman-3.0.1
 CATEGORIES=    misc
@@ -21,12 +21,14 @@ DEPENDS+=   ${PYPKGPREFIX}-tabulate-[0-9]*
 DEPENDS+=      ${PYPKGPREFIX}-urwid-[0-9]*:../../devel/py-urwid
 DEPENDS+=      ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+
 # TEST_DEPENDS
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-flake8-import-order-[0-9]*:../../devel/py-flake8-import-order
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 REPLACE_PYTHON+=       bin/todo
@@ -40,5 +42,5 @@ post-install:
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
-# needed for "make test" with python-3.x
+# needed for "make test"
 #MAKE_ENV+=    LC_ALL=en_US.UTF-8

Index: pkgsrc/misc/todoman/distinfo
diff -u pkgsrc/misc/todoman/distinfo:1.7 pkgsrc/misc/todoman/distinfo:1.8
--- pkgsrc/misc/todoman/distinfo:1.7    Tue Apr  4 12:21:26 2017
+++ pkgsrc/misc/todoman/distinfo        Tue Apr  4 14:44:14 2017
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/04/04 12:21:26 wiz Exp $
+$NetBSD: distinfo,v 1.8 2017/04/04 14:44:14 wiz Exp $
 
 SHA1 (todoman-3.0.1.tar.gz) = bceee304dc6850799f2b197a55ef4d42d851a046
 RMD160 (todoman-3.0.1.tar.gz) = d6bd77af6a98a9975694ca1d643d208a1a443736
 SHA512 (todoman-3.0.1.tar.gz) = fd17b3f3acac05f6ddbe82c4f663b203985a11b7d9d947752140511d4fe84a51e424a36363407647a7e8056601c68a63c5f6697b6be9c4cb587e3f14f823a92e
 Size (todoman-3.0.1.tar.gz) = 48056 bytes
-SHA1 (patch-setup.cfg) = ba14172ba392200128fa3520da54a04dacaed027



Home | Main Index | Thread Index | Old Index