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 1F300139336 for ; Tue, 29 Jun 2021 03:25:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD5FEE0855; Tue, 29 Jun 2021 03:25:06 +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 02F23E085B for ; Tue, 29 Jun 2021 03:25:05 +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 599FA335CA6 for ; Tue, 29 Jun 2021 03:25:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDB927A0 for ; Tue, 29 Jun 2021 03:25:02 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1624937100.a562070b92ebe7a297623983cd7c7c8103199f1e.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/bson/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/bson/Manifest dev-python/bson/bson-0.5.8.ebuild dev-python/bson/metadata.xml X-VCS-Directories: dev-python/bson/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: a562070b92ebe7a297623983cd7c7c8103199f1e X-VCS-Branch: dev Date: Tue, 29 Jun 2021 03:25:02 +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: 838a80f3-91be-4a12-96a5-c834cc162645 X-Archives-Hash: e6c34665060a8030608f618bcf7b31c5 commit: a562070b92ebe7a297623983cd7c7c8103199f1e Author: Alessandro Barbieri gmail com> AuthorDate: Tue Jun 29 03:08:41 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue Jun 29 03:25:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a562070b dev-python/bson: initial import Signed-off-by: Alessandro Barbieri gmail.com> dev-python/bson/Manifest | 1 + dev-python/bson/bson-0.5.8.ebuild | 29 +++++++++++++++++++++++++++++ dev-python/bson/metadata.xml | 14 ++++++++++++++ 3 files changed, 44 insertions(+) diff --git a/dev-python/bson/Manifest b/dev-python/bson/Manifest new file mode 100644 index 000000000..b9926ce14 --- /dev/null +++ b/dev-python/bson/Manifest @@ -0,0 +1 @@ +DIST bson-0.5.8.tar.gz 24114 BLAKE2B e35055dcd3c8b1cf77ec9d9496d32d4bca4e9ab31ecf79399a8449c459d1b5e67375bd88743175f1450311519b55cbca8c11a8da736ba87907e1497b5a94b363 SHA512 68bd69d1f5d0d11014d51c0901e7f44b7a3d9f7ad013af4137b7ac48bc42f81bd1423115b67939beedf6e7336794e7ffd4d0d539222d4eaa50845ae25622f21a diff --git a/dev-python/bson/bson-0.5.8.ebuild b/dev-python/bson/bson-0.5.8.ebuild new file mode 100644 index 000000000..f3a396140 --- /dev/null +++ b/dev-python/bson/bson-0.5.8.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Independent BSON codec for Python that doesn’t depend on MongoDB" +HOMEPAGE="https://github.com/py-bson/bson" +SRC_URI="https://github.com/py-bson/bson/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND=" + >=dev-python/python-dateutil-2.4.0[${PYTHON_USEDEP}] + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" + +python_test() { + "${EPYTHON}" test.py || die +} diff --git a/dev-python/bson/metadata.xml b/dev-python/bson/metadata.xml new file mode 100644 index 000000000..6798dda1a --- /dev/null +++ b/dev-python/bson/metadata.xml @@ -0,0 +1,14 @@ + + + + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/py-bson/bson/issues + py-bson/bson + bson + +