dev-python/pathtools: Add python3_{7,8}
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>
Fri, 27 Dec 2019 13:44:15 +0000 (14:44 +0100)
committerAaron Bauman <bman@gentoo.org>
Sun, 29 Dec 2019 02:42:47 +0000 (21:42 -0500)
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-python/pathtools/pathtools-0.1.2-r3.ebuild [new file with mode: 0644]

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 (file)
index 0000000..873fd6b
--- /dev/null
@@ -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"