Merge remote-tracking branch 'upstream/master' into staging
This commit is contained in:
20
pkgs/development/python-modules/pdfposter/default.nix
Normal file
20
pkgs/development/python-modules/pdfposter/default.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, pypdf2 }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pdftools.pdfposter";
|
||||
version = "0.7.post1";
|
||||
|
||||
propagatedBuildInputs = [ pypdf2 ];
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0c1avpbr9q53yzq5ar2x485rmp9d0l3z27aham32bg7gplzd7w0j";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Split large pages of a PDF into smaller ones for poster printing";
|
||||
homepage = "https://pdfposter.readthedocs.io";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ wamserma ];
|
||||
};
|
||||
}
|
||||
@@ -11,7 +11,7 @@ buildPythonPackage rec {
|
||||
format = "wheel";
|
||||
|
||||
#src = pkgs.fetchurl {
|
||||
# url = https://files.pythonhosted.org/packages/60/af/10f899f0574a81cbc511124c08d7c7dc46c20d4f956a6a3c793ad4330bb4/requests_download-0.1.2-py2.py3-none-any.whl;
|
||||
# url = "https://files.pythonhosted.org/packages/60/af/10f899f0574a81cbc511124c08d7c7dc46c20d4f956a6a3c793ad4330bb4/requests_download-0.1.2-py2.py3-none-any.whl";
|
||||
# sha256 = "1ballx1hljpdpyvqzqn79m0dc21z2smrnxk2ylb6dbpg5crrskcr";
|
||||
#};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user