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 B5FFE138906 for ; Sat, 22 Oct 2016 19:36:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 209CC21C07F; Sat, 22 Oct 2016 19:36:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 08CAD21C07F for ; Sat, 22 Oct 2016 19:36:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B8BC2341659 for ; Sat, 22 Oct 2016 21:30:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B958324A9 for ; Sat, 22 Oct 2016 19:35:52 +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: <1477165019.9c0eb03f894e81b20aa7f294435e1cede5fa91bf.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aldryn-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aldryn-common/Manifest dev-python/aldryn-common/aldryn-common-1.0.4.ebuild X-VCS-Directories: dev-python/aldryn-common/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: 9c0eb03f894e81b20aa7f294435e1cede5fa91bf X-VCS-Branch: master Date: Sat, 22 Oct 2016 19:35:52 +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: 0cf52570-8d27-416d-a98a-defebdccd183 X-Archives-Hash: bc2a7fef0eccb9c019ec0bea35e951cc commit: 9c0eb03f894e81b20aa7f294435e1cede5fa91bf Author: Slawomir Lis gentoo org> AuthorDate: Sat Oct 22 19:35:10 2016 +0000 Commit: Slawek Lis gentoo org> CommitDate: Sat Oct 22 19:36:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0eb03f dev-python/aldryn-common: version bump to 1.0.4 Package-Manager: portage-2.3.2 dev-python/aldryn-common/Manifest | 1 + .../aldryn-common/aldryn-common-1.0.4.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-python/aldryn-common/Manifest b/dev-python/aldryn-common/Manifest index 60d37e2..f41f481 100644 --- a/dev-python/aldryn-common/Manifest +++ b/dev-python/aldryn-common/Manifest @@ -1 +1,2 @@ DIST aldryn-common-1.0.3.tar.gz 13780 SHA256 3af6e382841cd736d4c981b13a42a15af4b9d53c3e212c3d1bf8c35b6294cf39 SHA512 3caacfce73d40f0ab18d3a2ca4580cb7ae362dc3770aa17c5a52c1f5fbf8965cb22f44627998c39e77e7f4fee219a47773ff3b32f925ff7e295aa4ac0f70fe6e WHIRLPOOL 0d89b2ad8945b66c3ea6cb4a48a736063bebe945098fbc83f70861b2edc37c8d01134c024ba46972b0d0c8313178d5457d4e894e6bab2c82c3d34091e69d68a1 +DIST aldryn-common-1.0.4.tar.gz 13789 SHA256 3f7ce7d24dd76582879e0ad6b4c0365fe65212ef3e23cda2659e70a3934e84e2 SHA512 6c95cd0ec4ab19e2802fbb5d40a1644eb5c87c0aeae40eed5645cdedb3bde130201067b8c116d86bb68e24a3c6b4c321d7a7d99f3a312493b4c9d2fb4c3eddbb WHIRLPOOL 16cfdf6b4c3e2fbed784d46de6f65c51ce6ca3bc6ceb63725e09d475402f2ca64d9b25cb4d3bd1f8000b3af686d02dbab0af8a53caa85b9332a7f0a88f6b2955 diff --git a/dev-python/aldryn-common/aldryn-common-1.0.4.ebuild b/dev-python/aldryn-common/aldryn-common-1.0.4.ebuild new file mode 100644 index 00000000..93d2695 --- /dev/null +++ b/dev-python/aldryn-common/aldryn-common-1.0.4.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) + +inherit distutils-r1 + +DESCRIPTION="django CMS plugins with common utilities" +HOMEPAGE="https://pypi.python.org/pypi/aldryn-common" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-python/aldryn-boilerplates + dev-python/six + >=dev-python/django-sortedm2m-1.2.2 +" + +DEPEND=" + ${RDEPEND} + dev-python/setuptools +" + +src_prepare() { + sed -i 's/find_packages()/find_packages(exclude=["tests"])/g' "${S}/setup.py" + eapply_user +}