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 344B31396D9 for ; Thu, 19 Oct 2017 08:20:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59D6F2BC056; Thu, 19 Oct 2017 08:20:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36D8E2BC056 for ; Thu, 19 Oct 2017 08:20: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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7120733BF24 for ; Thu, 19 Oct 2017 08:20:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C38582D for ; Thu, 19 Oct 2017 08:20:07 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1508401180.9f43f34dc2b94d078fd7336846bcca3af0db0e75.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/isodate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/isodate/Manifest dev-python/isodate/isodate-0.6.0.ebuild X-VCS-Directories: dev-python/isodate/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 9f43f34dc2b94d078fd7336846bcca3af0db0e75 X-VCS-Branch: master Date: Thu, 19 Oct 2017 08:20:07 +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: 174d505a-a4cb-4408-9a43-ad8f59ec879f X-Archives-Hash: 1df470f025a211df1c144828c02b564f commit: 9f43f34dc2b94d078fd7336846bcca3af0db0e75 Author: Tim Harder gentoo org> AuthorDate: Thu Oct 19 07:57:40 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Oct 19 08:19:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f43f34d dev-python/isodate: version bump to 0.6.0 dev-python/isodate/Manifest | 1 + dev-python/isodate/isodate-0.6.0.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-python/isodate/Manifest b/dev-python/isodate/Manifest index d8f776b7fb2..5f1924479db 100644 --- a/dev-python/isodate/Manifest +++ b/dev-python/isodate/Manifest @@ -1 +1,2 @@ DIST isodate-0.5.4.tar.gz 27691 SHA256 42105c41d037246dc1987e36d96f3752ffd5c0c24834dd12e4fdbe1e79544e31 SHA512 ef5fd27ffa61ad10abf499723c452fd8fd6c2f08a0d5aca6ead88857e5d159f50a3d01769b9fe0aed59a57b0f89a70b359135b0d7c5e6a75d023daa824e5d80a WHIRLPOOL 3f26621513740bb6c4bd42a97d6cb56d631ce8f48f056d679edc1e1c0b57b1349a69aecd79704efe2d7f9195d54ec704e1f96b3da90dea52704999893fe2e3d3 +DIST isodate-0.6.0.tar.gz 28480 SHA256 2e364a3d5759479cdb2d37cce6b9376ea504db2ff90252a2e5b7cc89cc9ff2d8 SHA512 e977748e13ee2c94ab47bfc47113d152280e9acff6f70e773de73717392148dd2c111a7db2d9fa3679d37936c6ed9a23dc526cb00bd601df45459b6a244f9f7d WHIRLPOOL 592522a8ab3b113f19dbd3026533adb10cfb466bca3b44d0909b7d42645a0d0f5c0bd361f4411c84acd2cbe69e7d621fa35f2cdc98eafb4acc3b8e31120e616c diff --git a/dev-python/isodate/isodate-0.6.0.ebuild b/dev-python/isodate/isodate-0.6.0.ebuild new file mode 100644 index 00000000000..1305ebd7748 --- /dev/null +++ b/dev-python/isodate/isodate-0.6.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} ) + +inherit distutils-r1 + +DESCRIPTION="ISO 8601 date/time/duration parser and formatter" +HOMEPAGE="https://pypi.python.org/pypi/isodate" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( ${RDEPEND} )" + +python_test() { + ${EPYTHON} -m unittest discover -v -s "${BUILD_DIR}/lib" || die "Testing failed with ${EPYTHON}" +}