pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/py-bz2file py-bz2file: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf5d303ad29c
branches:  trunk
changeset: 371430:bf5d303ad29c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 08:51:00 2022 +0000

description:
py-bz2file: convert to egg.mk

diffstat:

 archivers/py-bz2file/Makefile |  5 +++--
 archivers/py-bz2file/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 385d46511951 -r bf5d303ad29c archivers/py-bz2file/Makefile
--- a/archivers/py-bz2file/Makefile     Mon Jan 10 08:50:02 2022 +0000
+++ b/archivers/py-bz2file/Makefile     Mon Jan 10 08:51:00 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/01/09 10:28:19 adam Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/10 08:51:00 wiz Exp $
 
 DISTNAME=      bz2file-0.98
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/bz2file/}
 
@@ -17,5 +18,5 @@
 do-test:
        cd ${WRKSRC} && ${PYTHONBIN} test_bz2file.py
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 385d46511951 -r bf5d303ad29c archivers/py-bz2file/PLIST
--- a/archivers/py-bz2file/PLIST        Mon Jan 10 08:50:02 2022 +0000
+++ b/archivers/py-bz2file/PLIST        Mon Jan 10 08:51:00 2022 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/01/09 10:28:19 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 08:51:00 wiz Exp $
 ${PYSITELIB}/bz2file.py
 ${PYSITELIB}/bz2file.pyc
 ${PYSITELIB}/bz2file.pyo



Home | Main Index | Thread Index | Old Index