pkgsrc-WIP-changes archive

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

py-mozrunner: Uncommented and properly formated dependencies



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Sat Jul 16 23:34:53 2022 +0530
Changeset:	f04838f3dd1456b6b3df3349498c61eb30c53506

Modified Files:
	py-mozrunner/Makefile

Log Message:
py-mozrunner: Uncommented and properly formated dependencies

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

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

diffstat:
 py-mozrunner/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/py-mozrunner/Makefile b/py-mozrunner/Makefile
index 947ebc2b1d..eb905646d1 100644
--- a/py-mozrunner/Makefile
+++ b/py-mozrunner/Makefile
@@ -10,12 +10,12 @@ HOMEPAGE=	https://wiki.mozilla.org/Auto-tools/Projects/Mozbase
 COMMENT=	Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)
 #LICENSE=	MPL 2.0 # TODO: from setup.py; needs to be adjusted
 
-DEPENDS+=	# TODO: mozdevice>=4.0.0,<5
-DEPENDS+=	# TODO: mozfile>=1.2
-DEPENDS+=	# TODO: mozinfo>=0.7,<2
-DEPENDS+=	# TODO: mozlog>=6.0
-DEPENDS+=	# TODO: mozprocess>=1.2.0,<2
-DEPENDS+=	# TODO: mozprofile~=2.3>=0
+DEPENDS+=	${PYPKGPREFIX}-mozdevice>=4.0.0:../../wip/py-mozdevice
+DEPENDS+=	${PYPKGPREFIX}-mozfile>=1.2:../../wip/py-mozfile
+DEPENDS+=	${PYPKGPREFIX}-mozinfo>=0.7:../../wip/py-mozinfo
+DEPENDS+=	${PYPKGPREFIX}-mozlog>=6.0:../../wip/py-mozlog
+DEPENDS+=	${PYPKGPREFIX}-mozprocess>=1.2.0:../../wip/py-mozprocess
+DEPENDS+=	${PYPKGPREFIX}-mozprofile>=2.3.0:../../wip/py-mozprofile
 DEPENDS+=	${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 
 USE_LANGUAGES=	# none


Home | Main Index | Thread Index | Old Index