Date: Sunday, May 7, 2023 @ 13:03:56
Author: alucryd
Revision: 1459320
archrelease: copy trunk to community-x86_64
Added:
python-aiodiscover/repos/community-x86_64/PKGBUILD
(from rev 1459319, python-aiodiscover/trunk/PKGBUILD)
Deleted:
python-aiodiscover/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-07 13:03:47 UTC (rev 1459319)
+++ PKGBUILD 2023-05-07 13:03:56 UTC (rev 1459320)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=python-aiodiscover
-pkgver=1.4.15
-pkgrel=2
-pkgdesc='Discover Hosts via ARP and PTR lookup'
-arch=(x86_64)
-url=https://github.com/bdraco/aiodiscover
-license=(APACHE)
-depends=(
- python
- python-dnspython
- python-ifaddr
- python-netifaces
- python-pyroute2
-)
-makedepends=(
- git
- python-pytest-runner
- python-setuptools
- python-wheel
-)
-_tag=ee81c585d5f8b473ea322243e26f0293f514acd0
-source=(git+https://github.com/bdraco/aiodiscover.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
- cd aiodiscover
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cd aiodiscover
- python setup.py build
-}
-
-package() {
- cd aiodiscover
- python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-aiodiscover/repos/community-x86_64/PKGBUILD (from rev 1459319,
python-aiodiscover/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-07 13:03:56 UTC (rev 1459320)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=python-aiodiscover
+pkgver=1.4.16
+pkgrel=1
+pkgdesc='Discover Hosts via ARP and PTR lookup'
+arch=(x86_64)
+url=https://github.com/bdraco/aiodiscover
+license=(APACHE)
+depends=(
+ python
+ python-dnspython
+ python-ifaddr
+ python-netifaces
+ python-pyroute2
+)
+makedepends=(
+ git
+ python-pytest-runner
+ python-setuptools
+ python-wheel
+)
+_tag=7809bdfd8b56e28318becdd23ac24f9b25df801e
+source=(git+https://github.com/bdraco/aiodiscover.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+ cd aiodiscover
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cd aiodiscover
+ python setup.py build
+}
+
+package() {
+ cd aiodiscover
+ python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+# vim: ts=2 sw=2 et: