From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3C841395CB for ; Sat, 29 Oct 2016 22:06:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAE0C21C028; Sat, 29 Oct 2016 22:06:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4B6621C028 for ; Sat, 29 Oct 2016 22:06:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0AF834168D for ; Sat, 29 Oct 2016 22:06:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A9437E1 for ; Sat, 29 Oct 2016 22:06:12 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1477778752.17ebe1ee015cac4ed9fcf76ada53c63b3931667a.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/arrow/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/arrow/Manifest dev-python/arrow/arrow-0.8.0.ebuild dev-python/arrow/metadata.xml X-VCS-Directories: dev-python/arrow/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 17ebe1ee015cac4ed9fcf76ada53c63b3931667a X-VCS-Branch: master Date: Sat, 29 Oct 2016 22:06:12 +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: 56bcacb1-a935-4e04-b2a2-c3fad75317e4 X-Archives-Hash: 990179220b2c38bd9758ba5455125d9d commit: 17ebe1ee015cac4ed9fcf76ada53c63b3931667a Author: Manuel Rüger gentoo org> AuthorDate: Sat Oct 29 22:05:52 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Oct 29 22:05:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17ebe1ee dev-python/arrow: Initial version Package-Manager: portage-2.3.2 dev-python/arrow/Manifest | 1 + dev-python/arrow/arrow-0.8.0.ebuild | 31 +++++++++++++++++++++++++++++++ dev-python/arrow/metadata.xml | 8 ++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-python/arrow/Manifest b/dev-python/arrow/Manifest new file mode 100644 index 00000000..119bb60 --- /dev/null +++ b/dev-python/arrow/Manifest @@ -0,0 +1 @@ +DIST arrow-0.8.0.tar.gz 81664 SHA256 b210c17d6bb850011700b9f54c1ca0eaf8cbbd441f156f0cd292e1fbda84e7af SHA512 b6c01970d408e1169d042f593859577eef9961a2e7d6e0d5d01ddbdc001f806ca191cf152bd2d4060a877aeabee6754f06c3b91fbca53ee0a135a9355d08b347 WHIRLPOOL 60d6045ccc229cdf9f8a71f2622a6529eadde6bc58277c74bf81b38c8057f5bdab112ba46e04ca9765a34cf2b2a3de9eee0c86d650ff286f4d0bde09668c4e16 diff --git a/dev-python/arrow/arrow-0.8.0.ebuild b/dev-python/arrow/arrow-0.8.0.ebuild new file mode 100644 index 00000000..55306c9 --- /dev/null +++ b/dev-python/arrow/arrow-0.8.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python{3_4,3_5} ) +inherit distutils-r1 + +DESCRIPTION="Better dates and times for Python" +HOMEPAGE="https://github.com/crsmithdev/arrow/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]" +DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] + dev-python/chai[${PYTHON_USEDEP}] + dev-python/simplejson[${PYTHON_USEDEP}] + ${RDEPEND} )" + +python_prepare() { + sed -i -e "/with-coverage/d" setup.cfg || die +} + +python_test() { + nosetests -v || die +} diff --git a/dev-python/arrow/metadata.xml b/dev-python/arrow/metadata.xml new file mode 100644 index 00000000..7f4f33c --- /dev/null +++ b/dev-python/arrow/metadata.xml @@ -0,0 +1,8 @@ + + + + + python@gentoo.org + Python + +