pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-anita



Module Name:    pkgsrc
Committed By:   martin
Date:           Sat Jan  1 12:42:38 UTC 2022

Modified Files:
        pkgsrc/misc/py-anita: Makefile PLIST

Log Message:
py-anita: convert to egg.mk, bump pkgrevision


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/misc/py-anita/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/py-anita/PLIST

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

Modified files:

Index: pkgsrc/misc/py-anita/Makefile
diff -u pkgsrc/misc/py-anita/Makefile:1.68 pkgsrc/misc/py-anita/Makefile:1.69
--- pkgsrc/misc/py-anita/Makefile:1.68  Mon Sep 27 17:16:04 2021
+++ pkgsrc/misc/py-anita/Makefile       Sat Jan  1 12:42:38 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.68 2021/09/27 17:16:04 gson Exp $
+# $NetBSD: Makefile,v 1.69 2022/01/01 12:42:38 martin Exp $
 
 DISTNAME=      anita-2.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  http://www.gson.org/netbsd/anita/download/
 
@@ -28,5 +29,5 @@ do-test:
        ${TRUE}         # Tests not integrated into pkgsrc
 
 .include "options.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/misc/py-anita/PLIST
diff -u pkgsrc/misc/py-anita/PLIST:1.4 pkgsrc/misc/py-anita/PLIST:1.5
--- pkgsrc/misc/py-anita/PLIST:1.4      Sun Apr  8 20:21:52 2012
+++ pkgsrc/misc/py-anita/PLIST  Sat Jan  1 12:42:38 2022
@@ -1,6 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:52 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/01/01 12:42:38 martin Exp $
 bin/anita
-${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/anita.py
 ${PYSITELIB}/anita.pyc
 ${PYSITELIB}/anita.pyo



Home | Main Index | Thread Index | Old Index