FreeBSD ports you maintain which are out of date
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/pyt...@freebsd.org.html Port| Current version | New version +-+ devel/py-nbformat | 5.4.0 | 5.5.0 +-+ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Reported by:portscout!
[Bug 263956] textproc/py-mistune0: Add CONFLICTS with text/py-mistune
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263956 --- Comment #3 from p5b2ea8...@t-online.de --- This problem needs to be worked on. Installation of www/lektor breaks jupiter notebook: File "/usr/local/lib/python3.9/site-packages/nbconvert/exporters/html.py", line 26, in from nbconvert.filters.markdown_mistune import IPythonRenderer, MarkdownWithMath File "/usr/local/lib/python3.9/site-packages/nbconvert/filters/markdown_mistune.py", line 24, in from mistune import BlockParser, HTMLRenderer, InlineParser, Markdown ImportError: cannot import name 'BlockParser' from 'mistune' (/usr/local/lib/python3.9/site-packages/mistune.py) -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 266416] devel/py-backports.zoneinfo: Add missing dependancy on devel/py-backports
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266416 Bug ID: 266416 Summary: devel/py-backports.zoneinfo: Add missing dependancy on devel/py-backports Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-b...@freebsd.org Reporter: le...@freebsd.org CC: python@FreeBSD.org, y...@freebsd.org CC: python@FreeBSD.org, y...@freebsd.org I have a system where I'd like to use security/zeek (indirectly depends on py-backports) and py-django41 (depends on devel/py-backports.zoneinfo) but pkg thinks the two backports ports conflict. The pkg-descr for py-backports says: shared namespace shim for py-backports.* ports py-backports provides a common backports/__init__.py, which is shared among all py-backports.* ports. I built all four py-backports.* ports: devel/py-backports.cached-property devel/py-backports.csv devel/py-backports.entry-points-selectable devel/py-backports.zoneinfo and tried installing them with py-backports and found that only py-backports.csv can be installed without conflicting. I noticed that the py-backports.csv Makefile has a RUN_DEPENDS for py-backports so I tried adding one to the other ports but I still get: Checking integrity... done (1 conflicting) - py39-backports.zoneinfo-0.2.1_1 conflicts with py39-backports-1 on /usr/local/lib/python3.9/site-packages/backports/__init__.py Cannot solve problem using SAT solver, trying another plan Checking integrity... done (0 conflicting) Conflicts with the existing packages have been found. One more solver iteration is needed to resolve them. Looking at the various port Makefiles, I don't understand why py-backports.csv works and the others do not. Maybe this is really a pkg bug? Anyway, it *looks* like what I want *should* be possible. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 266416] devel/py-backports.zoneinfo: Conflicts with devel/py-backports
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266416 Craig Leres changed: What|Removed |Added Summary|devel/py-backports.zoneinfo |devel/py-backports.zoneinfo |: Add missing dependancy on |: Conflicts with |devel/py-backports |devel/py-backports -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 266416] devel/py-backports.zoneinfo: Conflicts with devel/py-backports
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266416 Kubilay Kocak changed: What|Removed |Added Status|New |Open Keywords||needs-patch, needs-qa Severity|Affects Only Me |Affects Some People Assignee|ports-b...@freebsd.org |y...@freebsd.org See Also||https://reviews.freebsd.org ||/D11095 Flags||maintainer-feedback?(ygy@fr ||eebsd.org), ||merge-quarterly? --- Comment #1 from Kubilay Kocak --- This was addressed in review D11095 which may provide information on why one port works and others don't. We might need a better approach such that backports packages automatically get the appropriate changes without requiring opt-in / action on part of maintainers -- You are receiving this mail because: You are on the CC list for the bug.