Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-noseofyeti


Commits:
fcff3c3b by loqs at 2024-04-27T16:47:31+02:00
Drop python-asynctest

- - - - -
3599f0f5 by Jelle van der Waa at 2024-04-27T16:56:39+02:00
upgpkg: 2.4.8-1: Drop asynctest

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,10 @@
 pkgbase = python-noseofyeti
        pkgdesc = A custom pyton codec that provides an RSpec style dsl for 
python
-       pkgver = 2.4.6
-       pkgrel = 2
+       pkgver = 2.4.8
+       pkgrel = 1
        url = https://github.com/delfick/nose-of-yeti
        arch = any
        license = MIT
-       checkdepends = python-asynctest
        checkdepends = python-pytest
        checkdepends = python-alt-pytest-asyncio
        checkdepends = python-pytest-helpers-namespace
@@ -14,7 +13,7 @@ pkgbase = python-noseofyeti
        makedepends = python-installer
        makedepends = python-hatchling
        depends = python
-       source = 
git+https://github.com/delfick/nose-of-yeti.git#commit=08bc8320f60cd45d1d04be3a88e74cc9b8bdad9f
+       source = 
git+https://github.com/delfick/nose-of-yeti.git#commit=5bd8abafa5e8db32e7fff37105d2ac25d30605bf
        sha512sums = SKIP
 
 pkgname = python-noseofyeti


=====================================
PKGBUILD
=====================================
@@ -1,22 +1,24 @@
 # Maintainer: Felix Yan <felixonm...@archlinux.org>
 
 pkgname=python-noseofyeti
-pkgver=2.4.6
-_commit=08bc8320f60cd45d1d04be3a88e74cc9b8bdad9f
-pkgrel=2
+pkgver=2.4.8
+_commit=5bd8abafa5e8db32e7fff37105d2ac25d30605bf
+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=('git' 'python-build' 'python-installer' 'python-hatchling')
-checkdepends=('python-asynctest' 'python-pytest' 'python-alt-pytest-asyncio'
+checkdepends=('python-pytest' 'python-alt-pytest-asyncio'
               'python-pytest-helpers-namespace')
 source=("git+https://github.com/delfick/nose-of-yeti.git#commit=$_commit";)
 sha512sums=('SKIP')
 
 build() {
   cd nose-of-yeti
+  # https://github.com/delfick/nose-of-yeti/issues/22
+  sed -i '/asynctest/d' pyproject.toml
   python -m build -nw
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-noseofyeti/-/compare/2abba14f74a06f2f65af360ea0c81b491291b26a...3599f0f512d7face3071a018aa45c3d78008284a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-noseofyeti/-/compare/2abba14f74a06f2f65af360ea0c81b491291b26a...3599f0f512d7face3071a018aa45c3d78008284a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to