- 31 Oct, 2021 3 commits
-
-
Lars Kruse authored
-
Lars Kruse authored
This approach is more widely used and offers the same flexibility.
-
Lars Kruse authored
-
- 27 Oct, 2021 7 commits
-
-
Lars Kruse authored
Closes: #35
-
Lars Kruse authored
-
Lars Kruse authored
-
Lars Kruse authored
-
Lars Kruse authored
-
Lars Kruse authored
-
Lars Kruse authored
For example the `package.json` could fail to be included in the git commit, if `release-npm` was executed *after* `release-git`. Now the order of targets is fixed.
-
- 26 Oct, 2021 1 commit
-
-
Lars Kruse authored
-
- 22 Feb, 2021 1 commit
-
-
Lars Kruse authored
Previously we did not handle the missing prefix "v" correctly for MAKEFILET_DOWNLOAD_VERSION.
-
- 01 Feb, 2021 1 commit
-
-
Lars Kruse authored
-
- 13 Jan, 2021 1 commit
-
-
Lars Kruse authored
If downloaded version and current version matched exactly, then a warning was emitted.
-
- 09 Jan, 2021 10 commits
-
-
Lars Kruse authored
Closes: #21
-
Lars Kruse authored
Closes: #23
-
Lars Kruse authored
It is not a test, but just code style linting.
-
Lars Kruse authored
-
Lars Kruse authored
Shell-related testing and linting can be disabled via DISABLE_SHELL_CHECK=1.
-
Lars Kruse authored
Closes: #25
-
Lars Kruse authored
Closes: #26
-
Lars Kruse authored
The version requested via MAKEFILET_DOWNLOAD_VERSION may be newer than the version available in a system-wide installed package. Emit a warning in such a case. Closes: #27
-
Lars Kruse authored
Closes: #29
-
Lars Kruse authored
The outdated SOURCES.txt file can lead to an incorrectly generated source archive during "dist-python". This is a workaround for https://github.com/pypa/setuptools/issues/436. Closes: #33
-
- 10 Nov, 2020 3 commits
-
-
Lars Kruse authored
-
Lars Kruse authored
-
Lars Kruse authored
A virtualenv does not necessarily include the pre-dependencies, e.g. in case of a missing `--system-site-packages`. Thus we install these within the virtualenv.
-
- 01 Sep, 2020 1 commit
-
-
Lars Kruse authored
-
- 13 Aug, 2020 1 commit
-
-
Lars Kruse authored
Previously the wrong variable for tested and additionally "tox" was always executed. Now the dependency between "test" and "test-python" is only added if DISABLE_PYTHON_TESTS is not "1" (by default: "0").
-
- 12 Aug, 2020 1 commit
-
-
Lars Kruse authored
-
- 18 Jul, 2020 1 commit
-
-
Lars Kruse authored
There are some circumstances (e.g. preferring site-wide packages), where an automatic upgrade is not desirable.
-
- 14 Jul, 2020 2 commits
-
-
Lars Kruse authored
-
Lars Kruse authored
The `/dev/null` target was not a good idea :(
-
- 13 Jul, 2020 3 commits
-
-
Lars Kruse authored
-
Lars Kruse authored
-
Lars Kruse authored
This allows to emit helpful warnings in case of missing build pre-dependencies, which need to be installed before the virtualenv is created. A typical set of pre-dependencies (`venv` and `wheel`) should be suitable for most projects.
-
- 24 Jun, 2020 1 commit
-
-
Lars Kruse authored
-
- 09 Jan, 2020 1 commit
-
-
Lars Kruse authored
-
- 16 Mar, 2019 1 commit
-
-
Lars Kruse authored
-
- 12 Mar, 2019 1 commit
-
-
Lars Kruse authored
-