summaryrefslogtreecommitdiff
path: root/dev-python/munkres
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-30 00:41:36 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-30 00:41:36 +0000
commitd20b9f3d1fea3ac01c942a8967658cf04313518f (patch)
tree96c37fad1c9ddfd73a3b93b03149daa19ab09840 /dev-python/munkres
parent5b0b36719cbd43cb20919d6eca452a55031e54bf (diff)
downloadbaldeagleos-repo-d20b9f3d1fea3ac01c942a8967658cf04313518f.tar.gz
baldeagleos-repo-d20b9f3d1fea3ac01c942a8967658cf04313518f.tar.xz
baldeagleos-repo-d20b9f3d1fea3ac01c942a8967658cf04313518f.zip
Adding metadata
Diffstat (limited to 'dev-python/munkres')
-rw-r--r--dev-python/munkres/munkres-1.1.4-r1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/munkres/munkres-1.1.4-r1.ebuild b/dev-python/munkres/munkres-1.1.4-r1.ebuild
new file mode 100644
index 000000000000..af4a2159d96a
--- /dev/null
+++ b/dev-python/munkres/munkres-1.1.4-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{7,8,9,10} )
+inherit distutils-r1
+
+DESCRIPTION="Module implementing munkres algorithm for the Assignment Problem"
+HOMEPAGE="https://pypi.org/project/munkres/ https://github.com/bmc/munkres"
+SRC_URI="https://github.com/bmc/munkres/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-release-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest