pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pathlib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 20:41:00 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-pathlib/Makefile \
    pkgsrc/devel/py-pathlib/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-pathlib/Makefile
diff -u pkgsrc/devel/py-pathlib/Makefile:1.1 pkgsrc/devel/py-pathlib/Makefile:1.2
--- pkgsrc/devel/py-pathlib/Makefile:1.1        Tue Aug 29 06:55:55 2017
+++ pkgsrc/devel/py-pathlib/Makefile    Mon Jan 10 20:41:00 2022
@@ -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 @@ PYTHON_VERSIONS_ACCEPTED=     27 # included 
 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"
Index: pkgsrc/devel/py-pathlib/PLIST
diff -u pkgsrc/devel/py-pathlib/PLIST:1.1 pkgsrc/devel/py-pathlib/PLIST:1.2
--- pkgsrc/devel/py-pathlib/PLIST:1.1   Tue Aug 29 06:55:55 2017
+++ pkgsrc/devel/py-pathlib/PLIST       Mon Jan 10 20:41:00 2022
@@ -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