Date: Wednesday, September 21, 2022 @ 07:23:25
Author: felixonmars
Revision: 1305921
archrelease: copy trunk to community-any
Added:
python-green/repos/community-any/PKGBUILD
(from rev 1305920, python-green/trunk/PKGBUILD)
Deleted:
python-green/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-21 07:22:28 UTC (rev 1305920)
+++ PKGBUILD 2022-09-21 07:23:25 UTC (rev 1305921)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-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/
-}
Copied: python-green/repos/community-any/PKGBUILD (from rev 1305920,
python-green/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-21 07:23:25 UTC (rev 1305921)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-green
+pkgver=3.4.3
+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=('ded7e7bfbccbd19d2ff0a87e12774c36bfd14b1a25bc2c65b2aa6f1a6e19af12f6f38c046097516ed6fb3675287dc9fe2be73718fd12fdaa160cda15b8952baa')
+
+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/
+}