pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-orca



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Nov 22 21:56:24 UTC 2024

Modified Files:
        pkgsrc/devel/py-orca: Makefile

Log Message:
py-orca: clean up


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-orca/Makefile

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-orca/Makefile
diff -u pkgsrc/devel/py-orca/Makefile:1.1 pkgsrc/devel/py-orca/Makefile:1.2
--- pkgsrc/devel/py-orca/Makefile:1.1   Fri Nov 22 21:37:43 2024
+++ pkgsrc/devel/py-orca/Makefile       Fri Nov 22 21:56:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/11/22 21:37:43 bacon Exp $
+# $NetBSD: Makefile,v 1.2 2024/11/22 21:56:23 wiz Exp $
 
 DISTNAME=      orca-1.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,12 +11,9 @@ COMMENT=     Python library for task orchest
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-pandas>=0.15.0:../../math/py-pandas
 DEPENDS+=      ${PYPKGPREFIX}-tables>=3.1:../../math/py-tables
 DEPENDS+=      ${PYPKGPREFIX}-toolz>=0.8.1:../../devel/py-toolz
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index