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 B6FF41388C0 for ; Thu, 18 Feb 2016 21:21:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C9B121C163; Thu, 18 Feb 2016 21:21: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 A296C21C165 for ; Thu, 18 Feb 2016 21:21: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 9901F340CD6 for ; Thu, 18 Feb 2016 21:21:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6B0415FA for ; Thu, 18 Feb 2016 21:21:00 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1455830405.d5372a88a452fe7b93afd597498a8fdaed5a95bd.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pathlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pathlib/pathlib-1.0.1-r2.ebuild X-VCS-Directories: dev-python/pathlib/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: d5372a88a452fe7b93afd597498a8fdaed5a95bd X-VCS-Branch: master Date: Thu, 18 Feb 2016 21:21:00 +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: fd409b2a-8fa0-4940-bfe9-2037d3b23cf7 X-Archives-Hash: d3b41341d645d7fca758508c4e561f61 commit: d5372a88a452fe7b93afd597498a8fdaed5a95bd Author: Patrick Lauer gentoo org> AuthorDate: Thu Feb 18 21:14:29 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Thu Feb 18 21:20:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5372a88 dev-python/pathlib: Add more python targets Package-Manager: portage-2.2.27 dev-python/pathlib/pathlib-1.0.1-r2.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dev-python/pathlib/pathlib-1.0.1-r2.ebuild b/dev-python/pathlib/pathlib-1.0.1-r2.ebuild new file mode 100644 index 0000000..9f459c6 --- /dev/null +++ b/dev-python/pathlib/pathlib-1.0.1-r2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# In Python 3.4, pathlib is now part of the standard library. +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) + +inherit distutils-r1 + +DESCRIPTION="Object-oriented filesystem paths" +HOMEPAGE="https://pathlib.readthedocs.org/" +SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE=""