pkgsrc-WIP-changes archive

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

py-hangups: Update DEPENDS after py-readlike and py-reparser imports



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Sep 4 15:42:20 2017 +0200
Changeset:	ff52e28f0408dcad694523d384960bf39b5434f5

Modified Files:
	py-hangups/Makefile

Log Message:
py-hangups: Update DEPENDS after py-readlike and py-reparser imports

This package needs an ALTERNATIVES file and related post-install: adjustments
and then can be probably imported in pkgsrc as well.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ff52e28f0408dcad694523d384960bf39b5434f5

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

diffstat:
 py-hangups/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-hangups/Makefile b/py-hangups/Makefile
index 72f2e1e780..255bd05ca7 100644
--- a/py-hangups/Makefile
+++ b/py-hangups/Makefile
@@ -15,8 +15,8 @@ DEPENDS+=	${PYPKGPREFIX}-aiohttp>=1.2:../../www/py-aiohttp
 DEPENDS+=	${PYPKGPREFIX}-appdirs>=1.4.0:../../devel/py-appdirs
 DEPENDS+=	${PYPKGPREFIX}-configargparse>=0.11.0:../../devel/py-configargparse
 DEPENDS+=	${PYPKGPREFIX}-protobuf>=3.1.0:../../devel/py-protobuf
-DEPENDS+=	${PYPKGPREFIX}-readlike>=0.1.2:../../wip/py-readlike
-DEPENDS+=	${PYPKGPREFIX}-reparser>=1.4.3:../../wip/py-reparser
+DEPENDS+=	${PYPKGPREFIX}-readlike>=0.1.2:../../devel/py-readlike
+DEPENDS+=	${PYPKGPREFIX}-reparser>=1.4.3:../../devel/py-reparser
 DEPENDS+=	${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests
 DEPENDS+=	${PYPKGPREFIX}-urwid>=1.3.1:../../devel/py-urwid
 


Home | Main Index | Thread Index | Old Index