From e9c18c85213f7d0b04a3ab23d90e14a51797dfb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Krier?= Date: Fri, 14 Apr 2017 23:03:49 +0200 Subject: dev-python/python-stdnum: Version bumps Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-python/python-stdnum/Manifest | 1 + dev-python/python-stdnum/python-stdnum-1.6.ebuild | 27 +++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 dev-python/python-stdnum/python-stdnum-1.6.ebuild diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest index 139046ccf619..7aea73404eee 100644 --- a/dev-python/python-stdnum/Manifest +++ b/dev-python/python-stdnum/Manifest @@ -3,3 +3,4 @@ DIST python-stdnum-1.1.tar.gz 205495 SHA256 66ee880bfd60cadeca667eba6f29803b6712 DIST python-stdnum-1.3.tar.gz 274077 SHA256 3e33f1d3e15fb5fe68518ed8a41d0f3247703f3a8d53864005529441c5ddc9d9 SHA512 44244937839ce1ebd18712fc090654ce44a063218714e57caf4041705159fdd9153b308647458dc38aaf21e5cf0bbda173437fb4760f9415252e355d8146c934 WHIRLPOOL 981b6a72fd86c60113ed0d61cff57407441fe60a98ee7cc9935d5d9a125954d287735bd91c86edb9db83740554dc667d0a7d260900d84016f36dffe2db8daf3f DIST python-stdnum-1.4.tar.gz 252850 SHA256 78e763b08a4b378397cba9cb155922b30149bb34757e22cab66705fb196cd8e6 SHA512 e00d3dba4840fd8107d4385a474ea66becd017e7508b72e8e61f39572ba429e6eed40c7c54546e46cf355a466f3bf192ef46dc6ff0164bb1cae0b1901ff5dd52 WHIRLPOOL e2bdfb54cc16f58ffdd1efd4b8c58cbe2e7757a00c2ceda82fd3bc8f11692ea755742c587e93bb523eb9f74bab332c8cac151f5217647d6f73ccbc81d71b8e17 DIST python-stdnum-1.5.tar.gz 268416 SHA256 10fe3db303aec532057484668ca9a4f421c2e5b3b1caee670b26b047bcbc737e SHA512 8d6394d7039fc5a2e3785eb95ef1793038ae75443224fc5af7f1cae2cb575c2f4e5451bd9668304ba95d3ee3f87dc0103ccf6c35837220f9729cbe1a3e13f656 WHIRLPOOL 530d5b5b5f9ca3d1d6b0a9c2078d90112180724ec05750be1e5d30990cf1fff067e0342c221bbb52fdfc902ab1efc09adb1ab7fce2833d35368e53ae16de8ec1 +DIST python-stdnum-1.6.tar.gz 399518 SHA256 157a0aef01b1e846ddd11252dc516637da6b3347e32f0130825b7fae1d8b4655 SHA512 dc2fba2563e4de658a09b7afc7d0d663f21b5528da9061f126d581e8deb2a88569c83304bde834c0da376dc65ee09274aed82d55abb60b0fe0a181e1b5cfe88f WHIRLPOOL 2bd6203adde32bda1c2971d743fcb9db02c49a65c944e57a3d58d4ca7f3e16c08d82ee018208aff45e1e7c7c347580396aa02fbb2dc0f7cc7608c3b26fb83d9f diff --git a/dev-python/python-stdnum/python-stdnum-1.6.ebuild b/dev-python/python-stdnum/python-stdnum-1.6.ebuild new file mode 100644 index 000000000000..f2da42e2503a --- /dev/null +++ b/dev-python/python-stdnum/python-stdnum-1.6.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="A module to handle standardized numbers and codes" +HOMEPAGE="http://arthurdejong.org/python-stdnum/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="vies test" + +RDEPEND="vies? ( dev-python/suds )" +DEPEND="${DEPEND} + dev-python/setuptools + test? ( dev-python/nose )" + +DOCS=( ChangeLog NEWS README ) + +python_test() { + nosetests || die +} -- cgit v1.2.3