summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2020-12-01 16:24:04 +0700
committerAndrey Grozin <grozin@gentoo.org>2020-12-01 16:24:04 +0700
commitb2f5ce8fd02a2d44f598ef368aa940b4aae456db (patch)
tree1aafdc83ae8d4b859497137b3de59931590eba0d /dev-python/plumbum/plumbum-1.6.9.ebuild
parentmedia-gfx/asymptote: bump to 2.68 (diff)
downloadgentoo-b2f5ce8fd02a2d44f598ef368aa940b4aae456db.tar.gz
gentoo-b2f5ce8fd02a2d44f598ef368aa940b4aae456db.tar.bz2
gentoo-b2f5ce8fd02a2d44f598ef368aa940b4aae456db.zip
dev-python/plumbum: bump to 1.6.9
Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'dev-python/plumbum/plumbum-1.6.9.ebuild')
-rw-r--r--dev-python/plumbum/plumbum-1.6.9.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/plumbum/plumbum-1.6.9.ebuild b/dev-python/plumbum/plumbum-1.6.9.ebuild
new file mode 100644
index 000000000000..f92c5a0cd1be
--- /dev/null
+++ b/dev-python/plumbum/plumbum-1.6.9.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="A library for shell script-like programs in python"
+HOMEPAGE="https://plumbum.readthedocs.io/en/latest/ https://github.com/tomerfiliba/plumbum"
+SRC_URI="https://github.com/tomerfiliba/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""