pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/py-mastodon



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul 25 18:59:09 UTC 2018

Modified Files:
        pkgsrc/chat/py-mastodon: Makefile

Log Message:
chat/py-mastodon: add more dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/py-mastodon/Makefile

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

Modified files:

Index: pkgsrc/chat/py-mastodon/Makefile
diff -u pkgsrc/chat/py-mastodon/Makefile:1.2 pkgsrc/chat/py-mastodon/Makefile:1.3
--- pkgsrc/chat/py-mastodon/Makefile:1.2        Wed Jul 25 18:20:42 2018
+++ pkgsrc/chat/py-mastodon/Makefile    Wed Jul 25 18:59:08 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/07/25 18:20:42 nia Exp $
+# $NetBSD: Makefile,v 1.3 2018/07/25 18:59:08 nia Exp $
 
 VERSION=       1.2.2
 DISTNAME=      Mastodon.py-${VERSION}
@@ -19,6 +19,13 @@ DEPENDS+=    ${PYPKGPREFIX}-decorator-[0-9]
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+
+TEST_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+TEST_DEPENDS+= ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2
+TEST_DEPENDS+= ${PYPKGPREFIX}-wrapt-[0-9]*:../../devel/py-wrapt
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index