pkgsrc-WIP-changes archive

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

py-mozdevice: uncommented dependency, created PLIST



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Sat Jul 16 23:32:17 2022 +0530
Changeset:	57eb7596995b97509128e7a89da788a3ae446935

Modified Files:
	py-mozdevice/Makefile
	py-mozdevice/PLIST

Log Message:
py-mozdevice: uncommented dependency, created PLIST

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

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

diffstat:
 py-mozdevice/Makefile |  2 +-
 py-mozdevice/PLIST    | 21 ++++++++++++++++++---
 2 files changed, 19 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-mozdevice/Makefile b/py-mozdevice/Makefile
index edd9f3704f..15acfa4a59 100644
--- a/py-mozdevice/Makefile
+++ b/py-mozdevice/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://firefox-source-docs.mozilla.org/mozbase/mozdevice.html
 COMMENT=	Mozilla-authored device management
 LICENSE=	mpl
 
-#DEPENDS+=	${PYPKGPREFIX}-mozlog>=6.0:../../wip/py-mozlog
+DEPENDS+=	${PYPKGPREFIX}-mozlog>=6.0:../../wip/py-mozlog
 
 USE_LANGUAGES=	# none
 
diff --git a/py-mozdevice/PLIST b/py-mozdevice/PLIST
index 92ba51a2d7..c0b17225cf 100644
--- a/py-mozdevice/PLIST
+++ b/py-mozdevice/PLIST
@@ -1,4 +1,19 @@
 @comment $NetBSD$
-@comment TODO: to fill this file with the file listing:
-@comment TODO: 1. run "/usr/bin/make package"
-@comment TODO: 2. run "/usr/bin/make print-PLIST"
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/mozdevice/__init__.py
+${PYSITELIB}/mozdevice/__init__.pyc
+${PYSITELIB}/mozdevice/__init__.pyo
+${PYSITELIB}/mozdevice/adb.py
+${PYSITELIB}/mozdevice/adb.pyc
+${PYSITELIB}/mozdevice/adb.pyo
+${PYSITELIB}/mozdevice/adb_android.py
+${PYSITELIB}/mozdevice/adb_android.pyc
+${PYSITELIB}/mozdevice/adb_android.pyo
+${PYSITELIB}/mozdevice/version_codes.py
+${PYSITELIB}/mozdevice/version_codes.pyc
+${PYSITELIB}/mozdevice/version_codes.pyo


Home | Main Index | Thread Index | Old Index