dev-python/HeapDict: initial import
authorSébastien Fabbro <bicatali@gentoo.org>
Mon, 6 Mar 2017 23:24:15 +0000 (23:24 +0000)
committerSébastien Fabbro <bicatali@gentoo.org>
Tue, 7 Mar 2017 00:17:19 +0000 (00:17 +0000)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/HeapDict/HeapDict-1.0.0.ebuild [new file with mode: 0644]
dev-python/HeapDict/Manifest [new file with mode: 0644]
dev-python/HeapDict/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/HeapDict/HeapDict-1.0.0.ebuild b/dev-python/HeapDict/HeapDict-1.0.0.ebuild
new file mode 100644 (file)
index 0000000..7935404
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Heap with decrease-key and increase-key operations"
+HOMEPAGE="http://stutzbachenterprises.com/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/HeapDict/Manifest b/dev-python/HeapDict/Manifest
new file mode 100644 (file)
index 0000000..b88ed73
--- /dev/null
@@ -0,0 +1 @@
+DIST HeapDict-1.0.0.tar.gz 7713 SHA256 40c9e3680616cfdf942f77429a3a9e0a76f31ce965d62f4ffbe63a83a5ef1b5a SHA512 1210acd3a6f3e091132d8b87963ec46c81d3141e1788c2a127fe348a9052d73225036aeabffc6a2089c7811b8571a43477055b746df6b128a645123862076bb5 WHIRLPOOL ad5ea24622e8a78688ee6a7e4e0bca188fbccf477d521fc42b223319ca610fd7c255c0ad817e31e0c0ef429645e71bc650089bd16e45698a4df1d16b97613927
diff --git a/dev-python/HeapDict/metadata.xml b/dev-python/HeapDict/metadata.xml
new file mode 100644 (file)
index 0000000..a59ab04
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>python@gentoo.org</email>
+    <name>Python</name>
+  </maintainer>
+  <longdescription>
+    heapdict implements the MutableMapping ABC, meaning it works pretty much like a regular Python dict.
+  </longdescription>
+  <upstream>
+    <remote-id type="pypi">HeapDict</remote-id>
+    <remote-id type="github">dask/zict</remote-id>    
+  </upstream>
+</pkgmetadata>