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

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 15:08:35 UTC 2020


    Date: Wednesday, November 11, 2020 @ 15:08:35
  Author: foutrelis
Revision: 750908

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 15:08:32 UTC (rev 750907)
+++ PKGBUILD	2020-11-11 15:08:35 UTC (rev 750908)
@@ -1,32 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=python-milc
-pkgver=1.0.10
-pkgrel=2
-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=('09cd6c4839b1a25ccc426250ee75252fec8f9adced640e87f1081f03e7d87216')
-
-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-staging-any/PKGBUILD (from rev 750907, python-milc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 15:08:35 UTC (rev 750908)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=python-milc
+pkgver=1.0.10
+pkgrel=3
+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=('09cd6c4839b1a25ccc426250ee75252fec8f9adced640e87f1081f03e7d87216')
+
+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