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

Morten Linderud foxboron at archlinux.org
Mon Mar 29 17:14:00 UTC 2021


    Date: Monday, March 29, 2021 @ 17:13:59
  Author: foxboron
Revision: 909376

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-29 17:13:52 UTC (rev 909375)
+++ PKGBUILD	2021-03-29 17:13:59 UTC (rev 909376)
@@ -1,32 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=python-milc
-pkgver=1.2.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=('bfb77ccf8587d4a80940856bfd572908ebb51c6b731cbd91543bbce5ab5cd873')
-
-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 909375, python-milc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-29 17:13:59 UTC (rev 909376)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=python-milc
+pkgver=1.3.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=('95c3af881b601e96049d5818818088ccf8a9ff4395b961ae451f968ddafa3b30')
+
+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