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 201E658973 for ; Thu, 11 Feb 2016 05:07:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D9DE21C006; Thu, 11 Feb 2016 05:07:42 +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 BC53B21C006 for ; Thu, 11 Feb 2016 05:07:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72AC9340A3D for ; Thu, 11 Feb 2016 05:07:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 017188E9 for ; Thu, 11 Feb 2016 05:07:37 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1455167144.841635bf8ddefdc91a1e65663259ea19ed0a4aa0.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/croniter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/croniter/Manifest dev-python/croniter/croniter-0.3.11.ebuild dev-python/croniter/metadata.xml X-VCS-Directories: dev-python/croniter/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 841635bf8ddefdc91a1e65663259ea19ed0a4aa0 X-VCS-Branch: master Date: Thu, 11 Feb 2016 05:07:37 +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: ae728f1c-954e-47ea-b165-1eecc8ade324 X-Archives-Hash: e107129f6634169656cbf870bc9899ba commit: 841635bf8ddefdc91a1e65663259ea19ed0a4aa0 Author: Zac Medico gentoo org> AuthorDate: Thu Feb 11 05:05:44 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Feb 11 05:05:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=841635bf dev-python/croniter: new package Package-Manager: portage-2.2.27 dev-python/croniter/Manifest | 1 + dev-python/croniter/croniter-0.3.11.ebuild | 19 +++++++++++++++++++ dev-python/croniter/metadata.xml | 11 +++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-python/croniter/Manifest b/dev-python/croniter/Manifest new file mode 100644 index 0000000..6b8a520 --- /dev/null +++ b/dev-python/croniter/Manifest @@ -0,0 +1 @@ +DIST croniter-0.3.11.tar.gz 13647 SHA256 38fa316e95990a2d7f45bc7c29edb0c4777e87ac5dd49b102e67d0dae304492b SHA512 3413df2df1ad19e15a6914b387f841112bb65c87e9c315cb70a7b4b83ba737e17b1663950d4d5a758d231e1ac3a2dfda92814fb4506b0c5291641d64a0a79be1 WHIRLPOOL 68233a5844f645ee096d1967eb0b00f9bc593b0e4c2e92e29636140b705c683c32c9cb2d361c95cb0f879c2a0f88f24c3fc159fcc2068044ff06fec0e56c5e3f diff --git a/dev-python/croniter/croniter-0.3.11.ebuild b/dev-python/croniter/croniter-0.3.11.ebuild new file mode 100644 index 0000000..b53b942 --- /dev/null +++ b/dev-python/croniter/croniter-0.3.11.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_{4,5}} ) + +inherit distutils-r1 + +DESCRIPTION="Python module to provide iteration for datetime object" +HOMEPAGE="https://github.com/kiorky/croniter https://pypi.python.org/pypi/croniter" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/croniter/metadata.xml b/dev-python/croniter/metadata.xml new file mode 100644 index 0000000..991d5ec --- /dev/null +++ b/dev-python/croniter/metadata.xml @@ -0,0 +1,11 @@ + + + + + croniter + kiorky/croniter + + + zmedico@gentoo.org + +