[Bug 238535] devel/py-hgsubversion: unbreak with mercurial 5.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238535 Rene Ladan changed: What|Removed |Added Resolution|--- |Feedback Timeout Status|New |Closed --- Comment #6 from Rene Ladan --- No feedback from maintainer (python@) in over a month, and the patch does not address upgrading the port to Python 3. Closing this PR. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 244420] www/py-freenit: Update to 0.0.26
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244420 Tobias C. Berner changed: What|Removed |Added Assignee|ports-b...@freebsd.org |tcber...@freebsd.org CC||tcber...@freebsd.org -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 244420] www/py-freenit: Update to 0.0.26
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244420 Tobias C. Berner changed: What|Removed |Added Resolution|--- |FIXED Status|Open|Closed --- Comment #4 from Tobias C. Berner --- Committed. Thanks. -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 244420] www/py-freenit: Update to 0.0.26
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244420 --- Comment #5 from commit-h...@freebsd.org --- A commit references this bug: Author: tcberner Date: Sun Mar 8 10:05:36 UTC 2020 New revision: 528014 URL: https://svnweb.freebsd.org/changeset/ports/528014 Log: www/py-freenit: Update to 0.0.26 PR: 244420 Submitted by: Goran Meki? Changes: head/www/py-freenit/Makefile head/www/py-freenit/distinfo -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Problem reports for pyt...@freebsd.org that need special attention
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status |Bug Id | Description +---+--- Open|205308 | devel/py-pip and devel/py-virtualenv don't aggree Open|211641 | graphics/py-mayavi mayavi2 runtime error Open|233723 | PYTHON_VERSION poisoning during chained build of Open|235701 | security/py-certbot: Add man page Open|240343 | x11-themes/plasma5-breeze-gtk: Fails to build if Open|240820 | www/py-django111: SQLite backend broken after 3.2 Open|242896 | lang/python*: Fail to package in poudriere (testp In Progress |241416 | [NEW PORT] lang/python38 Open|243937 | lang/python38: Fails to package in certain condit In Progress |241586 | lang/python35: Update to 3.5.9 (python.org shippe Open|224115 | devel/py-babel directory name != port name New |231555 | Mk/Uses/python.mk: Add USE_PYTHON=pytest 12 problems total for which you should take action. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
FreeBSD Port: devel/py-pip
I noticed that the user argument as noticed in the description seems to be incorrect. https://svnweb.freebsd.org/ports/head/devel/py-pip/pkg-message?limit_changes=0&view=markup&pathrev=508835 Installed from pkg repository: py37-pip # pip --user Usage: pip [options] no such option: --user The correct argument seems to be: pip --isolated ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 242896] lang/python*: Fail to package in poudriere (testport) when cross-building
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242896 Mark Linimon changed: What|Removed |Added CC||lini...@freebsd.org Flags|maintainer-feedback?(sbruno | |@FreeBSD.org) | -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 243610] sysutils/py-salt failed to build with python 3.8
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243610 --- Comment #14 from commit-h...@freebsd.org --- A commit references this bug: Author: woodsb02 Date: Sun Mar 8 23:16:22 UTC 2020 New revision: 528084 URL: https://svnweb.freebsd.org/changeset/ports/528084 Log: net/py-raet: Update USES=python to include python3 Python3 support was added in raet version 0.5.0: https://github.com/RaetProtocol/raet/blob/master/ChangeLog.md#20150204-2 Exactly which python 3 versions are supported / known to work will be discussed here: https://github.com/RaetProtocol/raet/issues/12 We know at least python 3.5 and 3.6 are supported: https://github.com/RaetProtocol/raet/commit/19391b599cdde2399889522c442f6bd779525ce3 https://github.com/RaetProtocol/raet/commit/16a05b81d8ec7933719e312b5f0274ee3ade PR: 244653, 243610 Submitted by: Tommy P Approved by: portmgr (blanket: dependency fix, ports (python) compliance) MFH: 2020Q1 Changes: head/net/py-raet/Makefile -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: FreeBSD Port: devel/py-pip
On 9/03/2020 9:20 am, Marius van Witzenburg wrote: I noticed that the user argument as noticed in the description seems to be incorrect. https://svnweb.freebsd.org/ports/head/devel/py-pip/pkg-message?limit_changes=0&view=markup&pathrev=508835 Installed from pkg repository: py37-pip # pip --user Usage: pip [options] no such option: --user The correct argument seems to be: pip --isolated ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org" From the 20.0 release notes: Default to doing a user install (as if --user was passed) when the main site-packages directory is not writeable and user site-packages are enabled. (#1668) https://github.com/pypa/pip/issues/1668 I'll take some more time to digest the implications of the change and update the pkg-message appropriately Can you create a bug report for this please, with summary: devel/py-pip: pkg-message (--user warning) should change after 2.0 release Thanks Marius! ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 244676] [NEW PORT] textproc/py-sphinxcontrib-serializinghtml: output serialized HTML files
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244676 Kubilay Kocak changed: What|Removed |Added Keywords||feature, needs-qa Status|New |Open CC||pyt...@freebsd.org Assignee|ports-b...@freebsd.org |pyt...@freebsd.org Summary|[NEW|[NEW PORT] |PORT]textproc/py-sphinxcont |textproc/py-sphinxcontrib-s |rib-serializinghtml: output |erializinghtml: output |serialized HTML files |serialized HTML files -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 244678] [NEW PORT] textproc/py-sphinxcontrib-qthelp: Sphinx extension which outputs QtHelp document
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244678 Kubilay Kocak changed: What|Removed |Added Status|New |Open CC||pyt...@freebsd.org Summary|[NEW|[NEW PORT] |PORT]textproc/py-sphinxcont |textproc/py-sphinxcontrib-q |rib-qthelp: Sphinx |thelp: Sphinx extension |extension which outputs |which outputs QtHelp |QtHelp document |document Assignee|ports-b...@freebsd.org |pyt...@freebsd.org Keywords||feature, needs-qa -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 244677] [NEW PORT] textproc/py-sphinxcontrib-htmlhelp: Sphinx extension which renders HTML help files.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244677 Kubilay Kocak changed: What|Removed |Added CC||pyt...@freebsd.org Summary|[NEW|[NEW PORT] |PORT]textproc/py-sphinxcont |textproc/py-sphinxcontrib-h |rib-htmlhelp: Sphinx|tmlhelp: Sphinx extension |extension which renders |which renders HTML help |HTML help files.|files. Status|New |Open Assignee|ports-b...@freebsd.org |pyt...@freebsd.org Keywords||feature, needs-qa -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 242463] devel/mercurial: Update to 5.3.1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242463 Kubilay Kocak changed: What|Removed |Added Summary|devel/mercurial: Update to |devel/mercurial: Update to |5.2.2 |5.3.1 -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 242463] devel/mercurial: Update to 5.3.1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242463 Kubilay Kocak changed: What|Removed |Added Keywords||needs-patch --- Comment #21 from Kubilay Kocak --- (In reply to Sergey A. Osokin from comment #20) Thanks Sergey. Could you update your patch to keep python:2.7 in there, so we can solve the addition/allowing Python 3 issue separately, or in a subsequent commit, as it *may* be better that that first lands as a separate Python 3 version of the port, unless Someone (TM) can provide clarity/verification of the impact on users with regard to extensions. We may also be able to conditionally display a pkg-message (and maybe create an UPDATING entry) warning users that extensions need to be Python version compatible with the version of Python that the port is built with. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 244678] [NEW PORT] textproc/py-sphinxcontrib-qthelp: Sphinx extension which outputs QtHelp document
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244678 Kubilay Kocak changed: What|Removed |Added Assignee|pyt...@freebsd.org |ko...@freebsd.org Status|Open|In Progress --- Comment #2 from Kubilay Kocak --- Review (i'll take care of these, no need to update patch) - pytz has been added as a dependency - add test target - upstream only tests up to 3.6 (need to verify tests pass on > 3.6) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 244604] devel/py-flask-babel: Update to 1.0.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244604 Kubilay Kocak changed: What|Removed |Added Keywords||needs-qa Summary|devel/py-flask-babel: |devel/py-flask-babel: |update to 1.0 |Update to 1.0.0 Status|New |In Progress Assignee|pyt...@freebsd.org |ko...@freebsd.org Flags|maintainer-feedback?(python |maintainer-feedback+ |@FreeBSD.org) | --- Comment #1 from Kubilay Kocak --- Review (I'll take care of these, no need to update patch) - pytz has been added as a dependency - add test target - upstream only tests up to 3.6 (need to verify tests pass on > 3.6) -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 244678] [NEW PORT] textproc/py-sphinxcontrib-qthelp: Sphinx extension which outputs QtHelp document
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244678 Kubilay Kocak changed: What|Removed |Added Assignee|ko...@freebsd.org |pyt...@freebsd.org Status|In Progress |Open --- Comment #3 from Kubilay Kocak --- Apologies, comment 2 was intended for bug 244604 -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 244542] www/searx: Correct USES=python (Supports 3.x)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244542 Kubilay Kocak changed: What|Removed |Added Summary|www/searx: Switch to using |www/searx: Correct |python3 by default |USES=python ||(Supports 3.x) CC||ko...@freebsd.org, ||pyt...@freebsd.org Keywords||needs-patch, needs-qa Status|New |Open --- Comment #2 from Kubilay Kocak --- If this versions supports 2.x (along with 3.x), the correct USES=python is USES=python (implying any version is supported). is to be used declaratively, not imperatively -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 244540] www/py-splinter: Update to 0.13.0, Allow Python 3.x
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244540 Kubilay Kocak changed: What|Removed |Added Keywords||needs-qa Summary|www/py-splinter: update to |www/py-splinter: Update to |0.13.0 and python3 |0.13.0, Allow Python 3.x CC||pyt...@freebsd.org Status|New |Open -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 244541] devel/py-zope.testbrowser: Correct USES-python: (Allow python3 support)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244541 Kubilay Kocak changed: What|Removed |Added Keywords||needs-qa Flags||merge-quarterly? Severity|Affects Only Me |Affects Some People Summary|devel/py-zope.testbrowser: |devel/py-zope.testbrowser: |Allow python3 support |Correct ||USES-python: ||(Allow python3 support) CC||pyt...@freebsd.org Status|New |Open -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
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-setuptools | 44.0.0 | 46.0.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! ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"