aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-09-20 11:04:30 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-09-20 11:04:30 +0200
commit5f3b48051a8db98dcbf8abed930f09023909a16d (patch)
treeba4bed625f1d77f2ea9415338b926f05a431568e
parentsci-mathematics/acl2: Update 8.3 to the original intended ebuild (diff)
downloadsci-5f3b48051a8db98dcbf8abed930f09023909a16d.tar.gz
sci-5f3b48051a8db98dcbf8abed930f09023909a16d.tar.bz2
sci-5f3b48051a8db98dcbf8abed930f09023909a16d.zip
dev-python/toposrt: move to ::gentoo
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--dev-python/toposort/Manifest1
-rw-r--r--dev-python/toposort/metadata.xml12
-rw-r--r--dev-python/toposort/toposort-1.6.ebuild18
3 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/toposort/Manifest b/dev-python/toposort/Manifest
deleted file mode 100644
index 6e30f532e..000000000
--- a/dev-python/toposort/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 7ef2c3782..000000000
--- a/dev-python/toposort/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</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
deleted file mode 100644
index a9917ed10..000000000
--- a/dev-python/toposort/toposort-1.6.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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