[arch-commits] Commit in python-munkres/repos/community-any (PKGBUILD PKGBUILD)

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 13:57:48
  Author: alucryd
Revision: 770608

archrelease: copy trunk to community-any

Added:
  python-munkres/repos/community-any/PKGBUILD
(from rev 770607, python-munkres/trunk/PKGBUILD)
Deleted:
  python-munkres/repos/community-any/PKGBUILD

--+
 PKGBUILD |   69 +
 1 file changed, 38 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-05 13:57:43 UTC (rev 770607)
+++ PKGBUILD2020-12-05 13:57:48 UTC (rev 770608)
@@ -1,31 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Adrian Sampson 
-
-pkgname=python-munkres
-pkgver=1.1.2
-pkgrel=5
-pkgdesc='Munkres algorithm for Python'
-arch=(any)
-url=https://github.com/bmc/munkres
-license=(Apache)
-depends=(python)
-makedepends=(
-  git
-  python-setuptools
-)
-source=(git+https://github.com/bmc/munkres.git#tag=release-${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  cd munkres
-
-  python setup.py build
-}
-
-package() {
-  cd munkres
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-munkres/repos/community-any/PKGBUILD (from rev 770607, 
python-munkres/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-05 13:57:48 UTC (rev 770608)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Adrian Sampson 
+
+pkgname=python-munkres
+pkgver=1.1.4
+pkgrel=1
+pkgdesc='Munkres algorithm for Python'
+arch=(any)
+url=https://github.com/bmc/munkres
+license=(Apache)
+depends=(python)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=ac8af9e3b6093e4be8e3935829bc7d7fc45a84d2
+source=(git+https://github.com/bmc/munkres.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd munkres
+
+  git describe --tags | sed 's/^release-//'
+}
+
+build() {
+  cd munkres
+
+  python setup.py build
+}
+
+package() {
+  cd munkres
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-munkres/repos/community-any (PKGBUILD PKGBUILD)

2019-02-21 Thread Maxime Gauduin via arch-commits
Date: Thursday, February 21, 2019 @ 14:30:06
  Author: alucryd
Revision: 435092

archrelease: copy trunk to community-any

Added:
  python-munkres/repos/community-any/PKGBUILD
(from rev 435091, python-munkres/trunk/PKGBUILD)
Deleted:
  python-munkres/repos/community-any/PKGBUILD

--+
 PKGBUILD |   81 +++--
 1 file changed, 31 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-21 14:29:58 UTC (rev 435091)
+++ PKGBUILD2019-02-21 14:30:06 UTC (rev 435092)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Adrian Sampson 
-
-pkgbase=python-munkres
-pkgname=('python-munkres' 'python2-munkres')
-pkgver=1.0.12
-pkgrel=2
-pkgdesc='Munkres algorithm for Python'
-arch=('any')
-url='https://github.com/bmc/munkres'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("python-munkres-${pkgver}.tar.gz::https://github.com/bmc/munkres/archive/release-${pkgver}.tar.gz;)
-sha256sums=('70b3b32b4fed3b354e5c42e4d1273880a33a13ab8c108a4247140eb661767a0b')
-
-prepare() {
-  mv {,python-}munkres-release-${pkgver}
-  cp -r python{,2}-munkres-release-${pkgver}
-
-  cd python2-munkres-release-${pkgver}
-
-  sed 's|#!.*python$|#!/usr/bin/env python2|' -i $(grep -rl '#!.*python$')
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-munkres-release-${pkgver}
-${py} setup.py build
-popd
-  done
-}
-
-package_python-munkres() {
-  depends=('python')
-
-  cd python-munkres-release-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-package_python2-munkres() {
-  depends=('python2')
-
-  cd python2-munkres-release-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-munkres/repos/community-any/PKGBUILD (from rev 435091, 
python-munkres/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-21 14:30:06 UTC (rev 435092)
@@ -0,0 +1,31 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Adrian Sampson 
+
+pkgname=python-munkres
+pkgver=1.1.2
+pkgrel=1
+pkgdesc='Munkres algorithm for Python'
+arch=(any)
+url=https://github.com/bmc/munkres
+license=(Apache)
+depends=(python)
+makedepends=(
+  git
+  python-setuptools
+)
+source=(git+https://github.com/bmc/munkres.git#tag=release-${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  cd munkres
+
+  python setup.py build
+}
+
+package() {
+  cd munkres
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-munkres/repos/community-any (PKGBUILD PKGBUILD)

2017-08-08 Thread Maxime Gauduin
Date: Tuesday, August 8, 2017 @ 22:13:36
  Author: alucryd
Revision: 249635

archrelease: copy trunk to community-any

Added:
  python-munkres/repos/community-any/PKGBUILD
(from rev 249634, python-munkres/trunk/PKGBUILD)
Deleted:
  python-munkres/repos/community-any/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-08 22:13:25 UTC (rev 249634)
+++ PKGBUILD2017-08-08 22:13:36 UTC (rev 249635)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Adrian Sampson 
-
-pkgbase=python-munkres
-pkgname=('python-munkres' 'python2-munkres')
-pkgver=1.0.10
-pkgrel=1
-pkgdesc='Munkres algorithm for Python'
-arch=('any')
-url='https://github.com/bmc/munkres'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("python-munkres-${pkgver}.tar.gz::https://github.com/bmc/munkres/archive/release-${pkgver}.tar.gz;)
-sha256sums=('cc00ca9b1bae6b574797fbefc3a200b65d1317e599055f3edf9643c28cf4ecca')
-
-prepare() {
-  mv {,python-}munkres-release-${pkgver}
-  cp -r python{,2}-munkres-release-${pkgver}
-
-  cd python2-munkres-release-${pkgver}
-
-  sed 's|#!.*python$|#!/usr/bin/env python2|' -i $(grep -rl '#!.*python$')
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-munkres-release-${pkgver}
-${py} setup.py build
-popd
-  done
-}
-
-package_python-munkres() {
-  depends=('python')
-
-  cd python-munkres-release-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-package_python2-munkres() {
-  depends=('python2')
-
-  cd python2-munkres-release-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-munkres/repos/community-any/PKGBUILD (from rev 249634, 
python-munkres/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-08 22:13:36 UTC (rev 249635)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Adrian Sampson 
+
+pkgbase=python-munkres
+pkgname=('python-munkres' 'python2-munkres')
+pkgver=1.0.12
+pkgrel=1
+pkgdesc='Munkres algorithm for Python'
+arch=('any')
+url='https://github.com/bmc/munkres'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("python-munkres-${pkgver}.tar.gz::https://github.com/bmc/munkres/archive/release-${pkgver}.tar.gz;)
+sha256sums=('70b3b32b4fed3b354e5c42e4d1273880a33a13ab8c108a4247140eb661767a0b')
+
+prepare() {
+  mv {,python-}munkres-release-${pkgver}
+  cp -r python{,2}-munkres-release-${pkgver}
+
+  cd python2-munkres-release-${pkgver}
+
+  sed 's|#!.*python$|#!/usr/bin/env python2|' -i $(grep -rl '#!.*python$')
+}
+
+build() {
+  for py in python{,2}; do
+pushd ${py}-munkres-release-${pkgver}
+${py} setup.py build
+popd
+  done
+}
+
+package_python-munkres() {
+  depends=('python')
+
+  cd python-munkres-release-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+package_python2-munkres() {
+  depends=('python2')
+
+  cd python2-munkres-release-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-munkres/repos/community-any (PKGBUILD PKGBUILD)

2017-05-25 Thread Maxime Gauduin
Date: Thursday, May 25, 2017 @ 13:10:48
  Author: alucryd
Revision: 230087

archrelease: copy trunk to community-any

Added:
  python-munkres/repos/community-any/PKGBUILD
(from rev 230086, python-munkres/trunk/PKGBUILD)
Deleted:
  python-munkres/repos/community-any/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-25 13:10:40 UTC (rev 230086)
+++ PKGBUILD2017-05-25 13:10:48 UTC (rev 230087)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Adrian Sampson 
-
-pkgbase=python-munkres
-pkgname=('python-munkres' 'python2-munkres')
-pkgver=1.0.9
-pkgrel=1
-pkgdesc='Munkres algorithm for Python'
-arch=('any')
-url='https://github.com/bmc/munkres'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("python-munkres-${pkgver}.tar.gz::https://github.com/bmc/munkres/archive/release-${pkgver}.tar.gz;)
-sha256sums=('1dae30b882f409bab8d913af7bbf41877359b1ece3fa0ea31d6486a454f3493b')
-
-prepare() {
-  mv {,python-}munkres-release-${pkgver}
-  cp -r python{,2}-munkres-release-${pkgver}
-
-  cd python2-munkres-release-${pkgver}
-
-  sed 's|#!.*python$|#!/usr/bin/env python2|' -i $(grep -rl '#!.*python$')
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-munkres-release-${pkgver}
-${py} setup.py build
-popd
-  done
-}
-
-package_python-munkres() {
-  depends=('python')
-
-  cd python-munkres-release-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-package_python2-munkres() {
-  depends=('python2')
-
-  cd python2-munkres-release-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-munkres/repos/community-any/PKGBUILD (from rev 230086, 
python-munkres/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-25 13:10:48 UTC (rev 230087)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Adrian Sampson 
+
+pkgbase=python-munkres
+pkgname=('python-munkres' 'python2-munkres')
+pkgver=1.0.10
+pkgrel=1
+pkgdesc='Munkres algorithm for Python'
+arch=('any')
+url='https://github.com/bmc/munkres'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("python-munkres-${pkgver}.tar.gz::https://github.com/bmc/munkres/archive/release-${pkgver}.tar.gz;)
+sha256sums=('cc00ca9b1bae6b574797fbefc3a200b65d1317e599055f3edf9643c28cf4ecca')
+
+prepare() {
+  mv {,python-}munkres-release-${pkgver}
+  cp -r python{,2}-munkres-release-${pkgver}
+
+  cd python2-munkres-release-${pkgver}
+
+  sed 's|#!.*python$|#!/usr/bin/env python2|' -i $(grep -rl '#!.*python$')
+}
+
+build() {
+  for py in python{,2}; do
+pushd ${py}-munkres-release-${pkgver}
+${py} setup.py build
+popd
+  done
+}
+
+package_python-munkres() {
+  depends=('python')
+
+  cd python-munkres-release-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+package_python2-munkres() {
+  depends=('python2')
+
+  cd python2-munkres-release-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et: