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 4037B158092 for ; Mon, 20 Sep 2021 09:04:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80C46E0903; Mon, 20 Sep 2021 09:04:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62C22E0903 for ; Mon, 20 Sep 2021 09:04:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 507333431A6 for ; Mon, 20 Sep 2021 09:04:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D63A7BD for ; Mon, 20 Sep 2021 09:04:07 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1632128645.4d6a2520a54d5fb058fbc4268e3c7cd655ec08d2.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/toposort/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/toposort/Manifest dev-python/toposort/metadata.xml dev-python/toposort/toposort-1.6.ebuild X-VCS-Directories: dev-python/toposort/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 4d6a2520a54d5fb058fbc4268e3c7cd655ec08d2 X-VCS-Branch: master Date: Mon, 20 Sep 2021 09:04:07 +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: 590c5a6f-2c4e-499f-9cae-8ae4a34f4d71 X-Archives-Hash: f1a702cc3d95d0f0ee6a535cd91bb084 commit: 4d6a2520a54d5fb058fbc4268e3c7cd655ec08d2 Author: Sergey Torokhov yandex ru> AuthorDate: Sat Sep 18 19:21:24 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Sep 20 09:04:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6a2520 dev-python/toposort: new pakage, move from Science and Guru overlays Since this package is common dependecy for packages from both overlays it's offered to bring it to portage tree. Packages that depend on dev-python/toposort: in Science overlay dev-python/cadquery-pywrap dev-python/snakemake (PYTHON_TARGETS is required to be upd. to 8..9 or 8..10) in GURU overlay app-doc/ford Ebuild is picked up from Science overlay with the following chages: - PYTHON_TARGETS updated to 8..10 (instead of 7..9); - Add proxied-maintainer via Gentoo Scince Project. After addition package to portage tree it could be removed from mentioned above overalays. Signed-off-by: Sergey Torokhov yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/22330 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/toposort/Manifest | 1 + dev-python/toposort/metadata.xml | 17 +++++++++++++++++ dev-python/toposort/toposort-1.6.ebuild | 18 ++++++++++++++++++ 3 files changed, 36 insertions(+) diff --git a/dev-python/toposort/Manifest b/dev-python/toposort/Manifest new file mode 100644 index 00000000000..6e30f532eec --- /dev/null +++ b/dev-python/toposort/Manifest @@ -0,0 +1 @@ +DIST toposort-1.6.tar.gz 11690 BLAKE2B a9a57fd182a3324d43112c3f84a20039f032d99bf2c35c6678a6a08c23b123f18610f460529dd39c769b935d98270a25ded2f1a483e4e6f06d3ccc501b340cb8 SHA512 8dc30b5d5a6f476756520236bc93840243690779783ec8f0b5ef0f72c64d774177b25d10d2e024cda968f81352abbc4f89f3069760fc3a86bd5ee387e7951928 diff --git a/dev-python/toposort/metadata.xml b/dev-python/toposort/metadata.xml new file mode 100644 index 00000000000..d8231c83608 --- /dev/null +++ b/dev-python/toposort/metadata.xml @@ -0,0 +1,17 @@ + + + + + torokhov-s-a@yandex.ru + Sergey Torokhov + + + sci@gentoo.org + Gentoo Science Project + + + + ericvsmith/toposort + toposort + + diff --git a/dev-python/toposort/toposort-1.6.ebuild b/dev-python/toposort/toposort-1.6.ebuild new file mode 100644 index 00000000000..ae4eca4b79e --- /dev/null +++ b/dev-python/toposort/toposort-1.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +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="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests setup.py