python3Packages.diceware: expose as library
This commit is contained in:
parent
3c3840ecd6
commit
48faedc336
@ -1,10 +1,10 @@
|
|||||||
{ lib
|
{ lib, buildPythonPackage, fetchPypi
|
||||||
, python3Packages
|
, pytestrunner
|
||||||
|
, setuptools
|
||||||
|
, coverage, pytest
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with python3Packages;
|
buildPythonPackage rec {
|
||||||
|
|
||||||
buildPythonApplication rec {
|
|
||||||
pname = "diceware";
|
pname = "diceware";
|
||||||
version = "0.9.6";
|
version = "0.9.6";
|
||||||
|
|
@ -26779,7 +26779,7 @@ in
|
|||||||
|
|
||||||
simplehttp2server = callPackage ../servers/simplehttp2server { };
|
simplehttp2server = callPackage ../servers/simplehttp2server { };
|
||||||
|
|
||||||
diceware = callPackage ../tools/security/diceware { };
|
diceware = with python3Packages; toPythonApplication diceware;
|
||||||
|
|
||||||
xml2rfc = with python3Packages; toPythonApplication xml2rfc;
|
xml2rfc = with python3Packages; toPythonApplication xml2rfc;
|
||||||
|
|
||||||
|
@ -645,6 +645,8 @@ in {
|
|||||||
|
|
||||||
dkimpy = callPackage ../development/python-modules/dkimpy { };
|
dkimpy = callPackage ../development/python-modules/dkimpy { };
|
||||||
|
|
||||||
|
diceware = callPackage ../development/python-modules/diceware { };
|
||||||
|
|
||||||
dictionaries = callPackage ../development/python-modules/dictionaries { };
|
dictionaries = callPackage ../development/python-modules/dictionaries { };
|
||||||
|
|
||||||
diff_cover = callPackage ../development/python-modules/diff_cover { };
|
diff_cover = callPackage ../development/python-modules/diff_cover { };
|
||||||
|
Loading…
Reference in New Issue
Block a user