pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-quixote



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 21:31:29 UTC 2022

Modified Files:
        pkgsrc/devel/py-quixote: Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-quixote/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-quixote/PLIST

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

Modified files:

Index: pkgsrc/devel/py-quixote/Makefile
diff -u pkgsrc/devel/py-quixote/Makefile:1.14 pkgsrc/devel/py-quixote/Makefile:1.15
--- pkgsrc/devel/py-quixote/Makefile:1.14       Sun Nov  3 10:18:29 2019
+++ pkgsrc/devel/py-quixote/Makefile    Mon Jan 10 21:31:29 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2019/11/03 10:18:29 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2022/01/10 21:31:29 wiz Exp $
 
 DISTNAME=      Quixote-2.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION=   1
 CATEGORIES=    devel www python
 MASTER_SITES=  http://quixote.ca/releases/
 
@@ -12,5 +13,5 @@ LICENSE=      mit
 
 PYTHON_VERSIONS_ACCEPTED=      27 # v3.0 is for Python 3.x only
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-quixote/PLIST
diff -u pkgsrc/devel/py-quixote/PLIST:1.6 pkgsrc/devel/py-quixote/PLIST:1.7
--- pkgsrc/devel/py-quixote/PLIST:1.6   Sat Mar 24 08:20:06 2018
+++ pkgsrc/devel/py-quixote/PLIST       Mon Jan 10 21:31:29 2022
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2018/03/24 08:20:06 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.7 2022/01/10 21:31:29 wiz Exp $
 ${PYSITELIB}/quixote/__init__.py
 ${PYSITELIB}/quixote/__init__.pyc
 ${PYSITELIB}/quixote/__init__.pyo



Home | Main Index | Thread Index | Old Index