[arch-commits] Commit in python-ifaddr/repos/community-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Sun Jul 3 15:50:07 UTC 2022


    Date: Sunday, July 3, 2022 @ 15:50:05
  Author: jelle
Revision: 1243816

archrelease: copy trunk to community-any

Added:
  python-ifaddr/repos/community-any/PKGBUILD
    (from rev 1243815, python-ifaddr/trunk/PKGBUILD)
Deleted:
  python-ifaddr/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-03 15:49:57 UTC (rev 1243815)
+++ PKGBUILD	2022-07-03 15:50:05 UTC (rev 1243816)
@@ -1,35 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-_name=ifaddr
-pkgname=python-ifaddr
-pkgver=0.1.7
-pkgrel=5
-pkgdesc="Enumerates all IP addresses on all network adapters of the system"
-arch=('any')
-url="https://github.com/pydron/ifaddr"
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-nose')
-source=(https://github.com/pydron/ifaddr/archive/${pkgver}.tar.gz)
-sha512sums=('648d05c1aa91b81bfbda81c9753c3f35c7f451e9842eef9b46545db7817e4fdbe9b8f8f30f552cdef9522998960d7b07a4465dd49733fd784702f48aa875238d')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python3 setup.py build
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  nosetests ${_name}/test_ifaddr.py
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-ifaddr/repos/community-any/PKGBUILD (from rev 1243815, python-ifaddr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-03 15:50:05 UTC (rev 1243816)
@@ -0,0 +1,35 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+_name=ifaddr
+pkgname=python-ifaddr
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="Enumerates all IP addresses on all network adapters of the system"
+arch=('any')
+url="https://github.com/pydron/ifaddr"
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-pytest' 'python-netifaces')
+source=(https://github.com/pydron/ifaddr/archive/${pkgver}.tar.gz)
+sha512sums=('47d26932ecf1aabbbecc738ac0d9a6d276f3e3131650b76896553db3f17392916357d31991d7098ff3efa1cb6bec20a41848be03221d179c2f454f94a39cb587')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python3 setup.py build
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  nosetests ${_name}/test_ifaddr.py
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list