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 1QMCgx-0008Lu-KE for garchives@archives.gentoo.org; Tue, 17 May 2011 05:19:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A1771C12B; Tue, 17 May 2011 05:19:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3A78A1C12B for ; Tue, 17 May 2011 05:19:27 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8EBC91B4040 for ; Tue, 17 May 2011 05:19:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9EC8680504 for ; Tue, 17 May 2011 05:19:25 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-python/anyjson/ X-VCS-Repository: dev/dev-zero X-VCS-Files: dev-python/anyjson/Manifest dev-python/anyjson/anyjson-0.3.1.ebuild X-VCS-Directories: dev-python/anyjson/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: f9e6dbfa96ef7dd791840a0cb663f19160794a43 Date: Tue, 17 May 2011 05:19:25 +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: X-Archives-Hash: a62f8ee6ec6b7dd214cb83c88a63d7d6 commit: f9e6dbfa96ef7dd791840a0cb663f19160794a43 Author: Tiziano Mueller gentoo org> AuthorDate: Tue May 17 04:54:12 2011 +0000 Commit: Tiziano M=C3=BCller gentoo org> CommitDate: Tue May 17 04:54:12 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/dev-zero.git;a= =3Dcommit;h=3Df9e6dbfa initial commit, ebuild written by me --- dev-python/anyjson/Manifest | 2 ++ dev-python/anyjson/anyjson-0.3.1.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 0 deletions(-) diff --git a/dev-python/anyjson/Manifest b/dev-python/anyjson/Manifest new file mode 100644 index 0000000..023905f --- /dev/null +++ b/dev-python/anyjson/Manifest @@ -0,0 +1,2 @@ +EBUILD anyjson-0.3.1.ebuild 579 RMD160 ab25a154d85b3d80812cfeab1630f2c61= 45c20c9 SHA1 30e6c10f6e7676cfaedb463e29fefb9b9e908547 SHA256 c30dc8ab39d5= 7ea45f0bc3cba5a88fec3449f4cad0146c42337691e15d531d0a +DIST anyjson-0.3.1.tar.gz 5161 RMD160 ed958d1c30c28975f9bfe5d6c4da05f9bd= e9e58d SHA1 f459fbdbd5b7ee81b236ef5eed023970db38572a SHA256 1643c0adb7dbe= cc4331437ee14ef5f6a3d55b4ffca147db1cc957dc966062340 diff --git a/dev-python/anyjson/anyjson-0.3.1.ebuild b/dev-python/anyjson= /anyjson-0.3.1.ebuild new file mode 100644 index 0000000..b97e9bc --- /dev/null +++ b/dev-python/anyjson/anyjson-0.3.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D3 + +PYTHON_DEPEND=3D"2" +SUPPORT_PYTHON_ABIS=3D"1" +RESTRICT_PYTHON_ABIS=3D"3.*" +DISTUTILS_SRC_TEST=3D"nosetests" + +inherit distutils + +DESCRIPTION=3D"Convenience module to import the best available json seri= alize/deserializer installed." +HOMEPAGE=3D"http://pypi.python.org/pypi/anyjson/ https://bitbucket.org/r= uneh/anyjson" +SRC_URI=3D"mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE=3D"BSD" +SLOT=3D"0" +KEYWORDS=3D"~amd64" +IUSE=3D"" + +DEPEND=3D"" +RDEPEND=3D"dev-python/setuptools"