Gentoo Archives: gentoo-commits

From: "Rob Cakebread (pythonhead)" <pythonhead@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/Python: index.xml
Date: Fri, 01 Aug 2008 04:04:45
Message-Id: E1KOlsg-0006Rq-Fi@stork.gentoo.org
1 pythonhead 08/08/01 04:04:42
2
3 Modified: index.xml
4 Log:
5 Add sub-projects, links to Python development manual, overlay
6
7 Revision Changes Path
8 1.12 xml/htdocs/proj/en/Python/index.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/Python/index.xml?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/Python/index.xml?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/Python/index.xml?r1=1.11&r2=1.12
13
14 Index: index.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/Python/index.xml,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- index.xml 30 Jul 2008 15:59:40 -0000 1.11
21 +++ index.xml 1 Aug 2008 04:04:41 -0000 1.12
22 @@ -5,11 +5,17 @@
23 <project>
24
25 <name>Python</name>
26 + <!-- Update this if you edit the page! -->
27 + <date>2008-07-31</date>
28
29 <author title="Author">
30 <mail link="marienz@g.o">Marien Zwart</mail>
31 </author>
32
33 +<author title="Editor">
34 + <mail link="pythonhead@g.o">Rob Cakebread</mail>
35 +</author>
36 +
37 <!-- with some, ahem, inspiration from the Portage index.xml -->
38
39 <description>
40 @@ -33,20 +39,76 @@
41 <dev role="Member">nelchael</dev>
42 <dev role="Member">neurogeek</dev>
43
44 - <task lead="marienz">
45 - <name>setuptools</name>
46 - <description>Add setuptools/eggs support</description>
47 + <task lead="pythonhead">
48 + <name>g-pypi</name>
49 + <description>Create ebuilds from The Python Package Index automatically</description>
50 <longdescription><p>
51 - Add setuptools-enabled ebuilds to the tree once setuptools has
52 - sufficiently stabilized. Possibly add a way to install things
53 - from pypi without having to write an ebuild by hand. Add a way
54 - to install "raw" eggs if something really requires this.
55 - </p></longdescription>
56 - <startdate>2006</startdate>
57 - <reference>
58 - <bug no="131051"/>
59 - </reference>
60 - <dev role="Lead">marienz</dev>
61 + <uri link="http://code.google.com/p/g-pypi">g-pypi</uri> is a tool for installing Python packages using information
62 + from <uri link="http://pypi.python.org/pypi">PyPI</uri> without having to write an ebuild by hand.</p>
63 + <p>g-pypi is a work in progress and not in portage yet. You can find the ebuild in the <uri link="http://overlays.gentoo.org/dev/pythonhead">pythonhead overlay</uri>. Contributions from the community are welcomed.</p>
64 + <p>
65 + Bugs for g-pypi releases in the <uri link="http://overlays.gentoo.org/dev/pythonhead">pythonhead overlay</uri> should go to Gentoo's
66 + <uri link="http://bugs.gentoo.org">bugzilla</uri>. Feature requests and bug reports for the svn trunk should go to <uri>http://code.google.com/p/g-pypi</uri></p>
67 + </longdescription>
68 + <startdate>2007</startdate>
69 + <dev role="Developer">pythonhead</dev>
70 + <dev role="Developer">neurogeek</dev>
71 + </task>
72 +
73 + <task lead="pythonhead">
74 + <name>python-info</name>
75 + <description>Shows how Python was compiled and information about all Python packages emerged</description>
76 + <longdescription>
77 + <p>python-info will show various information about Python and Python based packages you have emerged.</p>
78 + <p>Current status: vapourware</p>
79 + <p>Features</p>
80 + <ul>
81 + <li>Show compilation information for Python</li>
82 + <li>Show all Python packages installed and USE flags used</li>
83 + <li>Show which Python packages were not installed by Portage</li>
84 + </ul>
85 + </longdescription>
86 + <startdate>July 29, 2008</startdate>
87 + <dev role="Developer">pythonhead</dev>
88 </task>
89
90 +<extraproject name="eselect-python" lead="hawking">
91 + Python eselect module
92 +</extraproject>
93 +
94 +<extraproject name="python-updater" lead="hawking">
95 + Re-emerges Python packages after a major Python upgrade
96 +</extraproject>
97 +
98 +<extraproject name="g-pypi" lead="pythonhead">
99 + Creates ebuilds by querying The Python Package Index
100 +</extraproject>
101 +
102 +<extraproject name="python-info" lead="pythonhead">
103 + Informational tool to show how Python was compiled and how Python packages were emerged
104 +</extraproject>
105 +
106 +<!-- Project Specific Pages/Documentation -->
107 +<resource link="http://overlays.gentoo.org/proj/python/">The Gentoo Python Overlay &amp; Wiki</resource>
108 +<resource link="developersguide.xml">Gentoo Python Developer's Guide</resource>
109 +
110 +<resource link="http://overlays.gentoo.org/proj/python/wiki/Meeting20080626_Summary">Gentoo Zope meeting log</resource>
111 +
112 +<extrachapter>
113 +<title>Participating</title>
114 +<section>
115 +<title>#gentoo-python on irc.freenode.net</title>
116 +<body>
117 +
118 +<p>
119 +The best way to reach us is on IRC in the <uri
120 +link="irc://freenode/gentoo-python">#gentoo-python</uri> channel on irc.freenode.net.
121 +Please feel free to stop by to talk about Python on Gentoo. We welcome any
122 +suggestions for improvement.
123 +</p>
124 +
125 +</body>
126 +</section>
127 +</extrachapter>
128 +
129 </project>