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

Felix Yan felixonmars at gemini.archlinux.org
Fri Aug 26 20:50:31 UTC 2022


    Date: Friday, August 26, 2022 @ 20:50:31
  Author: felixonmars
Revision: 1284428

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-26 20:50:15 UTC (rev 1284427)
+++ PKGBUILD	2022-08-26 20:50:31 UTC (rev 1284428)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-green
-pkgver=3.4.1
-pkgrel=1
-pkgdesc="Green is a clean, colorful, fast python test runner"
-url="https://github.com/CleanCut/green"
-license=('MIT')
-arch=('any')
-depends=('python-colorama' 'python-coverage' 'python-unidecode' 'python-lxml')
-makedepends=('python-setuptools')
-checkdepends=('python-django' 'python-testtools')
-source=("https://github.com/CleanCut/green/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('b9c3e6d3333ef1f665f77567bc867992e4d80987fb875a36934a3287644c8779933bf9f1ed667dd326e3d6793bce81bc66ce6ccb767474b19671456c32cd83aa')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd green-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd green-$pkgver
-  ./g 3 -r -vvvv green
-}
-
-package() {
-  cd green-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-green/repos/community-any/PKGBUILD (from rev 1284427, python-green/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-26 20:50:31 UTC (rev 1284428)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-green
+pkgver=3.4.2
+pkgrel=1
+pkgdesc="Green is a clean, colorful, fast python test runner"
+url="https://github.com/CleanCut/green"
+license=('MIT')
+arch=('any')
+depends=('python-colorama' 'python-coverage' 'python-unidecode' 'python-lxml')
+makedepends=('python-setuptools')
+checkdepends=('python-django' 'python-testtools')
+source=("https://github.com/CleanCut/green/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('b0a2d0c846cca56d65b6c65160bc09fa6ebeee9613e6a459fd76bcfa91ffb4062256858e287f78b728339473d293e21472b62089200def9037da1249bc64f2c4')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd green-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd green-$pkgver
+  ./g 3 -r -vvvv green
+}
+
+package() {
+  cd green-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list