python3Packages.pykeepass: 4.0.1 -> 4.0.2
https://github.com/libkeepass/pykeepass/blob/v4.0.2/CHANGELOG.rst
This commit is contained in:
parent
7d498dea03
commit
09cce3f3e2
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pykeepass";
|
pname = "pykeepass";
|
||||||
version = "4.0.1";
|
version = "4.0.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "libkeepass";
|
owner = "libkeepass";
|
||||||
repo = "pykeepass";
|
repo = "pykeepass";
|
||||||
rev = version;
|
rev = "v${version}";
|
||||||
sha256 = "sha256-D+loaPBpKdXyiqpdth3ANDjH6IewuKYhj/DzRE2hDn4=";
|
hash = "sha256-q6cBowEki5iJh04Hp1jwbWdteEu3HXtD3tG/TsYDRNI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -30,9 +30,11 @@ buildPythonPackage rec {
|
|||||||
${python.interpreter} -m unittest tests.tests
|
${python.interpreter} -m unittest tests.tests
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "pykeepass" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/libkeepass/pykeepass";
|
homepage = "https://github.com/libkeepass/pykeepass";
|
||||||
changelog = "https://github.com/libkeepass/pykeepass/blob/${version}/CHANGELOG.rst";
|
changelog = "https://github.com/libkeepass/pykeepass/blob/${src.rev}/CHANGELOG.rst";
|
||||||
description = "Python library to interact with keepass databases (supports KDBX3 and KDBX4)";
|
description = "Python library to interact with keepass databases (supports KDBX3 and KDBX4)";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ dotlambda ];
|
maintainers = with maintainers; [ dotlambda ];
|
||||||
|
Loading…
Reference in New Issue
Block a user