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 7A9C61382C5 for ; Mon, 21 Jun 2021 06:25:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2C55E0866; Mon, 21 Jun 2021 06:25:40 +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 96198E0866 for ; Mon, 21 Jun 2021 06:25:40 +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 7AF44335D4F for ; Mon, 21 Jun 2021 06:25:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FCB278F for ; Mon, 21 Jun 2021 06:25:38 +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: <1624256734.5b07ba9140637583d073af1eab282a39094bd731.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/agate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/agate/Manifest dev-python/agate/agate-1.6.1.ebuild dev-python/agate/metadata.xml X-VCS-Directories: dev-python/agate/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 5b07ba9140637583d073af1eab282a39094bd731 X-VCS-Branch: master Date: Mon, 21 Jun 2021 06:25:38 +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: af68c444-c844-4e25-aa10-e4d31186820c X-Archives-Hash: 4b9f090058391d6ff16a523f426eea44 commit: 5b07ba9140637583d073af1eab282a39094bd731 Author: Zac Medico gentoo org> AuthorDate: Mon Jun 21 06:07:00 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jun 21 06:25:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b07ba91 dev-python/agate: Initial import Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Zac Medico gentoo.org> dev-python/agate/Manifest | 1 + dev-python/agate/agate-1.6.1.ebuild | 24 ++++++++++++++++++++++++ dev-python/agate/metadata.xml | 13 +++++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-python/agate/Manifest b/dev-python/agate/Manifest new file mode 100644 index 00000000000..79f708548fd --- /dev/null +++ b/dev-python/agate/Manifest @@ -0,0 +1 @@ +DIST agate-1.6.1.tar.gz 137280 BLAKE2B cc022eb05865af0c3f2602d0e5da19a7cbc1516ffbac3900e8cf5c414ff9237151911036170632bfddc4ebe1d40192a3efc0fa73f5ec25a996345919165729ec SHA512 03cbd569a8cff8352ea7fc7469508f5aa5fd6e99381088b53711cc688f8fe9c19c50265852d2e1f9b92852509dbab9630359b72b504a46c9f0aaa37b14027ab9 diff --git a/dev-python/agate/agate-1.6.1.ebuild b/dev-python/agate/agate-1.6.1.ebuild new file mode 100644 index 00000000000..e29e6ef54d1 --- /dev/null +++ b/dev-python/agate/agate-1.6.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{8..9} ) +DISTUTILS_USE_SETUPTOOLS=bdepend + +inherit distutils-r1 + +DESCRIPTION="Python charting for 80% of humans." +HOMEPAGE="https://github.com/wireservice/leather https://pypi.org/project/leather/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +RDEPEND=" + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] + >=dev-python/pytimeparse-1.1.5[${PYTHON_USEDEP}] + >=dev-python/parsedatetime-2.1[${PYTHON_USEDEP}] + >=dev-python/Babel-2.0[${PYTHON_USEDEP}] + >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}] + >=dev-python/python-slugify-1.2.1[${PYTHON_USEDEP}] + >=dev-python/leather-0.3.2[${PYTHON_USEDEP}] +" diff --git a/dev-python/agate/metadata.xml b/dev-python/agate/metadata.xml new file mode 100644 index 00000000000..59880222a94 --- /dev/null +++ b/dev-python/agate/metadata.xml @@ -0,0 +1,13 @@ + + + + + zmedico@gentoo.org + + + https://github.com/wireservice/agate/issues + https://github.com/wireservice/agate/commits/master + agate + wireservice/agate + +