[arch-commits] Commit in python-munkres/repos/community-staging-any (2 files)

Felix Yan felixonmars at archlinux.org
Thu Oct 31 17:56:55 UTC 2019


    Date: Thursday, October 31, 2019 @ 17:56:55
  Author: felixonmars
Revision: 521478

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 17:56:55 UTC (rev 521477)
+++ PKGBUILD	2019-10-31 17:56:55 UTC (rev 521478)
@@ -1,31 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Adrian Sampson <adrian at radbox.org>
-
-pkgname=python-munkres
-pkgver=1.1.2
-pkgrel=2
-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-staging-any/PKGBUILD (from rev 521475, python-munkres/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 17:56:55 UTC (rev 521478)
@@ -0,0 +1,31 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Adrian Sampson <adrian at radbox.org>
+
+pkgname=python-munkres
+pkgver=1.1.2
+pkgrel=3
+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:



More information about the arch-commits mailing list