Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/autopep8: metadata.xml autopep8-0.5.ebuild ChangeLog
Date: Sat, 11 Feb 2012 17:35:05
Message-Id: 20120211173455.437642004B@flycatcher.gentoo.org
1 xarthisius 12/02/11 17:34:55
2
3 Added: metadata.xml autopep8-0.5.ebuild ChangeLog
4 Log:
5 Initial import, ebuild written by Nicolas Pinto <nicolas.pinto@×××××.com> and modified by me. Fixes bug 402511
6
7 (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-python/autopep8/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autopep8/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autopep8/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 <maintainer>
21 <email>xarthisius@g.o</email>
22 <name>Kacper Kowalik</name>
23 </maintainer>
24 <longdescription>autopep8 formats Python code based on the output of the pep8 utility</longdescription>
25 </pkgmetadata>
26
27
28
29 1.1 dev-python/autopep8/autopep8-0.5.ebuild
30
31 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autopep8/autopep8-0.5.ebuild?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autopep8/autopep8-0.5.ebuild?rev=1.1&content-type=text/plain
33
34 Index: autopep8-0.5.ebuild
35 ===================================================================
36 # Copyright 1999-2012 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/autopep8-0.5.ebuild,v 1.1 2012/02/11 17:34:55 xarthisius Exp $
39
40 EAPI=4
41
42 PYTHON_DEPEND="*"
43 SUPPORT_PYTHON_ABIS="1"
44
45 inherit distutils
46
47 DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style guide"
48 HOMEPAGE="https://github.com/hhatto/autopep8 http://pypi.python.org/pypi/autopep8"
49 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
50
51 LICENSE="MIT"
52 SLOT="0"
53 KEYWORDS="~amd64 ~x86"
54 IUSE=""
55
56 DEPEND="dev-python/setuptools"
57 RDEPEND=""
58
59 PYTHON_MODNAME="${PN}.py"
60
61
62
63 1.1 dev-python/autopep8/ChangeLog
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autopep8/ChangeLog?rev=1.1&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autopep8/ChangeLog?rev=1.1&content-type=text/plain
67
68 Index: ChangeLog
69 ===================================================================
70 # ChangeLog for dev-python/autopep8
71 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
72 # $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/ChangeLog,v 1.1 2012/02/11 17:34:55 xarthisius Exp $
73
74 *autopep8-0.5 (11 Feb 2012)
75
76 11 Feb 2012; Kacper Kowalik <xarthisius@g.o> +autopep8-0.5.ebuild,
77 +metadata.xml:
78 Initial import, ebuild written by Nicolas Pinto <nicolas.pinto@×××××.com> and
79 modified by me. Fixes bug 402511