pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-fpconst



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 22 14:41:03 UTC 2022

Modified Files:
        pkgsrc/math/py-fpconst: Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/math/py-fpconst/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/math/py-fpconst/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-fpconst/Makefile
diff -u pkgsrc/math/py-fpconst/Makefile:1.20 pkgsrc/math/py-fpconst/Makefile:1.21
--- pkgsrc/math/py-fpconst/Makefile:1.20        Mon Sep  2 13:20:00 2019
+++ pkgsrc/math/py-fpconst/Makefile     Sat Jan 22 14:41:03 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2019/09/02 13:20:00 adam Exp $
+# $NetBSD: Makefile,v 1.21 2022/01/22 14:41:03 wiz Exp $
 
 DISTNAME=      fpconst-0.7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/fpconst/}
 
@@ -9,8 +10,7 @@ MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://pypi.python.org/pypi/fpconst
 COMMENT=       IEEE 754 floating point special handling for Python
 
-PYDISTUTILSPKG=        yes
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 0.7.2
 
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/py-fpconst/PLIST
diff -u pkgsrc/math/py-fpconst/PLIST:1.1.1.1 pkgsrc/math/py-fpconst/PLIST:1.2
--- pkgsrc/math/py-fpconst/PLIST:1.1.1.1        Wed Dec 24 10:56:27 2003
+++ pkgsrc/math/py-fpconst/PLIST        Sat Jan 22 14:41:03 2022
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/24 10:56:27 recht Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/22 14:41:03 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}
 ${PYSITELIB}/fpconst.py
 ${PYSITELIB}/fpconst.pyc
 ${PYSITELIB}/fpconst.pyo



Home | Main Index | Thread Index | Old Index