[Bug 273089] textproc/py-rdflib v6.3.2 make install doesn't install libs

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 12 Aug 2023 21:16:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273089

            Bug ID: 273089
           Summary: textproc/py-rdflib v6.3.2 make install doesn't install
                    libs
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: python@FreeBSD.org
          Reporter: bryan@katofiad.co.nz
             Flags: maintainer-feedback?(python@FreeBSD.org)
          Assignee: python@FreeBSD.org

textproc/py-rdflib only seems to install bin
This also prevents sysutils/zeitgeist from completing configure

FreeBSD Ports git commit #5dddaba

OUTPUT after installation 2023-08-13
----------
# pkg info -l py39-rdflib | less
py39-rdflib-6.3.2:
        /usr/local/bin/csv2rdf
        /usr/local/bin/csv2rdf-3.9
        /usr/local/bin/rdf2dot
        /usr/local/bin/rdf2dot-3.9
        /usr/local/bin/rdfgraphisomorphism
        /usr/local/bin/rdfgraphisomorphism-3.9
        /usr/local/bin/rdfpipe
        /usr/local/bin/rdfpipe-3.9
        /usr/local/bin/rdfs2dot
        /usr/local/bin/rdfs2dot-3.9
        /usr/local/lib/python3.9/site-packages/rdflib-6.3.2.dist-info/LICENSE
        /usr/local/lib/python3.9/site-packages/rdflib-6.3.2.dist-info/METADATA
        /usr/local/lib/python3.9/site-packages/rdflib-6.3.2.dist-info/RECORD
        /usr/local/lib/python3.9/site-packages/rdflib-6.3.2.dist-info/WHEEL
       
/usr/local/lib/python3.9/site-packages/rdflib-6.3.2.dist-info/entry_points.txt
        /usr/local/share/licenses/py39-rdflib-6.3.2/BSD3CLAUSE
        /usr/local/share/licenses/py39-rdflib-6.3.2/LICENSE
        /usr/local/share/licenses/py39-rdflib-6.3.2/catalog.mk

# echo "import rdflib" | python3.9
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'rdflib'

-- 
You are receiving this mail because:
You are the assignee for the bug.