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 4DF0C1382BE for ; Mon, 20 Jun 2016 13:05:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25AC6E0B86; 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 90EFAE0B86 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 19AE9340756 for ; Mon, 20 Jun 2016 13:05:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51CC3241A 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: <1466427939.733dba0925d01065c97e2711a029a2f9afd52c08.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/URLObject/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/URLObject/Manifest dev-python/URLObject/URLObject-2.4.0.ebuild dev-python/URLObject/metadata.xml X-VCS-Directories: dev-python/URLObject/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: 733dba0925d01065c97e2711a029a2f9afd52c08 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: d299725d-944f-45fb-b5e8-7ff3612ff70e X-Archives-Hash: 27e4554208fd6705c1a0ab94fb4d5864 commit: 733dba0925d01065c97e2711a029a2f9afd52c08 Author: Slawomir Lis gentoo org> AuthorDate: Mon Jun 20 12:53:38 2016 +0000 Commit: Slawek Lis gentoo org> CommitDate: Mon Jun 20 13:05:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733dba09 added URLObject package Package-Manager: portage-2.3.0_rc1 dev-python/URLObject/Manifest | 1 + dev-python/URLObject/URLObject-2.4.0.ebuild | 24 ++++++++++++++++++++++++ dev-python/URLObject/metadata.xml | 10 ++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-python/URLObject/Manifest b/dev-python/URLObject/Manifest new file mode 100644 index 0000000..171dbfd --- /dev/null +++ b/dev-python/URLObject/Manifest @@ -0,0 +1 @@ +DIST URLObject-2.4.0.tar.gz 12533 SHA256 f51272b12846db98af530b0a64f6593d2b1e8405f0aa580285b37ce8009b8d9c SHA512 1334c8d8dbb93f50fb6672ae5c2e1dbb8c880af65c18c96c7bc65bb46ae894ab0696d36236036c1e4434a6e75b692ecd0b37055ef9b55fb50ffbaf13197b1701 WHIRLPOOL 41de6cca4dccb45221d01d772ab7d5799a8ed8d797e2adc440e2b09f503f7ce324f647748318e85768f9528d75363a322e7030fd0056772443e1c18f0c52767e diff --git a/dev-python/URLObject/URLObject-2.4.0.ebuild b/dev-python/URLObject/URLObject-2.4.0.ebuild new file mode 100644 index 0000000..446ab1f --- /dev/null +++ b/dev-python/URLObject/URLObject-2.4.0.ebuild @@ -0,0 +1,24 @@ +# 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="" +DEPEND=" + ${RDEPEND} + dev-python/setuptools +" diff --git a/dev-python/URLObject/metadata.xml b/dev-python/URLObject/metadata.xml new file mode 100644 index 0000000..eb1042a --- /dev/null +++ b/dev-python/URLObject/metadata.xml @@ -0,0 +1,10 @@ + + + + + slis@gentoo.org + + + URLObject + +