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 D7A65138351 for ; Sat, 2 May 2020 16:46:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23614E0B01; Sat, 2 May 2020 16:46:34 +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 0A9F9E0B01 for ; Sat, 2 May 2020 16:46:33 +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 B3B9C34F2AF for ; Sat, 2 May 2020 16:46:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05CEA207 for ; Sat, 2 May 2020 16:46:00 +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: <1588436889.6a2a1ec9125ce6e8d7aa0658cf0bad9a63e5ed81.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.0.ebuild dev-python/convertdate/metadata.xml X-VCS-Directories: dev-python/convertdate/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 6a2a1ec9125ce6e8d7aa0658cf0bad9a63e5ed81 X-VCS-Branch: dev Date: Sat, 2 May 2020 16:46:00 +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: c63aa5de-7183-408d-b114-5b49e11b2bed X-Archives-Hash: fae19f84c1598ddc750acc76253b625c commit: 6a2a1ec9125ce6e8d7aa0658cf0bad9a63e5ed81 Author: Maciej Barć protonmail com> AuthorDate: Sat May 2 16:28:09 2020 +0000 Commit: Maciej Barć protonmail com> CommitDate: Sat May 2 16:28:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a2a1ec9 dev-python/convertdate: new package; add version 2.2.0 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Maciej Barć protonmail.com> dev-python/convertdate/Manifest | 1 + dev-python/convertdate/convertdate-2.2.0.ebuild | 21 +++++++++++++++++++++ dev-python/convertdate/metadata.xml | 12 ++++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-python/convertdate/Manifest b/dev-python/convertdate/Manifest new file mode 100644 index 0000000..8d8d4e2 --- /dev/null +++ b/dev-python/convertdate/Manifest @@ -0,0 +1 @@ +DIST convertdate-2.2.0.tar.gz 29774 BLAKE2B 0ff546c483f10edff8c8ce062d606560cc435b14376426fbfcfaa50133da65f7da8754f49cd30ae171529b722db52add6569e4d439901f1f86d279f7e762e662 SHA512 493dfa6ae7cf984eacb6920f0a9df9aa5fe62edb837b83648210b820669c7d28185ffb06f4c20be1a77e91cdf96551f7015860ce5f61cd1afdbe497c79dd4027 diff --git a/dev-python/convertdate/convertdate-2.2.0.ebuild b/dev-python/convertdate/convertdate-2.2.0.ebuild new file mode 100644 index 0000000..ba2bc57 --- /dev/null +++ b/dev-python/convertdate/convertdate-2.2.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Utils for converting between date formats and calculating holidays" +HOMEPAGE="https://github.com/fitnr/convertdate" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/pymeeus[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] +" diff --git a/dev-python/convertdate/metadata.xml b/dev-python/convertdate/metadata.xml new file mode 100644 index 0000000..bc46457 --- /dev/null +++ b/dev-python/convertdate/metadata.xml @@ -0,0 +1,12 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + fitnr/convertdate + convertdate + +