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

Morten Linderud foxboron at archlinux.org
Thu Oct 22 18:01:38 UTC 2020


    Date: Thursday, October 22, 2020 @ 18:01:38
  Author: foxboron
Revision: 729339

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-22 18:01:31 UTC (rev 729338)
+++ PKGBUILD	2020-10-22 18:01:38 UTC (rev 729339)
@@ -1,32 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=python-milc
-pkgver=1.0.8
-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=('a3e824ee4ea23a450d59d65d7b3f007ba79888511a94d4be730ecb24af725fca')
-
-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 729338, python-milc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-22 18:01:38 UTC (rev 729339)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=python-milc
+pkgver=1.0.9
+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=('db84d73eefe010279647566097b103c4e10700c8afca8bf703037e951d8a3f78')
+
+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