18 Commits

Author SHA1 Message Date
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
289442ae65 sync plists following py-sphinx_rtd_theme update 2021-02-21 16:30:45 +00:00
ajacoutot
78e2a13011 Update PLIST after the move to py3-sphinx. 2021-02-21 08:56:25 +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
sthen
f74b6c2d62 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:44:34 +00:00
jsg
ea52c5417c update to luacheck 0.21.2 2017-11-20 02:21:56 +00:00
jsg
ce330c233d update to luacheck 0.19.1 2017-03-15 10:27:42 +00:00
jsg
9cb439640b update to luacheck 0.18.0 2017-01-13 00:20:00 +00:00
jsg
9c5870ef79 update to luacheck 0.17.1 2017-01-04 06:09:07 +00:00
jsg
fbb7973453 update to luacheck 0.17.0 2016-11-20 09:59:56 +00:00
jsg
78b889bbe4 update to luacheck 0.16.3 2016-11-03 07:39:03 +00:00
jsg
4fb98d7af2 update to luacheck 0.16.1 2016-10-06 05:05:55 +00:00
jsg
dbd6ee6060 update to luacheck 0.15.1 2016-06-27 12:39:46 +00:00
jsg
48915b413f sphinx output files changed for reasons unknown regen PLIST
noticed by aja
2016-04-30 16:51:15 +00:00
jsg
350d29950b import luacheck 0.15.0
Luacheck is a static analyzer and a linter for Lua. Luacheck detects
various issues such as usage of undefined global variables, unused
variables and values, accessing uninitialized variables, unreachable
code and more. Most aspects of checking are configurable: there are
options for defining custom project-related globals, for selecting set
of standard globals (version of Lua standard library), for filtering
warnings by type and name of related variable, etc. The options can be
used on the command line, put into a config or directly into checked
files as Lua comments.

Luacheck supports checking Lua files using syntax of Lua 5.1, Lua 5.2,
Lua 5.3 and LuaJIT 2.0. Luacheck itself is written in Lua and runs on
all of mentioned Lua versions.
2016-04-29 11:43:12 +00:00