forked from mirrors/nixpkgs
python39Packages.pdfminer-six: add alias to pdfminer
This commit is contained in:
parent
dc50a81c79
commit
4307907d72
|
@ -51,7 +51,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
propagatedBuildInputs = with python3.pkgs; [
|
||||
pygobject3
|
||||
pyxdg
|
||||
pdfminer
|
||||
pdfminer-six
|
||||
pycairo
|
||||
pexpect
|
||||
];
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
, pyshp
|
||||
, fonttools
|
||||
, pyyaml
|
||||
, pdfminer
|
||||
, pdfminer-six
|
||||
, vobject
|
||||
, tabulate
|
||||
, wcwidth
|
||||
|
@ -55,7 +55,7 @@ buildPythonApplication rec {
|
|||
pyyaml
|
||||
#namestand
|
||||
#datapackage
|
||||
pdfminer
|
||||
pdfminer-six
|
||||
#tabula
|
||||
vobject
|
||||
tabulate
|
||||
|
|
|
@ -92,7 +92,7 @@ py.pkgs.pythonPackages.buildPythonApplication rec {
|
|||
numpy
|
||||
ocrmypdf
|
||||
pathvalidate
|
||||
pdfminer
|
||||
pdfminer-six
|
||||
pikepdf
|
||||
pillow
|
||||
pluggy
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
, importlib-metadata
|
||||
, importlib-resources
|
||||
, jbig2enc
|
||||
, pdfminer
|
||||
, pdfminer-six
|
||||
, pikepdf
|
||||
, pillow
|
||||
, pluggy
|
||||
|
@ -63,7 +63,7 @@ buildPythonPackage rec {
|
|||
propagatedBuildInputs = [
|
||||
coloredlogs
|
||||
img2pdf
|
||||
pdfminer
|
||||
pdfminer-six
|
||||
pikepdf
|
||||
pillow
|
||||
pluggy
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pdfminer_six";
|
||||
pname = "pdfminer-six";
|
||||
version = "20220524";
|
||||
|
||||
disabled = !isPy3k;
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, buildPythonPackage, fetchFromGitHub, pdfminer, chardet, pytestCheckHook }:
|
||||
{ lib, buildPythonPackage, fetchFromGitHub, pdfminer-six, chardet, pytestCheckHook }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pdfx";
|
||||
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||
--replace "pdfminer.six==20201018" "pdfminer.six"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ pdfminer chardet ];
|
||||
propagatedBuildInputs = [ pdfminer-six chardet ];
|
||||
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
, buildPythonPackage
|
||||
, setuptools-scm
|
||||
, attrs
|
||||
, pdfminer
|
||||
, pdfminer-six
|
||||
, commoncode
|
||||
, plugincode
|
||||
, binaryornot
|
||||
|
@ -33,7 +33,7 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
attrs
|
||||
pdfminer
|
||||
pdfminer-six
|
||||
commoncode
|
||||
plugincode
|
||||
binaryornot
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
, lxml
|
||||
, mechanize
|
||||
, nose
|
||||
, pdfminer
|
||||
, pdfminer-six
|
||||
, pillow
|
||||
, prettytable
|
||||
, pyqt5
|
||||
|
@ -54,7 +54,7 @@ buildPythonPackage rec {
|
|||
libyaml
|
||||
lxml
|
||||
mechanize
|
||||
pdfminer
|
||||
pdfminer-six
|
||||
pillow
|
||||
prettytable
|
||||
pyqt5
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
, lxml
|
||||
, mechanize
|
||||
, nose
|
||||
, pdfminer
|
||||
, pdfminer-six
|
||||
, pillow
|
||||
, prettytable
|
||||
, pyqt5
|
||||
|
@ -57,7 +57,7 @@ buildPythonPackage rec {
|
|||
libyaml
|
||||
lxml
|
||||
mechanize
|
||||
pdfminer
|
||||
pdfminer-six
|
||||
pillow
|
||||
prettytable
|
||||
pyqt5
|
||||
|
|
|
@ -57,7 +57,7 @@ python3Packages.buildPythonApplication rec {
|
|||
++ lib.optionals enableBloat ([
|
||||
abootimg apksigner apktool cbfstool colord enjarify ffmpeg fpc ghc ghostscriptX giflib gnupg gnumeric
|
||||
hdf5 imagemagick libcaca llvm jdk mono ocaml odt2txt oggvideotools openssh pdftk poppler_utils procyon qemu R tcpdump ubootTools wabt radare2 xmlbeans
|
||||
] ++ (with python3Packages; [ androguard binwalk guestfs h5py pdfminer ]));
|
||||
] ++ (with python3Packages; [ androguard binwalk guestfs h5py pdfminer-six ]));
|
||||
|
||||
checkInputs = with python3Packages; [ pytestCheckHook ] ++ pythonPath;
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
propagatedBuildInputs = with python3.pkgs; [
|
||||
chardet
|
||||
dateparser
|
||||
pdfminer
|
||||
pdfminer-six
|
||||
pillow
|
||||
pyyaml
|
||||
unidecode
|
||||
|
|
|
@ -9283,7 +9283,7 @@ with pkgs;
|
|||
|
||||
pdftoipe = callPackage ../tools/graphics/pdftoipe { };
|
||||
|
||||
pdfminer = with python3Packages; toPythonApplication pdfminer;
|
||||
pdfminer = with python3Packages; toPythonApplication pdfminer-six;
|
||||
|
||||
pdf-quench = callPackage ../applications/misc/pdf-quench { };
|
||||
|
||||
|
|
|
@ -97,6 +97,7 @@ mapAliases ({
|
|||
pam = python-pam; # added 2020-09-07.
|
||||
PasteDeploy = pastedeploy; # added 2021-10-07
|
||||
pathpy = path; # added 2022-04-12
|
||||
pdfminer = pdfminer-six; # added 2022-05-25
|
||||
pep257 = pydocstyle; # added 2022-04-12
|
||||
postorius = throw "Please use pkgs.mailmanPackages.postorius"; # added 2022-04-29
|
||||
powerlineMemSegment = powerline-mem-segment; # added 2021-10-08
|
||||
|
|
|
@ -6256,7 +6256,7 @@ in {
|
|||
|
||||
pdfkit = callPackage ../development/python-modules/pdfkit { };
|
||||
|
||||
pdfminer = callPackage ../development/python-modules/pdfminer_six { };
|
||||
pdfminer-six = callPackage ../development/python-modules/pdfminer-six { };
|
||||
|
||||
pdfposter = callPackage ../development/python-modules/pdfposter { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue