NEW: textproc/py-sphinx-automodapi

2023-02-14 Thread Stuart Henderson
but is now available as a standalone package since it can be used for any other package. --- py-sphinx-automodapi.tgz Description: application/tar-gz

Re: update py-sphinx to v4.0.2

2021-07-06 Thread Stuart Henderson
On 2021/07/06 02:21, Daniel Dickman wrote: > Here's an update of py-sphinx to v4.0.2: > - v4.0.1 doesn't work great because it moves some man pages around > - v4.0.2 reverts the man page change, but updates one of the .js files > requiring about 20+ consumer ports to have PL

Re: update py-sphinx to v4.0.2

2021-07-06 Thread Greg Steuck
Thank for the careful update! Daniel Dickman writes: > Here's an update of py-sphinx to v4.0.2: > - v4.0.1 doesn't work great because it moves some man pages around > - v4.0.2 reverts the man page change, but updates one of the .js files > requiring about 20+ consumer ports to

update py-sphinx to v4.0.2

2021-07-06 Thread Daniel Dickman
Here's an update of py-sphinx to v4.0.2: - v4.0.1 doesn't work great because it moves some man pages around - v4.0.2 reverts the man page change, but updates one of the .js files requiring about 20+ consumer ports to have PLISTs updated - v4.0.3 just came out just as I finished testing v4.0.2

Re: textproc/py-sphinx,python3 build failure

2021-02-03 Thread Kurt Mosiejczuk
On Wed, Feb 03, 2021 at 11:14:34AM +, Stuart Henderson wrote: > No problems in a few builds (I wasn't really expecting any). > Unless there are objections I think I'll commit this for now, it can be > removed later if there's another way, but it's better than the current > situation, and

Re: textproc/py-sphinx,python3 build failure

2021-02-03 Thread Stuart Henderson
On 2021/01/26 16:31, Kurt Mosiejczuk wrote: > On Tue, Jan 26, 2021 at 07:51:30PM +, Stuart Henderson wrote: > > > One method would be to modify setuptools to prevent picking up plugins > > automatically (similar to pytest's PYTEST_DISABLE_PLUGIN_AUTOLOAD - > > hey Kurt, did you know about

Re: textproc/py-sphinx,python3 build failure

2021-01-26 Thread Kurt Mosiejczuk
On Tue, Jan 26, 2021 at 07:51:30PM +, Stuart Henderson wrote: > One method would be to modify setuptools to prevent picking up plugins > automatically (similar to pytest's PYTEST_DISABLE_PLUGIN_AUTOLOAD - > hey Kurt, did you know about that one?). I did _not_ know about that one. Very

Re: textproc/py-sphinx,python3 build failure

2021-01-26 Thread Stuart Henderson
On 2021/01/26 18:59, Christian Weisgerber wrote: > textproc/py-sphinx,python3 failed to build in my latest amd64 bulk > build. > > ModuleNotFoundError: No module named 'setuptools_scm' If the setuptools_scm plugin is present at the start of build, setuptools add

textproc/py-sphinx,python3 build failure

2021-01-26 Thread Christian Weisgerber
textproc/py-sphinx,python3 failed to build in my latest amd64 bulk build. ModuleNotFoundError: No module named 'setuptools_scm' >>> Building on amd64-2 under textproc/py-sphinx,python3 BDEPENDS = [www/

update py-sphinx to 1.5.6

2020-12-08 Thread Daniel Dickman
Here's an update for py-sphinx from the 1.4 series to the last of the 1.5 series. The update itself is straightforward (adds one new dep on py-requests, move MODPY variables to a more standard location, undo the iftex.sty no-longer needed workaround, regen plist). The painful bit is the fact

make py-sphinx stop depending on py-sphinx_rtd_theme

2020-11-30 Thread Daniel Dickman
Turns out py-sphinx stopped depending on py-sphinx_rtd_theme close to 5 years ago. This is mentioned in CHANGES under the notes for release 1.4. Diff below removes rtd as a BUILD_DEP for py-sphinx and instead makes it a BUILD_DEP for the 3 ports that actually use the theme (py-virtualenv

Re: Move www/py-itsdangerous to use only py-sphinx,python3

2020-10-18 Thread Daniel Dickman
On Sun, 18 Oct 2020, Kurt Mosiejczuk wrote: > On Sun, Oct 18, 2020 at 10:21:46PM -0400, Daniel Dickman wrote: > > > On Sun, 18 Oct 2020, Kurt Mosiejczuk wrote: > > > > So www/py-itsdangerous just uses sphinx-build to build its documentation. > > > It d

Re: Move www/py-itsdangerous to use only py-sphinx,python3

2020-10-18 Thread Kurt Mosiejczuk
On Sun, Oct 18, 2020 at 10:21:46PM -0400, Daniel Dickman wrote: > On Sun, 18 Oct 2020, Kurt Mosiejczuk wrote: > > So www/py-itsdangerous just uses sphinx-build to build its documentation. > > It doesn't use py-sphinx as a library. This patch shifts it to use > > only the

Re: Move www/py-itsdangerous to use only py-sphinx,python3

2020-10-18 Thread Daniel Dickman
On Sun, 18 Oct 2020, Kurt Mosiejczuk wrote: > So www/py-itsdangerous just uses sphinx-build to build its documentation. > It doesn't use py-sphinx as a library. This patch shifts it to use > only the python3 FLAVOR of py-sphinx. > Can you say more about the moti

Move www/py-itsdangerous to use only py-sphinx,python3

2020-10-18 Thread Kurt Mosiejczuk
So www/py-itsdangerous just uses sphinx-build to build its documentation. It doesn't use py-sphinx as a library. This patch shifts it to use only the python3 FLAVOR of py-sphinx. ok? --Kurt Index: Makefile === RCS file: /cvs/ports

[PATCH 11/11] [update] py-sphinx to 3.2.1

2020-09-07 Thread Aisha Tammy
manual testing - haven't got make test to work yet 22 failed, 997 passed, 485 skipped, 1 warnings, 46 error in 379.72 seconds Signed-off-by: Aisha Tammy --- textproc/py-sphinx/Makefile | 64 +- textproc/py-sphinx/distinfo | 4 +- .../patch

Re: Update: textproc/py-sphinx 1.4.8 -> 1.8.5

2019-11-10 Thread Stuart Henderson
On 2019/11/10 13:10, Stuart Henderson wrote: > Do other ports actually use sphinx as a python module? > > If they only run the sphinx script, we can just get rid of the > py2 version. (And stop renaming it, and stop patching/workarounds that are required due to the renaming ...)

Re: Update: textproc/py-sphinx 1.4.8 -> 1.8.5

2019-11-10 Thread Stuart Henderson
Do other ports actually use sphinx as a python module? If they only run the sphinx script, we can just get rid of the py2 version. On 2019/11/10 14:30, Kurt Mosiejczuk wrote: > On Fri, Nov 08, 2019 at 04:34:11PM +0200, Kurt Mosiejczuk wrote: > > Here's an update of py-sphinx to 1.8.5,

Re: Update: textproc/py-sphinx 1.4.8 -> 1.8.5

2019-11-10 Thread Pavel Korovin
On 11/10, Kurt Mosiejczuk wrote: > Any objections? I'll probably commit today unless someone says something. I tested it in partial bulk build, works fine for me, ok pvk@ -- With best regards, Pavel Korovin

Re: py-sphinx

2017-03-23 Thread Ian McWilliam
Possibly as I built it as root. I'll rebuild non root as see what happens. Thanks. Ian McWilliam From: Stuart Henderson [s...@spacehopper.org] Sent: Thursday, 23 March 2017 7:14 PM To: Ian McWilliam Cc: ports@openbsd.org Subject: Re: py-sphinx On 2017

Re: py-sphinx

2017-03-23 Thread Stuart Henderson
On 2017/03/23 02:25, Ian McWilliam wrote: > Anybody seeing this issue? > > ===> Installing py-sphinx-1.4.8p0 from /dest/packages/amd64/all/ > py-sphinx-1.4.8p0:py-sphinx_rtd_theme-0.1.9p0: ok > py-sphinx-1.4.8p0:py-stemmer-1.3.0p1: ok > py-sphinx-1.4.8p0:py-snowba

py-sphinx

2017-03-22 Thread Ian McWilliam
Anybody seeing this issue? ===> Installing py-sphinx-1.4.8p0 from /dest/packages/amd64/all/ py-sphinx-1.4.8p0:py-sphinx_rtd_theme-0.1.9p0: ok py-sphinx-1.4.8p0:py-stemmer-1.3.0p1: ok py-sphinx-1.4.8p0:py-snowballstemmer-1.2.1p0: ok Collision in py-sphinx-1.4.8p0: the following files alre

Re: UPDATE: textproc/py-sphinx 1.4.8

2016-11-05 Thread frantisek holop
ok Alexandr Shadchin, 05 Nov 2016 19:02: > Hi, > > This diff updates py-sphinx to the latest release. > Tested on amd64. > > Comments ? OK ? > > -- > Alexandr Shadchin > > Index: Makefile > ==

UPDATE: textproc/py-sphinx 1.4.8

2016-11-05 Thread Alexandr Shadchin
Hi, This diff updates py-sphinx to the latest release. Tested on amd64. Comments ? OK ? -- Alexandr Shadchin Index: Makefile === RCS file: /cvs/ports/textproc/py-sphinx/Makefile,v retrieving revision 1.19 diff -u -p -r1.19

Re: update to py-sphinx-1.4.6

2016-08-31 Thread frantisek holop
yes please. thank you. -f Daniel Jakots, 31 Aug 2016 20:06: > Hi, > > Here's a diff to update to py-sphinx to its latest release. It went > through a bulk (thanks aja) without any fallout. > > Comments? OK? &g

update to py-sphinx-1.4.6

2016-08-31 Thread Daniel Jakots
Hi, Here's a diff to update to py-sphinx to its latest release. It went through a bulk (thanks aja) without any fallout. Comments? OK? Index: Makefile === RCS file: /cvs/ports/textproc/py-sphinx/Makefile,v retrieving revision 1.18

UPDATE: textproc/py-sphinx 1.4

2016-04-10 Thread Alexandr Shadchin
Hi, This diff updates py-sphinx to the latest release. Tested on amd64. Add python3 flavor. Need py-imagesize (on ports@). Also attached sphinx.diff for dependent ports. Comments ? OK ? -- Alexandr Shadchin Index: Makefile

UPDATE: textprox/py-sphinx 1.3.4

2016-01-24 Thread Alexandr Shadchin
Hi, This diff updates py-sphinx to the latest release. Tested on amd64. Add python3 flavor. Also attached sphinx.diff for dependent ports. Comments ? OK ? -- Alexandr Shadchin Index: Makefile === RCS file: /cvs/ports/textproc/py

[NEW] textproc/py-sphinx-intl

2014-10-11 Thread YASUOKA Masahiko
Hi, sphinx-intl is a helper program that helps internationalization work of Sphinx. This is my first port. comments? ok to import? --yasuoka

Re: [NEW] textproc/py-sphinx-intl

2014-10-11 Thread YASUOKA Masahiko
Oops, I forgot to attach the tar.gz. On Sat, 11 Oct 2014 16:35:58 +0900 (JST) YASUOKA Masahiko yasu...@openbsd.org wrote: Hi, sphinx-intl is a helper program that helps internationalization work of Sphinx. This is my first port. comments? ok to import? py-sphinx-intl.tar.gz

Re: [NEW] textproc/py-sphinx-intl

2014-10-11 Thread Landry Breuil
On Sat, Oct 11, 2014 at 04:38:37PM +0900, YASUOKA Masahiko wrote: Oops, I forgot to attach the tar.gz. On Sat, 11 Oct 2014 16:35:58 +0900 (JST) YASUOKA Masahiko yasu...@openbsd.org wrote: Hi, sphinx-intl is a helper program that helps internationalization work of Sphinx. This is

Re: UPDATE: py-sphinx

2014-09-19 Thread Stuart Henderson
between releases, even if it's not fully tested I would definitely want to know that it doesn't break cmake and llvm before it's committed.. Index: Makefile === RCS file: /cvs/ports/textproc/py-sphinx/Makefile,v retrieving revision

Re: UPDATE: py-sphinx

2014-09-19 Thread frantisek holop
Stuart Henderson, 19 Sep 2014 12:49: On 2014/09/18 17:06, frantisek holop wrote: ping? i have built html docs for py-django with both 1.1.3 and 1.2.3 and the PLIST did not change. Hmm, it isn't even listed as a dep for py-django? it is in the update :) (and have been in my tree

Re: UPDATE: py-sphinx

2014-09-19 Thread frantisek holop
tests. testing method: install new sphinx then 'make update-plist'. list of ports depending on sphinx: sqlite select * from depends where dependspath = 'textproc/py-sphinx'; identical PLIST: databases/py-couchdb databases/py-flask-sqlalchemy databases/py-mongo databases/py-mysql databases/py

Re: UPDATE: py-sphinx

2014-09-18 Thread frantisek holop
) as per Martynas' request i am taking maintainership. please test and commit. -f -- use your enemy's hand to catch a snake. Index: Makefile === RCS file: /cvs/ports/textproc/py-sphinx/Makefile,v retrieving revision 1.12

UPDATE: py-sphinx

2014-09-05 Thread frantisek holop
=== RCS file: /cvs/ports/textproc/py-sphinx/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile4 Jun 2013 07:57:13 - 1.12 +++ Makefile5 Sep 2014 13:00:28 - @@ -2,16 +2,15 @@ COMMENT

Re: [update] py-sphinx

2014-02-08 Thread Stuart Henderson
On 2014/02/08 08:00, frantisek holop wrote: but of course, i like to have tests (and pass them). having said that: - i am not going to install texmf - i dont mind keeping the dependency there, but someone else will have to raise the issue if latex tests are failing. what do the tests

Re: [update] py-sphinx

2014-02-07 Thread frantisek holop
hmm, on Tue, Feb 04, 2014 at 02:08:24AM +0100, Juan Francisco Cantero Hurtado said that On Mon, Feb 03, 2014 at 09:07:51AM +0100, frantisek holop wrote: hmm, on Sun, Feb 02, 2014 at 11:05:51PM +0100, Juan Francisco Cantero Hurtado said that The latex support in sphinx is important, so

Re: [update] py-sphinx

2014-02-03 Thread frantisek holop
hmm, on Sun, Feb 02, 2014 at 12:08:24PM +, Stuart Henderson said that dependencies need checking to make sure that this doesn't change the generated files, as has happened in the past with some (but not all) deps after a previous py-sphinx update - realistically I think this should wait

Re: [update] py-sphinx

2014-02-03 Thread frantisek holop
hmm, on Sun, Feb 02, 2014 at 11:05:51PM +0100, Juan Francisco Cantero Hurtado said that The latex support in sphinx is important, so remove texmf from test deps is not a good idea. frantisek, I know texmf is really big but you only need download the distfile one time per year. this is not

Re: [update] py-sphinx

2014-02-03 Thread Juan Francisco Cantero Hurtado
On Mon, Feb 03, 2014 at 09:07:51AM +0100, frantisek holop wrote: hmm, on Sun, Feb 02, 2014 at 11:05:51PM +0100, Juan Francisco Cantero Hurtado said that The latex support in sphinx is important, so remove texmf from test deps is not a good idea. frantisek, I know texmf is really big but you

Re: [update] py-sphinx

2014-02-02 Thread frantisek holop
and commit. -f -- 1 + 2 = 3; therefore, 4 + 5 = 6. Index: Makefile === RCS file: /cvs/ports/textproc/py-sphinx/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile4 Jun 2013 07:57:13 - 1.12

Re: [update] py-sphinx

2014-02-02 Thread Stuart Henderson
to the MAINTAINER :) Thanks, however I don't use py-sphinx anymore. Could you remove me from MAINTAINER -- and maybe you're interested in taking it over yourself? this reminds me a scene from life of brian :] ok, here is an updated patch. i have removed the texmf test dependency i

Re: [update] py-sphinx

2014-02-02 Thread Juan Francisco Cantero Hurtado
is a simplish update for sphinx. i thought i'd try to give a hand to the MAINTAINER :) Thanks, however I don't use py-sphinx anymore. Could you remove me from MAINTAINER -- and maybe you're interested in taking it over yourself? this reminds me a scene from life of brian

[update] py-sphinx

2014-01-31 Thread frantisek holop
=== RCS file: /cvs/ports/textproc/py-sphinx/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile4 Jun 2013 07:57:13 - 1.12 +++ Makefile31 Jan 2014 11:59:03 - @@ -2,10 +2,9 @@ COMMENT = python documentation

Re: [update] py-sphinx

2014-01-31 Thread Martynas Venckus
On 1/31/14, frantisek holop min...@obiit.org wrote: happy chinese new year of the horse, here is a simplish update for sphinx. i thought i'd try to give a hand to the MAINTAINER :) Thanks, however I don't use py-sphinx anymore. Could you remove me from MAINTAINER -- and maybe you're

NEW: devel/py-sphinx

2008-12-23 Thread Will Maier
Hi all- pkg/DESCR: 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). It was originally created to translate the new Python documentation, but has now been

Re: NEW: devel/py-sphinx

2008-12-23 Thread Will Maier
Hello again- On Tue, Dec 23, 2008 at 09:20:20AM -0600, Will Maier wrote: pkg/DESCR: 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). It was originally

Re: NEW: devel/py-sphinx

2008-12-23 Thread Will Maier
://www.lfod.us/~will/py-sphinx-a.tgz Thanks! -- o--{ Will Maier }--o | web:...http://www.lfod.us/ | email.willma...@ml1.net | *-[ BSD: Live Free or Die ]*

Re: NEW: devel/py-sphinx

2008-12-23 Thread Benoit Chesneau
-pygments lives in textproc, not devel. Updated tarball: http://www.lfod.us/~will/py-sphinx-a.tgz Thanks! Thanks for this port :) Just teste, here he result : * py-setuptools pass regress tests and work well with some apps here * py-jinja2 don't pass regress tests here, however I tested

Re: NEW: devel/py-sphinx

2008-12-23 Thread Will Maier
for sphinx, and everything was ok. Yeah; I get that, too. AFAICT, it's not a real problem, though I'm still digging. here is the error I have while doing regress tests: === Regression check for py-sphinx-0.5.1 Finfo: not running latex, it doesn't seem to be installed