Recent Releases of https://github.com/cmake-wheel/cmeel
https://github.com/cmake-wheel/cmeel - Release v0.57.3
- Handle symlinks and hardlinks in sdist
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/cmake-wheel/cmeel - Release v0.57.2
- Fix symlink issue in sdist
- Fix release
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/cmake-wheel/cmeel - Release v0.57.1
- Install license file in
*.dist-info/license{ -> s}/
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/cmake-wheel/cmeel - Release v0.57.0
- bump metadata version to 2.4
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/cmake-wheel/cmeel - Release v0.56.0
- define CMEEL_BUILD environment variable
- docker: default to python 3.13
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/cmake-wheel/cmeel - Release v0.55.0
- set LDLIBRARYPATH=$(cmeel lib) for tests
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/cmake-wheel/cmeel - Release v0.54.2
- release: fix permissions
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/cmake-wheel/cmeel - Release v0.54.1
- release: dist files needs to be built
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/cmake-wheel/cmeel - Release v0.53.3
- fix path computation following move of cmeel.pth to cmeel_pth
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/cmake-wheel/cmeel - Release v0.53.2
- avoid any non-stdlib import in the .pth file
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/cmake-wheel/cmeel - Release v0.53.1
- break import order issue
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/cmake-wheel/cmeel - Release v0.53.0
- fix python shebang in scripts
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/cmake-wheel/cmeel - Release v0.52.1
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/cmake-wheel/cmeel - Release v0.51.1
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/cmake-wheel/cmeel - Release v0.50.2
- ⚠️ rename
has-binaries&has-sitelib
- Python
Published by github-actions[bot] almost 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.50.1
- fix
has_binaries&has_sitelibdoc and defaults
- Python
Published by github-actions[bot] almost 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.50.0
update readthedocs config after python version bump
⚠️
py3-none,anyandpyver-anyare deprecated. Please usehas_binariesand/orhas_sitelib
- Python
Published by github-actions[bot] almost 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.49.0
- Forward
-DCMEEL_JOBS={config.jobs}to CMake
- Python
Published by github-actions[bot] almost 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.48.1
- Python
Published by github-actions[bot] almost 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.47.1
- Python
Published by github-actions[bot] almost 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.46.0
- Add undocumented
releasesubcommand for cmeel
- Python
Published by github-actions[bot] almost 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.45.0
- Add
cmeelscript as shortcut topython -m cmeel
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.44.1
- revert "prepend cmeel stuff to
LD_LIBRARY_PATHwhen running tests"
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.44.0
- prepend cmeel stuff to
LD_LIBRARY_PATHwhen running tests
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.43.1
--cmeel-envis now a default deactivable with--no-cmeel-env
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.43.0
- add
--cmeel-envoption todockersubcommand to forwardCMEEL_*environment variables - improve docs
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.42.1
[project]section ofpyproject.toml:- normalize
name - accept
keywordkey - accept
optional-dependencieskey - fix
readmestr key
- normalize
- switch to tomllib for python >= 3.11
- switch sphinx theme to furo for dark theme
- improve docs
- log current version
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.42.0
[project]section ofpyproject.toml:- accept
readmetable withcontent-typeand (fileortext) - accept
licensetable withfileortext(this table is deprecated) - accept
license-filesas a string, list of strings, or table withpathsorglobs - default
license-filesglobs to["LICEN[CS]E*", "COPYING*", "NOTICE*", "AUTHORS*"]`
- accept
- rename
cmeel/{helpers -> env}.py - add
cmeel/metadata.pyto move pyproject parsing out of the way and help with C901
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.41.1
- fix docker environment
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.41.0
- docker: add environment
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.40.0
- add
dockersubcommand - add tests running helpers
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.39.0
- allow building "py3-none-{platform}" wheels with
py3-none = truein pyproject.toml
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.38.0
- add
fix-pkg-configoption, default totrue
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.37.0
- autodetect
README{.md, .rst, .txt, } readmeis no longer required
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.36.0
- forward build dependencies as "build" extra
project.urlsis no longer required- tools: flake8, pydocstyle, pyupgrade → ruff
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.35.0
- add
build_editablefollowing PEP 660 - update tooling, lints & ci, notably: isort, pydocstyle, mypy & safety
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.34.1
- allow building "py3x-none-any" wheels with
pyver-any = truein pyproject.toml
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.34.0
- allow building "py3x-none-any" wheels with
pyver-any = truein pyproject.toml
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.33.0
- allow building "py3-none-any" wheels with
any = truein pyproject.toml
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.32.3
- stringfy paths in
check_outputs, to fix build on windows
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.32.2
- parse wheel pack output with a regex
- fix some builds on windows
- fix ci on some mac OS
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.32.1
- fix path separator on windows
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.32.0
- don't require pip on DEBUG mode
- DEBUG: show wheel name
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.31.0
- configure logging through
log-level/CMEEL_LOG_LEVEL - DEBUG level: show pip freeze, the commands, and their environment
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.30.0
- on Apple Silicon, explicitely build for arm64
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.29.0
- fix architecture for OSX arm64 systems in python 3.8
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.28.0
- fix patch ignore validation
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.27.0
- be more verbose on raising PatchError
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.26.0
- add CHANGELOG url
- patch ignore lines which would delete a non-existent file
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.24.1
- load current prefix even if it doesn't exist yet
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.25.0
- add tests for python 3.11
- improve error message on patch failure
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.24.2
- fix missing file
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.24.0
- load cmeel prefixes in all sys.path
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.23.2
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.23.0
- ⚠️ deprecate use of the "build-system" section of pyproject.toml for cmeel configuration in favor of the "tool.cmeel" section ⚠️
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.22.0
- detect if
cmeel.patchwas already applied, and don't complain about it - update README
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.21.0
- consider
CMEEL_RUN_TESTSenvironment variable - add
-DBUILD_TESTING=OFFwhenrun-testsis off
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.20.0
- process
configure_envbeforeconfigure_args - consider
CMEEL_CMAKE_ARGSenvironment variable - use emoji in the CHANGELOG
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.19.0
- consider
CMEEL_JOBS,CMEEL_TEST_JOBSenvironment variables
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.18.0
- Add environment variable manipulation helpers with
python -m cmeel
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.17.1
- fix classifiers
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.16.0
- more documentation
- set project urls in metadata
- CI: upload artifacts
- use PEP 639 (draft) for SPDX License expressions
- add
test-jobsglobal option - add
check-relocatableproject option
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.15.0
- documentation
- Decrease min python version to 3.7
- Python
Published by github-actions[bot] over 3 years ago
https://github.com/cmake-wheel/cmeel - Release v0.14.0
- set
CMAKE_INSTALL_LIBDIRtolib
- Python
Published by github-actions[bot] almost 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.13.3
- debug
- Python
Published by github-actions[bot] almost 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.13.2
- fix TAG for macOS
- Python
Published by github-actions[bot] almost 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.13.1
- fix TAG for macOS
- Python
Published by github-actions[bot] almost 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.13.0
- support macOS arm64 crosscompilation for cibuildwheel
- Python
Published by github-actions[bot] almost 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.12.5
- set env before configure
- Python
Published by github-actions[bot] almost 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.12.4
- add INSTALL / SITLIB to PYTHONPATH for tests after install
- Python
Published by github-actions[bot] almost 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.12.3
- implement sed
- Python
Published by github-actions[bot] almost 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.12.2
- Python
Published by github-actions[bot] almost 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.12.1
test-cmd: replaceBUILD_DIR
- Python
Published by github-actions[bot] almost 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.12.0
- move
test-cmdparameter to pyproject.toml
- Python
Published by github-actions[bot] almost 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.11.0
- add
test-cmdparameter
- Python
Published by github-actions[bot] almost 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.10.1
- fix sed -i on OSX
- Python
Published by github-actions[bot] almost 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.10.0
- check generated cmake files to ensure we don't have relocatablization issues
- add
build-numberparameter - add
run-tests-after-installparameter - add
Numpyto-DPYTHON_COMPONENTS - add
temp-dir/CMEEL_TEMP_DIRconfiguration (useful for caching builds, as default generate names) - :warning: BREAKING: fix wheel name (it was using distribution, which replace
-by_) - :warning: BREAKING: rename
run_testsintorun-tests - :warning: BREAKING: rename
default_envintodefault-env - :warning: BREAKING: rename
configure_argsintoconfigure-args - :warning: BREAKING: remove
PYTHON_COMPONENTS
- Python
Published by github-actions[bot] almost 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.9.0
- add executables
- Python
Published by github-actions[bot] about 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.8.0
- apply
cmeel.patchif exists
- Python
Published by github-actions[bot] about 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.7.0
- move to
cmake-wheelorg - misc fixes
- Python
Published by github-actions[bot] about 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.6.2
- Python
Published by github-actions[bot] about 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.6.1
- configurable
run_tests
- Python
Published by github-actions[bot] about 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.6.0
- parse dependencies
- configurable source dir
- Python
Published by github-actions[bot] about 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.5.2
- fix pth when the current prefix is not the last
- Python
Published by github-actions[bot] about 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.5.1
- add metadata
- fix type hint for python < 3.10
- Python
Published by github-actions[bot] about 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.5.0
- split cmeel.py into cmeel/ package
- add cmeel/pth.py & cmeel.pth
- add config through
${XDG_CONFIG_HOME:-~/.config}/cmeel/cmeel.toml - cmake, wheel & packaging are now optionnal, roquired only for the build module
- Python
Published by github-actions[bot] about 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.4.2
- add README do project metadata
- Python
Published by github-actions[bot] about 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.4.1
- Python
Published by github-actions[bot] about 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.4.0
- switch to PEP 621 style
- Python
Published by github-actions[bot] about 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.3.0
- removed Backend main class.
- renamed cmw -> cmeel
- Python
Published by github-actions[bot] about 4 years ago
https://github.com/cmake-wheel/cmeel - Release v0.2.0
- setup tooling
- add changelog
- setup release process
- Python
Published by github-actions[bot] about 4 years ago