[arch-commits] Commit in python-noseofyeti/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Jan 27 18:33:02 UTC 2022
Date: Thursday, January 27, 2022 @ 18:33:02
Author: felixonmars
Revision: 1117255
archrelease: copy trunk to community-any
Added:
python-noseofyeti/repos/community-any/PKGBUILD
(from rev 1117254, python-noseofyeti/trunk/PKGBUILD)
Deleted:
python-noseofyeti/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-27 18:32:54 UTC (rev 1117254)
+++ PKGBUILD 2022-01-27 18:33:02 UTC (rev 1117255)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-noseofyeti
-pkgver=2.2.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=('b76a1a12ebf6202c0788b7ac74dae06c3162464947a3e5ab6f2fc09bc58dae1442083d43fb0fdaa229d0fc00fe1567becee35102c3b9c82ed34cfb87f072ab87')
-
-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 1117254, python-noseofyeti/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-27 18:33:02 UTC (rev 1117255)
@@ -0,0 +1,32 @@
+# 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/
+}
More information about the arch-commits
mailing list