[arch-commits] Commit in python-netifaces/repos/community-staging-x86_64 (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Oct 31 17:07:14 UTC 2019
Date: Thursday, October 31, 2019 @ 17:07:13
Author: foutrelis
Revision: 521267
archrelease: copy trunk to community-staging-x86_64
Added:
python-netifaces/repos/community-staging-x86_64/PKGBUILD
(from rev 521266, python-netifaces/trunk/PKGBUILD)
Deleted:
python-netifaces/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 17:07:09 UTC (rev 521266)
+++ PKGBUILD 2019-10-31 17:07:13 UTC (rev 521267)
@@ -1,39 +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>
-
-pkgbase=python-netifaces
-pkgname=(python-netifaces python2-netifaces)
-pkgver=0.10.9
-pkgrel=2
-pkgdesc="Portable module to access network interface information in Python"
-arch=('x86_64')
-url="https://alastairs-place.net/netifaces/"
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/n/netifaces/netifaces-${pkgver}.tar.gz")
-sha512sums=('8fc593de4d2cbda46a3e2430ede031360f1abfc64d47d00fbec09f3395fd83479bf29d97cb6834b1df06850c9ac2745c9344b6814f34be5975d4d5df98e05e87')
-
-prepare() {
- cp -a "${srcdir}/netifaces-${pkgver}"{,-py2}
-}
-
-package_python-netifaces() {
- depends=('python')
-
- cd "${srcdir}/netifaces-${pkgver}"
- python setup.py install --root "${pkgdir}"
-
- # Install license, that is inside the readme file
- install -Dm644 README.rst "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-netifaces() {
- depends=('python2')
-
- cd "${srcdir}/netifaces-${pkgver}-py2"
- python2 setup.py install --root "${pkgdir}"
-
- # 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 521266, python-netifaces/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 17:07:13 UTC (rev 521267)
@@ -0,0 +1,39 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Gergely Imreh <imrehg(at)gmail(dot)com>
+# Contributor: Ghost of Kendo <ghostofkendo at gmail dot com>
+
+pkgbase=python-netifaces
+pkgname=(python-netifaces python2-netifaces)
+pkgver=0.10.9
+pkgrel=3
+pkgdesc="Portable module to access network interface information in Python"
+arch=('x86_64')
+url="https://alastairs-place.net/netifaces/"
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/n/netifaces/netifaces-${pkgver}.tar.gz")
+sha512sums=('8fc593de4d2cbda46a3e2430ede031360f1abfc64d47d00fbec09f3395fd83479bf29d97cb6834b1df06850c9ac2745c9344b6814f34be5975d4d5df98e05e87')
+
+prepare() {
+ cp -a "${srcdir}/netifaces-${pkgver}"{,-py2}
+}
+
+package_python-netifaces() {
+ depends=('python')
+
+ cd "${srcdir}/netifaces-${pkgver}"
+ python setup.py install --root "${pkgdir}"
+
+ # Install license, that is inside the readme file
+ install -Dm644 README.rst "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-netifaces() {
+ depends=('python2')
+
+ cd "${srcdir}/netifaces-${pkgver}-py2"
+ python2 setup.py install --root "${pkgdir}"
+
+ # 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