Bug 273089 - textproc/py-rdflib v6.3.2 make install doesn't install libs
Summary: textproc/py-rdflib v6.3.2 make install doesn't install libs
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-12 21:16 UTC by Bryan Baldwin
Modified: 2023-08-30 09:15 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (python)


Attachments
patch Makefile (427 bytes, patch)
2023-08-30 09:15 UTC, Henri Hennebert
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Baldwin 2023-08-12 21:16:00 UTC
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'
Comment 1 Henri Hennebert 2023-08-30 09:15:57 UTC
Created attachment 244460 [details]
patch Makefile

Patch Makefile

I blindly take the patch from bug #270549 at it solve this problem.