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

Felix Yan felixonmars at gemini.archlinux.org
Sun Feb 20 20:31:49 UTC 2022


    Date: Sunday, February 20, 2022 @ 20:31:49
  Author: felixonmars
Revision: 1135346

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-20 20:31:43 UTC (rev 1135345)
+++ PKGBUILD	2022-02-20 20:31:49 UTC (rev 1135346)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-noseofyeti
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="A custom pyton codec that provides an RSpec style dsl for python"
-url="https://github.com/delfick/nose-of-yeti"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-asynctest' 'python-pytest' 'python-alt-pytest-asyncio'
-              'python-pytest-helpers-namespace')
-source=("https://github.com/delfick/nose-of-yeti/archive/release-$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('00069c6ae55905cdef1476bb6c6b9c72f45cd99ec9b68d3b327df95374306d46cf5ce6d763c0f5d2a418dcda3b3c81fc016973689ac7a50d4595d29953cbaa69')
-
-build() {
-  cd nose-of-yeti-release-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd nose-of-yeti-release-$pkgver
-  PYTHONPATH="$PWD/build/lib" pytest
-}
-
-package() {
-  cd nose-of-yeti-release-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-noseofyeti/repos/community-any/PKGBUILD (from rev 1135345, python-noseofyeti/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-20 20:31:49 UTC (rev 1135346)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-noseofyeti
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="A custom pyton codec that provides an RSpec style dsl for python"
+url="https://github.com/delfick/nose-of-yeti"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-asynctest' 'python-pytest' 'python-alt-pytest-asyncio'
+              'python-pytest-helpers-namespace')
+source=("https://github.com/delfick/nose-of-yeti/archive/release-$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('632cb88ce3da3a17edb40420467e467ea33f3bce86b30edcd9abd907cccf1e9e18fb2e81f2cb17607997c7685b31854f816d63ca2203c3b8aa33abe4c72ccf9a')
+
+build() {
+  cd nose-of-yeti-release-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd nose-of-yeti-release-$pkgver
+  PYTHONPATH="$PWD/build/lib" pytest
+}
+
+package() {
+  cd nose-of-yeti-release-$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