Path to this page:
./
x11/py-sip6,
Tool to create Python bindings for C++ libraries
Branch: CURRENT,
Version: 6.9.1,
Package name: py312-sip6-6.9.1,
Maintainer: gdtSIP is a collection of tools that makes it very easy to create Python bindings
for C and C++ libraries. It was originally developed in 1998 to create PyQt,
the Python bindings for the Qt toolkit, but can be used to create bindings for
any C or C++ library. For example it is also used to generate wxPython, the
Python bindings for wxWidgets.
This package contains major version 6 of sip.
Master sites:
Filesize: 412.602 KB
Version history: (Expand)
- (2024-12-27) Updated to version: py312-sip6-6.9.1
- (2024-09-05) Updated to version: py312-sip6-6.8.6
- (2024-07-16) Updated to version: py311-sip6-6.8.6
- (2024-06-30) Updated to version: py311-sip6-6.8.5
- (2024-02-14) Updated to version: py311-sip6-6.8.3
- (2024-01-25) Updated to version: py311-sip6-6.8.2
CVS history: (Expand)
2024-12-27 00:08:15 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-sip6: updated to 6.9.1
v6.9.1
sip-sdist creates PEP 625 compatible file names
The sdists created by sip-sdist are now compatible with PEP 625 in that they \
have lower case names. This ensures that they will still be able to be uploaded \
to PyPI.
Update the minimum version of setuptools
The minimum version of setuptools used by SIP and by the generated sip module \
sdists has been set to v69.5. This is the oldest version that supports PEP 625.
sip module sdist Requires-Python is incorrect
The minimum Python version in the generated sip module metadata is now set to v3.9.
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-09-05 01:35:25 by Greg Troxel | Files touched by this commit (1) |
Log message:
x11/py-sip6: HOMEPAGE is apparently now github
|
2024-07-01 07:57:02 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-sip6: add missing tool dependency.
|
2024-06-30 15:34:09 by Greg Troxel | Files touched by this commit (3) |
Log message:
x11/py-sip6: Update to 6.8.5
Used to build qgis on NetBSD 10/amd64, with qgis verified working.
Upstream NEWS follows. (It is not clear how migrating from mercurial
to git affects licensing or setuptools, but both changes are visible
in the generated PLIST.)
v6.8.5
Added setuptools as a project dependency.
v6.8.4
Added support for Python v3.13 Python v3.13 raises the minimum macOS
version to 10.13. Ensure that this minimum is used for wheel names
for projects where all modules use the limited ABI, no matter what
the minimum requirement of the version of Python being used to build
the wheel is.
Make all tools accessable using python -m
sip-distinfo can now also be run using python -m sipbuild.tools.distinfo.
sip-module can now also be run using python -m sipbuild.tools.module.
Completion of the migration from Mercurial
SIP is now licensed under the BSD-2-Clause license.
The project has now been migrated from setup.py to setuptools_scm
and pyproject.toml.
|
2024-02-14 01:18:12 by Greg Troxel | Files touched by this commit (2) |
Log message:
x11/py-sip6: Update to 6.8.3
Upstream NEWS: bugfixes
(qgis 3.28.15 builds and runs with this.)
|
2024-01-25 16:59:56 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-sip6: updated to 6.8.2
SIP v6.8.2 has been released. This is a minor bug-fix and feature release. The \
--deprecations-are-errors command line option has been added to all build tools.
|
2023-12-14 16:58:34 by Greg Troxel | Files touched by this commit (1) |
Log message:
x11/py-sip: Take co-MAINTAINERship
(rhialto@ and I both need this for different depending packages and
have discussed privately.)
ok rhialto@
|