Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-netifaces
Commits:
9a2bb8b0 by Felix Yan at 2026-03-04T05:12:15+08:00
upgpkg: 0.11.0-9
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,17 @@
pkgbase = python-netifaces
pkgdesc = Portable module to access network interface information in
Python
pkgver = 0.11.0
- pkgrel = 8
+ pkgrel = 9
url = https://alastairs-place.net/netifaces/
arch = x86_64
license = MIT
+ makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source =
https://pypi.io/packages/source/n/netifaces/netifaces-0.11.0.tar.gz
- sha512sums =
a53110efb78c89c4d72d002104866253a4c085dd27ff9f41d4cfe3811cc5619e7585ceda4e91e83cdd0645c40c745c61d205708ee9a34427b35f437a48f148e5
+ source =
git+https://github.com/al45tair/netifaces.git#tag=release_0_11_0
+ sha512sums =
b25c3b28c8867dba1d1449e250ae30c30216eb825da7d19d046476c55f283692b6e394769209badaade286997664ba8b41b32fde6eeb48eb25a0f49297679300
pkgname = python-netifaces
=====================================
PKGBUILD
=====================================
@@ -4,24 +4,24 @@
pkgname=python-netifaces
pkgver=0.11.0
-pkgrel=8
+pkgrel=9
pkgdesc="Portable module to access network interface information in Python"
arch=('x86_64')
url="https://alastairs-place.net/netifaces/"
license=('MIT')
depends=('python')
-makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
-source=("https://pypi.io/packages/source/n/netifaces/netifaces-${pkgver}.tar.gz")
-sha512sums=('a53110efb78c89c4d72d002104866253a4c085dd27ff9f41d4cfe3811cc5619e7585ceda4e91e83cdd0645c40c745c61d205708ee9a34427b35f437a48f148e5')
+makedepends=('git' 'python-build' 'python-installer' 'python-setuptools'
'python-wheel')
+source=("git+https://github.com/al45tair/netifaces.git#tag=release_${pkgver//./_}")
+sha512sums=('b25c3b28c8867dba1d1449e250ae30c30216eb825da7d19d046476c55f283692b6e394769209badaade286997664ba8b41b32fde6eeb48eb25a0f49297679300')
build() {
- cd "${srcdir}/netifaces-${pkgver}"
+ cd netifaces
python -m build --wheel --no-isolation
}
package() {
- cd "${srcdir}/netifaces-${pkgver}"
+ cd netifaces
python -m installer --destdir="${pkgdir}" dist/*.whl
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-netifaces/-/commit/9a2bb8b0157c7b343cbb9fa354dd6a035fc9813d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-netifaces/-/commit/9a2bb8b0157c7b343cbb9fa354dd6a035fc9813d
You're receiving this email because of your account on gitlab.archlinux.org.