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 787031382C5 for ; Thu, 31 Dec 2020 17:26:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A75F4E0809; Thu, 31 Dec 2020 17:26:56 +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 8D09EE0809 for ; Thu, 31 Dec 2020 17:26:56 +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 9C3BD33E622 for ; Thu, 31 Dec 2020 17:26:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50A72332 for ; Thu, 31 Dec 2020 17:26:54 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1609435321.c9d924c16cd035cbbb89e4a813d33666075eebc7.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/datrie/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/datrie/datrie-0.8.2.ebuild dev-python/datrie/metadata.xml X-VCS-Directories: dev-python/datrie/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: c9d924c16cd035cbbb89e4a813d33666075eebc7 X-VCS-Branch: master Date: Thu, 31 Dec 2020 17:26:54 +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: bafc338b-5351-4fcd-97ff-2c91e1353969 X-Archives-Hash: 6146e05bc9dd23f8525899434f559750 commit: c9d924c16cd035cbbb89e4a813d33666075eebc7 Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Dec 30 16:28:38 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Thu Dec 31 17:22:01 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c9d924c1 dev-python/datrie: new dep Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> Signed-off-by: Aisha Tammy aisha.cc> dev-python/datrie/datrie-0.8.2.ebuild | 31 +++++++++++++++++++++++++++++++ dev-python/datrie/metadata.xml | 12 ++++++++++++ 2 files changed, 43 insertions(+) diff --git a/dev-python/datrie/datrie-0.8.2.ebuild b/dev-python/datrie/datrie-0.8.2.ebuild new file mode 100644 index 000000000..de547910d --- /dev/null +++ b/dev-python/datrie/datrie-0.8.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="Implements a topological sort algorithm" +HOMEPAGE="https://gitlab.com/ericvsmith/toposort" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +python_prepare_all() { + # do not depend on pytest-runner + sed -i "/pytest-runner/d" setup.py || die + distutils-r1_python_prepare_all +} diff --git a/dev-python/datrie/metadata.xml b/dev-python/datrie/metadata.xml new file mode 100644 index 000000000..a399a3d31 --- /dev/null +++ b/dev-python/datrie/metadata.xml @@ -0,0 +1,12 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + + pytries/datrie + datrie + +