From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/munkres/Manifest | 7 +++++++ dev-python/munkres/metadata.xml | 17 +++++++++++++++++ dev-python/munkres/munkres-1.0.12.ebuild | 22 ++++++++++++++++++++++ dev-python/munkres/munkres-1.0.5.4-r2.ebuild | 26 ++++++++++++++++++++++++++ dev-python/munkres/munkres-1.0.8.ebuild | 21 +++++++++++++++++++++ 5 files changed, 93 insertions(+) create mode 100644 dev-python/munkres/Manifest create mode 100644 dev-python/munkres/metadata.xml create mode 100644 dev-python/munkres/munkres-1.0.12.ebuild create mode 100644 dev-python/munkres/munkres-1.0.5.4-r2.ebuild create mode 100644 dev-python/munkres/munkres-1.0.8.ebuild (limited to 'dev-python/munkres') diff --git a/dev-python/munkres/Manifest b/dev-python/munkres/Manifest new file mode 100644 index 000000000000..bfc0cfc272a8 --- /dev/null +++ b/dev-python/munkres/Manifest @@ -0,0 +1,7 @@ +DIST munkres-1.0.12.tar.gz 12126 BLAKE2B 23fbfa95f36ecb386cd04a375b046c3749e5cbee727d72c4d25e250fc86de80720bda897400f03d8e079ff7bd6589845836f7656eaa4f18192eb64a7258946d3 SHA512 9049fd350b739c9095b6e1da8fe0041210d4723ab8c0c6a7fc9943392bebf9eb224c6f420c8158a47607277e13fba2f3c7803ee222d58e8e3720d5647f44e596 +DIST munkres-1.0.5.4.tar.gz 43050 BLAKE2B e36f870e7932c73133db9233d2305d4ae045fb5e19ef4b99978348574ac8b9c7c161730a70e8f7aec8685ff060f5f616d7148d48c0bc635abda9ec5c8e68efa4 SHA512 a2b1577b75f3099cae57750543c985ab60097d5fa70481d3c6d8394dd55d0d8f99aacf5db625be7fa12772e976cf34d4b51c7841c3a24ee9df8214a68aa66aed +DIST munkres-1.0.8.tar.gz 9277 BLAKE2B 9680a5b8bd20a4207ac295ce535899c4ab123d9e26ae44d652c55601ac62f345a683cb133cc50b276dc1330a11a918bdd26c0f7832d908e05d47dc795592b38a SHA512 e0afda8b91e51d177b9e2dc66ccacce849649d1a7d0e756884ac030acf4080076aa428182c5e9366613ee16db338ba7dcd3c38977de0888781b1885f08cb8236 +EBUILD munkres-1.0.12.ebuild 521 BLAKE2B d7951f834992ceb263eab7dc389097b7d073192bdafe4ed71eb656193805847dde3efdff2e753e06c91dcea8835e5eb69ec82e3eea57b1b15af0c5bc84427039 SHA512 951645e91225a1998994c2d427fd53c518568e1c39501a2991d5e582e3b1d75980943578877556904ff0a4f8928346184a772f14d5a88838de9da37faff8a92c +EBUILD munkres-1.0.5.4-r2.ebuild 529 BLAKE2B ede567701ec44caad1552bccdb5e089e6b4493c9d11611aaadb72349c84092865040568ada776079e62d00880538f89af18c8b9df979e62a2edcabbd0b708ce0 SHA512 93c405d4411e7e6e68d29297cc719705095e5d671159d34fc3f25f133d02329dbe7e78d15e7a55d72c3ba136bc7e22e11d40ca9689448f0f8daa3bf47c2999a7 +EBUILD munkres-1.0.8.ebuild 460 BLAKE2B bcdbf6a1c9607195ebe53f87758ee789cd27ef925ab2bec209988aa36d3cd47c1f9cdccb59203493869e4f2b231b088918374ff9483234daea8daf5d75d1a304 SHA512 70400cf75cc15705e981a8a3f544b45a8e31b063e73664975445e1ec9f7ad32c29e815774441f6306b598658aadbf7cc88a855b1d155728e1940a447bdd38f91 +MISC metadata.xml 688 BLAKE2B 65040255d996c7256eada45681cd0580caf8922cc53e33d5816c73c73ac5686d6d4c6240e7b5904c22a0944c73f944bec9e565bea5ea53ae51deaebf777a0c56 SHA512 471f6eb808f978275dee54f9404c36a5a39d47c72caa9aaa5f2ad3bb455983f9c46a3196d1246d6830a50624d203b8dd2b68391b09b9b2e933c74bfeb877baf1 diff --git a/dev-python/munkres/metadata.xml b/dev-python/munkres/metadata.xml new file mode 100644 index 000000000000..0da8fb305585 --- /dev/null +++ b/dev-python/munkres/metadata.xml @@ -0,0 +1,17 @@ + + + + + joshua.downer@gmail.com + Joshua Downer + + + proxy-maint@gentoo.org + Proxy Maintainers + + The Munkres module provides an implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm), useful for solving the Assignment Problem. + + + munkres + + diff --git a/dev-python/munkres/munkres-1.0.12.ebuild b/dev-python/munkres/munkres-1.0.12.ebuild new file mode 100644 index 000000000000..7180da29b0dd --- /dev/null +++ b/dev-python/munkres/munkres-1.0.12.ebuild @@ -0,0 +1,22 @@ +# 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,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="Module implementing munkres algorithm for the Assignment Problem" +HOMEPAGE="https://pypi.org/project/munkres/" +SRC_URI="https://github.com/bmc/munkres/archive/release-${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/${PN}-release-${PV}" + +python_test() { + "${PYTHON}" ${PN}.py || die +} diff --git a/dev-python/munkres/munkres-1.0.5.4-r2.ebuild b/dev-python/munkres/munkres-1.0.5.4-r2.ebuild new file mode 100644 index 000000000000..c7d6bc0d8b59 --- /dev/null +++ b/dev-python/munkres/munkres-1.0.5.4-r2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Module implementing munkres algorithm for the Assignment Problem" +HOMEPAGE="https://pypi.org/project/munkres/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test doc" + +python_test() { + "${PYTHON}" "${PN}.py" || die +} + +src_install() { + distutils-r1_src_install + use doc && dohtml -r html/ +} diff --git a/dev-python/munkres/munkres-1.0.8.ebuild b/dev-python/munkres/munkres-1.0.8.ebuild new file mode 100644 index 000000000000..9c2543a962c1 --- /dev/null +++ b/dev-python/munkres/munkres-1.0.8.ebuild @@ -0,0 +1,21 @@ +# 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,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="Module implementing munkres algorithm for the Assignment Problem" +HOMEPAGE="https://pypi.org/project/munkres/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +python_test() { + "${PYTHON}" ${PN}.py || die +} -- cgit v1.2.3