NEW: textproc/py-markdown-it, textproc/py-mdurl [fix markdown in py-rich]

2023-02-25 Thread Stuart Henderson
I missed a change to dependency in a recent py-rich update; the Markdown parser changed from py-commonmark to py-markdown-it but we don't have a port for the latter yet. OK to import these two? $ pkg_info py3-markdown-it py3-mdurl Information for inst:py3-markdown-it-2.2.0 Comment: markdown parsi

Re: NEW: textproc/py-markdown

2006-09-23 Thread Will Maier
On Wed, Jun 07, 2006 at 10:59:31AM +0200, Aleksander Piotrowski wrote: > Will Maier <[EMAIL PROTECTED]> wrote: > > I'd agree, except the original (and canonical?) implementation of > > Markdown is in Perl. There might be better ways to avoid collisions, > > though. [...] > Anyway, please try this c

Re: NEW: textproc/py-markdown

2006-06-07 Thread Will Maier
On Wed, Jun 07, 2006 at 10:59:31AM +0200, Aleksander Piotrowski wrote: > Will Maier <[EMAIL PROTECTED]> wrote: > > I'd agree, except the original (and canonical?) implementation > > of Markdown is in Perl. There might be better ways to avoid > > collisions, though. > > Do we have perl version in o

Re: NEW: textproc/py-markdown

2006-06-07 Thread Aleksander Piotrowski
Will Maier <[EMAIL PROTECTED]> wrote: > On Tue, Jun 06, 2006 at 03:50:39PM -0700, Ben Lovett wrote: > > On Jun 6, 2006, at 3:27 PM, Will Maier wrote: > > >+post-install: > > >+ ${INSTALL_SCRIPT} ${WRKSRC}/markdown.py ${PREFIX}/bin/py-markdown > > > > Seems to me that this could be named just `ma

Re: NEW: textproc/py-markdown

2006-06-06 Thread Will Maier
On Tue, Jun 06, 2006 at 03:50:39PM -0700, Ben Lovett wrote: > On Jun 6, 2006, at 3:27 PM, Will Maier wrote: > >+post-install: > >+${INSTALL_SCRIPT} ${WRKSRC}/markdown.py ${PREFIX}/bin/py-markdown > > Seems to me that this could be named just `markdown'. That said, > it works fine here (i386 an

Re: NEW: textproc/py-markdown

2006-06-06 Thread Ben Lovett
On Jun 6, 2006, at 3:27 PM, Will Maier wrote: +post-install: + ${INSTALL_SCRIPT} ${WRKSRC}/markdown.py ${PREFIX}/bin/py-markdown Seems to me that this could be named just `markdown'. That said, it works fine here (i386 and amd64).

Re: NEW: textproc/py-markdown

2006-06-06 Thread Will Maier
On Tue, Jun 06, 2006 at 04:04:39PM -0500, Will Maier wrote: > This is a port of a small Python module that implements John > Gruber's Markdown. I've placed the setup.py (which is used to > build the Python module) in files/, since it's distributed > separately from the module. The tarball I sent i

NEW: textproc/py-markdown

2006-06-06 Thread Will Maier
.*- This is a port of a small Python module that implements John Gruber's Markdown. I've placed the setup.py (which is used to build the Python module) in files/, since it's distributed separately from the module. Comments and tests greatly appreciated. Thanks! pkg/DESCR: Markdown is two t