pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-unit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 20:52:58 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-unit/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-unit/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-unit/Makefile
diff -u pkgsrc/devel/py-unit/Makefile:1.26 pkgsrc/devel/py-unit/Makefile:1.27
--- pkgsrc/devel/py-unit/Makefile:1.26  Fri Mar 20 11:57:31 2020
+++ pkgsrc/devel/py-unit/Makefile       Mon Jan 10 20:52:58 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2020/03/20 11:57:31 nia Exp $
+# $NetBSD: Makefile,v 1.27 2022/01/10 20:52:58 wiz Exp $
 
 DISTNAME=      pyunit-1.4.1
 PKGNAME=       ${PYPKGPREFIX}-unit-1.4.1
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pyunit/}
 
@@ -15,5 +15,5 @@ EGG_NAME=     PyUnit-${PKGVERSION_NOREV}
 PYTHON_SELF_CONFLICT=          yes
 PYTHON_VERSIONS_ACCEPTED=      27
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-unit/PLIST
diff -u pkgsrc/devel/py-unit/PLIST:1.4 pkgsrc/devel/py-unit/PLIST:1.5
--- pkgsrc/devel/py-unit/PLIST:1.4      Sun Apr  8 20:21:47 2012
+++ pkgsrc/devel/py-unit/PLIST  Mon Jan 10 20:52:58 2022
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:47 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.5 2022/01/10 20:52:58 wiz Exp $
 ${PYSITELIB}/unittest.py
 ${PYSITELIB}/unittest.pyc
 ${PYSITELIB}/unittest.pyo



Home | Main Index | Thread Index | Old Index