From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09596139085 for ; Mon, 16 Jan 2017 09:28:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D05AE0EFB; Mon, 16 Jan 2017 09:28:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DDE5E0EFA for ; Mon, 16 Jan 2017 09:28:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0C1E340EE8 for ; Mon, 16 Jan 2017 09:28:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D72B2418 for ; Mon, 16 Jan 2017 09:28:21 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1484558859.b9e07140ae13284b7501e02e1ce24e12f27fd9c5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/minidb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/minidb/Manifest dev-python/minidb/metadata.xml dev-python/minidb/minidb-2.0.2.ebuild X-VCS-Directories: dev-python/minidb/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b9e07140ae13284b7501e02e1ce24e12f27fd9c5 X-VCS-Branch: master Date: Mon, 16 Jan 2017 09:28:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: eca13986-516e-4825-91ad-762860110f1e X-Archives-Hash: bd6447083d78128cfc99e971369cd2ce commit: b9e07140ae13284b7501e02e1ce24e12f27fd9c5 Author: Louis Sautier gmail com> AuthorDate: Mon Jan 16 00:51:09 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Jan 16 09:27:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e07140 dev-python/minidb: bump to 2.0.2 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3496 dev-python/minidb/Manifest | 1 + dev-python/minidb/metadata.xml | 1 - dev-python/minidb/minidb-2.0.2.ebuild | 28 ++++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/dev-python/minidb/Manifest b/dev-python/minidb/Manifest index 23002d4..e4c0ebe 100644 --- a/dev-python/minidb/Manifest +++ b/dev-python/minidb/Manifest @@ -1 +1,2 @@ DIST minidb-2.0.1.tar.gz 13848 SHA256 be894fc4e68e3ce9b84b3992f12fbbea5051d3c2a11019b1da463099f24725f5 SHA512 98be264ba669ef08f180c469ca8375540436244228ee4e0c4e4b0511425b909eb4c64dc812a27d0b490af5972e0897538f905590b7d2dd19f6fdd160280a6b4b WHIRLPOOL a209d44f26add8ebae0ad142c94fdfcd4698b80d4f7e491ad16d36a4704f8fa9f3e8649aead9b268cb80055c6ae9f4691e6428979e048907a79caef8165fb864 +DIST minidb-2.0.2.tar.gz 13928 SHA256 43d59231556e9ed43d88c8c1ffcca30886b4db6436625599eeeb22bb9f74ab2b SHA512 92879d6df61b0f9f72f9fe8f1cf38d559477983c6bba8c88ed02289570daff02f6f8d7010c0a95ffce049ab67be69323c47caefdfe3a8b008038377235ed9a5f WHIRLPOOL 3ec87fc16ca02c817c70917a8bb0b3da5f12aeaf0b54827551b27a1549ad8daad635d88a81a14730c9deea50ca582f201cbef83ca929a14d91b1b722d5865a58 diff --git a/dev-python/minidb/metadata.xml b/dev-python/minidb/metadata.xml index 9144106..0d15c31 100644 --- a/dev-python/minidb/metadata.xml +++ b/dev-python/minidb/metadata.xml @@ -4,7 +4,6 @@ sautier.louis@gmail.com Louis Sautier - Proxied maintainer; set to assignee in all bugs proxy-maint@gentoo.org diff --git a/dev-python/minidb/minidb-2.0.2.ebuild b/dev-python/minidb/minidb-2.0.2.ebuild new file mode 100644 index 00000000..48fb218 --- /dev/null +++ b/dev-python/minidb/minidb-2.0.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_REQ_USE="sqlite" + +inherit distutils-r1 + +DESCRIPTION="Simple SQLite-based object store" +HOMEPAGE="https://thp.io/2010/minidb/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] ) +" + +python_test() { + nosetests test || die "tests failed with ${EPYTHON}" +}