[arch-commits] Commit in python-noseofyeti/repos/community-testing-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sat Dec 11 22:05:18 UTC 2021


    Date: Saturday, December 11, 2021 @ 22:05:18
  Author: felixonmars
Revision: 1068336

archrelease: copy trunk to community-testing-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-11 22:05:11 UTC (rev 1068335)
+++ PKGBUILD	2021-12-11 22:05:18 UTC (rev 1068336)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-noseofyeti
-pkgver=2.0.3
-pkgrel=3
-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/
-}

Copied: python-noseofyeti/repos/community-testing-any/PKGBUILD (from rev 1068335, python-noseofyeti/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-11 22:05:18 UTC (rev 1068336)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-noseofyeti
+pkgver=2.1.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=('0a50c56b16f30ce7e02db9820722b05fef1d958e651b2fcf3297d52cd032b6c8058dad45f002a8cfb6fa8640d0ed3aad8b4ce3c05339e93013e7246a56b6e20f')
+
+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