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_sitelib doc 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, any and pyver-any are deprecated. Please use has_binaries and/or has_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 release subcommand for cmeel

- Python
Published by github-actions[bot] almost 3 years ago

https://github.com/cmake-wheel/cmeel - Release v0.45.0

  • Add cmeel script as shortcut to python -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_PATH when 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_PATH when running tests

- Python
Published by github-actions[bot] about 3 years ago

https://github.com/cmake-wheel/cmeel - Release v0.43.1

  • --cmeel-env is 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-env option to docker subcommand to forward CMEEL_* 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 of pyproject.toml:
    • normalize name
    • accept keyword key
    • accept optional-dependencies key
    • fix readme str key
  • 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 of pyproject.toml:
    • accept readme table with content-type and (file or text)
    • accept license table with file or text (this table is deprecated)
    • accept license-files as a string, list of strings, or table with paths or globs
    • default license-files globs to ["LICEN[CS]E*", "COPYING*", "NOTICE*", "AUTHORS*"]`
  • rename cmeel/{helpers -> env}.py
  • add cmeel/metadata.py to 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 docker subcommand
  • 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 = true in 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-config option, default to true

- 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, }
  • readme is 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.urls is 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_editable following 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 = true in 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 = true in 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 = true in 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.patch was 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_TESTS environment variable
  • add -DBUILD_TESTING=OFF when run-tests is off

- Python
Published by github-actions[bot] over 3 years ago

https://github.com/cmake-wheel/cmeel - Release v0.20.0

  • process configure_env before configure_args
  • consider CMEEL_CMAKE_ARGS environment 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_JOBS environment 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-jobs global option
  • add check-relocatable project 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_LIBDIR to lib

- 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: replace BUILD_DIR

- Python
Published by github-actions[bot] almost 4 years ago

https://github.com/cmake-wheel/cmeel - Release v0.12.0

  • move test-cmd parameter 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-cmd parameter

- 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-number parameter
  • add run-tests-after-install parameter
  • add Numpy to -DPYTHON_COMPONENTS
  • add temp-dir / CMEEL_TEMP_DIR configuration (useful for caching builds, as default generate names)
  • :warning: BREAKING: fix wheel name (it was using distribution, which replace - by _)
  • :warning: BREAKING: rename run_tests into run-tests
  • :warning: BREAKING: rename default_env into default-env
  • :warning: BREAKING: rename configure_args into configure-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.patch if exists

- Python
Published by github-actions[bot] about 4 years ago

https://github.com/cmake-wheel/cmeel - Release v0.7.0

  • move to cmake-wheel org
  • 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