Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pathtools/
Date: Tue, 28 Feb 2017 12:58:29
Message-Id: 1488286699.3bacf3c944a5399c74436d168e32bec0af7033b9.grozin@gentoo
1 commit: 3bacf3c944a5399c74436d168e32bec0af7033b9
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 12:58:19 2017 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 12:58:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bacf3c9
7
8 dev-python/pathtools: python3_6 added
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/pathtools/pathtools-0.1.2-r2.ebuild | 19 +++++++++++++++++++
13 1 file changed, 19 insertions(+)
14
15 diff --git a/dev-python/pathtools/pathtools-0.1.2-r2.ebuild b/dev-python/pathtools/pathtools-0.1.2-r2.ebuild
16 new file mode 100644
17 index 0000000000..6c34cf7c46
18 --- /dev/null
19 +++ b/dev-python/pathtools/pathtools-0.1.2-r2.ebuild
20 @@ -0,0 +1,19 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id: da00453398841a049523e624b1d45093b3bdbd74 $
24 +
25 +EAPI=5
26 +
27 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy)
28 +inherit distutils-r1
29 +
30 +DESCRIPTION="Pattern matching and various utilities for file systems paths"
31 +HOMEPAGE="https://pypi.python.org/pypi/pathtools/"
32 +SRC_URI="mirror://pypi/p/pathtools/${P}.tar.gz"
33 +
34 +LICENSE="MIT"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~arm ~ppc ~x86"
37 +IUSE=""
38 +
39 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"