Created attachment 222636 [details] Patch to rename/update port including ports/graphics/Makefile, ports/MOVED This is going to get complicated, please bare with me. The version of graphics/py-graph-core is that of: https://pypi.org/project/python-graph-core/ That version is from Jul 14, 2012. Unfortunately it doesn't work correctly with modern python versions. The project was forked as: https://pypi.org/project/pygraph/ However, that version has also not been updated since May 8, 2017. But wait there's more... :-) Some good soul forked it yet again and fixed it to work properly with modern python versions: https://github.com/jciskey/pygraph Therefore I suggest to: rename graphics/py-graph-core to graphics/py-pygraph per policy (https://wiki.freebsd.org/Python/PortsPolicy). The port does currently not have any ports depending on it. Update to the version on Github. I am personally interested in this port because I would like to re-add one of my DEPRECATED ports that need this version of pygraph. I wouldn't mind taking over maintainership if you don't want the port anymore :-)
Created attachment 222637 [details] Poudriere build log
Please proceed (including maintainership change). Thanks!
Thank you!
A commit references this bug: Author: ehaupt Date: Fri Feb 19 14:33:03 UTC 2021 New revision: 566069 URL: https://svnweb.freebsd.org/changeset/ports/566069 Log: Rename graphics/py-graph-core to graphics/py-pygraph. The new version works correctly with python3. Use Github instead of PyPy for it has newer, unbreaking patches. Take maintainership. PR: 253691 Approved by: demon (maintainer) Changes: head/MOVED head/graphics/Makefile head/graphics/py-graph-core/ head/graphics/py-pygraph/ head/graphics/py-pygraph/Makefile head/graphics/py-pygraph/distinfo head/graphics/py-pygraph/pkg-descr
Committed.