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 DD7C51388C2 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 2CF25E0874; Thu, 5 Nov 2015 13:33:04 +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 750F4E0871 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 5A2FA340A02 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 9C26D20E0 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: <1446730477.1f0100055698f126cc90fd1ce52f0283a9ebd43f.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-mptt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-mptt/Manifest dev-python/django-mptt/django-mptt-0.7.4.ebuild dev-python/django-mptt/metadata.xml X-VCS-Directories: dev-python/django-mptt/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: 1f0100055698f126cc90fd1ce52f0283a9ebd43f 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: b4c247c6-1a63-4304-a961-f9c9a708e01b X-Archives-Hash: 67b840bc7bc7039f05a4e0a4baab5d69 commit: 1f0100055698f126cc90fd1ce52f0283a9ebd43f Author: Sławomir Lis gentoo org> AuthorDate: Thu Nov 5 13:02:01 2015 +0000 Commit: Slawek Lis gentoo org> CommitDate: Thu Nov 5 13:34:37 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f010005 added django-mptt (#427730) Package-Manager: portage-2.2.23 dev-python/django-mptt/Manifest | 1 + dev-python/django-mptt/django-mptt-0.7.4.ebuild | 27 +++++++++++++++++++++++++ dev-python/django-mptt/metadata.xml | 7 +++++++ 3 files changed, 35 insertions(+) diff --git a/dev-python/django-mptt/Manifest b/dev-python/django-mptt/Manifest new file mode 100644 index 0000000..9cbef34 --- /dev/null +++ b/dev-python/django-mptt/Manifest @@ -0,0 +1 @@ +DIST django-mptt-0.7.4.tar.gz 133855 SHA256 8e986aaf458aaf78c87dc316095cc4a951f3ec1d73f81b237107161fa3ea4ad0 SHA512 596bb1b7f4a99b4b8788b3f4da59850bdaaed4214f877479a89ce9f749f9d217f2ccce488e7f67cd75780ace09d3b73fdca2b0d95a56225d63dfb9e6a1d290b6 WHIRLPOOL 26f68b368176868f051534e977a6f73612a8ddf7f54b8292e8ac67307a08aa1522eca68f0dde5c800ea2e0ea0538308955e0c3fd73ff50fc735c665669a797d4 diff --git a/dev-python/django-mptt/django-mptt-0.7.4.ebuild b/dev-python/django-mptt/django-mptt-0.7.4.ebuild new file mode 100644 index 0000000..dfe2d76 --- /dev/null +++ b/dev-python/django-mptt/django-mptt-0.7.4.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="Utilities for implementing Modified Preorder Tree Traversal" +HOMEPAGE="https://pypi.python.org/pypi/django-mptt" +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/django-mptt/metadata.xml b/dev-python/django-mptt/metadata.xml new file mode 100644 index 0000000..e3ff5b2 --- /dev/null +++ b/dev-python/django-mptt/metadata.xml @@ -0,0 +1,7 @@ + + + + + slis@gentoo.org + + \ No newline at end of file