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 A91391396D9 for ; Thu, 19 Oct 2017 08:20:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FF252BC048; Thu, 19 Oct 2017 08:20:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E4E632BC017 for ; Thu, 19 Oct 2017 08:20:12 +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 BA29A33BF1C for ; Thu, 19 Oct 2017 08:20:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0460A829 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: <1508401178.858f80e0c543e08a5f216c615b35266b875b1e1a.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aniso8601/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aniso8601/Manifest dev-python/aniso8601/aniso8601-1.3.0.ebuild X-VCS-Directories: dev-python/aniso8601/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 858f80e0c543e08a5f216c615b35266b875b1e1a 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: beb198f0-1348-4557-9e6c-5efd1a6a4e4b X-Archives-Hash: 9ca78ac0fb1fe47f3976c56062949077 commit: 858f80e0c543e08a5f216c615b35266b875b1e1a Author: Tim Harder gentoo org> AuthorDate: Thu Oct 19 07:34:54 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Oct 19 08:19:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858f80e0 dev-python/aniso8601: version bump to 1.3.0 dev-python/aniso8601/Manifest | 1 + dev-python/aniso8601/aniso8601-1.3.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-python/aniso8601/Manifest b/dev-python/aniso8601/Manifest index 5250c049abb..749e9899347 100644 --- a/dev-python/aniso8601/Manifest +++ b/dev-python/aniso8601/Manifest @@ -1,2 +1,3 @@ DIST aniso8601-1.2.0.tar.gz 59998 SHA256 502400f82574afa804cc915d83f15c67533d364dcd594f8a6b9d2053f3404dd4 SHA512 1918ee5a22c0ca3fd7cf331ca4f06dff93b73cc7865276e0e276b70e7ade7db0cbc10020619be23d73d646dc15764cb597084e0b5d632c1ee5dd21d29fb33311 WHIRLPOOL 3e62c9b82ef54132fabc4ba20b2ce8711926cb2e162cdd083de1ffdb986b46dfa2608a928e7f0231552507d4c4c144dcd1458491e269ed81283c06ac23414bee DIST aniso8601-1.2.1.tar.gz 62369 SHA256 e7ba4f42d3aea75909c79b1f4c4614768b4f13fbb98fc658a7b6061ddb0be47c SHA512 92a323ee4d275437a02936c396da483dd064e0756fc38f869f5e3fa3b1dde59bd1b285f5602efb4ea7c6ced1a633008898c832d6fcd3b9d7f996dbaf25e061e7 WHIRLPOOL fb75d112c30aa951d7c44a00a86fc231e359e6c2a5b2457219ff8214de528a651304044d92414e066ce48a400f31fea139abe6f04d7a88c20fd22e492e2ded50 +DIST aniso8601-1.3.0.tar.gz 57730 SHA256 c3b5246f5601b6ae5671911bc4ee5b3e3fe94752e8afab5ce074d8b1232952f1 SHA512 33054b3bb07c26fda4af09c606dfa90be1fdebaa49efa8f508df72d339eb8f8b525ac2bad5d410098bbf1c88483823ad663649cf32f2806a9ee6e9ad46d53e8f WHIRLPOOL 1beec6692b4fe869cb241dd474940b9fcd56a9d100e41b1c9a735b4c8b8587dff0cdb9fcdba3704415e980ca5343ca0553ab1396d561583b96e65dae615d7e81 diff --git a/dev-python/aniso8601/aniso8601-1.3.0.ebuild b/dev-python/aniso8601/aniso8601-1.3.0.ebuild new file mode 100644 index 00000000000..97eb7aae14b --- /dev/null +++ b/dev-python/aniso8601/aniso8601-1.3.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="A library for parsing ISO 8601 strings" +HOMEPAGE="https://bitbucket.org/nielsenb/aniso8601/ https://pypi.python.org/pypi/aniso8601/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]" + +python_test() { + "${PYTHON}" -m unittest discover ${PN}/tests || die "Tests fail with ${EPYTHON}" +}