Merge pull request #51391 from mt-caret/dpt-rp1-py
dpt-rp1-py: init at 2018-10-16
This commit is contained in:
commit
10fa7c5707
28
pkgs/tools/misc/dpt-rp1-py/default.nix
Normal file
28
pkgs/tools/misc/dpt-rp1-py/default.nix
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{ lib, python3Packages, fetchFromGitHub }:
|
||||||
|
python3Packages.buildPythonApplication rec {
|
||||||
|
pname = "dpt-rp1-py";
|
||||||
|
version = "unstable-2018-10-16";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "janten";
|
||||||
|
repo = pname;
|
||||||
|
rev = "4551b4432f8470de5f2ad9171105f731a6259395";
|
||||||
|
sha256 = "176y5j31aci1vpi8v6r5ki55432fbdsazh9bsyzr90im9zimkffl";
|
||||||
|
};
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
propagatedBuildInputs = with python3Packages; [
|
||||||
|
httpsig
|
||||||
|
requests
|
||||||
|
pbkdf2
|
||||||
|
urllib3
|
||||||
|
];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
homepage = https://github.com/janten/dpt-rp1-py;
|
||||||
|
description = "Python script to manage Sony DPT-RP1 without Digital Paper App";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ mt-caret ];
|
||||||
|
};
|
||||||
|
}
|
@ -710,6 +710,8 @@ in
|
|||||||
|
|
||||||
dkimpy = with pythonPackages; toPythonApplication dkimpy;
|
dkimpy = with pythonPackages; toPythonApplication dkimpy;
|
||||||
|
|
||||||
|
dpt-rp1-py = callPackage ../tools/misc/dpt-rp1-py { };
|
||||||
|
|
||||||
ecdsautils = callPackage ../tools/security/ecdsautils { };
|
ecdsautils = callPackage ../tools/security/ecdsautils { };
|
||||||
|
|
||||||
sedutil = callPackage ../tools/security/sedutil { };
|
sedutil = callPackage ../tools/security/sedutil { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user