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 82D9E138359 for ; Mon, 28 Sep 2020 07:34:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA257E0833; Mon, 28 Sep 2020 07:34:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B21A9E0833 for ; Mon, 28 Sep 2020 07:34:55 +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 3C9E1335D60 for ; Mon, 28 Sep 2020 07:34:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D91CA334 for ; Mon, 28 Sep 2020 07:34:52 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1601278487.50bbb7f2f34fa3aebe9ed0086db8ee3d84ad792d.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/convertdate/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/convertdate/Manifest dev-python/convertdate/convertdate-2.2.2.ebuild X-VCS-Directories: dev-python/convertdate/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 50bbb7f2f34fa3aebe9ed0086db8ee3d84ad792d X-VCS-Branch: dev Date: Mon, 28 Sep 2020 07:34:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 24b9e6eb-8916-43da-a48d-d71f49ab09cf X-Archives-Hash: be5a6586f6af4f1a102fee1abf0c77b2 commit: 50bbb7f2f34fa3aebe9ed0086db8ee3d84ad792d Author: Maciej Barć protonmail com> AuthorDate: Mon Sep 28 07:34:47 2020 +0000 Commit: Maciej Barć protonmail com> CommitDate: Mon Sep 28 07:34:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50bbb7f2 dev-python/convertdate: bump to 2.2.2 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Maciej Barć protonmail.com> dev-python/convertdate/Manifest | 1 + dev-python/convertdate/convertdate-2.2.2.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-python/convertdate/Manifest b/dev-python/convertdate/Manifest index ea77ba40..8620f5a5 100644 --- a/dev-python/convertdate/Manifest +++ b/dev-python/convertdate/Manifest @@ -1 +1,2 @@ DIST convertdate-2.2.1.tar.gz 40467 BLAKE2B b4f29a777b162e1e655c69bfbbe7806aedfeec4694811fd9d9026708bb250b0ebb15b3f85c8fb1df563c4a5133a1088fa94a63bf506921fa725a3ab3a61cec87 SHA512 69ae13b86834c1ea559209dc7f9c85cabf2881a6b40f9aa605d0f98c4f4328b05fca0bb8f2f516a42634bce49395d3a69a6f98b5de557bd95dc8e86e3f06f6fc +DIST convertdate-2.2.2.tar.gz 40825 BLAKE2B 180706f4730be1d5109c0da0a984b93f349ef8afc5e4cac6faaeb4fdb407e296ec6712cbaf7dfc621df63f3ad3db9ae1e2b11a38069d11485111b85cded40aff SHA512 9b0f75bc0b0e2066bee7f9a47cf0653e730f04c8b7357f3ca905f06cfbf8137a4332322758ff9af1b36ca010ab15dc0c718ae4471d5b55b9f925bf47eb3cb930 diff --git a/dev-python/convertdate/convertdate-2.2.2.ebuild b/dev-python/convertdate/convertdate-2.2.2.ebuild new file mode 100644 index 00000000..a4f7499f --- /dev/null +++ b/dev-python/convertdate/convertdate-2.2.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="Utils for converting between date formats and calculating holidays" +HOMEPAGE="https://github.com/fitnr/convertdate" +SRC_URI="https://github.com/fitnr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/pymeeus[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest