pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-setuptools-rust
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 5 05:37:32 UTC 2024
Modified Files:
pkgsrc/devel/py-setuptools-rust: Makefile distinfo
Log Message:
py-setuptools-rust: updated to 1.10.1
1.10.1 (2024-08-04)
Fixed
- Fix regression in 1.10.0 where editable builds would be built in release mode
1.10.0 (2024-08-03)
Packaging
- Extend macOS build flags to iOS, tvOS and watchOS.
- Support Python 3.13.
Changed
- Add `SETUPTOOLS_RUST_PEP517_USE_BASE_PYTHON` environment variable to use the base interpreter path when running inside a virtual environment to avoid recompilation when switching between virtual
environments.
- Delay import of dependencies until use to avoid import errors during a partially complete install when multiple packages are installing at once.
- Deprecate `--build-temp` argument to `build_rust` command (it does nothing).
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-setuptools-rust/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-setuptools-rust/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-setuptools-rust/Makefile
diff -u pkgsrc/devel/py-setuptools-rust/Makefile:1.18 pkgsrc/devel/py-setuptools-rust/Makefile:1.19
--- pkgsrc/devel/py-setuptools-rust/Makefile:1.18 Sun Feb 25 15:22:28 2024
+++ pkgsrc/devel/py-setuptools-rust/Makefile Mon Aug 5 05:37:32 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2024/02/25 15:22:28 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2024/08/05 05:37:32 adam Exp $
-DISTNAME= setuptools-rust-1.9.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME= setuptools_rust-1.10.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools-rust/}
@@ -14,16 +14,10 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-semantic_version>=2.8.2:../../devel/py-semantic_version
DEPENDS+= ${PYPKGPREFIX}-setuptools>=62.4:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4.3:../../devel/py-typing-extensions
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} < 311
-DEPENDS+= ${PYPKGPREFIX}-tomli>=1.2.1:../../textproc/py-tomli
-.endif
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-setuptools-rust/distinfo
diff -u pkgsrc/devel/py-setuptools-rust/distinfo:1.15 pkgsrc/devel/py-setuptools-rust/distinfo:1.16
--- pkgsrc/devel/py-setuptools-rust/distinfo:1.15 Sun Feb 25 15:22:28 2024
+++ pkgsrc/devel/py-setuptools-rust/distinfo Mon Aug 5 05:37:32 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/02/25 15:22:28 wiz Exp $
+$NetBSD: distinfo,v 1.16 2024/08/05 05:37:32 adam Exp $
-BLAKE2s (setuptools-rust-1.9.0.tar.gz) = ca1125934b876f7758b0773ef0adce656a1af2d41af6aa8c2c5b61d7bce9489a
-SHA512 (setuptools-rust-1.9.0.tar.gz) = 8658ab89833affca2f7882f7a386442b40f5a7decc651f37a4ee65be50a002dad81d929f0b970ba53f628597efc852d7708f78bf90fab91a14bcb42048f374a6
-Size (setuptools-rust-1.9.0.tar.gz) = 311733 bytes
+BLAKE2s (setuptools_rust-1.10.1.tar.gz) = 9803fc473ac1dcd4d2b3a8174276d0c19d4cccbc1664ac367f3c871a02839a2a
+SHA512 (setuptools_rust-1.10.1.tar.gz) = 6a89447d1642c46595df9922a2ded209bebd69639195b2ead85946ededc661a2b76fef5be43b6fbf0e184850df8483703142ed4306b392a4ccf2ff7e53dc624a
+Size (setuptools_rust-1.10.1.tar.gz) = 309276 bytes
Home |
Main Index |
Thread Index |
Old Index