From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1134274-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2EBCB138334 for <garchives@archives.gentoo.org>; Sun, 29 Dec 2019 02:43:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09964E0ACB; Sun, 29 Dec 2019 02:43:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE1A3E09F9 for <gentoo-commits@lists.gentoo.org>; Sun, 29 Dec 2019 02:43:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 741DB34DC7F for <gentoo-commits@lists.gentoo.org>; Sun, 29 Dec 2019 02:43:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C267637 for <gentoo-commits@lists.gentoo.org>; Sun, 29 Dec 2019 02:43:01 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" <bman@gentoo.org> Message-ID: <1577587367.afefec41c31132a3576b9f5b224742de006ffb9a.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pathtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pathtools/pathtools-0.1.2-r3.ebuild X-VCS-Directories: dev-python/pathtools/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: afefec41c31132a3576b9f5b224742de006ffb9a X-VCS-Branch: master Date: Sun, 29 Dec 2019 02:43:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a0696f12-5ad2-48f2-b902-f8960831c8da X-Archives-Hash: 83f5dceceeb40ae16a40e38ab3ae5f39 commit: afefec41c31132a3576b9f5b224742de006ffb9a Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Fri Dec 27 13:44:15 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun Dec 29 02:42:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afefec41 dev-python/pathtools: Add python3_{7,8} Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-python/pathtools/pathtools-0.1.2-r3.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dev-python/pathtools/pathtools-0.1.2-r3.ebuild b/dev-python/pathtools/pathtools-0.1.2-r3.ebuild new file mode 100644 index 00000000000..873fd6b793f --- /dev/null +++ b/dev-python/pathtools/pathtools-0.1.2-r3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy) + +inherit distutils-r1 + +DESCRIPTION="Pattern matching and various utilities for file systems paths" +HOMEPAGE="https://pypi.org/project/pathtools/" +SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"