[arch-commits] Commit in python-munkres/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Nov 11 10:34:41 UTC 2020
Date: Wednesday, November 11, 2020 @ 10:34:37
Author: felixonmars
Revision: 750126
archrelease: copy trunk to community-staging-any
Added:
python-munkres/repos/community-staging-any/PKGBUILD
(from rev 750125, python-munkres/trunk/PKGBUILD)
Deleted:
python-munkres/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 10:34:33 UTC (rev 750125)
+++ PKGBUILD 2020-11-11 10:34:37 UTC (rev 750126)
@@ -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=4
-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 750125, python-munkres/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 10:34:37 UTC (rev 750126)
@@ -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=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:
More information about the arch-commits
mailing list