From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 59E4C1388C1 for ; Fri, 13 Nov 2015 13:20:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC95F21C181; Fri, 13 Nov 2015 13:20:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6870321C181 for ; Fri, 13 Nov 2015 13:20:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C94A340666 for ; Fri, 13 Nov 2015 13:20:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EAB4209A for ; Fri, 13 Nov 2015 13:20:51 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1447420845.70ea6264b2b5eb3b1c444142eb5bc8a64b5045f6.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aadict/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aadict/Manifest dev-python/aadict/aadict-0.2.2.ebuild dev-python/aadict/metadata.xml X-VCS-Directories: dev-python/aadict/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 70ea6264b2b5eb3b1c444142eb5bc8a64b5045f6 X-VCS-Branch: master Date: Fri, 13 Nov 2015 13:20:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5ccee997-a27b-4edc-8c56-4d9a83ed9f97 X-Archives-Hash: ce21df5dd3ca270ec8af0e8bc4273316 commit: 70ea6264b2b5eb3b1c444142eb5bc8a64b5045f6 Author: Justin Lecher gentoo org> AuthorDate: Fri Nov 13 12:12:25 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Nov 13 13:20:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ea6264 dev-python/aadict: New package, ebuild written by me Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/aadict/Manifest | 1 + dev-python/aadict/aadict-0.2.2.ebuild | 31 +++++++++++++++++++++++++++++++ dev-python/aadict/metadata.xml | 12 ++++++++++++ 3 files changed, 44 insertions(+) diff --git a/dev-python/aadict/Manifest b/dev-python/aadict/Manifest new file mode 100644 index 0000000..eccd927 --- /dev/null +++ b/dev-python/aadict/Manifest @@ -0,0 +1 @@ +DIST aadict-0.2.2.tar.gz 17698 SHA256 491d75eedad3d1d45204fdda3b70a12f6982d242d927dac68a7dbe69270b5491 SHA512 883ab22b036bbfc81ff97ab90d3d7246aea7cfc7b9e0bdd1f8e74e7036c003128002ba7bc645bb14f54a1e47423ecdb09969968127e71da0398e9f9398c2dd3f WHIRLPOOL 948d6914af59426c016d642cfff50939588fe40a214180bb1bb0621da1ad096f5f2af4a811b6ea60445125daa794feee9429246ff89bb25a6e71c0fb51a51f20 diff --git a/dev-python/aadict/aadict-0.2.2.ebuild b/dev-python/aadict/aadict-0.2.2.ebuild new file mode 100644 index 0000000..beb5a73 --- /dev/null +++ b/dev-python/aadict/aadict-0.2.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="An auto-attribute dict (and a couple of other useful dict functions)" +HOMEPAGE="http://github.com/metagriffin/aadict http://pypi.python.org/pypi/aadict" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND=" + >=dev-python/six-1.6.0[${PYTHON_USEDEP}] +" +DEPEND="${REDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + >=dev-python/nose-1.3.0[${PYTHON_USEDEP}] + )" + +python_test() { + nosetests --verbose || die +} diff --git a/dev-python/aadict/metadata.xml b/dev-python/aadict/metadata.xml new file mode 100644 index 0000000..0e76e43 --- /dev/null +++ b/dev-python/aadict/metadata.xml @@ -0,0 +1,12 @@ + + + + python + + aadict + + mg.pypi@uberdev.org + metagriffin + + +