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

Morten Linderud foxboron at archlinux.org
Sun Jan 24 17:04:01 UTC 2021


    Date: Sunday, January 24, 2021 @ 17:04:00
  Author: foxboron
Revision: 828807

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-24 17:03:53 UTC (rev 828806)
+++ PKGBUILD	2021-01-24 17:04:00 UTC (rev 828807)
@@ -1,32 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=python-milc
-pkgver=1.0.12
-pkgrel=1
-pkgdesc="Opinionated Batteries-Included Python 3 CLI Framework."
-arch=("any")
-url="https://milc.clueboard.co/#/"
-license=("MIT")
-depends=("python-appdirs" "python-argcomplete" "python-colorama")
-makedepends=("python-setuptools")
-checkdepends=("python-semver" "python-nose2")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/clueboard/milc/archive/${pkgver}.tar.gz")
-sha256sums=('3cbe8b6b826503e0b96c36283bc2488f7fb9b45b7b5b22fd3846a6f31452bcf7')
-
-build() {
-    cd "${pkgname#python-}-${pkgver}"
-    python setup.py build
-}
-
-check() {
-    cd "${pkgname#python-}-${pkgver}"
-    nose2
-}
-
-package() {
-    cd "${pkgname#python-}-${pkgver}"
-    python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-    install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=4 sw=4 et:

Copied: python-milc/repos/community-any/PKGBUILD (from rev 828806, python-milc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-24 17:04:00 UTC (rev 828807)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=python-milc
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Opinionated Batteries-Included Python 3 CLI Framework."
+arch=("any")
+url="https://milc.clueboard.co/#/"
+license=("MIT")
+depends=("python-appdirs" "python-argcomplete" "python-colorama")
+makedepends=("python-setuptools")
+checkdepends=("python-semver" "python-nose2")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/clueboard/milc/archive/${pkgver}.tar.gz")
+sha256sums=('4bead2e48cec88ccb6566ad701fc6fa40f3f0101dc62db5cbcfb3e72abb0a892')
+
+build() {
+    cd "${pkgname#python-}-${pkgver}"
+    python setup.py build
+}
+
+check() {
+    cd "${pkgname#python-}-${pkgver}"
+    nose2
+}
+
+package() {
+    cd "${pkgname#python-}-${pkgver}"
+    python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+    install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=4 sw=4 et:



More information about the arch-commits mailing list