diff options
author | Andrey Grozin <grozin@gentoo.org> | 2017-12-15 16:29:13 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2017-12-15 16:29:13 +0700 |
commit | 459279976eb06d9ecc07fdea3e57f336018e2f2a (patch) | |
tree | 1ae3c631dea27ae5fc3dd2db7479b55d002b1cd5 /dev-python/plumbum/plumbum-1.6.4.ebuild | |
parent | dev-python/BitVector: bump to 3.4.7 (diff) | |
download | gentoo-459279976eb06d9ecc07fdea3e57f336018e2f2a.tar.gz gentoo-459279976eb06d9ecc07fdea3e57f336018e2f2a.tar.bz2 gentoo-459279976eb06d9ecc07fdea3e57f336018e2f2a.zip |
dev-python/plumbum: bump to 1.6.4
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'dev-python/plumbum/plumbum-1.6.4.ebuild')
-rw-r--r-- | dev-python/plumbum/plumbum-1.6.4.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/plumbum/plumbum-1.6.4.ebuild b/dev-python/plumbum/plumbum-1.6.4.ebuild new file mode 100644 index 000000000000..8ad4fd785674 --- /dev/null +++ b/dev-python/plumbum/plumbum-1.6.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{5,6} ) +inherit distutils-r1 + +DESCRIPTION="A library for shell script-like programs in python" +HOMEPAGE="http://plumbum.readthedocs.org/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +PATCHES=( "${FILESDIR}"/${P}.patch ) |