Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/wehjit: metadata.xml ChangeLog wehjit-0.2.2.ebuild
Date: Sun, 30 Oct 2011 16:42:04
Message-Id: 20111030164154.A9AF42004B@flycatcher.gentoo.org
1 maksbotan 11/10/30 16:41:54
2
3 Added: metadata.xml ChangeLog wehjit-0.2.2.ebuild
4 Log:
5 Add dev-python/wehjit-0.2.2, thanks to slepnoga. Bug #305887
6
7 (Portage version: 2.1.10.26/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-python/wehjit/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wehjit/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wehjit/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>proxy-maintainers</herd>
21 <herd>python</herd>
22 <maintainer>
23 <email>spamslepnoga@×××××.ru</email>
24 </maintainer>
25 <maintainer>
26 <email>maksbotan@g.o</email>
27 <name>Maxim Koltsov</name>
28 </maintainer>
29 <longdescription>
30 wehjit is a Python library for for building XHTML widgets for web
31 applications and web pages. It encapsulates the XHTML
32 (a Genshi XML template), CSS, and JavaScript for each widget into a plugin
33 </longdescription>
34 </pkgmetadata>
35
36
37
38 1.1 dev-python/wehjit/ChangeLog
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wehjit/ChangeLog?rev=1.1&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wehjit/ChangeLog?rev=1.1&content-type=text/plain
42
43 Index: ChangeLog
44 ===================================================================
45 # ChangeLog for dev-python/wehjit
46 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
47 # $Header: /var/cvsroot/gentoo-x86/dev-python/wehjit/ChangeLog,v 1.1 2011/10/30 16:41:54 maksbotan Exp $
48
49 *wehjit-0.2.2 (30 Oct 2011)
50
51 30 Oct 2011; Maxim Koltsov <maksbotan@g.o> +wehjit-0.2.2.ebuild,
52 +metadata.xml:
53 Add dev-python/wehjit-0.2.2, thanks to slepnoga. Bug #305887
54
55
56
57
58 1.1 dev-python/wehjit/wehjit-0.2.2.ebuild
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wehjit/wehjit-0.2.2.ebuild?rev=1.1&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wehjit/wehjit-0.2.2.ebuild?rev=1.1&content-type=text/plain
62
63 Index: wehjit-0.2.2.ebuild
64 ===================================================================
65 # Copyright 1999-2011 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 # $Header: /var/cvsroot/gentoo-x86/dev-python/wehjit/wehjit-0.2.2.ebuild,v 1.1 2011/10/30 16:41:54 maksbotan Exp $
68
69 EAPI=3
70
71 SUPPORT_PYTHON_ABIS="1"
72 RESTRICT_PYTHON_ABIS="3.*"
73 DISTUTILS_SRC_TEST="nosetests"
74
75 inherit distutils
76
77 DESCRIPTION="A Python web-widget library"
78 HOMEPAGE="http://jderose.fedorapeople.org/wehjit"
79 SRC_URI="http://jderose.fedorapeople.org/${PN}/${PV}/${P}.tar.gz"
80
81 LICENSE="GPL-3"
82 SLOT="0"
83 KEYWORDS="~x86 ~amd64"
84 IUSE=""
85
86 RDEPEND="dev-python/genshi
87 dev-python/assets
88 dev-python/paste
89 dev-python/pygments
90 "
91 DEPEND="${RDEPEND}"
92
93 DOCS="README TODO NEWS AUTHORS"
94
95 python_enable_pyc