Build log of my package is as follows:

python3 -m venv --system-site-packages --without-pip debian/build-doc/pythonvenv
if ! debian/build-doc/pythonvenv/bin/python -m pip show pycilexer; then \
  echo "Installing pycilexer" && \
  cd user_guide_src/cilexer && \
  ../../debian/build-doc/pythonvenv/bin/python -m pip install . 
--no-build-isolation; \
fi
WARNING: Package(s) not found: pycilexer
Installing pycilexer
Processing /build/package/package/user_guide_src/cilexer
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: sphinx>=1.0.7 in /usr/lib/python3/dist-packages 
(from pycilexer==0.1) (8.2.3)
Requirement already satisfied: sphinxcontrib-phpdomain>=0.1.3-1 in 
/usr/lib/python3/dist-packages (from pycilexer==0.1) (0.13.0)
Requirement already satisfied: Jinja2>=3.1 in /usr/lib/python3/dist-packages 
(from sphinx>=1.0.7->pycilexer==0.1) (3.1.6)
Requirement already satisfied: Pygments>=2.17 in /usr/lib/python3/dist-packages 
(from sphinx>=1.0.7->pycilexer==0.1) (2.18.0)
Requirement already satisfied: docutils<0.23,>=0.20 in 
/usr/lib/python3/dist-packages (from sphinx>=1.0.7->pycilexer==0.1) (0.22.4)
Requirement already satisfied: snowballstemmer>=2.2 in 
/usr/lib/python3/dist-packages (from sphinx>=1.0.7->pycilexer==0.1) (3.0.1)
Requirement already satisfied: babel>=2.13 in /usr/lib/python3/dist-packages 
(from sphinx>=1.0.7->pycilexer==0.1) (2.17.0)
Requirement already satisfied: alabaster>=0.7.14 in 
/usr/lib/python3/dist-packages (from sphinx>=1.0.7->pycilexer==0.1) (0.7.16)
Requirement already satisfied: imagesize>=1.3 in /usr/lib/python3/dist-packages 
(from sphinx>=1.0.7->pycilexer==0.1) (1.4.1)
Requirement already satisfied: requests>=2.30.0 in 
/usr/lib/python3/dist-packages (from sphinx>=1.0.7->pycilexer==0.1) (2.32.5)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f0c39982120>: Failed to establish a new connection: [Errno -3] Temporary 
failure in name resolution')': /simple/roman-numerals-py/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f0c399add10>: Failed to establish a new connection: [Errno -3] Temporary 
failure in name resolution')': /simple/roman-numerals-py/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f0c399adf90>: Failed to establish a new connection: [Errno -3] Temporary 
failure in name resolution')': /simple/roman-numerals-py/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f0c399ae210>: Failed to establish a new connection: [Errno -3] Temporary 
failure in name resolution')': /simple/roman-numerals-py/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f0c399ae490>: Failed to establish a new connection: [Errno -3] Temporary 
failure in name resolution')': /simple/roman-numerals-py/
INFO: pip is looking at multiple versions of sphinx to determine which version 
is compatible with other requirements. This could take a while.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f0c399aed50>: Failed to establish a new connection: [Errno -3] Temporary 
failure in name resolution')': /simple/sphinx/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f0c399aefd0>: Failed to establish a new connection: [Errno -3] Temporary 
failure in name resolution')': /simple/sphinx/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f0c399af250>: Failed to establish a new connection: [Errno -3] Temporary 
failure in name resolution')': /simple/sphinx/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f0c399af4d0>: Failed to establish a new connection: [Errno -3] Temporary 
failure in name resolution')': /simple/sphinx/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f0c399af750>: Failed to establish a new connection: [Errno -3] Temporary 
failure in name resolution')': /simple/sphinx/
ERROR: Could not find a version that satisfies the requirement 
roman-numerals-py>=1.0.0 (from sphinx) (from versions: none)
ERROR: No matching distribution found for roman-numerals-py>=1.0.0
make[1]: *** [debian/rules:19: pycilexer] Error 1
make[1]: Leaving directory '/build/package/package'
make: *** [debian/rules:7: binary] Error 2

Reply via email to