about summary refs log tree commit diff
path: root/pkgs/development/tools/devpi-client
AgeCommit message (Collapse)AuthorFilesLines
2024-05-10devpi-client: format with nixfmtFabian Affolter1-26/+28
2024-05-10devpi-client: 7.0.2 -> 7.0.3Fabian Affolter1-12/+7
Changelog: https://github.com/devpi/devpi/blob/client-7.0.3/client/CHANGELOG
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-01-20devpi-client: 7.0.0 -> 7.0.2R. Ryantm1-2/+2
2023-10-13devpi-client: 6.0.3 -> 7.0.0natsukium1-8/+6
Changelog: https://github.com/devpi/devpi/blob/client-7.0.0/client/CHANGELOG
2023-10-13devpi-client: refactornatsukium1-2/+9
- use a new parameter for pyproject - add pythonImportsCheck
2023-05-25treewide: development: use top-level fetchPypiWeijia Wang1-1/+2
2023-02-25devpi-client: 5.2.3 -> 6.0.3Fabian Affolter1-23/+16
Changelog: https://github.com/devpi/devpi/blob/client-6.0.3/client/CHANGELOG
2023-02-25devpi-client: add changelog to metaFabian Affolter1-1/+2
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-12-10devpi-client: don't depend on pytest-flake8Robert Schütz1-2/+5
2022-03-03devpi-client: add missing input, switch to pytestCheckHookFabian Affolter1-24/+42
2021-11-23devpi-client: 5.2.2 -> 5.2.3 (#147138)R. RyanTM1-8/+2
* devpi-client: 5.2.2 -> 5.2.3 * cleanup Co-authored-by: Antoine Eiche <lewo@abesis.fr>
2021-10-30devpi-client: fix buildJonathan Ringer1-0/+6
Upstream has already patched this, but haven't done a release yet. https://github.com/devpi/devpi/commit/185072fcc6f927232cd4bc12b55b9bdbf4b72968
2021-09-11devpi-client: 5.2.1 -> 5.2.2R. RyanTM1-2/+2
2021-05-25devpi-client: set __darwinAllowLocalNetworkingRobert Scott1-0/+2
allowing tests to pass on sandboxed darwin
2021-04-01devpi-client: check-manifest and pkginfo needed at runtimeAntoine Eiche1-2/+2
This packages are required by the devpi upload command.
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-23pkgs/development/tools: stdenv.lib -> libBen Siraphob1-2/+2
2020-11-20devpi-client: 5.2.0 -> 5.2.1R. RyanTM1-2/+2
2020-06-03devpi-client: 5.0.0 -> 5.2.0Jonathan Ringer1-17/+5
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-10devpi-client: 4.1.0 -> 5.0.0makefu1-17/+42
unbreak the package, clean up dependencies and make them overridable
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+0
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-17python.pkgs: rename pytestflakes to pytest-flakesFrederik Rietdijk1-1/+1
to follow naming guideline
2018-09-22devpi-client: 3.1.0 -> 4.1.0, fix tests (#47142)xeji1-5/+5
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+0
2018-02-15devpi-client: fix test error due to devpi-server upgradeAntoine Eiche1-2/+3
2017-12-05devpi-client: enable testsmakefu1-10/+25
2017-12-05devpi-client: 3.1.0rc1 -> 3.1.0makefu1-5/+9
enable tests with packaged devpi-server
2017-10-04devpi-client: 2.7.0 -> 3.1.0rc1makefu1-11/+13
2016-10-27devpi-client: 2.3.2 -> 2.7.0makefu1-2/+2
devpi-common: 2.0.8 -> 3.0.1
2016-10-18devpi-client: fixFrederik Rietdijk1-5/+8
2016-04-26Python: use PyPI mirror (#15001)Frederik Rietdijk1-1/+1
* mirrors: add pypi * Python: Use pypi mirror for all PyPI packages
2016-04-14devpi-client: add missing python librariesmakefu1-2/+5
2016-02-19buildPythonApplication: use new function for Python applicationsFrederik Rietdijk1-1/+1
2015-12-17devpi-client: init at 2.3.2Antoine Eiche1-0/+20