[Bug 265486] www/py-lektor: 3.3.6 phase configure: No such file or directory: 'setup.py'

2022-07-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265486

Charlie Li  changed:

   What|Removed |Added

 CC||vish...@freebsd.org

--- Comment #11 from Charlie Li  ---
The real reason why this error happens is because upstream fully adopted
PEP-517, which eliminates setup.py among other things. I've started some work
on implementing support in the framework, but in the meantime you will have to
create a hack.

https://wiki.freebsd.org/Python/PEP-517

-- 
You are receiving this mail because:
You are on the CC list for the bug.


maintainer-feedback requested: [Bug 265537] databases/py-sqlite3: Fix runtime error with lang/python311

2022-07-31 Thread bugzilla-noreply
Bugzilla Automation  has asked freebsd-python (Nobody)
 for maintainer-feedback:
Bug 265537: databases/py-sqlite3: Fix runtime error with lang/python311
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265537



--- Description ---
% python3.11 -c 'import sqlite3'
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/local/lib/python3.11/sqlite3/__init__.py", line 57, in 
from sqlite3.dbapi2 import *
  File "/usr/local/lib/python3.11/sqlite3/dbapi2.py", line 27, in 
from _sqlite3 import *
ImportError: /usr/local/lib/python3.11/lib-dynload/_sqlite3.cpython-311.so:
Undefined symbol "pysqlite_close_all_blobs"

_sqlite/blob.c was introduced by this commit and only affects lang/python311
https://github.com/python/cpython/commit/ee475430d431814cbb6eb5e8a6c0ae51943349
d4



[Bug 265537] databases/py-sqlite3: Fix runtime error with lang/python311

2022-07-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265537

Bug ID: 265537
   Summary: databases/py-sqlite3: Fix runtime error with
lang/python311
   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: loa...@freebsd.org
 Flags: maintainer-feedback?(python@FreeBSD.org)
  Assignee: python@FreeBSD.org

Created attachment 235584
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=235584&action=edit
patch

% python3.11 -c 'import sqlite3'
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/local/lib/python3.11/sqlite3/__init__.py", line 57, in 
from sqlite3.dbapi2 import *
  File "/usr/local/lib/python3.11/sqlite3/dbapi2.py", line 27, in 
from _sqlite3 import *
ImportError: /usr/local/lib/python3.11/lib-dynload/_sqlite3.cpython-311.so:
Undefined symbol "pysqlite_close_all_blobs"

_sqlite/blob.c was introduced by this commit and only affects lang/python311
https://github.com/python/cpython/commit/ee475430d431814cbb6eb5e8a6c0ae51943349d4

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


[Bug 265537] databases/py-sqlite3: Fix runtime error with lang/python311

2022-07-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265537

Fukang Chen  changed:

   What|Removed |Added

 Status|New |Open

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


[Bug 265537] databases/py-sqlite3: Fix runtime error with lang/python311

2022-07-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265537

Fukang Chen  changed:

   What|Removed |Added

   Assignee|python@FreeBSD.org  |loa...@freebsd.org

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


[Bug 265486] www/py-lektor: 3.3.6 phase configure: No such file or directory: 'setup.py'

2022-07-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265486

--- Comment #12 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=65eb08792cd4cb627667908f888d4858693535b7

commit 65eb08792cd4cb627667908f888d4858693535b7
Author: Vinícius Zavam 
AuthorDate: 2022-07-31 16:20:20 +
Commit: Vinícius Zavam 
CommitDate: 2022-07-31 16:20:20 +

www/py-lektor: follow tips from vishwin@, and hack setup.py

  while here, set inifile version to be 0.4 instead of 0.4.1

PR: 265486
Reported by:p5B2EA84B3 % t-online.de

 www/py-lektor/Makefile|  1 +
 www/py-lektor/files/patch-setup.cfg (new) | 11 +++
 www/py-lektor/files/patch-setup.py (new)  |  9 +
 3 files changed, 21 insertions(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 265486] www/py-lektor: 3.3.6 phase configure: No such file or directory: 'setup.py'

2022-07-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265486

p5b2ea8...@t-online.de changed:

   What|Removed |Added

 Status|In Progress |Closed
 Resolution|--- |FIXED

--- Comment #13 from p5b2ea8...@t-online.de ---
@Charlie: Thanks for the hint!

@egypcio: You should know the reason why this error did not happen on your
side.

Thanks you both for your efforts!

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Problem reports for python@FreeBSD.org that need special attention

2022-07-31 Thread bugzilla-noreply
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
+---+---
New |265082 | devel/ipython: 7.31.1 was a security release but  
Open|205308 | devel/py-pip and devel/py-virtualenv don't aggree 
Open|240343 | x11-themes/plasma5-breeze-gtk: Fails to build if  
Open|242896 | lang/python*: Fail to package in poudriere (testp 
Open|256699 | lang/python38: Fails to configure when IPv6 not s 
Open|257362 | lang/python3: Add link for python3-embed.pc where 
Open|258192 | devel/py-pyinstaller: Fails to run on 3.8+. Fix i 
In Progress |255025 | textproc/py-chardet: Update to 4.0.0  
Open|257353 | lang/python38: Intermittently fails to build unde 
Open|264993 | www/mitmproxy: Update to 8.1.1
In Progress |241416 | [NEW PORT] lang/python38  
Open|264426 | www/mitmproxy: Update to 8.0.0 (<=7.0.4 vulnerabl 
New |264990 | devel/py-Jinja2: Update to 3.1.2  
Open|234981 | graphics/py-wand: Add DOCS option Pass MAINTAINER 
Open|260448 | [NEW] devel/py-aiosignal: Project to manage callb 
Open|265537 | databases/py-sqlite3: Fix runtime error with lang 
Open|262109 | Mk/Uses/python.mk: Improve CMake/Python integrati 
Open|224115 | devel/py-babel directory name != port name
In Progress |258195 | lang/python38: Update to 3.8.12   
New |264992 | devel/py-click: Update to 8.1.3   
New |231555 | Mk/Uses/python.mk: Add USE_PYTHON=pytest  

21 problems total for which you should take action.