pkgsrc-WIP-changes archive

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

py-mozrunner: fixed legacy issues with DESCR, COMMENT, LICENSE, CATEGORY



Module Name:	pkgsrc-wip
Committed By:	Mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Sat Jan 4 18:04:39 2025 +0530
Changeset:	a056c81e97ff90727509ca0a1f93a798b177b75f

Modified Files:
	py-mozrunner/DESCR
	py-mozrunner/Makefile

Log Message:
py-mozrunner: fixed legacy issues with DESCR, COMMENT, LICENSE, CATEGORY

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

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

diffstat:
 py-mozrunner/DESCR    | 5 +++--
 py-mozrunner/Makefile | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-mozrunner/DESCR b/py-mozrunner/DESCR
index 30e41add36..fac2bacc5c 100644
--- a/py-mozrunner/DESCR
+++ b/py-mozrunner/DESCR
@@ -1,2 +1,3 @@
-TODO: Fill in a short description of the package.
-TODO: It should be between 3 and 20 lines.
+Mozrunner provides an API to manage a gecko-based application with an arbitrary
+configuration profile. It currently supports local desktop binaries such as
+Firefox and Thunderbird, as well as Firefox OS on mobile devices and emulators.
diff --git a/py-mozrunner/Makefile b/py-mozrunner/Makefile
index 1502602506..a055f4d7bb 100644
--- a/py-mozrunner/Makefile
+++ b/py-mozrunner/Makefile
@@ -2,13 +2,13 @@
 
 DISTNAME=	mozrunner-8.3.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	category python
+CATEGORIES=	devel python
 MASTER_SITES=	https://files.pythonhosted.org/packages/25/d8/ca51dbc412c836dafae2d9173f595aaf6d2739c8fd508dbf6e9341b60968/
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 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
+COMMENT=	Reliable start/stop/configuration of Mozilla Applications
+LICENSE=	mpl-2.0
 
 DEPENDS+=	${PYPKGPREFIX}-mozdevice>=4.0.0:../../wip/py-mozdevice
 DEPENDS+=	${PYPKGPREFIX}-mozfile>=1.2:../../wip/py-mozfile


Home | Main Index | Thread Index | Old Index