diff options
author | Andrey Grozin <grozin@gentoo.org> | 2018-11-11 20:08:11 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2018-11-11 20:08:41 +0700 |
commit | 70d0469c536de5ffa907851b4259e2f1edea8797 (patch) | |
tree | 0fdbc8e12f598a74dcad4e3db0816a303ffe4325 /dev-python | |
parent | package.mask: Mask some packages for removal. (diff) | |
download | gentoo-70d0469c536de5ffa907851b4259e2f1edea8797.tar.gz gentoo-70d0469c536de5ffa907851b4259e2f1edea8797.tar.bz2 gentoo-70d0469c536de5ffa907851b4259e2f1edea8797.zip |
dev-python/plumbum: bump to 1.6.7
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/plumbum/Manifest | 1 | ||||
-rw-r--r-- | dev-python/plumbum/plumbum-1.6.7.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/plumbum/Manifest b/dev-python/plumbum/Manifest index c0c530837131..f1a7e8070247 100644 --- a/dev-python/plumbum/Manifest +++ b/dev-python/plumbum/Manifest @@ -1 +1,2 @@ DIST plumbum-1.6.4.tar.gz 88041 BLAKE2B aadd929fc6878bd49ac3169b1b4235140d08ff452eb5eb61e43f9ad869ea867916d76ee7f2befb68e67cdd9d9b19c364d6e02810866f6ba5022cf7064d240786 SHA512 26110741251d75ae9b47f522aba38e8af7a658d22900b1487b3f6e4e6971e4682283003e674f40345e14dd4103f6d485fc569348cc1245ac0440cd04688abe99 +DIST plumbum-1.6.7.tar.gz 90911 BLAKE2B fbd7399962288826c9b1aa9eda60e93d2257b02c8d14adda02cd1c6a895941b0adda8cb844b2137e3235dbf5ca7ebfe7e272d3cfafe7e3df8ab3668be75a4fc3 SHA512 70a80a77eb64e483cf0444745a4c05c8599711ea578a61fe3969edceba4a9f68ca226c6d8cb65995ad36f3d6423326af887816c5ffd337f20279dfff47cb59b4 diff --git a/dev-python/plumbum/plumbum-1.6.7.ebuild b/dev-python/plumbum/plumbum-1.6.7.ebuild new file mode 100644 index 000000000000..66450ca0aee8 --- /dev/null +++ b/dev-python/plumbum/plumbum-1.6.7.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +inherit distutils-r1 + +DESCRIPTION="A library for shell script-like programs in python" +HOMEPAGE="https://plumbum.readthedocs.io/en/latest/" +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="" |