mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-01 05:08:10 -07:00
dev-python/cloudpickle: version bump
Package-Manager: Portage-2.3.4, Repoman-2.3.2
This commit is contained in:
parent
89d78fa037
commit
2dedcdecf5
@ -1 +1,2 @@
|
||||
DIST cloudpickle-0.2.1.tar.gz 15514 SHA256 eea4b655e6aed3dba39b104ad1872226e3f9e23d8d202fc003f3e65f2d125c3b SHA512 ab098186c04db1947fb6c4c92bb4708b0c45122adf0435f5da70a0cb24c08cf6d36ce627ea112a8ad8d0107a28b12259435c3e1aa2ab7a6f8f4122e5ca756e2c WHIRLPOOL 66c3b735e592b05bdacb8fecc75a0d4e81751670f06eac2049a5d02b2a8dc1e1fbb66ef039d7de6f85175ff6dd7f6f635290f25937af02d6d640894a959778dc
|
||||
DIST cloudpickle-0.2.2.tar.gz 17020 SHA256 9da26af07a25431d8a3c412d4c8e78823c1298655d354f4f570ece1b995f8e74 SHA512 798b745d4059c34026a785fa32e6ac68aea689b3f4f8fa08d625eebe65651eca55211d104e9eab315c7c22dc720cbbad88cb1a444dac51ff457bff8d26c43756 WHIRLPOOL 05dd06818f6d53a2abbd936244ce6efdeaac49df0caa9a6dcabaacacd11157126f09f6432263d8eca94b913b6ff1a510c5310d56241e8ced32a4fefcf2329c1c
|
||||
|
||||
27
dev-python/cloudpickle/cloudpickle-0.2.2.ebuild
Normal file
27
dev-python/cloudpickle/cloudpickle-0.2.2.ebuild
Normal file
@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
|
||||
inherit eutils distutils-r1
|
||||
|
||||
DESCRIPTION="Extended pickling support for Python objects"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/cloudpickle/"
|
||||
SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
IUSE="test"
|
||||
RDEPEND=""
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}] )"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
python_test() {
|
||||
PYTHONPATH='.:tests' py.test || die
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user