16 Commits

Author SHA1 Message Date
sthen
f23537286b update to py3-sphinx-3.5.2 2021-03-07 14:22:33 +00:00
sthen
3139efab65 drop building sphinx's own docs in post-build and thus the dependency
on graphviz; naddy points out that the graphviz has a large set of
dependencies (which end up causing a loop; cmake -> sphinx -> graphviz
-> jpeg -> cmake)
2021-02-21 17:42:21 +00:00
sthen
e90fba5b70 add a dependency on graphviz; some extensions included in sphinx use it
(including one used to generate sphinx's own docs). while many uses of
sphinx work without this, package builds that change depending on what
is installed at build time are problematic, so just force the dependency..

regen PLIST, extra files are built when this is present (used in
file:///usr/local/share/doc/py3-sphinx/usage/extensions/inheritance.html).
2021-02-21 13:43:10 +00:00
ajacoutot
0ba111a4f2 Add missing dependency on gmake and py-imagesize.
Regen PLIST.
2021-02-21 08:42:50 +00:00
sthen
00eca0a706 update to py-sphinx-3.5.1 2021-02-20 22:27:19 +00:00
sthen
0ce5d8d04e move py-sphinx to py3-only
move chain of ports that py-sphinx depends on to py3-only where
other py2-ports don't use them
2021-02-20 13:20:17 +00:00
sthen
248932be74 switch MODPY_BIN_SUFFIX to -2 for py2 and (blank) for py3
switch ports using command-line tools from py-sphinx that don't need a
py2 version of it to py3-sphinx
2021-02-19 23:13:00 +00:00
daniel
ceb3a6300c update py-sphinx to 1.5.6
main changes are:
- add a new dep on py-requests
- undo the no longer needed iftex.sty workaround
- move MODPY variables to more standard location
- regen plist

Unfortunately py-sphinx changed the suffix from .txt to .rst.txt in the
1.5 series. This means we have to update PLISTs for about 20+ ports as
a result of this version update. Hopefully future updates of py-sphinx
won't be quite as involved.

ok sthen@
2020-12-10 02:20:29 +00:00
edd
15b5926df7 textproc/py-sphinx: Fix fallout due to TeX Live 2020 update. 2020-08-18 18:55:21 +00:00
shadchin
0f6e1580d7 Update to py-sphinx 1.4.8
ok danj@, frantisek holop (maintainer)
2016-11-06 06:54:56 +00:00
danj
8e8cbb954d Update to py-sphinx-1.4.6
bulk tested by ajacoutot@, thanks!
ok ajacoutot@ sthen@ Frantisek Holop (maintainer)
2016-09-01 05:49:57 +00:00
shadchin
6e1288d1a5 Update to py-sphinx 1.4.
ok sthen@
2016-04-15 08:46:34 +00:00
sthen
210db25aa2 update to py-sphinx 1.2.3, from maintainer frantisek holop 2014-09-20 20:30:09 +00:00
rpe
875847e82b update to 1.1.3
ok martynas@ (MAINTAINER)
2013-03-28 23:44:14 +00:00
martynas
a51ee7eb60 update to py-sphinx-1.0.5. requested by Ryan Boggs, benoit@.
freedback, ok fgs@, benoit@
2010-12-11 11:02:08 +00:00
martynas
8f55d8a128 import py-sphinx-0.6.1
Sphinx is a tool that makes it easy to create intelligent and
beautiful documentation for Python projects (or other documents
consisting of multiple reStructuredText sources), by Georg Brandl.
It was originally created to translate the new Python documentation,
but has now been cleaned up in the hope that it will be useful to
many other projects.

input, testing, ok fgs@
2009-04-08 23:35:07 +00:00