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 A2E62138335 for ; Mon, 1 Jul 2019 11:27:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD24EE077A; Mon, 1 Jul 2019 11:27:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C1399E077A for ; Mon, 1 Jul 2019 11:27:23 +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 CE260346DC7 for ; Mon, 1 Jul 2019 11:27:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A09DA629 for ; Mon, 1 Jul 2019 11:27:20 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1561980422.ca31229b127c0151a740ceec5d2a7649f4f44544.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cachelib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cachelib/Manifest dev-python/cachelib/cachelib-0.1.ebuild dev-python/cachelib/metadata.xml X-VCS-Directories: dev-python/cachelib/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ca31229b127c0151a740ceec5d2a7649f4f44544 X-VCS-Branch: master Date: Mon, 1 Jul 2019 11:27:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b50a40cd-4a45-4694-9762-4cb75f72a2f6 X-Archives-Hash: 796dd3d470ed66fc0ca5f2894169ea93 commit: ca31229b127c0151a740ceec5d2a7649f4f44544 Author: Michael Palimaka gentoo org> AuthorDate: Mon Jul 1 11:17:35 2019 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Jul 1 11:27:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca31229b dev-python/cachelib: new package Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Michael Palimaka gentoo.org> dev-python/cachelib/Manifest | 1 + dev-python/cachelib/cachelib-0.1.ebuild | 18 ++++++++++++++++++ dev-python/cachelib/metadata.xml | 11 +++++++++++ 3 files changed, 30 insertions(+) diff --git a/dev-python/cachelib/Manifest b/dev-python/cachelib/Manifest new file mode 100644 index 00000000000..1188524bfc4 --- /dev/null +++ b/dev-python/cachelib/Manifest @@ -0,0 +1 @@ +DIST cachelib-0.1.tar.gz 9844 BLAKE2B 7281a3851281c2babd3d144db0e22270e5c196eaaf62f975844f9972538e571a36a855f8a0209e2f38d1a962dd52d0d7fcefa1f6d3b97c3f5dcd119585c7ade8 SHA512 8ed41a14f3bc36393ecdce7dcc0023ce954900f4541463cf08b823b6c11a28532812c9873d32991f023986ed2ded39a560ee556447bc6d4c3e45c3d4d749c2b9 diff --git a/dev-python/cachelib/cachelib-0.1.ebuild b/dev-python/cachelib/cachelib-0.1.ebuild new file mode 100644 index 00000000000..492ed3c8d99 --- /dev/null +++ b/dev-python/cachelib/cachelib-0.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_6 ) +inherit distutils-r1 + +DESCRIPTION="Collection of cache libraries in the same API interface. Extracted from werkzeug" +HOMEPAGE="https://pypi.org/project/cachelib/ https://github.com/pallets/cachelib" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/cachelib/metadata.xml b/dev-python/cachelib/metadata.xml new file mode 100644 index 00000000000..f82c49c0e81 --- /dev/null +++ b/dev-python/cachelib/metadata.xml @@ -0,0 +1,11 @@ + + + + + kensington@gentoo.org + + + cachelib + pallets/cachelib + +