Commit Graph

52 Commits

Author SHA1 Message Date
sthen
d58dc02cc4 bump for MODPY_DEFAULT_VERSION_3 switch and remove importlib-metadata dep 2022-11-13 15:26:05 +00:00
sthen
ec68a50a50 update to py3-sphinx-5.3.0 2022-10-31 08:47:20 +00:00
sthen
2206a80000 rename MODPY_PEP517 to MODPY_PYBUILD which is a bit less of a
magic-numbers name and more of a nod at the frontend we're actually
using for the build.
2022-09-13 20:56:17 +00:00
sthen
f5414d8e7d update to py3-sphinx-5.1.1 2022-08-22 14:27:48 +00:00
sthen
4ec0f7e6f7 update to py3-sphinx-5.0.2 2022-07-07 16:22:59 +00:00
naddy
8c80a751f8 drop RCS Ids 2022-03-11 20:02:12 +00:00
sthen
f70d858403 py-sphinx: fix docutils dependency restriction, it needs <0.18 not <= 2021-11-14 13:00:54 +00:00
sthen
384d97056e bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:32 +00:00
daniel
7437f9d093 update py-sphinx to 4.0.2 and regen PLISTs for affected consumers
all consumers were packaged and installed on amd64 by me; all python2
syntax in consumers appears to have been updated at this point making
it possible to move to the 4.x series.

lang/ghc bits look ok to gnezdo@

ok sthen@ on the rest
2021-07-06 16:55:32 +00:00
sthen
650b56d4f8 update to py-sphinx-3.5.4 2021-04-28 19:53:03 +00:00
sthen
06825a1d09 update to py3-sphinx-3.5.3 2021-03-31 20:17:54 +00:00
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
sthen
52491417b2 disable intersphinx_mapping to prevent going online while building sphinx's
own docs. spotted by aja@
2021-02-21 10:04:45 +00:00
sthen
8372a72b46 move websupport from BDEP to RDEP, some ports geneeate extra files if this
is present (e.g. luacheck, spotted by aja@)
2021-02-21 09:52:31 +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
769a8fba75 https homepage 2021-02-19 23:49:30 +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
daniel
40544ff73b py-sphinx no longer depends on py-sphinx_rtd_theme
Release 1.4 of py-sphinx made this dependency optional. So adapt the port
to match. Instead we add a BUILD_DEP on py-sphinx_rtd_theme to the 3 ports
that actually depend on it. This may make updating py-sphinx_rtd_theme a
bit easier to update in the future as fewer consumers would need testing.

ok kmos@, sthen@
2020-12-02 00:50:25 +00:00
daniel
1ff91f6746 update py-sphinx_rtd_theme to 0.4.3
This update was submitted by Aisha Tammy as part of the batch of diffs
to get py-sphinx updated. However updating the rtd theme port also requires
regenerating packing lists for these consumers of py-sphinx:

devel/luacheck
devel/py-virtualenv
productivity/vdirsyncer
2020-11-27 01:59:28 +00:00
edd
15b5926df7 textproc/py-sphinx: Fix fallout due to TeX Live 2020 update. 2020-08-18 18:55:21 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
kn
7fb91021ce Remove frantisek holop as MAINTAINER on their behalf 2020-06-12 04:43:27 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
danj
350015313e Replace the find(1) that rename the binaries (to avoid conflicts) with
a for loop.

reported by landry@, ok sthen@
2017-02-11 21:25:50 +00:00
landry
cc22a424d3 bump ports depending on python3 in textproc 2017-01-03 19:27:51 +00:00
danj
f780072f00 Remove superfluous if ${FLAVOR:Mpython3}
tweaks and ok rpointel@ shadchin@
2016-11-10 21:58:40 +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
af28ee77da bump REVISION for setuptools dep change. 2015-09-29 10:52:53 +00:00
jasper
5e91600570 - switch to MODPY_PI 2015-04-02 14:21:12 +00:00
sthen
9707fa3255 unbreak last commit, py-* modules are not LIB_DEPENDS but BUILD_ and RUN_DEPENDS
reported by nigel@
2014-09-21 16:54:02 +00:00
sthen
210db25aa2 update to py-sphinx 1.2.3, from maintainer frantisek holop 2014-09-20 20:30:09 +00:00
dcoppa
59d5be93a7 Fix manpage writer, from upstream HG changeset
ffb145b7884fc926d6a68f4aaeede1d4964f727c

Needed by the upcoming update to cmake-3.0.1

This port could use an update...
2014-09-03 13:43:16 +00:00
fgsch
081021164e Remove MODPY_JSON from RDEP and bump. 2013-06-04 07:57:13 +00:00
martynas
07281374f8 Add test dependency on texlive to get a better test coverage.
From Juan Francisco Cantero Hurtado.  OK rpe@.
2013-04-04 22:36:51 +00:00
rpe
875847e82b update to 1.1.3
ok martynas@ (MAINTAINER)
2013-03-28 23:44:14 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
espie
46d3548829 normalize pkgpath 2011-09-16 11:41:38 +00:00
jasper
3b3f7eec16 bump after default python version switch 2011-06-08 18:09:58 +00:00
benoit
6e27e578a2 - update py-sphinx to 1.0.7
OK martynas@.
2011-04-09 14:24:27 +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
espie
811d94d9d6 new depends 2010-11-20 19:56:47 +00:00
espie
dcaa846fde USE_GROFF=Yes 2010-10-19 07:54:21 +00:00