Date: Sunday, July 8, 2018 @ 12:57:21
  Author: foutrelis
Revision: 354855

archrelease: copy trunk to community-staging-any

Added:
  python-zeroconf/repos/community-staging-any/
  python-zeroconf/repos/community-staging-any/PKGBUILD
    (from rev 354853, python-zeroconf/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: python-zeroconf/repos/community-staging-any/PKGBUILD (from rev 354853, 
python-zeroconf/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2018-07-08 12:57:21 UTC (rev 354855)
@@ -0,0 +1,27 @@
+# Maintainer: Jelle van der Waa <[email protected]>
+# Contributor: Maxim Andersson <[email protected]>
+
+pkgname=python-zeroconf
+pkgver=0.20.0
+pkgrel=3
+pkgdesc="A pure python implementation of multicast DNS service discovery"
+arch=('any')
+url="https://github.com/jstasiak/python-zeroconf";
+license=('LGPL')
+depends=('python' 'python-netifaces' 'python-six')
+makedepends=('python-setuptools')
+source=("https://github.com/jstasiak/${pkgname}/archive/${pkgver}.tar.gz";)
+sha256sums=('5829f2e68ca6ab06d25e661a7640cf1d215bf4167d952f81086f1fbfb4ef9dbb')
+
+build() {
+  cd "${pkgbase}-${pkgver}"
+  python3 setup.py build
+}
+
+package() {
+  cd "${pkgbase}-${pkgver}"
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to