pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pathlib py-pathlib: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f878eaeee58
branches:  trunk
changeset: 371554:9f878eaeee58
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 20:41:00 2022 +0000

description:
py-pathlib: convert to egg.mk

diffstat:

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

diffs (30 lines):

diff -r f90de43d819f -r 9f878eaeee58 devel/py-pathlib/Makefile
--- a/devel/py-pathlib/Makefile Mon Jan 10 20:40:19 2022 +0000
+++ b/devel/py-pathlib/Makefile Mon Jan 10 20:41:00 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/08/29 06:55:55 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/10 20:41:00 wiz Exp $
 
 DISTNAME=      pathlib-1.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pathlib/}
 
@@ -17,5 +18,5 @@
 do-test:
        ${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_pathlib.py
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f90de43d819f -r 9f878eaeee58 devel/py-pathlib/PLIST
--- a/devel/py-pathlib/PLIST    Mon Jan 10 20:40:19 2022 +0000
+++ b/devel/py-pathlib/PLIST    Mon Jan 10 20:41:00 2022 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/08/29 06:55:55 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 20:41:00 wiz Exp $
 ${PYSITELIB}/pathlib.py
 ${PYSITELIB}/pathlib.pyc
 ${PYSITELIB}/pathlib.pyo



Home | Main Index | Thread Index | Old Index