Gentoo Archives: gentoo-commits

From: Patrick Lauer <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pathlib/
Date: Thu, 18 Feb 2016 21:21:05
Message-Id: 1455830405.d5372a88a452fe7b93afd597498a8fdaed5a95bd.patrick@gentoo
1 commit: d5372a88a452fe7b93afd597498a8fdaed5a95bd
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 18 21:14:29 2016 +0000
4 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 18 21:20:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5372a88
7
8 dev-python/pathlib: Add more python targets
9
10 Package-Manager: portage-2.2.27
11
12 dev-python/pathlib/pathlib-1.0.1-r2.ebuild | 19 +++++++++++++++++++
13 1 file changed, 19 insertions(+)
14
15 diff --git a/dev-python/pathlib/pathlib-1.0.1-r2.ebuild b/dev-python/pathlib/pathlib-1.0.1-r2.ebuild
16 new file mode 100644
17 index 0000000..9f459c6
18 --- /dev/null
19 +++ b/dev-python/pathlib/pathlib-1.0.1-r2.ebuild
20 @@ -0,0 +1,19 @@
21 +# Copyright 1999-2015 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=5
26 +
27 +# In Python 3.4, pathlib is now part of the standard library.
28 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
29 +
30 +inherit distutils-r1
31 +
32 +DESCRIPTION="Object-oriented filesystem paths"
33 +HOMEPAGE="https://pathlib.readthedocs.org/"
34 +SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
35 +
36 +LICENSE="MIT"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~x86"
39 +IUSE=""