Commit graph

11 commits

Author SHA1 Message Date
rnhmjoj aee614c996
treewide: replace bazaar with breezy 2020-05-25 09:22:54 +02:00
Jon 1504df58e2 vcstools: fix dependencies
missing setuptools

```
$ ./results/vcstool/bin/vcs --help
Traceback (most recent call last):
  File "/nix/store/m9w0gapwnwffhnvyv3ds14mgbx2p5y93-vcstool-0.2.7/bin/.vcs-wrapped", line 6, in <module>
    from vcstool.commands.vcs import main
  File "/nix/store/m9w0gapwnwffhnvyv3ds14mgbx2p5y93-vcstool-0.2.7/lib/python3.7/site-packages/vcstool/commands/vcs.py", line 5, in <module>
    from vcstool.commands.help import get_entrypoint
  File "/nix/store/m9w0gapwnwffhnvyv3ds14mgbx2p5y93-vcstool-0.2.7/lib/python3.7/site-packages/vcstool/commands/help.py", line 6, in <module>
    from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'
```
2020-03-30 22:41:47 -07:00
R. RyanTM aa6c79daeb vcstool: 0.1.36 -> 0.2.7 2020-03-30 22:41:47 -07:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Frederik Rietdijk 2c7ce032ce python: vcstool: 0.1.35 -> 0.1.36 2018-06-02 13:44:39 +02:00
Frederik Rietdijk ebaf89be71 python: vcstool: 0.1.33 -> 0.1.35 2018-04-08 11:34:57 +02:00
Frederik Rietdijk 9c66da41fa python: vcstool: 0.1.32 -> 0.1.33 2018-03-03 12:00:45 +01:00
Frederik Rietdijk b50a66c3a0 python: vcstool: 0.1.31 -> 0.1.32 2018-02-26 19:03:30 +01:00
Vladimír Čunát 6f5d989478
treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
Sivaram Balakrishnan 62a884e0c7 vcstool: init at 0.1.31
Adds vcstool application. Initial work to get ROS2 packages on Nix.
2017-09-20 14:08:16 +05:30