[arch-commits] Commit in python-netifaces/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 31 14:28:21 UTC 2021


    Date: Monday, May 31, 2021 @ 14:28:21
  Author: felixonmars
Revision: 952805

archrelease: copy trunk to community-x86_64

Added:
  python-netifaces/repos/community-x86_64/PKGBUILD
    (from rev 952804, python-netifaces/trunk/PKGBUILD)
Deleted:
  python-netifaces/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-31 14:28:10 UTC (rev 952804)
+++ PKGBUILD	2021-05-31 14:28:21 UTC (rev 952805)
@@ -1,30 +0,0 @@
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Gergely Imreh <imrehg(at)gmail(dot)com>
-# Contributor: Ghost of Kendo <ghostofkendo at gmail dot com>
-
-pkgname=python-netifaces
-pkgver=0.10.9
-pkgrel=6
-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-setuptools')
-source=("https://pypi.io/packages/source/n/netifaces/netifaces-${pkgver}.tar.gz")
-sha512sums=('8fc593de4d2cbda46a3e2430ede031360f1abfc64d47d00fbec09f3395fd83479bf29d97cb6834b1df06850c9ac2745c9344b6814f34be5975d4d5df98e05e87')
-
-build() {
-  cd "${srcdir}/netifaces-${pkgver}"
-
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}/netifaces-${pkgver}"
-
-  python setup.py install --root "${pkgdir}" --skip-build
-
-  # Install license, that is inside the readme file
-  install -Dm644 README.rst "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-netifaces/repos/community-x86_64/PKGBUILD (from rev 952804, python-netifaces/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-31 14:28:21 UTC (rev 952805)
@@ -0,0 +1,30 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Gergely Imreh <imrehg(at)gmail(dot)com>
+# Contributor: Ghost of Kendo <ghostofkendo at gmail dot com>
+
+pkgname=python-netifaces
+pkgver=0.11.0
+pkgrel=1
+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-setuptools')
+source=("https://pypi.io/packages/source/n/netifaces/netifaces-${pkgver}.tar.gz")
+sha512sums=('a53110efb78c89c4d72d002104866253a4c085dd27ff9f41d4cfe3811cc5619e7585ceda4e91e83cdd0645c40c745c61d205708ee9a34427b35f437a48f148e5')
+
+build() {
+  cd "${srcdir}/netifaces-${pkgver}"
+
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/netifaces-${pkgver}"
+
+  python setup.py install --root "${pkgdir}" --skip-build
+
+  # Install license, that is inside the readme file
+  install -Dm644 README.rst "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list