commit: e8b355fc5f85d76c737cf074a72faf46c763d4a8 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Wed Dec 30 16:28:08 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Thu Dec 31 17:22:01 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e8b355fc
dev-python/toposort: new dep Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> dev-python/toposort/metadata.xml | 12 ++++++++++++ dev-python/toposort/toposort-1.6.ebuild | 18 ++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-python/toposort/metadata.xml b/dev-python/toposort/metadata.xml new file mode 100644 index 000000000..7ef2c3782 --- /dev/null +++ b/dev-python/toposort/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Science Project</name> + </maintainer> + <upstream> + <remote-id type="gitlab">ericvsmith/toposort</remote-id> + <remote-id type="pypi">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..a9917ed10 --- /dev/null +++ b/dev-python/toposort/toposort-1.6.ebuild @@ -0,0 +1,18 @@ +# 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="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests setup.py
