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 0479F1382C5 for ; Mon, 21 Jun 2021 07:42:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CF5FE085A; Mon, 21 Jun 2021 07:42:40 +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 437B6E085A for ; Mon, 21 Jun 2021 07:42:40 +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 EAFA133BDF0 for ; Mon, 21 Jun 2021 07:42:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 539462B for ; Mon, 21 Jun 2021 07:42: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: <1624261253.9362fb2a3be8f129f788a867d8c3741e6b3d98fb.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/agate-dbf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/agate-dbf/Manifest dev-python/agate-dbf/agate-dbf-0.2.2.ebuild dev-python/agate-dbf/metadata.xml X-VCS-Directories: dev-python/agate-dbf/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 9362fb2a3be8f129f788a867d8c3741e6b3d98fb X-VCS-Branch: master Date: Mon, 21 Jun 2021 07:42: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4357e519-10de-49e5-b896-7c9a0cc953b3 X-Archives-Hash: 9c6698783f41abf125c7c2f9a1cc0baf commit: 9362fb2a3be8f129f788a867d8c3741e6b3d98fb Author: Zac Medico gentoo org> AuthorDate: Mon Jun 21 07:28:45 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jun 21 07:40:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9362fb2a dev-python/agate-dbf: Initial import Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Zac Medico gentoo.org> dev-python/agate-dbf/Manifest | 1 + dev-python/agate-dbf/agate-dbf-0.2.2.ebuild | 22 ++++++++++++++++++++++ dev-python/agate-dbf/metadata.xml | 13 +++++++++++++ 3 files changed, 36 insertions(+) diff --git a/dev-python/agate-dbf/Manifest b/dev-python/agate-dbf/Manifest new file mode 100644 index 00000000000..455e50e3c9d --- /dev/null +++ b/dev-python/agate-dbf/Manifest @@ -0,0 +1 @@ +DIST agate-dbf-0.2.2.tar.gz 2863 BLAKE2B 112b03e1a02b70e63f77195a999a60a59b4e02af55da2b9d94e9d535f557c4193129dcb8ce3f91d93cbc6e19196705009574e3b9e5073f9934d00636bb4b2abd SHA512 3e99404dfcd521010bc3eb5899871dfc63581e03604f80b0a42d4db48f486137fd48685024decd380d346ac5c2089a0d19dd9229893e8d5337b9bd9d7b4eb3b6 diff --git a/dev-python/agate-dbf/agate-dbf-0.2.2.ebuild b/dev-python/agate-dbf/agate-dbf-0.2.2.ebuild new file mode 100644 index 00000000000..40f14f91612 --- /dev/null +++ b/dev-python/agate-dbf/agate-dbf-0.2.2.ebuild @@ -0,0 +1,22 @@ +# 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="Adds read support for DBF files to agate." +HOMEPAGE="https://github.com/wireservice/agate-dbf https://pypi.org/project/agate-dbf/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" +RDEPEND="" + +RDEPEND=" + >=dev-python/agate-1.5.0[${PYTHON_USEDEP}] + >=dev-python/dbfread-2.0.5[${PYTHON_USEDEP}] +" diff --git a/dev-python/agate-dbf/metadata.xml b/dev-python/agate-dbf/metadata.xml new file mode 100644 index 00000000000..93b393c9134 --- /dev/null +++ b/dev-python/agate-dbf/metadata.xml @@ -0,0 +1,13 @@ + + + + + zmedico@gentoo.org + + + https://github.com/wireservice/agate-dbf/issues + https://github.com/wireservice/agate-dbf/blob/master/CHANGELOG.rst + agate-dbf + wireservice/agate-dbf + +