pkgsrc-Changes-HG archive

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

[.joined/pkgsrc/trunk]: .joined/pkgsrc/sysutils/py-ptyprocess py-ptyprocess: ...



details:   https://anonhg.NetBSD.org/.joined/pkgsrc/rev/1a35c10c78cd
branches:  trunk
changeset: 370869:1a35c10c78cd
user:      martin <martin%pkgsrc.org@localhost>
date:      Sat Jan 01 12:29:27 2022 +0000

description:
py-ptyprocess: convert to egg.mk

Bump PKGREVISION.

diffstat:

 sysutils/py-ptyprocess/Makefile |  5 +++--
 sysutils/py-ptyprocess/PLIST    |  7 +++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r f05669fa4ffb -r 1a35c10c78cd sysutils/py-ptyprocess/Makefile
--- a/sysutils/py-ptyprocess/Makefile   Sat Jan 01 11:26:34 2022 +0000
+++ b/sysutils/py-ptyprocess/Makefile   Sat Jan 01 12:29:27 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2021/03/20 19:04:06 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/01 12:29:27 martin Exp $
 
 DISTNAME=      ptyprocess-0.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/ptyprocess/}
 
@@ -15,5 +16,5 @@
 do-test:
        cd ${WRKSRC} && ${PYTHONBIN} -m unittest tests/test_*
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f05669fa4ffb -r 1a35c10c78cd sysutils/py-ptyprocess/PLIST
--- a/sysutils/py-ptyprocess/PLIST      Sat Jan 01 11:26:34 2022 +0000
+++ b/sysutils/py-ptyprocess/PLIST      Sat Jan 01 12:29:27 2022 +0000
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2017/04/23 03:48:20 markd Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2022/01/01 12:29:27 martin Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/ptyprocess/__init__.py
 ${PYSITELIB}/ptyprocess/__init__.pyc
 ${PYSITELIB}/ptyprocess/__init__.pyo



Home | Main Index | Thread Index | Old Index