pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pexpect



Module Name:    pkgsrc
Committed By:   martin
Date:           Sat Jan  1 12:40:32 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-pexpect/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-pexpect/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-pexpect/Makefile
diff -u pkgsrc/devel/py-pexpect/Makefile:1.26 pkgsrc/devel/py-pexpect/Makefile:1.27
--- pkgsrc/devel/py-pexpect/Makefile:1.26       Wed Jan 22 21:24:57 2020
+++ pkgsrc/devel/py-pexpect/Makefile    Sat Jan  1 12:40:32 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2020/01/22 21:24:57 adam Exp $
+# $NetBSD: Makefile,v 1.27 2022/01/01 12:40:32 martin Exp $
 
 DISTNAME=      pexpect-4.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pexpect/}
 
@@ -14,5 +15,5 @@ DEPENDS+=     ${PYPKGPREFIX}-ptyprocess>=0.5
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-pexpect/PLIST
diff -u pkgsrc/devel/py-pexpect/PLIST:1.8 pkgsrc/devel/py-pexpect/PLIST:1.9
--- pkgsrc/devel/py-pexpect/PLIST:1.8   Fri Nov 10 07:51:58 2017
+++ pkgsrc/devel/py-pexpect/PLIST       Sat Jan  1 12:40:32 2022
@@ -1,5 +1,9 @@
-@comment $NetBSD: PLIST,v 1.8 2017/11/10 07:51:58 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.9 2022/01/01 12:40:32 martin Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/pexpect/ANSI.py
 ${PYSITELIB}/pexpect/ANSI.pyc
 ${PYSITELIB}/pexpect/ANSI.pyo



Home | Main Index | Thread Index | Old Index