python311Packages.signify: 0.5.2 -> 0.6.0
Diff: https://github.com/ralphje/signify/compare/refs/tags/v0.5.2...v0.6.0 Changelog: https://github.com/ralphje/signify/blob/refs/tags/v0.6.0/docs/changelog.rst
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
, buildPythonPackage
|
||||
, certvalidator
|
||||
, fetchFromGitHub
|
||||
, fetchpatch2
|
||||
, mscerts
|
||||
, oscrypto
|
||||
, pyasn1
|
||||
@@ -11,30 +10,23 @@
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
, typing-extensions
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "signify";
|
||||
version = "0.5.2";
|
||||
version = "0.6.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ralphje";
|
||||
repo = "signify";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-+UhZF+QYuv8pq/sTu7GDPUrlPNNixFgVZL+L0ulj/ko=";
|
||||
hash = "sha256-29SyzqtZ1cI+1xrSPLFr63vwB5st/9i5b3FYtJn6eok=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# https://github.com/ralphje/signify/pull/42
|
||||
(fetchpatch2 {
|
||||
url = "https://github.com/ralphje/signify/commit/38cad57bf86f7498259b47bfef1354aec27c0955.patch";
|
||||
hash = "sha256-dLmHSlj2Cj6jbbrZStgK2Rh/H5vOaIbi5lut5RAbd+s=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
@@ -46,6 +38,7 @@ buildPythonPackage rec {
|
||||
oscrypto
|
||||
pyasn1
|
||||
pyasn1-modules
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
||||
Reference in New Issue
Block a user