CVS commit: pkgsrc/mail/py-authres

"Adam Ciarcinski" <[email protected]> Wed, 5 Aug 2026 02:25:13 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--_----------=_1785896713143310
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"

Module Name:	pkgsrc
Committed By:	adam
Date:		Wed Aug  5 02:25:13 UTC 2026

Modified Files:
	pkgsrc/mail/py-authres: Makefile PLIST

Log Message:
py-authres: converted to wheel.mk


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/py-authres/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/py-authres/PLIST

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


--_----------=_1785896713143310
Content-Disposition: inline
Content-Length: 1799
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii

Modified files:

Index: pkgsrc/mail/py-authres/Makefile
diff -u pkgsrc/mail/py-authres/Makefile:1.7 pkgsrc/mail/py-authres/Makefile:1.8
--- pkgsrc/mail/py-authres/Makefile:1.7	Tue Jan  4 20:54:10 2022
+++ pkgsrc/mail/py-authres/Makefile	Wed Aug  5 02:25:13 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:54:10 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/08/05 02:25:13 adam Exp $
 
 DISTNAME=	authres-1.2.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=	1
+PKGREVISION=	2
 CATEGORIES=	mail python
 MASTER_SITES=	${MASTER_SITE_PYPI:=a/authres/}
 
@@ -11,7 +11,9 @@ HOMEPAGE=	https://launchpad.net/authenti
 COMMENT=	Python implementation of RFC 5451/7001
 LICENSE=	apache-2.0
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+
 USE_LANGUAGES=	# none
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/mail/py-authres/PLIST
diff -u pkgsrc/mail/py-authres/PLIST:1.3 pkgsrc/mail/py-authres/PLIST:1.4
--- pkgsrc/mail/py-authres/PLIST:1.3	Thu Mar 15 12:23:47 2018
+++ pkgsrc/mail/py-authres/PLIST	Wed Aug  5 02:25:13 2026
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2018/03/15 12:23:47 adam Exp $
-${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}/top_level.txt
+@comment $NetBSD: PLIST,v 1.4 2026/08/05 02:25:13 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/authres/__init__.py
 ${PYSITELIB}/authres/__init__.pyc
 ${PYSITELIB}/authres/__init__.pyo


--_----------=_1785896713143310--