From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0FD8C1388C0 for ; Thu, 18 Feb 2016 19:47:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06B7321C088; Thu, 18 Feb 2016 19:47:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07BF221C14C for ; Thu, 18 Feb 2016 19:47:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B1E8340E32 for ; Thu, 18 Feb 2016 19:47:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48D781607 for ; Thu, 18 Feb 2016 19:47:08 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1455824771.1088ad1acc1cb23f14eb1dc17ccabe532ebdcbef.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jingo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jingo/Manifest dev-python/jingo/jingo-0.8.2.ebuild X-VCS-Directories: dev-python/jingo/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 1088ad1acc1cb23f14eb1dc17ccabe532ebdcbef X-VCS-Branch: master Date: Thu, 18 Feb 2016 19:47:08 +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: 735d73b2-f9ef-4db3-9f41-a2ea462d3821 X-Archives-Hash: e8ebc7888ded0e5811bb9f6223a68839 commit: 1088ad1acc1cb23f14eb1dc17ccabe532ebdcbef Author: Patrick Lauer gentoo org> AuthorDate: Thu Feb 18 19:46:02 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Thu Feb 18 19:46:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1088ad1a dev-python/jingo: Bump Package-Manager: portage-2.2.27 dev-python/jingo/Manifest | 1 + dev-python/jingo/jingo-0.8.2.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-python/jingo/Manifest b/dev-python/jingo/Manifest index 4e90a0e..f17fc38 100644 --- a/dev-python/jingo/Manifest +++ b/dev-python/jingo/Manifest @@ -1,2 +1,3 @@ DIST jingo-0.7.1.tar.gz 9982 SHA256 c495a8dfd0a9c1d3d8ed02121bbb28b6c9d34d4da30aa93a7e639c0f3d7b0639 SHA512 153d87f3017b34bb66bddffadb059d0089a48fbdb07bf4881499679c134232be2fe259da95de5a65f6339c1e72a3afb12f4daa1d91ef61f9294bd89899929929 WHIRLPOOL 5fa6af5c5d63766b381413147cc2a0f218693f14350e07f7d8f3e2189fceebd4f6678955aa8fda4ee09799318fc84f533dcc2af761fa0b1a7bb109fbc5dae103 DIST jingo-0.7.tar.gz 9365 SHA256 a3bd5051dd17e9d50e8a9f2d362508e82d7063010fdc06d5e07ce3608e780fe6 SHA512 7358c20371d761ad147aaa2991056d1789d6a80d645741d816c38369abc469911ca6a1ab4324e7b1243832605fd80cdb3df89610106d2a850f634f1595da254d WHIRLPOOL 5c3c17a287a2cb1469d187387064b8c55accbd240105aa3f09f9fb671512dfb394b3be2529d227181c302070c83c73c1c0556a9885f8cf32ba4dbe31039cfb4d +DIST jingo-0.8.2.tar.gz 10008 SHA256 f23ac2da63eb1a92ec94522034f6c34ae95b3846ee1c20758921125a82e2f358 SHA512 d5503c7a9a6f60c45081845e069ce4a95c0dbd364fb5f6e8a2632b706c7e592e048766aab570c18bca8f87e15a20168eee1eccb6456d1b3aab74a22d7b638238 WHIRLPOOL 9c21700312ba64fd8f6548a4c9e3e8498c0aaa286f8fba78f498be4908631661542dbcc119c84a33777f9aff8b0587bb3dec48db699d6f2a1fd2b42c8ed7d48f diff --git a/dev-python/jingo/jingo-0.8.2.ebuild b/dev-python/jingo/jingo-0.8.2.ebuild new file mode 100644 index 0000000..b8ec7f7 --- /dev/null +++ b/dev-python/jingo/jingo-0.8.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) + +inherit distutils-r1 + +DESCRIPTION="An adapter for using Jinja2 templates with Django" +HOMEPAGE="https://github.com/jbalogh/jingo/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"