[Bug 1763597] Review Request: python-graph-tool - Efficient network analysis tool written in Python

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=1763597

Ben Cotton <bcotton@xxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |needinfo?(sanjay.ankur@gmai
                   |                            |l.com)



--- Comment #8 from Ben Cotton <bcotton@xxxxxxxxxx> ---
There are a few issues with header files (should they be in a -devel
subpackage, and if not why?), non-executable-script and
wrong-script-interpreter warnings in rpmlint (although F32 will use Python3 as
the default Python, so maybe it doesn't matter), and unversioned .so files. If
any of these can't be easily fixed, we'll figure out what to do with them. 

Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed


Issues:
=======
- Header files in -devel subpackage, if present.
  Note: python3-graph-tool : /usr/lib64/python3.7/site-
  packages/graph_tool/include/config.h
  See: https://docs.fedoraproject.org/en-US/packaging-
  guidelines/#_devel_packages


===== MUST items =====

C/C++:
[ ]: Provides: bundled(gnulib) in place as required.
     Note: Sources not installed
[x]: Package does not contain kernel modules.
[ ]: Package contains no static executables.
[ ]: Development (unversioned) .so files in -devel subpackage, if present.
     Note: Unversioned so-files in private %_libdir subdirectory (see
     attachment). Verify they are not in ld path.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.

Generic:
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
     Note: Using prebuilt packages
[ ]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[x]: License field in the package spec file matches the actual license.
     Note: There is no build directory. Running licensecheck on vanilla
     upstream sources. No licenses found. Please check the source files for
     licenses manually.
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[ ]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[-]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Useful -debuginfo package or justification otherwise.
[x]: Package is not known to require an ExcludeArch tag.
[-]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 798720 bytes in 3 files.
[x]: Package complies to the Packaging Guidelines
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: If (and only if) the source package includes the text of the
     license(s) in its own file, then that file, containing the text of the
     license(s) for the package is included in %license.
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package must not depend on deprecated() packages.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

Python:
[-]: Binary eggs must be removed in %prep
     Note: Cannot find any build in BUILD directory (--prebuilt option?)
[ ]: Python eggs must not download any dependencies during the build
     process.
[ ]: A package which is used by another package via an egg interface should
     provide egg info.
[ ]: Package meets the Packaging Guidelines::Python
[x]: Package contains BR: python2-devel or python3-devel
[x]: Packages MUST NOT have dependencies (either build-time or runtime) on
     packages named with the unversioned python- prefix unless no properly
     versioned package exists. Dependencies on Python packages instead MUST
     use names beginning with python2- or python3- as appropriate.
[x]: Python packages must not contain %{pythonX_site(lib|arch)}/* in %files

===== SHOULD items =====

Generic:
[x]: Reviewer should test that the package builds in mock.
[-]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[ ]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[x]: Patches link to upstream bugs/comments/lists or are otherwise
     justified.
[ ]: The placement of pkgconfig(.pc) files are correct.
     Note: python3-graph-tool : /usr/lib64/pkgconfig/graph-tool-py3.7.pc
[-]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not used.
[-]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[!]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed
     files.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on all installed packages.
     Note: No rpmlint messages.
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
[x]: Package should not use obsolete m4 macros
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: python3-graph-tool-2.29-1.fc30.x86_64.rpm
          python-graph-tool-2.29-1.fc31.src.rpm
python3-graph-tool.x86_64: W: spelling-error %description -l en_US
metaprogramming -> meta programming, meta-programming, reprogramming
python3-graph-tool.x86_64: W: private-shared-object-provides
/usr/lib64/python3.7/site-packages/graph_tool/centrality/libgraph_tool_centrality.so
libgraph_tool_centrality.so()(64bit)
python3-graph-tool.x86_64: W: private-shared-object-provides
/usr/lib64/python3.7/site-packages/graph_tool/clustering/libgraph_tool_clustering.so
libgraph_tool_clustering.so()(64bit)
python3-graph-tool.x86_64: W: private-shared-object-provides
/usr/lib64/python3.7/site-packages/graph_tool/correlations/libgraph_tool_correlations.so
libgraph_tool_correlations.so()(64bit)
python3-graph-tool.x86_64: W: private-shared-object-provides
/usr/lib64/python3.7/site-packages/graph_tool/draw/libgraph_tool_draw.so
libgraph_tool_draw.so()(64bit)
python3-graph-tool.x86_64: W: private-shared-object-provides
/usr/lib64/python3.7/site-packages/graph_tool/draw/libgraph_tool_layout.so
libgraph_tool_layout.so()(64bit)
python3-graph-tool.x86_64: W: private-shared-object-provides
/usr/lib64/python3.7/site-packages/graph_tool/draw/libgt_pycairo_aux.so
libgt_pycairo_aux.so()(64bit)
python3-graph-tool.x86_64: W: private-shared-object-provides
/usr/lib64/python3.7/site-packages/graph_tool/dynamics/libgraph_tool_dynamics.so
libgraph_tool_dynamics.so()(64bit)
python3-graph-tool.x86_64: W: private-shared-object-provides
/usr/lib64/python3.7/site-packages/graph_tool/flow/libgraph_tool_flow.so
libgraph_tool_flow.so()(64bit)
python3-graph-tool.x86_64: W: private-shared-object-provides
/usr/lib64/python3.7/site-packages/graph_tool/generation/libgraph_tool_generation.so
libgraph_tool_generation.so()(64bit)
python3-graph-tool.x86_64: W: private-shared-object-provides
/usr/lib64/python3.7/site-packages/graph_tool/inference/libgraph_tool_inference.so
libgraph_tool_inference.so()(64bit)
python3-graph-tool.x86_64: W: private-shared-object-provides
/usr/lib64/python3.7/site-packages/graph_tool/libgraph_tool_core.so
libgraph_tool_core.so()(64bit)
python3-graph-tool.x86_64: W: private-shared-object-provides
/usr/lib64/python3.7/site-packages/graph_tool/search/libgraph_tool_search.so
libgraph_tool_search.so()(64bit)
python3-graph-tool.x86_64: W: private-shared-object-provides
/usr/lib64/python3.7/site-packages/graph_tool/spectral/libgraph_tool_spectral.so
libgraph_tool_spectral.so()(64bit)
python3-graph-tool.x86_64: W: private-shared-object-provides
/usr/lib64/python3.7/site-packages/graph_tool/stats/libgraph_tool_stats.so
libgraph_tool_stats.so()(64bit)
python3-graph-tool.x86_64: W: private-shared-object-provides
/usr/lib64/python3.7/site-packages/graph_tool/topology/libgraph_tool_topology.so
libgraph_tool_topology.so()(64bit)
python3-graph-tool.x86_64: W: private-shared-object-provides
/usr/lib64/python3.7/site-packages/graph_tool/util/libgraph_tool_util.so
libgraph_tool_util.so()(64bit)
python3-graph-tool.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/pkgconfig/graph-tool-py3.7.pc
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/__init__.py /usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/__init__.py 644 /usr/bin/env
python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/all.py /usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/all.py 644 /usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/centrality/__init__.py
/usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/centrality/__init__.py 644
/usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/clustering/__init__.py
/usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/clustering/__init__.py 644
/usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/collection/__init__.py
/usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/collection/__init__.py 644
/usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/correlations/__init__.py
/usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/correlations/__init__.py 644
/usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/decorators.py /usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/decorators.py 644 /usr/bin/env
python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/dl_import.py /usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/dl_import.py 644 /usr/bin/env
python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/draw/__init__.py /usr/bin/env
python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/draw/__init__.py 644 /usr/bin/env
python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/draw/cairo_draw.py /usr/bin/env
python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/draw/cairo_draw.py 644
/usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/draw/graphviz_draw.py
/usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/draw/graphviz_draw.py 644
/usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/draw/gtk_draw.py /usr/bin/env
python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/draw/gtk_draw.py 644 /usr/bin/env
python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/dynamics/__init__.py /usr/bin/env
python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/dynamics/__init__.py 644
/usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/flow/__init__.py /usr/bin/env
python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/flow/__init__.py 644 /usr/bin/env
python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/generation/__init__.py
/usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/generation/__init__.py 644
/usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/gt_io.py /usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/gt_io.py 644 /usr/bin/env python
python3-graph-tool.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/python3.7/site-packages/graph_tool/include/boost-workaround/boost/graph/betweenness_centrality.hpp
python3-graph-tool.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/python3.7/site-packages/graph_tool/include/boost-workaround/boost/graph/copy_alt.hpp
python3-graph-tool.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/python3.7/site-packages/graph_tool/include/boost-workaround/boost/graph/graphml.hpp
python3-graph-tool.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/python3.7/site-packages/graph_tool/include/boost-workaround/boost/graph/graphviz.hpp
python3-graph-tool.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/python3.7/site-packages/graph_tool/include/boost-workaround/boost/graph/isomorphism.hpp
python3-graph-tool.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/python3.7/site-packages/graph_tool/include/boost-workaround/boost/graph/kamada_kawai_spring_layout.hpp
python3-graph-tool.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/python3.7/site-packages/graph_tool/include/boost-workaround/boost/graph/metric_tsp_approx.hpp
python3-graph-tool.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/python3.7/site-packages/graph_tool/include/boost-workaround/boost/graph/named_function_params-alt.hpp
python3-graph-tool.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/python3.7/site-packages/graph_tool/include/boost-workaround/boost/graph/overloading.hpp
python3-graph-tool.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/python3.7/site-packages/graph_tool/include/boost-workaround/boost/graph/push_relabel_max_flow.hpp
python3-graph-tool.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/python3.7/site-packages/graph_tool/include/boost-workaround/boost/graph/read_graphviz_new.hpp
python3-graph-tool.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/python3.7/site-packages/graph_tool/include/boost-workaround/boost/graph/stoer_wagner_min_cut.hpp
python3-graph-tool.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/python3.7/site-packages/graph_tool/include/config.h
python3-graph-tool.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/python3.7/site-packages/graph_tool/include/pcg-cpp/pcg_extras.hpp
python3-graph-tool.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/python3.7/site-packages/graph_tool/include/pcg-cpp/pcg_random.hpp
python3-graph-tool.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/python3.7/site-packages/graph_tool/include/pcg-cpp/pcg_uint128.hpp
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/inference/__init__.py
/usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/inference/__init__.py 644
/usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/inference/bisection.py
/usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/inference/bisection.py 644
/usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/inference/blockmodel.py
/usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/inference/blockmodel.py 644
/usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/inference/blockmodel_em.py
/usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/inference/blockmodel_em.py 644
/usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/inference/latent_multigraph.py
/usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/inference/latent_multigraph.py
644 /usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/inference/layered_blockmodel.py
/usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/inference/layered_blockmodel.py
644 /usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/inference/mcmc.py /usr/bin/env
python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/inference/mcmc.py 644
/usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/inference/minimize.py
/usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/inference/minimize.py 644
/usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/inference/modularity.py
/usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/inference/modularity.py 644
/usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/inference/nested_blockmodel.py
/usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/inference/nested_blockmodel.py
644 /usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/inference/overlap_blockmodel.py
/usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/inference/overlap_blockmodel.py
644 /usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/inference/uncertain_blockmodel.py
/usr/bin/env python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/inference/uncertain_blockmodel.py
644 /usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/inference/util.py /usr/bin/env
python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/inference/util.py 644
/usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/search/__init__.py /usr/bin/env
python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/search/__init__.py 644
/usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/spectral/__init__.py /usr/bin/env
python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/spectral/__init__.py 644
/usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/stats/__init__.py /usr/bin/env
python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/stats/__init__.py 644
/usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/topology/__init__.py /usr/bin/env
python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/topology/__init__.py 644
/usr/bin/env python
python3-graph-tool.x86_64: E: wrong-script-interpreter
/usr/lib64/python3.7/site-packages/graph_tool/util/__init__.py /usr/bin/env
python
python3-graph-tool.x86_64: E: non-executable-script
/usr/lib64/python3.7/site-packages/graph_tool/util/__init__.py 644 /usr/bin/env
python
python-graph-tool.src: W: spelling-error %description -l en_US metaprogramming
-> meta programming, meta-programming, reprogramming
2 packages and 0 specfiles checked; 68 errors, 35 warnings.




Rpmlint (installed packages)
----------------------------
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LC_CTYPE = "C.UTF-8",
        LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LC_CTYPE = "C.UTF-8",
        LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
0 packages and 0 specfiles checked; 0 errors, 0 warnings.
(none): E: no installed packages by name python3-graph-tool



Unversioned so-files
--------------------
python3-graph-tool:
/usr/lib64/python3.7/site-packages/graph_tool/centrality/libgraph_tool_centrality.so
python3-graph-tool:
/usr/lib64/python3.7/site-packages/graph_tool/clustering/libgraph_tool_clustering.so
python3-graph-tool:
/usr/lib64/python3.7/site-packages/graph_tool/correlations/libgraph_tool_correlations.so
python3-graph-tool:
/usr/lib64/python3.7/site-packages/graph_tool/draw/libgraph_tool_draw.so
python3-graph-tool:
/usr/lib64/python3.7/site-packages/graph_tool/draw/libgraph_tool_layout.so
python3-graph-tool:
/usr/lib64/python3.7/site-packages/graph_tool/draw/libgt_pycairo_aux.so
python3-graph-tool:
/usr/lib64/python3.7/site-packages/graph_tool/dynamics/libgraph_tool_dynamics.so
python3-graph-tool:
/usr/lib64/python3.7/site-packages/graph_tool/flow/libgraph_tool_flow.so
python3-graph-tool:
/usr/lib64/python3.7/site-packages/graph_tool/generation/libgraph_tool_generation.so
python3-graph-tool:
/usr/lib64/python3.7/site-packages/graph_tool/inference/libgraph_tool_inference.so
python3-graph-tool:
/usr/lib64/python3.7/site-packages/graph_tool/libgraph_tool_core.so
python3-graph-tool:
/usr/lib64/python3.7/site-packages/graph_tool/search/libgraph_tool_search.so
python3-graph-tool:
/usr/lib64/python3.7/site-packages/graph_tool/spectral/libgraph_tool_spectral.so
python3-graph-tool:
/usr/lib64/python3.7/site-packages/graph_tool/stats/libgraph_tool_stats.so
python3-graph-tool:
/usr/lib64/python3.7/site-packages/graph_tool/topology/libgraph_tool_topology.so
python3-graph-tool:
/usr/lib64/python3.7/site-packages/graph_tool/util/libgraph_tool_util.so

Source checksums
----------------
https://downloads.skewed.de/graph-tool/graph-tool-2.29.tar.bz2 :
  CHECKSUM(SHA256) this package     :
6c0c4336bed6e2f79c91ace6d6914145ee03d0bd5025473b5918aec2b0657f7a
  CHECKSUM(SHA256) upstream package :
6c0c4336bed6e2f79c91ace6d6914145ee03d0bd5025473b5918aec2b0657f7a


Requires
--------
python3-graph-tool (rpmlib, GLIBC filtered):
    /usr/bin/pkg-config
    libCGAL.so.13()(64bit)
    libCGAL_Core.so.13()(64bit)
    libboost_context.so.1.69.0()(64bit)
    libboost_coroutine.so.1.69.0()(64bit)
    libboost_iostreams.so.1.69.0()(64bit)
    libboost_python37.so.1.69.0()(64bit)
    libboost_regex.so.1.69.0()(64bit)
    libboost_system.so.1.69.0()(64bit)
    libboost_thread.so.1.69.0()(64bit)
    libc.so.6()(64bit)
    libcairo.so.2()(64bit)
    libcairomm-1.0.so.1()(64bit)
    libexpat.so.1()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libgcc_s.so.1(GCC_3.4)(64bit)
    libgmp.so.10()(64bit)
    libgomp.so.1()(64bit)
    libgomp.so.1(GOMP_1.0)(64bit)
    libgomp.so.1(GOMP_4.0)(64bit)
    libgomp.so.1(GOMP_5.0)(64bit)
    libgomp.so.1(OMP_1.0)(64bit)
    libgomp.so.1(OMP_3.0)(64bit)
    libm.so.6()(64bit)
    libpthread.so.0()(64bit)
    libpython3.7m.so.1.0()(64bit)
    libsigc-2.0.so.0()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.1)(64bit)
    libstdc++.so.6(CXXABI_1.3.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.5)(64bit)
    libstdc++.so.6(CXXABI_1.3.8)(64bit)
    libstdc++.so.6(CXXABI_1.3.9)(64bit)
    python(abi)
    rtld(GNU_HASH)



Provides
--------
python3-graph-tool:
    graph-tool(x86-64)
    libgraph_tool_centrality.so()(64bit)
    libgraph_tool_clustering.so()(64bit)
    libgraph_tool_core.so()(64bit)
    libgraph_tool_correlations.so()(64bit)
    libgraph_tool_draw.so()(64bit)
    libgraph_tool_dynamics.so()(64bit)
    libgraph_tool_flow.so()(64bit)
    libgraph_tool_generation.so()(64bit)
    libgraph_tool_inference.so()(64bit)
    libgraph_tool_layout.so()(64bit)
    libgraph_tool_search.so()(64bit)
    libgraph_tool_spectral.so()(64bit)
    libgraph_tool_stats.so()(64bit)
    libgraph_tool_topology.so()(64bit)
    libgraph_tool_util.so()(64bit)
    libgt_pycairo_aux.so()(64bit)
    pkgconfig(graph-tool-py3.7)
    python3-graph-tool
    python3-graph-tool(x86-64)



Generated by fedora-review 0.7.3 (44b83c7) last change: 2019-09-18
Command line :/usr/bin/fedora-review --no-build -pn python-graph-tool
Buildroot used: fedora-rawhide-{{ target_arch }}
Active plugins: Generic, Shell-api, Python, C/C++
Disabled plugins: Haskell, Perl, PHP, Java, R, SugarActivity, Ocaml, fonts
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux