forked from Lainports/freebsd-ports
textproc/py-pydata-sphinx-theme: Unbreak this port after a7a3ac5596
- Allow build with py-sphinx 5.x
- Bump PORTREVISION for package change
Reference: b806673afb
This commit is contained in:
parent
f144806ac2
commit
5447e2ed16
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}docutils>=0.17.1:textproc/py-docutils@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sphinx>=3.5.4,1<5,1:textproc/py-sphinx@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}sphinx>=4,1<6,1:textproc/py-sphinx@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ setup(
|
|||
package_dir = {'': 'src'},
|
||||
package_data = {'': ['*']},
|
||||
install_requires = [
|
||||
'sphinx>=3.5.4,<5',
|
||||
'sphinx>=4,<6',
|
||||
'beautifulsoup4',
|
||||
'docutils!=0.17.0',
|
||||
'packaging',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue