pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-gnupg



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 09:11:20 UTC 2022

Modified Files:
        pkgsrc/security/py-gnupg: Makefile PLIST

Log Message:
py-gnupg: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/security/py-gnupg/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-gnupg/PLIST

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

Modified files:

Index: pkgsrc/security/py-gnupg/Makefile
diff -u pkgsrc/security/py-gnupg/Makefile:1.28 pkgsrc/security/py-gnupg/Makefile:1.29
--- pkgsrc/security/py-gnupg/Makefile:1.28      Fri Mar 20 11:58:19 2020
+++ pkgsrc/security/py-gnupg/Makefile   Mon Jan 10 09:11:20 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2020/03/20 11:58:19 nia Exp $
+# $NetBSD: Makefile,v 1.29 2022/01/10 09:11:20 wiz Exp $
 
 DISTNAME=      GnuPGInterface-0.3.2
 PKGNAME=       ${PYPKGPREFIX}-gnupg-0.3.2
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=py-gnupg/}
 
@@ -17,5 +17,5 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_ACCEPTED=      27
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-gnupg/PLIST
diff -u pkgsrc/security/py-gnupg/PLIST:1.4 pkgsrc/security/py-gnupg/PLIST:1.5
--- pkgsrc/security/py-gnupg/PLIST:1.4  Sun Apr  8 20:21:55 2012
+++ pkgsrc/security/py-gnupg/PLIST      Mon Jan 10 09:11:20 2022
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:55 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.5 2022/01/10 09:11:20 wiz Exp $
 ${PYSITELIB}/GnuPGInterface.py
 ${PYSITELIB}/GnuPGInterface.pyc
 ${PYSITELIB}/GnuPGInterface.pyo



Home | Main Index | Thread Index | Old Index