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:           Thu Mar  5 20:37:30 UTC 2020

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

Log Message:
py-mastodon: Update DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/chat/py-mastodon/Makefile:1.10
--- pkgsrc/chat/py-mastodon/Makefile:1.9        Thu Mar  5 20:18:37 2020
+++ pkgsrc/chat/py-mastodon/Makefile    Thu Mar  5 20:37:30 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/03/05 20:18:37 nia Exp $
+# $NetBSD: Makefile,v 1.10 2020/03/05 20:37:30 nia Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-mastodon-1.5.0
 DISTNAME=      Mastodon.py-${PKGVERSION_NOREV}
@@ -13,12 +13,13 @@ LICENSE=    mit
 EXTRACT_USING= bsdtar
 USE_LANGUAGES= # none
 
+DEPENDS+=      ${PYPKGPREFIX}-blurhash>=1.1.4:../../graphics/py-blurhash
 DEPENDS+=      ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
-DEPENDS+=      ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
-DEPENDS+=      ${PYPKGPREFIX}-http_ece-[0-9]*:../../www/py-http_ece
+DEPENDS+=      ${PYPKGPREFIX}-decorator>=4.0.0:../../devel/py-decorator
+DEPENDS+=      ${PYPKGPREFIX}-http_ece>=1.0.5:../../www/py-http_ece
 DEPENDS+=      ${PYPKGPREFIX}-magic-[0-9]*:../../sysutils/py-magic
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
-DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.4.2:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner



Home | Main Index | Thread Index | Old Index