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 9F86F1384B4 for ; Thu, 5 Nov 2015 13:33:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1403E086A; Thu, 5 Nov 2015 13:33:03 +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 4DDFCE086A for ; Thu, 5 Nov 2015 13:33:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40CBC3409F2 for ; Thu, 5 Nov 2015 13:33:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEA7520E1 for ; Thu, 5 Nov 2015 13:32:59 +0000 (UTC) From: "Slawek Lis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Slawek Lis" Message-ID: <1446730479.8b1908c3eb52cb451602bc08e9119701b295e8e1.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/easy-thumbnails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/easy-thumbnails/Manifest dev-python/easy-thumbnails/easy-thumbnails-2.2.ebuild dev-python/easy-thumbnails/metadata.xml X-VCS-Directories: dev-python/easy-thumbnails/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: 8b1908c3eb52cb451602bc08e9119701b295e8e1 X-VCS-Branch: master Date: Thu, 5 Nov 2015 13:32:59 +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: 2f912ae7-0652-4bb3-ac01-d79218d7a113 X-Archives-Hash: 53a783ab4926158d561a2012a1f15417 commit: 8b1908c3eb52cb451602bc08e9119701b295e8e1 Author: SÅ‚awomir Lis gentoo org> AuthorDate: Thu Nov 5 13:07:54 2015 +0000 Commit: Slawek Lis gentoo org> CommitDate: Thu Nov 5 13:34:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1908c3 added easy-thumbnails Package-Manager: portage-2.2.23 dev-python/easy-thumbnails/Manifest | 1 + .../easy-thumbnails/easy-thumbnails-2.2.ebuild | 27 ++++++++++++++++++++++ dev-python/easy-thumbnails/metadata.xml | 7 ++++++ 3 files changed, 35 insertions(+) diff --git a/dev-python/easy-thumbnails/Manifest b/dev-python/easy-thumbnails/Manifest new file mode 100644 index 0000000..4af83b0 --- /dev/null +++ b/dev-python/easy-thumbnails/Manifest @@ -0,0 +1 @@ +DIST easy-thumbnails-2.2.tar.gz 71833 SHA256 515b846abd51aa6d309eaf0faf2aa4f3906cb1593881df0ef6ea815eeb3c4c7a SHA512 d76f695f8f5159e8bedf5b30433834db6679e93c95448a6cca0670739284c5edca0b55f6fae6cfe687be4bb6018ce262992ee1d3099d6bb48df37ff9f1aa22e3 WHIRLPOOL 3d1f5b4cc68c6651dee62b12d3b2781c041ea5b2877a936bb6f504d1c357fc921bc8c5ed4dc75ad41ea60ffbb582984eec63791d4ab13dd7e6d84fbba373a92f diff --git a/dev-python/easy-thumbnails/easy-thumbnails-2.2.ebuild b/dev-python/easy-thumbnails/easy-thumbnails-2.2.ebuild new file mode 100644 index 0000000..d584e6d --- /dev/null +++ b/dev-python/easy-thumbnails/easy-thumbnails-2.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} ) + +inherit distutils-r1 + +DESCRIPTION="Easy thumbnails for Django" +HOMEPAGE="https://pypi.python.org/pypi/easy-thumbnails" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +RDEPEND=" + >=dev-python/django-1.4 +" + +DEPEND=" + ${RDEPEND} + dev-python/setuptools +" diff --git a/dev-python/easy-thumbnails/metadata.xml b/dev-python/easy-thumbnails/metadata.xml new file mode 100644 index 0000000..e3ff5b2 --- /dev/null +++ b/dev-python/easy-thumbnails/metadata.xml @@ -0,0 +1,7 @@ + + + + + slis@gentoo.org + + \ No newline at end of file