about summary refs log tree commit diff
path: root/pkgs/development/python-modules/gphoto2
AgeCommit message (Collapse)AuthorFilesLines
2022-01-03python38Packages.gphoto2: 2.3.0 -> 2.3.1R. Ryantm1-2/+2
2021-09-29python38Packages.gphoto2: 2.2.4 -> 2.3.0R. RyanTM1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-10python37Packages.gphoto2: 2.2.3 -> 2.2.4R. RyanTM1-2/+2
2020-10-16python37Packages.gphoto2: 2.2.2 -> 2.2.3R. RyanTM1-2/+2
2020-04-13python27Packages.gphoto2: 2.2.1 -> 2.2.2R. RyanTM1-2/+2
2020-03-11python27Packages.gphoto2: 2.1.0 -> 2.2.1R. RyanTM1-2/+2
2020-02-26python27Packages.gphoto2: 2.0.0 -> 2.1.0R. RyanTM1-3/+3
2019-05-01python37Packages.gphoto2: 1.9.0 -> 2.0.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-gphoto2/versions
2019-02-17python: gphoto2: 1.8.5 -> 1.9.0Frederik Rietdijk1-2/+2
2018-11-09python36Packages.gphoto2: 1.8.3 -> 1.8.5R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-gphoto2/versions
2018-08-25python: gphoto2: 1.8.2 -> 1.8.3Frederik Rietdijk1-2/+2
2018-07-14pythonPackages.gphoto2: init at 1.8.2Johannes Frankenau1-0/+26