pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-scikit-build



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Sep 15 15:54:16 UTC 2024

Modified Files:
        pkgsrc/devel/py-scikit-build: Makefile distinfo

Log Message:
py-scikit-build: updated to 0.18.1

Scikit-build 0.18.1

This release fixes issues with setuptools 74, and avoids a warning from recent
versions of wheel. Android and iOS are now included in known platforms.

Bug fixes

* Support for setuptools 74 in :pr:`1116`
* iOS and Android support by :user:`FeodorFitsner` in :pr:`1101`

Testing

* Fix for distutils change in :pr:`1103`
* Remove test directives by :user:`s-t-e-v-e-n-k` in :pr:`1108`


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-scikit-build/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-scikit-build/distinfo

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-scikit-build/Makefile
diff -u pkgsrc/devel/py-scikit-build/Makefile:1.7 pkgsrc/devel/py-scikit-build/Makefile:1.8
--- pkgsrc/devel/py-scikit-build/Makefile:1.7   Wed Jun 26 17:02:45 2024
+++ pkgsrc/devel/py-scikit-build/Makefile       Sun Sep 15 15:54:15 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/06/26 17:02:45 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/09/15 15:54:15 adam Exp $
 
-DISTNAME=      scikit_build-0.18.0
+DISTNAME=      scikit_build-0.18.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scikit-build/}
@@ -22,17 +22,13 @@ DEPENDS+=   ${PYPKGPREFIX}-wheel>=0.32.0:.
 TEST_DEPENDS+= ${PYPKGPREFIX}-build>=0.7:../../devel/py-build
 TEST_DEPENDS+= ${PYPKGPREFIX}-cython>=0.25.1:../../devel/py-cython
 TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.0.0:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=1.10.4:../../devel/py-test-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-virtualenv-[0-9]*:../../devel/py-virtualenv
 TEST_DEPENDS+= git-base-[0-9]*:../../devel/git-base
 
 USE_LANGUAGES= c c++
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/pyversion.mk"
-
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=      ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli
 .endif
@@ -40,8 +36,5 @@ DEPENDS+=     ${PYPKGPREFIX}-tomli-[0-9]*:..
 post-install:
        ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/skbuild/platform_specifics/platform_factory.py.orig
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-scikit-build/distinfo
diff -u pkgsrc/devel/py-scikit-build/distinfo:1.6 pkgsrc/devel/py-scikit-build/distinfo:1.7
--- pkgsrc/devel/py-scikit-build/distinfo:1.6   Wed Jun 26 17:02:45 2024
+++ pkgsrc/devel/py-scikit-build/distinfo       Sun Sep 15 15:54:15 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2024/06/26 17:02:45 wiz Exp $
+$NetBSD: distinfo,v 1.7 2024/09/15 15:54:15 adam Exp $
 
-BLAKE2s (scikit_build-0.18.0.tar.gz) = 653cf2d458d50e5531e9714c3a04e3289fd11a1a5986128d6c0ac1a6b6ac018f
-SHA512 (scikit_build-0.18.0.tar.gz) = a374f86c69a288ddcfe8e8d95b594b2bf94365b4d6d4d25a7912cf871f12dfb1866b1d74694c919ef8e4fef3d166b7afe9de3b32b56add33173840a9bb917c71
-Size (scikit_build-0.18.0.tar.gz) = 273824 bytes
+BLAKE2s (scikit_build-0.18.1.tar.gz) = 1df8ae79f1c09dd242f3ce5f04934ede07e544a1f675626514579082999179f0
+SHA512 (scikit_build-0.18.1.tar.gz) = 872f4bc4c313459842b537ded5503799da5b5e02a8e403eb3095edd719ea7be32942ce4e9c7cd55a4f78c2f032627f7398e99db6be19b711c8e1d906264dba48
+Size (scikit_build-0.18.1.tar.gz) = 274171 bytes
 SHA1 (patch-skbuild_platform__specifics_platform__factory.py) = 49f00521a2ff1110bd8900bbb8f8675f3f7976aa



Home | Main Index | Thread Index | Old Index