Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156999 - dev-python/markdown-2.0.ebuild (new package)
Summary: dev-python/markdown-2.0.ebuild (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.freewisdom.org/projects/py...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 264638
  Show dependency tree
 
Reported: 2006-12-03 08:49 UTC by Naoaki Shindo (RETIRED)
Modified: 2009-04-25 17:14 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
markdown-1.6a.ebuild (python-markdown-1.6a.ebuild,556 bytes, text/plain)
2006-12-03 08:50 UTC, Naoaki Shindo (RETIRED)
Details
markdown-1.6a.ebuild(renew) (markdown-1.6a.ebuild,635 bytes, text/plain)
2006-12-04 04:33 UTC, Naoaki Shindo (RETIRED)
Details
markdown-1.6a.ebuild(renew2) (markdown-1.6a.ebuild,640 bytes, text/plain)
2006-12-04 06:27 UTC, Naoaki Shindo (RETIRED)
Details
markdown-1.6a.ebuild(renew3) (markdown-1.6a.ebuild,612 bytes, text/plain)
2006-12-11 08:10 UTC, Naoaki Shindo (RETIRED)
Details
markdown-1.6a.ebuild(renew4) (markdown-1.6a.ebuild,621 bytes, text/plain)
2006-12-17 10:14 UTC, Naoaki Shindo (RETIRED)
Details
ebuild for python-markdown 1.7 (markdown-1.7.ebuild,480 bytes, text/plain)
2008-03-06 22:09 UTC, Torsten Rehn
Details
markdown-2.0.ebuild (markdown-2.0.ebuild,920 bytes, text/plain)
2009-04-24 05:38 UTC, Priit Laes (IRC: plaes)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Naoaki Shindo (RETIRED) gentoo-dev 2006-12-03 08:49:05 UTC
This is python implement of markdown.
Please find attatched ebuild.

This markdown can be used to both command line tool and python module.
So dev-python is better, I think. than app-text.
(As redclotsh, ruby implement of ruby, is in dev-ruby.)
Comment 1 Naoaki Shindo (RETIRED) gentoo-dev 2006-12-03 08:50:25 UTC
Created attachment 103280 [details]
markdown-1.6a.ebuild
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-12-03 08:57:18 UTC
A couple of notes...

The license syntax is invalid, and src_{unpack,compile,install} is default and thus redundant.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-12-03 08:58:12 UTC
And you are missing app-arch/unzip in DEPEND ;)
Comment 4 Naoaki Shindo (RETIRED) gentoo-dev 2006-12-04 04:33:06 UTC
Created attachment 103319 [details]
markdown-1.6a.ebuild(renew)
Comment 5 Naoaki Shindo (RETIRED) gentoo-dev 2006-12-04 04:36:45 UTC
Comment on attachment 103319 [details]
markdown-1.6a.ebuild(renew)

Sorry, I attatched wrong ebuild.
I attach correct one, please check it out.
Comment 6 Naoaki Shindo (RETIRED) gentoo-dev 2006-12-04 06:27:02 UTC
Created attachment 103323 [details]
markdown-1.6a.ebuild(renew2)

Sorry again, I corrected LICENSE syntax.
And modified slightly.
Comment 7 Naoaki Shindo (RETIRED) gentoo-dev 2006-12-08 18:54:49 UTC
just for notice.
Comment 8 Jakub Moc (RETIRED) gentoo-dev 2006-12-10 05:43:18 UTC
This really doesn't need USE=doc (and you can use DOCS variable and get rid of src_install completely). 

Also, LICENSE follows dependency syntax, so what you've written means that both licenses apply at the same time (pretty much impossible I'd say).
Comment 9 Naoaki Shindo (RETIRED) gentoo-dev 2006-12-11 08:10:53 UTC
Created attachment 103802 [details]
markdown-1.6a.ebuild(renew3)
Comment 10 Naoaki Shindo (RETIRED) gentoo-dev 2006-12-11 08:21:14 UTC
IUSE changed. Please look at new ebuild file.
And about LICENSE, this software is distributed under 
GPL and BSD.
And GPL-2 and BSD(modified BSD) are not conflicted.
I mean, dual license is OK.
Comment 11 Jakub Moc (RETIRED) gentoo-dev 2006-12-11 14:51:16 UTC
(In reply to comment #10)
> And GPL-2 and BSD(modified BSD) are not conflicted.
> I mean, dual license is OK.

http://devmanual.gentoo.org/general-concepts/licenses/index.html
Comment 12 Naoaki Shindo (RETIRED) gentoo-dev 2006-12-17 10:14:05 UTC
Created attachment 104227 [details]
markdown-1.6a.ebuild(renew4)
Comment 13 Naoaki Shindo (RETIRED) gentoo-dev 2006-12-17 10:15:36 UTC
Thanks Jakub,
and I correct LICENSE.
Comment 14 Torsten Rehn 2008-03-06 22:09:34 UTC
Created attachment 145436 [details]
ebuild for python-markdown 1.7
Comment 15 Torsten Veller (RETIRED) gentoo-dev 2008-07-30 08:12:46 UTC
dev-perl/Text-Markdown is in the tree. It installs a script named /usr/bin/markdown.
Comment 16 Priit Laes (IRC: plaes) 2009-04-24 05:38:41 UTC
Created attachment 189288 [details]
markdown-2.0.ebuild

Version 2.0 which also installs '/usr/bin/markdown-python'. 

I also had to fix one problem with this ebuild - when trying to run /usr/bin/markdown.py it messes up import system so I renamed the script to /usr/bin/markdown-python
Comment 17 Patrick Lauer gentoo-dev 2009-04-25 17:14:17 UTC
+*markdown-2.0 (25 Apr 2009)                                                                                                                                                      
+                                                                                                                                                                                 
+  25 Apr 2009; Patrick Lauer <patrick@gentoo.org> +metadata.xml,                                                                                                                 
+  +markdown-2.0.ebuild:                                                                                                                                                          
+  Initial import. Fixes #156999. Thanks to Naoaki Shindo, Torsten Rehn and                                                                                                       
+  Priit Laes for working on the ebuild.