Commit Graph

11 Commits

Author SHA1 Message Date
Frederik Rietdijk
869854dd09 python: pantsbuild.pants: 1.4.0 -> 1.5.0 2018-04-08 11:34:57 +02:00
Brendan Miller
58d520b824 pants: 1.3.0 -> 1.4.0
Tested via running "nix-build -A pkgs.pants"
2018-03-26 08:40:50 -04:00
Samuel Dionne-Riel
7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
Dan Peebles
8253fc2ae5 pants: 1.2.1 -> 1.3.0
I'm also removing the pants13-pre attribute since it's unnecessary and I
don't want to maintain 1.4.x prereleases yet.

I'm temporarily taking out the pants native rust engine shenanigans until
I can get a nix-native rust build of it to work (it works on Linux but
not on Darwin!)
2017-07-17 10:37:52 -04:00
Dan Peebles
0f1753b1d3 pants13-pre: 1.3.0rc2 -> 1.3.0rc4 2017-06-01 13:53:19 +00:00
Dan Peebles
c05461fde6 pants13-pre: make it actually work on Linux
Third time's a charm. Not sure how I thought that three different files
would download and have the same hash, but that's what the old code did.
This one should have the three distinct platform hashes.
2017-05-24 07:52:58 -04:00
Dan Peebles
a43e104ada pants13-pre: fix on non-Darwin platforms 2017-05-24 00:05:20 -04:00
Dan Peebles
b0adb09b32 pants13-pre: pre-download the native engine
This saves pants 1.3 from having to download it at startup. Eventually
we'll build it ourselves (it's a rust binary) but for now this works.
2017-05-23 22:29:33 -04:00
Dan Peebles
9d5c28d22c pants: fix buggy pathspec version
When transplanting the expression in 845d1b28bf57d3f1eb016a323cf15808c0fbfd85
I accidentally switched pants 1.3 to use the old pathspec, which breaks
at runtime. This should fix it.
2017-05-22 15:34:46 -04:00
Brendan Miller
b737ddd65d pants13-pre: 1.3.0.dev19 -> 1.3.0rc2
Pulling in the latest 1.3.0 release candidate from pants.
2017-05-22 12:31:27 -04:00
Dan Peebles
845d1b28bf pants{,13-pre}: move from pythonPackages to top level
That means it'll build in Hydra and we don't really care which version of
Python it builds against.
2017-05-22 12:22:13 -04:00