pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-fpconst py-fpconst: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfdd37a585fd
branches:  trunk
changeset: 372247:bfdd37a585fd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 22 14:41:03 2022 +0000

description:
py-fpconst: convert to egg.mk

diffstat:

 math/py-fpconst/Makefile |  6 +++---
 math/py-fpconst/PLIST    |  3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r af1f3273ae64 -r bfdd37a585fd math/py-fpconst/Makefile
--- a/math/py-fpconst/Makefile  Sat Jan 22 14:39:57 2022 +0000
+++ b/math/py-fpconst/Makefile  Sat Jan 22 14:41:03 2022 +0000
@@ -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 @@
 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"
diff -r af1f3273ae64 -r bfdd37a585fd math/py-fpconst/PLIST
--- a/math/py-fpconst/PLIST     Sat Jan 22 14:39:57 2022 +0000
+++ b/math/py-fpconst/PLIST     Sat Jan 22 14:41:03 2022 +0000
@@ -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