Files
ports/shells
Danilo G. Baio 75a5f7f076 Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX

  Shared macro to use with flavors and not break
  ports with USES=python (all versions).

  Python >=3.5  --> textproc/py-sphinx (v3.0.2)
  Python < 3.5  --> textproc/py-sphinx18 (v1.8.5)

  All ports that uses sphinx were changed to use the new variable
  ${PY_SPHINX} in the dependency line, exceptions:

    * Ports that fails to build with sphinx 3.0.2 because of code.
      They are pointing to textproc/py-sphinx18 directly.
      There aren't many ports.

    * Ports that doesn't know Python flavors.

- Add several patches to fix Sphinx consumers

  The most common issues are related with pkg-plist, the output
  files from Sphinx changes between versions, keep this dynamically
  is the better approach.

  This will save time in future sphinx updates.

PR:		245629
Exp-run by:	antoine
2020-05-11 23:51:58 +00:00
..
2020-04-29 11:28:14 +00:00
2020-04-03 18:16:36 +00:00
2020-04-24 17:23:01 +00:00
2019-12-08 16:52:32 +00:00
2020-04-05 10:48:40 +00:00
2019-10-24 07:16:08 +00:00
2020-05-11 23:51:58 +00:00
2020-04-23 15:32:29 +00:00
2019-12-10 14:10:29 +00:00
2020-02-23 04:09:45 +00:00
2020-05-05 10:25:32 +00:00
2020-05-03 03:23:09 +00:00
2020-04-23 15:32:29 +00:00
2020-04-06 16:31:19 +00:00
2020-02-16 08:42:00 +00:00
2019-09-26 18:13:20 +00:00
2020-05-05 15:38:11 +00:00