commit: 443ff8aad9a23f32eea8eeef73d876d75677043c Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Thu Apr 20 16:54:21 2017 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Thu Apr 20 16:54:21 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=443ff8aa
dev-python/shove: new package Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/shove/metadata.xml | 12 ++++++++++++ dev-python/shove/shove-0.6.6.ebuild | 20 ++++++++++++++++++++ 2 files changed, 32 insertions(+) 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>mmokr...@fold.natur.cuni.cz</email> + <name>Martin Mokrejs</name> + </maintainer> + <maintainer type="project"> + <email>sci-biol...@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}"