aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2017-04-20 18:54:21 +0200
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2017-04-20 18:54:21 +0200
commit443ff8aad9a23f32eea8eeef73d876d75677043c (patch)
tree11ec50391d9d76f37476e5e62b9c3ed9031f89ff /dev-python
parentdev-python/bcbio-gff: new package (diff)
downloadsci-443ff8aad9a23f32eea8eeef73d876d75677043c.tar.gz
sci-443ff8aad9a23f32eea8eeef73d876d75677043c.tar.bz2
sci-443ff8aad9a23f32eea8eeef73d876d75677043c.zip
dev-python/shove: new package
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/shove/Manifest1
-rw-r--r--dev-python/shove/metadata.xml12
-rw-r--r--dev-python/shove/shove-0.6.6.ebuild20
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/shove/Manifest b/dev-python/shove/Manifest
new file mode 100644
index 000000000..821b94d42
--- /dev/null
+++ b/dev-python/shove/Manifest
@@ -0,0 +1 @@
+DIST shove-0.6.6.tar.gz 19442 SHA256 7542b25baaa5e6da0e9053dd7b1ce288194ec71e9a03987f8dc1b3ec9c7e3e0e SHA512 aa3386eea6ac3806fe6f475c411fb2a80124029d6c6a26f42a2197db904065d467431b75ae47baf85cdfe1762708eb53096575c8d72188633499cdb3b02a456d WHIRLPOOL 9ce85a1044ea13b51b1eeeba1617527515b177d73c2183f322c6271cdda97948f9096731beb503e84260d71fe7b87c92517aaccec731b69a30a398ec3d85fa35
diff --git a/dev-python/shove/metadata.xml b/dev-python/shove/metadata.xml
new file mode 100644
index 000000000..f68a1b6fa
--- /dev/null
+++ b/dev-python/shove/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="person">
+ <email>mmokrejs@fold.natur.cuni.cz</email>
+ <name>Martin Mokrejs</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci-biology@gentoo.org</email>
+ <name>Gentoo Biology Project</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/shove/shove-0.6.6.ebuild b/dev-python/shove/shove-0.6.6.ebuild
new file mode 100644
index 000000000..dd5a25e73
--- /dev/null
+++ b/dev-python/shove/shove-0.6.6.ebuild
@@ -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_5 )
+inherit distutils-r1
+
+DESCRIPTION="Object storage frontend to DBM/fs/mem/sqlite backends"
+HOMEPAGE="https://github.com/lcrees/shove
+ https://pypi.python.org/pypi/shove"
+SRC_URI="https://github.com/lcrees/shove/archive/0.6.6.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"