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

Felix Yan felixonmars at archlinux.org
Mon Jun 7 01:42:26 UTC 2021


    Date: Monday, June 7, 2021 @ 01:42:26
  Author: felixonmars
Revision: 956779

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-07 01:42:14 UTC (rev 956778)
+++ PKGBUILD	2021-06-07 01:42:26 UTC (rev 956779)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-noseofyeti
-pkgver=2.0.2
-_commit=00bd23f1485e39c3489f84737cdfd03567b722b0
-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/$_commit/$pkgname-$_commit.tar.gz")
-sha512sums=('e666a4afe149efb2c5fb5b1c6f141c508ff9af263c7e421a0bea1706e8f90d28dd730c0232d094bc45da45ed55ea7cf4482d4ee4b68b95605c5a671b7246ce27')
-
-build() {
-  cd nose-of-yeti-$_commit
-  python setup.py build
-}
-
-check() {
-  cd nose-of-yeti-$_commit
-  PYTHONPATH="$PWD/build/lib" pytest
-}
-
-package() {
-  cd nose-of-yeti-$_commit
-  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 956778, python-noseofyeti/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-07 01:42:26 UTC (rev 956779)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-noseofyeti
+pkgver=2.0.3
+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=('7bb849e190607b95873525d3d3c182f87252c8199936c25ac1c4af1548fe65e2e755015d79c20da72096d80559908e56e19a618bf72cadf66771f55164a9c07d')
+
+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