pkgsrc-WIP-changes archive

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

py-mozprocess: Adopted latest version 1.4.0, egg->wheel, minor DESCR edit



Module Name:	pkgsrc-wip
Committed By:	Mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Sat Jan 4 17:49:53 2025 +0530
Changeset:	a220732f824ddf4728ceb924613c76ef7526292d

Modified Files:
	py-mozprocess/DESCR
	py-mozprocess/Makefile
	py-mozprocess/PLIST
	py-mozprocess/distinfo

Log Message:
py-mozprocess: Adopted latest version 1.4.0, egg->wheel, minor DESCR edit

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

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

diffstat:
 py-mozprocess/DESCR    |  2 +-
 py-mozprocess/Makefile |  6 +++---
 py-mozprocess/PLIST    | 13 +++++++------
 py-mozprocess/distinfo |  6 +++---
 4 files changed, 14 insertions(+), 13 deletions(-)

diffs:
diff --git a/py-mozprocess/DESCR b/py-mozprocess/DESCR
index db981b120a..8647fdfe1a 100644
--- a/py-mozprocess/DESCR
+++ b/py-mozprocess/DESCR
@@ -1,5 +1,5 @@
 Mozprocess is a process-handling module that provides some additional features
-beyond those available with python’s subprocess:
+beyond those available with python's subprocess:
 
  - better handling of child processes, especially on Windows
  - the ability to timeout the process after some absolute period, or some
diff --git a/py-mozprocess/Makefile b/py-mozprocess/Makefile
index 679b964c98..1b0bcb84f6 100644
--- a/py-mozprocess/Makefile
+++ b/py-mozprocess/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	mozprocess-1.2.0
+DISTNAME=	mozprocess-1.4.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	sysutils www python
-MASTER_SITES=	https://files.pythonhosted.org/packages/f6/81/5a9fec38e58d6c29a86867c801cad1b5022f0d14c961b68a729e737623a9/
+MASTER_SITES=	https://files.pythonhosted.org/packages/3a/72/ecf7be35e24065c5780412627f4269a8bdae71eb42823d1416ea6968db11/
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://firefox-source-docs.mozilla.org/mozbase/mozprocess.html
@@ -14,5 +14,5 @@ DEPENDS+=	${PYPKGPREFIX}-mozinfo>=0:../../wip/py-mozinfo
 
 USE_LANGUAGES=	# none
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-mozprocess/PLIST b/py-mozprocess/PLIST
index 0afac5351d..6b90e836ef 100644
--- a/py-mozprocess/PLIST
+++ b/py-mozprocess/PLIST
@@ -1,13 +1,14 @@
 @comment $NetBSD$
-${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}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/mozprocess/__init__.py
 ${PYSITELIB}/mozprocess/__init__.pyc
 ${PYSITELIB}/mozprocess/__init__.pyo
+${PYSITELIB}/mozprocess/mozprocess.py
+${PYSITELIB}/mozprocess/mozprocess.pyc
+${PYSITELIB}/mozprocess/mozprocess.pyo
 ${PYSITELIB}/mozprocess/processhandler.py
 ${PYSITELIB}/mozprocess/processhandler.pyc
 ${PYSITELIB}/mozprocess/processhandler.pyo
diff --git a/py-mozprocess/distinfo b/py-mozprocess/distinfo
index b0fda38636..3cb76cd1cc 100644
--- a/py-mozprocess/distinfo
+++ b/py-mozprocess/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (mozprocess-1.2.0.tar.gz) = 4a5a16d3b23244abe3f46080c1ac83d56b5e1721
-SHA512 (mozprocess-1.2.0.tar.gz) = a10c414cb6d1e8edc1e9726d8d8af8cfdc7a16e1b4247117b7806e8e3bae78adecb732f0329c7c73b1961311e10e81389be59924ad943c0951b402a55c45bb00
-Size (mozprocess-1.2.0.tar.gz) = 21483 bytes
+BLAKE2s (mozprocess-1.4.0.tar.gz) = 22dbc558cd0869106d4a5c49a6c0f8d2e578a6bd55fa2298b086bd72b0736b02
+SHA512 (mozprocess-1.4.0.tar.gz) = 1c5cab04281f9c5b3cfaacffc3a33a6d925419a0e3f13ca72b5b661840e1258166cfacd9dc78413fc6c094165dc6c5c85e0d0a41b33741a1a1feca5ab39747f3
+Size (mozprocess-1.4.0.tar.gz) = 21642 bytes


Home | Main Index | Thread Index | Old Index