From: "Sergey Torokhov" <torokhov-s-a@yandex.ru>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/toposort/
Date: Mon, 6 Sep 2021 19:50:07 +0000 (UTC) [thread overview]
Message-ID: <1630957293.c352078e60aa68dca22d22c60f89155f205bf9be.SergeyTorokhov@gentoo> (raw)
commit: c352078e60aa68dca22d22c60f89155f205bf9be
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Mon Sep 6 19:40:36 2021 +0000
Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Mon Sep 6 19:41:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c352078e
dev-python/toposort: new package
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
dev-python/toposort/Manifest | 1 +
dev-python/toposort/metadata.xml | 13 +++++++++++++
dev-python/toposort/toposort-1.6.ebuild | 27 +++++++++++++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/dev-python/toposort/Manifest b/dev-python/toposort/Manifest
new file mode 100644
index 000000000..6e30f532e
--- /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 000000000..584888840
--- /dev/null
+++ b/dev-python/toposort/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>torokhov-s-a@yandex.ru</email>
+ <name>Sergey Torokhov</name>
+ </maintainer>
+ <longdescription lang="en">Implements a topological sort algorithm.</longdescription>
+ <upstream>
+ <remote-id type="pypi">toposort</remote-id>
+ <remote-id type="gitlab">ericvsmith/toposort</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/toposort/toposort-1.6.ebuild b/dev-python/toposort/toposort-1.6.ebuild
new file mode 100644
index 000000000..652575a8f
--- /dev/null
+++ b/dev-python/toposort/toposort-1.6.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A topological sort for python"
+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"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+
+DOCS=()
+
+python_test() {
+ ${EPYTHON} setup.py test || die
+}
next reply other threads:[~2021-09-06 19:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-06 19:50 Sergey Torokhov [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-09-20 9:13 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/toposort/ Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1630957293.c352078e60aa68dca22d22c60f89155f205bf9be.SergeyTorokhov@gentoo \
--to=torokhov-s-a@yandex.ru \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox