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 A6894138359 for ; Wed, 28 Oct 2020 23:36:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCED6E0887; Wed, 28 Oct 2020 23:36:11 +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 632E6E0887 for ; Wed, 28 Oct 2020 23:36: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 F0BFC340EA4 for ; Wed, 28 Oct 2020 23:36:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AD4A3BD for ; Wed, 28 Oct 2020 23:36:08 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1603928161.875b8c440c07c64c80d73bd87730e1ff49b32f05.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libpy_simdjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/libpy_simdjson/Manifest dev-python/libpy_simdjson/libpy_simdjson-0.4.0.ebuild dev-python/libpy_simdjson/metadata.xml X-VCS-Directories: dev-python/libpy_simdjson/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 875b8c440c07c64c80d73bd87730e1ff49b32f05 X-VCS-Branch: master Date: Wed, 28 Oct 2020 23:36: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: 9de4f336-1ebc-408f-bf62-f9e7e23d09e0 X-Archives-Hash: 505b1cd045764540512256f43901aea9 commit: 875b8c440c07c64c80d73bd87730e1ff49b32f05 Author: Patrick McLean sony com> AuthorDate: Wed Oct 28 23:35:54 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed Oct 28 23:36:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=875b8c44 dev-python/libpy_simdjson: New package Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Patrick McLean gentoo.org> dev-python/libpy_simdjson/Manifest | 1 + .../libpy_simdjson/libpy_simdjson-0.4.0.ebuild | 33 ++++++++++++++++++++++ dev-python/libpy_simdjson/metadata.xml | 8 ++++++ 3 files changed, 42 insertions(+) diff --git a/dev-python/libpy_simdjson/Manifest b/dev-python/libpy_simdjson/Manifest new file mode 100644 index 00000000000..388003c93dd --- /dev/null +++ b/dev-python/libpy_simdjson/Manifest @@ -0,0 +1 @@ +DIST libpy_simdjson-0.4.0.tar.gz 3319968 BLAKE2B bb24af861cda5973af73718f098a514e74e852f59703c694a7bd4875f183cb0daacab7cedca9757df42557f6d1d9e2408e15443977a1dbdd6bb12cd09a488774 SHA512 c3a8c1a24f338d1fdcd0a07c64da8887b0e6e44dc701ddc23f27d569319c01d9f7ff9198de6d828e2925c2fd6444b64e3273f4e16fc9d5c1a173c6edfaccd83f diff --git a/dev-python/libpy_simdjson/libpy_simdjson-0.4.0.ebuild b/dev-python/libpy_simdjson/libpy_simdjson-0.4.0.ebuild new file mode 100644 index 00000000000..16a49780829 --- /dev/null +++ b/dev-python/libpy_simdjson/libpy_simdjson-0.4.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend +inherit distutils-r1 + +DESCRIPTION="Python bindings for simdjson using libpy" +HOMEPAGE="https://github.com/gerrymanoim/libpy_simdjson" +SRC_URI="https://github.com/gerrymanoim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + dev-cpp/range-v3:= + dev-libs/simdjson:= + dev-libs/libpy[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" +BDEPEND="${DEPEND}" + +distutils_enable_tests pytest + +python_prepare_all() { + # benchmark tests have extra dependencies + rm libpy_simdjson/tests/test_benchmark.py || die + + distutils-r1_python_prepare_all +} diff --git a/dev-python/libpy_simdjson/metadata.xml b/dev-python/libpy_simdjson/metadata.xml new file mode 100644 index 00000000000..cee379b1540 --- /dev/null +++ b/dev-python/libpy_simdjson/metadata.xml @@ -0,0 +1,8 @@ + + + + + chutzpah@gentoo.org + Patrick McLean + +