Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
python-aiodiscover


Commits:
e8c45d2b by Maxime Gauduin at 2023-12-26T23:46:51+01:00
drop pytest-runner

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
 pkgbase = python-aiodiscover
        pkgdesc = Discover Hosts via ARP and PTR lookup
        pkgver = 1.6.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/bdraco/aiodiscover
-       arch = x86_64
+       arch = any
        license = APACHE
        makedepends = git
-       makedepends = python-pytest-runner
        makedepends = python-setuptools
        makedepends = python-wheel
        depends = python


=====================================
PKGBUILD
=====================================
@@ -2,9 +2,9 @@
 
 pkgname=python-aiodiscover
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Discover Hosts via ARP and PTR lookup'
-arch=(x86_64)
+arch=(any)
 url=https://github.com/bdraco/aiodiscover
 license=(APACHE)
 depends=(
@@ -16,7 +16,6 @@ depends=(
 )
 makedepends=(
   git
-  python-pytest-runner
   python-setuptools
   python-wheel
 )
@@ -24,6 +23,10 @@ _tag=decb249a746740b94b04d04b763880e5d50791f5
 source=(git+https://github.com/bdraco/aiodiscover.git#tag=${_tag})
 b2sums=(SKIP)
 
+prepare() {
+  sed '/pytest-runner/d' -i aiodiscover/setup.py
+}
+
 pkgver() {
   cd aiodiscover
   git describe --tags | sed 's/^v//'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiodiscover/-/commit/e8c45d2bfdbc9501f2f15e0661f017c1166bf781

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiodiscover/-/commit/e8c45d2bfdbc9501f2f15e0661f017c1166bf781
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to