From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SMSwf-0000gB-Dt for garchives@archives.gentoo.org; Mon, 23 Apr 2012 23:45:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39104E0E9A; Mon, 23 Apr 2012 23:45:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0E01DE0E9A for ; Mon, 23 Apr 2012 23:45:11 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75CE01B4006 for ; Mon, 23 Apr 2012 23:45:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B00FDE5402 for ; Mon, 23 Apr 2012 23:45:08 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1335224665.16a3dade03f5fe9480d9f32a96c79ee990231a2d.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: dev-python/pythontidy/ X-VCS-Repository: proj/betagarden X-VCS-Files: dev-python/pythontidy/metadata.xml dev-python/pythontidy/pythontidy-1.22.ebuild X-VCS-Directories: dev-python/pythontidy/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 16a3dade03f5fe9480d9f32a96c79ee990231a2d X-VCS-Branch: master Date: Mon, 23 Apr 2012 23:45:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f37484d5-004d-484b-8b2c-0104f2b9cbc3 X-Archives-Hash: 6fd28a59f2f65c23f9917bb9a796236a commit: 16a3dade03f5fe9480d9f32a96c79ee990231a2d Author: Sebastian Pipping pipping org> AuthorDate: Mon Apr 23 23:43:39 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon Apr 23 23:44:25 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/betagarden.gi= t;a=3Dcommit;h=3D16a3dade dev-python/pythontidy: 1.22 --- dev-python/pythontidy/metadata.xml | 8 ++++++++ dev-python/pythontidy/pythontidy-1.22.ebuild | 23 ++++++++++++++++++++= +++ 2 files changed, 31 insertions(+), 0 deletions(-) diff --git a/dev-python/pythontidy/metadata.xml b/dev-python/pythontidy/m= etadata.xml new file mode 100644 index 0000000..16bcc9f --- /dev/null +++ b/dev-python/pythontidy/metadata.xml @@ -0,0 +1,8 @@ + + + + + sping@gentoo.org + Sebastian Pipping + + diff --git a/dev-python/pythontidy/pythontidy-1.22.ebuild b/dev-python/py= thontidy/pythontidy-1.22.ebuild new file mode 100644 index 0000000..6619b4d --- /dev/null +++ b/dev-python/pythontidy/pythontidy-1.22.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"3" + +PYTHON_DEPEND=3D"2" +inherit python + +MY_PN=3DPythonTidy +DESCRIPTION=3D"Cleans up, regularizes, and reformats the text of Python = scripts." +HOMEPAGE=3D"http://pypi.python.org/pypi/PythonTidy/" +SRC_URI=3D"http://lacusveris.com/${MY_PN}/${MY_PN}-${PV}.python" + +LICENSE=3D"|| ( GPL-2 GPL-3 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" + +src_install() { + newbin "${DISTDIR}"/${A} ${PN} || die + python_convert_shebangs 2 "${D}"/usr/bin/${PN} || die +}