pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-fastcluster: Simplify Makefile, rebuild for wheel changes
Module Name: pkgsrc-wip
Committed By: Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By: matthewd
Date: Sat Nov 18 05:42:39 2023 -0800
Changeset: 60987c6526310396b55e45c7f78fd8b4e0636db3
Modified Files:
py-fastcluster/Makefile
py-fastcluster/PLIST
Log Message:
py-fastcluster: Simplify Makefile, rebuild for wheel changes
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=60987c6526310396b55e45c7f78fd8b4e0636db3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-fastcluster/Makefile | 5 +++--
py-fastcluster/PLIST | 4 +---
2 files changed, 4 insertions(+), 5 deletions(-)
diffs:
diff --git a/py-fastcluster/Makefile b/py-fastcluster/Makefile
index 587868bd42..4ad25b90fc 100644
--- a/py-fastcluster/Makefile
+++ b/py-fastcluster/Makefile
@@ -4,6 +4,7 @@ DISTNAME= fastcluster-1.2.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fastcluster/}
+PKGREVISION= 1
MAINTAINER= matthewd%fastmail.us@localhost
HOMEPAGE= http://danifold.net/fastcluster.html
@@ -12,7 +13,8 @@ LICENSE= 2-clause-bsd
USE_LANGUAGES= c c++
-TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=68.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
TEST_DEPENDS+= ${PYPKGPREFIX}-scipy>=1.6:../../math/py-scipy
# Tests Requires installing the package
do-test:
@@ -20,7 +22,6 @@ do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} tests/vectortest.py
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} tests/nantest.py
-.include "../../lang/python/application.mk"
.include "../../lang/python/wheel.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-fastcluster/PLIST b/py-fastcluster/PLIST
index aeb15506e9..ed18228f50 100644
--- a/py-fastcluster/PLIST
+++ b/py-fastcluster/PLIST
@@ -1,12 +1,10 @@
@comment $NetBSD$
${PYSITELIB}/_fastcluster.so
${PYSITELIB}/${WHEEL_INFODIR}/COPYING.txt
-${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/fastcluster.py
${PYSITELIB}/fastcluster.pyc
+${PYSITELIB}/fastcluster.pyo
Home |
Main Index |
Thread Index |
Old Index