[arch-commits] Commit in python-netifaces/repos/community-staging-x86_64 (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:45:00 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:45:00
  Author: felixonmars
Revision: 1061084

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:44:58 UTC (rev 1061083)
+++ PKGBUILD	2021-12-01 21:45:00 UTC (rev 1061084)
@@ -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.11.0
-pkgrel=2
-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"
-}

Copied: python-netifaces/repos/community-staging-x86_64/PKGBUILD (from rev 1061080, python-netifaces/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:45:00 UTC (rev 1061084)
@@ -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=3
+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