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 65E821382C5 for ; Mon, 21 Jun 2021 07:14:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A212E0845; Mon, 21 Jun 2021 07:14:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 804E2E0845 for ; Mon, 21 Jun 2021 07:14:11 +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 687D7335C56 for ; Mon, 21 Jun 2021 07:14:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D344B2B for ; Mon, 21 Jun 2021 07:14:08 +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: <1624259149.2a01bc82f43e079c49fb4637583e7503544d2197.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dbfread/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dbfread/Manifest dev-python/dbfread/dbfread-2.0.7.ebuild dev-python/dbfread/metadata.xml X-VCS-Directories: dev-python/dbfread/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 2a01bc82f43e079c49fb4637583e7503544d2197 X-VCS-Branch: master Date: Mon, 21 Jun 2021 07:14:08 +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: 9affe8f9-213c-492f-bb85-b611e60a2f22 X-Archives-Hash: 1e05fa30ac025cd88171bec1ef95b0e3 commit: 2a01bc82f43e079c49fb4637583e7503544d2197 Author: Zac Medico gentoo org> AuthorDate: Mon Jun 21 07:05:49 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jun 21 07:05:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a01bc82 dev-python/dbfread: Initial import Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Zac Medico gentoo.org> dev-python/dbfread/Manifest | 1 + dev-python/dbfread/dbfread-2.0.7.ebuild | 17 +++++++++++++++++ dev-python/dbfread/metadata.xml | 13 +++++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-python/dbfread/Manifest b/dev-python/dbfread/Manifest new file mode 100644 index 00000000000..f6f5ebe70b1 --- /dev/null +++ b/dev-python/dbfread/Manifest @@ -0,0 +1 @@ +DIST dbfread-2.0.7.tar.gz 33212 BLAKE2B 03c9a0d93b13c7573b5bcec6c5af1ac43bd00ead2b3e83638f45344b2344062e86d764b095e699afdaea2405176ee15122c975a2f72b25bd167f5faaaf33043b SHA512 86c3a29e351b985984be67401a6dfe3e39cd92451a122788ade83d65313dde37a3706ce36c4365bd36ba1df62ee057b625f1e0f077aa4a248c7456258189f548 diff --git a/dev-python/dbfread/dbfread-2.0.7.ebuild b/dev-python/dbfread/dbfread-2.0.7.ebuild new file mode 100644 index 00000000000..f9a2f585866 --- /dev/null +++ b/dev-python/dbfread/dbfread-2.0.7.ebuild @@ -0,0 +1,17 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_SETUPTOOLS=bdepend + +inherit distutils-r1 + +DESCRIPTION="Read DBF Files with Python" +HOMEPAGE="https://github.com/olemb/dbfread https://pypi.org/project/dbfread/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" +RDEPEND="" diff --git a/dev-python/dbfread/metadata.xml b/dev-python/dbfread/metadata.xml new file mode 100644 index 00000000000..756d2b8b2cf --- /dev/null +++ b/dev-python/dbfread/metadata.xml @@ -0,0 +1,13 @@ + + + + + zmedico@gentoo.org + + + https://github.com/olemb/dbfread/issues + https://github.com/olemb/dbfread/commits/master + dbfread + olemb/dbfread + +