python: plac: 1.0.0 -> 1.1.0
This commit is contained in:
parent
1efa71616f
commit
48ab0776a8
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
|||||||
cd doc
|
cd doc
|
||||||
${python.interpreter} -m unittest discover -p "*test_plac*"
|
${python.interpreter} -m unittest discover -p "*test_plac*"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Parsing the Command Line the Easy Way";
|
description = "Parsing the Command Line the Easy Way";
|
||||||
homepage = https://github.com/micheles/plac;
|
homepage = https://github.com/micheles/plac;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user