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 8DF491382AC for ; Mon, 20 Jun 2016 13:05:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FCE0E0B8A; Mon, 20 Jun 2016 13:05:17 +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 A4070E0B8D for ; Mon, 20 Jun 2016 13:05:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CE58D340691 for ; Mon, 20 Jun 2016 13:05:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 898DF241E for ; Mon, 20 Jun 2016 13:05:12 +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: <1466427949.d6933f3f506adfbec555c36e47ecde1817587b2e.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-spurl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-spurl/Manifest dev-python/django-spurl/django-spurl-0.6.4.ebuild dev-python/django-spurl/metadata.xml X-VCS-Directories: dev-python/django-spurl/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: d6933f3f506adfbec555c36e47ecde1817587b2e X-VCS-Branch: master Date: Mon, 20 Jun 2016 13:05:12 +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: afc597ff-bae3-400c-90bc-f057b59d0a92 X-Archives-Hash: 414337b110d8f5d49f1eb9a367932f80 commit: d6933f3f506adfbec555c36e47ecde1817587b2e Author: Slawomir Lis gentoo org> AuthorDate: Mon Jun 20 12:58:03 2016 +0000 Commit: Slawek Lis gentoo org> CommitDate: Mon Jun 20 13:05:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6933f3f added django-spurl package Package-Manager: portage-2.3.0_rc1 dev-python/django-spurl/Manifest | 1 + dev-python/django-spurl/django-spurl-0.6.4.ebuild | 29 +++++++++++++++++++++++ dev-python/django-spurl/metadata.xml | 10 ++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-python/django-spurl/Manifest b/dev-python/django-spurl/Manifest new file mode 100644 index 0000000..a558998 --- /dev/null +++ b/dev-python/django-spurl/Manifest @@ -0,0 +1 @@ +DIST django-spurl-0.6.4.tar.gz 15076 SHA256 acc161f1242c2ea3746e700a015796d24f44ba811aedb0d69945e6524774b92f SHA512 8bf7c4d4e7e624280f87584f70e73504a11973a44294591d9dd58dd563d63dd1deb395e42bb1110e0a534ac16b59280d3b29f4293865cc465ee1fce20987d267 WHIRLPOOL d36c17bd9539a74bedc8523e519596dee87a1be39865bcfaea67026deceda8bdde8534c6eb9036e63830f66d0cac1e91d2167a26f5010613e856b115af5db54c diff --git a/dev-python/django-spurl/django-spurl-0.6.4.ebuild b/dev-python/django-spurl/django-spurl-0.6.4.ebuild new file mode 100644 index 0000000..6d3987c --- /dev/null +++ b/dev-python/django-spurl/django-spurl-0.6.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python{2_7,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="A Django template library for manipulating URLs" +HOMEPAGE="https://pypi.python.org/pypi/django-spurl" +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 + dev-python/six + dev-python/nose + dev-python/URLObject +" +DEPEND=" + ${RDEPEND} + dev-python/setuptools +" diff --git a/dev-python/django-spurl/metadata.xml b/dev-python/django-spurl/metadata.xml new file mode 100644 index 0000000..0764416 --- /dev/null +++ b/dev-python/django-spurl/metadata.xml @@ -0,0 +1,10 @@ + + + + + slis@gentoo.org + + + django-spurl + +