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 1CFF8138334 for ; Tue, 21 Aug 2018 08:31:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F055E083E; Tue, 21 Aug 2018 08:31:17 +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 05CC8E083E for ; Tue, 21 Aug 2018 08:31:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9F0F5335D79 for ; Tue, 21 Aug 2018 08:31:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D4BA395 for ; Tue, 21 Aug 2018 08:31:12 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1534840086.799f003b7bb2caee47c47135bbaf980c19c45f2b.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hiro/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hiro/Manifest dev-python/hiro/hiro-0.5.ebuild X-VCS-Directories: dev-python/hiro/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 799f003b7bb2caee47c47135bbaf980c19c45f2b X-VCS-Branch: master Date: Tue, 21 Aug 2018 08:31: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: fd17e25d-0086-4a8f-b28a-6a3bd9292627 X-Archives-Hash: 0a92d42627d5a91b68cd80daecadc334 commit: 799f003b7bb2caee47c47135bbaf980c19c45f2b Author: Patrice Clement gentoo org> AuthorDate: Wed Aug 15 17:03:59 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Aug 21 08:28:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=799f003b dev-python/hiro: version bump. Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/hiro/Manifest | 1 + dev-python/hiro/hiro-0.5.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-python/hiro/Manifest b/dev-python/hiro/Manifest index a07c792b1c4..5a53b5707dd 100644 --- a/dev-python/hiro/Manifest +++ b/dev-python/hiro/Manifest @@ -1,2 +1,3 @@ DIST hiro-0.2.tar.gz 9384 BLAKE2B 1acf2bc8a02206e3591de77332ae62f1c635b82b2ef076fb820e49b4e696959b293ceb304701c069afb2437e871bcacebeb1da8b16a75bc8d9b4ffaae84ff540 SHA512 69a66223e678c87363ac4beab8a58bec7976b93fe1b354ac1030842e31463adda84f444732ac48868f6b4f11f4a132a1142889466474bff2a77964449c710b65 DIST hiro-0.3.tar.gz 9355 BLAKE2B e13119e33396436c35eb7b73549af956b63ab57abbc69589c7abdd97a3e5355922f5697f2d751d3a3507bff60ac162d47541ca85a34a0c77f611c6785515f959 SHA512 c5ace67410ac0e946aa7f93b61448760ab9bba5610621a585f17d1ad99444161a2495a73e20b67d50f1b8b0a4c1b54a9f25732319431905891b7c5fc58c6000d +DIST hiro-0.5.tar.gz 11022 BLAKE2B b09f5f27b82b5e435823f69ef4dd3e325be39175955fdbd8ce5b3278a7d3879548955676201473f8b61959220e4d9aee1737dce40d2989e1d34fd772aa4bec39 SHA512 0cc84a1da36bbd2f1f59635c26530813f2c48a44fb735c56dbed9d5cc53da52341a60cf21e1796777b5e66bae628fe2ecaf5fce6a9ca6b5d2577d77bf2c8a4ef diff --git a/dev-python/hiro/hiro-0.5.ebuild b/dev-python/hiro/hiro-0.5.ebuild new file mode 100644 index 00000000000..76be991cb48 --- /dev/null +++ b/dev-python/hiro/hiro-0.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +inherit distutils-r1 + +DESCRIPTION="Time manipulation utilities for Python" +HOMEPAGE="https://github.com/alisaifee/hiro" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-python/mock[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" + +DEPEND=" + ${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]"