aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2020-05-13Add python version requirement metadataTaneli Hukkinen
2020-04-22Add Github release workflowv0.12Elvis Pranskevichus
2020-04-22Define NDEBUG activelyElvis Pranskevichus
`NDEBUG` is not defined by the standard library or the compiler by default, so make sure it's defined when building non-debug builds.
2020-04-22A bunch of fixesYury Selivanov
* Fix #26: `ifdef NDEBUG` should be `ifndef NDEBUG` * More tests for #24 * Add a `DEBUG_IMMUTABLES` env var to build debug builds
2019-11-02Add Python 3.8 support (#16)Bruno Oliveira
Fix #15
2019-10-11fix: add package_data to setup.py (#14)Anton Agestam
2018-11-20Bump the version to 0.7v0.7Yury Selivanov
2018-04-03setup: Add long_descriptionYury Selivanov
2018-04-02Add pure Python implementation (compatible with PyPy)Yury Selivanov
2018-03-30Read version from __init__Elvis Pranskevichus
2018-03-30Fix compilation errorsElvis Pranskevichus
2018-03-30Fix a nit in README; add a version to setup.pyYury Selivanov
2018-03-30Initial commitYury Selivanov
read-only tarball root....Ludovic Courtès 2023-02-27pack: Make sure tests can run without a world rebuild....Ludovic Courtès 2023-02-26import: hackage: Add upstream-name property....Lars-Dominik Braun 2023-02-19pack: Add RPM format....Maxim Cournoyer 2023-02-19tests: pack: Fix indentation....Maxim Cournoyer 2023-01-30linux-container: 'container-excursion' forks to join the PID namespace....Ludovic Courtès 2023-01-30container: Correctly report exit status....Ludovic Courtès 2023-01-25tests: Do not try to create "$HOME/.config"....Ludovic Courtès 2023-01-16transformations: Add '--with-version'....Ludovic Courtès 2023-01-15environment: Fix '--emulate-fhs' option overriding $PATH....John Kehayias