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


Commits:
d8627085 by Jelle van der Waa at 2024-05-05T13:42:45+02:00
Drop importlib-metadata dependency

Not required for Python > 3.8
https://gitlab.com/dpizetta/helpdev/-/blob/master/setup.py?ref_type=heads#L63

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-helpdev
        pkgdesc = Helping users and developers to get information about the 
environment to report bugs
        pkgver = 0.7.1
-       pkgrel = 7
+       pkgrel = 8
        url = https://gitlab.com/dpizetta/helpdev
        arch = any
        license = MIT
@@ -9,7 +9,6 @@ pkgbase = python-helpdev
        checkdepends = python-pytest
        checkdepends = python-pip
        makedepends = python-setuptools
-       depends = python-importlib-metadata
        depends = python-psutil
        source = 
https://gitlab.com/dpizetta/helpdev/-/archive/v0.7.1/helpdev-v0.7.1.tar.bz2
        sha256sums = 
b52f83d6d3935500da42b434747569660d526cd36e88069bd67a8747cca488fc


=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
 _pkg=helpdev
 pkgname=python-${_pkg}
 pkgver=0.7.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Helping users and developers to get information about the environment 
to report bugs"
 arch=(any)
 url="https://gitlab.com/dpizetta/helpdev";
 license=(MIT CCPL)
-depends=(python-importlib-metadata python-psutil)
+depends=(python-psutil)
 makedepends=(python-setuptools)
 checkdepends=(python-pytest python-pip)
 #PyPi does not have tests nor LICENSE



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-helpdev/-/commit/d8627085247c5886b2aa83227eeeed228f99d805
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to