pkgsrc-WIP-changes archive

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

py-mozfile: updated to latest 3.0.0, changed from egg to wheel



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Tue Dec 31 08:34:29 2024 +0530
Changeset:	decbd905aef45a77d4ab0670967d395e61df7023

Modified Files:
	py-mozfile/Makefile
	py-mozfile/PLIST
	py-mozfile/distinfo

Log Message:
py-mozfile: updated to latest 3.0.0, changed from egg to wheel

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

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

diffstat:
 py-mozfile/Makefile |  6 +++---
 py-mozfile/PLIST    | 10 ++++------
 py-mozfile/distinfo |  6 +++---
 3 files changed, 10 insertions(+), 12 deletions(-)

diffs:
diff --git a/py-mozfile/Makefile b/py-mozfile/Makefile
index bc051a0319..76115067ba 100644
--- a/py-mozfile/Makefile
+++ b/py-mozfile/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	mozfile-2.1.0
+DISTNAME=	mozfile-3.0.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
-MASTER_SITES=	https://files.pythonhosted.org/packages/ab/64/60b282b167a923aa8f3bdc819816592a55260dd71d72c45cc6a49fc67798/
+MASTER_SITES=	https://files.pythonhosted.org/packages/25/f8/a1f0076490d50dbe8bdcf15df97856a4734f459aaf0a4d42c64a11ab7231/
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://wiki.mozilla.org/Auto-tools/Projects/Mozbase
@@ -15,5 +15,5 @@ DEPENDS+=	${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 
 USE_LANGUAGES=	# none
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-mozfile/PLIST b/py-mozfile/PLIST
index c3ef37f52f..c90bf2a80c 100644
--- a/py-mozfile/PLIST
+++ b/py-mozfile/PLIST
@@ -1,10 +1,8 @@
 @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}/mozfile/__init__.py
 ${PYSITELIB}/mozfile/__init__.pyc
 ${PYSITELIB}/mozfile/__init__.pyo
diff --git a/py-mozfile/distinfo b/py-mozfile/distinfo
index e41ded9d65..412cfab623 100644
--- a/py-mozfile/distinfo
+++ b/py-mozfile/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (mozfile-2.1.0.tar.gz) = 955b687ab531c4dfefe5d2e9f62e8772304f5c2d
-SHA512 (mozfile-2.1.0.tar.gz) = ec7749639e2f33342ef09864a0e8734193d1c022cf723b90ecb8996e0ad65e9f193cdaaf48e1a722b13ffaea843acfa84f3e517014ffa079d65ceb3783057088
-Size (mozfile-2.1.0.tar.gz) = 5939 bytes
+BLAKE2s (mozfile-3.0.0.tar.gz) = 3a99b4c47dc11c8f7f2a891fa01cff40e29e4e81ece4ef193f90d104c32161e4
+SHA512 (mozfile-3.0.0.tar.gz) = 2d7e3c9461037a1c5d841d20e646611e4426c4a2fc6a468e9ac0786a2e7bcd3bc037a8e66e1e223fb17713af7cd741a1a1db3267863920a260293c0f8b3e1b2d
+Size (mozfile-3.0.0.tar.gz) = 7699 bytes


Home | Main Index | Thread Index | Old Index