freebsd-ports/textproc/py-sphinxcontrib-adadomain/files/patch-setup.py
Sunpoet Po-Chuan Hsieh 7297f127a8 Fix build with py-sphinx 1.8/3.0
- Bump PORTREVISION for package change

PR:		245750
Submitted by:	dbaio
Obtained from:	0adaafc635
2020-04-26 11:59:42 +00:00

14 lines
413 B
Python

Obtained from: https://bitbucket.org/tkoskine/sphinxcontrib-adadomain/commits/0adaafc635791511af623027bd2cf57375763a27
--- setup.py.orig 2018-01-19 18:39:44 UTC
+++ setup.py
@@ -12,7 +12,7 @@ This package contains the adadomain Sphinx extension.
'''
-requires = ['Sphinx>=1.0']
+requires = ['Sphinx>=1.4']
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()