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 9BD42138331 for ; Sat, 13 Jan 2018 12:16:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EED84E09AE; Sat, 13 Jan 2018 12:16:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C42CAE09AB for ; Sat, 13 Jan 2018 12:16:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A0B3335C69 for ; Sat, 13 Jan 2018 12:16:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D72021BF for ; Sat, 13 Jan 2018 12:16:42 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1515845784.99c48c6063df597b372c0edf2a8ed1f1cf5ca839.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simplekv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/simplekv/Manifest dev-python/simplekv/simplekv-0.11.7.ebuild X-VCS-Directories: dev-python/simplekv/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 99c48c6063df597b372c0edf2a8ed1f1cf5ca839 X-VCS-Branch: master Date: Sat, 13 Jan 2018 12:16:42 +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: e95f7ace-7b99-4989-aa15-5491a1938944 X-Archives-Hash: cd33fa6d957fcfe6d901d79e04b0c0d3 commit: 99c48c6063df597b372c0edf2a8ed1f1cf5ca839 Author: Alexis Ballier gentoo org> AuthorDate: Sat Jan 13 10:58:28 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Jan 13 12:16:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c48c60 dev-python/simplekv: bump to 0.11.7 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/simplekv/Manifest | 1 + dev-python/simplekv/simplekv-0.11.7.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-python/simplekv/Manifest b/dev-python/simplekv/Manifest index 06d02ce5eb6..cb3c2643aa2 100644 --- a/dev-python/simplekv/Manifest +++ b/dev-python/simplekv/Manifest @@ -1,2 +1,3 @@ DIST simplekv-0.11.5.tar.gz 19225 BLAKE2B feb9ce889576aa45e3915442c23a1c488ef4218c2eaa1ac39cb6ed97c909ca97e1e1e8cd6ba4ae7971c88e2a1feb892987ce3b2995e2e5532a866f6318bb45f0 SHA512 68aa5340fbce187776e0228d5fc9ff6414d2f3049cd9fcef4b92c8d9a7107145d28fb8a30a37d075aadc74975bd355dcab9d8ff87880965ea4c42b41f909eef7 +DIST simplekv-0.11.7.tar.gz 19333 BLAKE2B e9ad1aa038354b2d61f067096a1c165b7e200adfb1e75a17eaf69cff2336afc2caca464534ab26e32a2f919106dd2da94e79b9314bb4967bd98313000cc1f8f8 SHA512 8589f4437a11c200cecc2574e238d3686d81fdb27de451ed5c90f150ff8c1e3d56d729679b0cfac63ded2651e9657e1c90d99ceb9abe156a21eb043edd7520fd DIST simplekv-0.9.2.tar.gz 13750 BLAKE2B b3e64064ee8326a3e168cbb0ff7196e2b82ffd38c0388ca42d63c5f5ddf3078c071bf9ae2cb5b94bf7ef05a338800d567c9e61a4d560eb11f0e95b7eed8b1f9d SHA512 cfa17cc0920d4a0513c56443c30ed07a77130f689d71130a058e2a46a5b9dbfc22b1fd21d6fee973fc00242c6b9391143a4db91f9c1937ea7f64daa898a8f045 diff --git a/dev-python/simplekv/simplekv-0.11.7.ebuild b/dev-python/simplekv/simplekv-0.11.7.ebuild new file mode 100644 index 00000000000..b19a293adbc --- /dev/null +++ b/dev-python/simplekv/simplekv-0.11.7.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="A key-value storage for binary data, support many backends." +HOMEPAGE="https://pypi.python.org/pypi/simplekv/ https://github.com/mbr/simplekv" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND=""