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

Felix Yan felixonmars at archlinux.org
Thu Oct 31 17:21:14 UTC 2019


    Date: Thursday, October 31, 2019 @ 17:21:13
  Author: felixonmars
Revision: 521330

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 17:21:04 UTC (rev 521329)
+++ PKGBUILD	2019-10-31 17:21:13 UTC (rev 521330)
@@ -1,35 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-_name=ifaddr
-pkgname=python-ifaddr
-pkgver=0.1.6
-pkgrel=2
-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=('f8bfe0141f0c4e83404c8feead15a144e3f81fdfd9aeb5c9ca490789dfc7f74fa8cf36c895d048b595c340e17f7d82d96e3cdc25174ff67f3bb06a306094d59a')
-
-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-staging-any/PKGBUILD (from rev 521329, python-ifaddr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 17:21:13 UTC (rev 521330)
@@ -0,0 +1,35 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+_name=ifaddr
+pkgname=python-ifaddr
+pkgver=0.1.6
+pkgrel=3
+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=('f8bfe0141f0c4e83404c8feead15a144e3f81fdfd9aeb5c9ca490789dfc7f74fa8cf36c895d048b595c340e17f7d82d96e3cdc25174ff67f3bb06a306094d59a')
+
+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