[arch-commits] Commit in python2-pybonjour/repos/community-any (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Wed Mar 29 09:26:55 UTC 2017
Date: Wednesday, March 29, 2017 @ 09:26:54
Author: jelle
Revision: 219790
archrelease: copy trunk to community-any
Added:
python2-pybonjour/repos/community-any/PKGBUILD
(from rev 219789, python2-pybonjour/trunk/PKGBUILD)
Deleted:
python2-pybonjour/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-03-29 09:26:46 UTC (rev 219789)
+++ PKGBUILD 2017-03-29 09:26:54 UTC (rev 219790)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-# Contributor: Ruben Schuller <r.schuller at orgizm.net>
-
-_pkgname=pybonjour
-pkgname=python2-${_pkgname}
-pkgver=1.1.1
-pkgrel=4
-pkgdesc="Pure-Python interface to Apple Bonjour and compatible DNS-SD libraries"
-arch=('any')
-provides=('pybonjour')
-conflicts=('pybonjour')
-replaces=('pybonjour')
-license=('MIT')
-url="http://code.google.com/p/pybonjour/"
-depends=('avahi' 'python2')
-source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/pybonjour/pybonjour-$pkgver.tar.gz")
-md5sums=('30cbfd3e9e9721b39f6aa67df1c315a2')
-
-package() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- python2 setup.py install --root="${pkgdir}"
-}
-
Copied: python2-pybonjour/repos/community-any/PKGBUILD (from rev 219789, python2-pybonjour/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-03-29 09:26:54 UTC (rev 219790)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Ruben Schuller <r.schuller at orgizm.net>
+
+_pkgname=pybonjour
+pkgname=python2-${_pkgname}
+pkgver=1.1.1
+pkgrel=5
+pkgdesc="Pure-Python interface to Apple Bonjour and compatible DNS-SD libraries"
+arch=('any')
+provides=('pybonjour')
+conflicts=('pybonjour')
+replaces=('pybonjour')
+license=('MIT')
+url="http://code.google.com/p/pybonjour/"
+depends=('avahi' 'python2')
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/pybonjour/pybonjour-$pkgver.tar.gz")
+md5sums=('30cbfd3e9e9721b39f6aa67df1c315a2')
+
+package() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ python2 setup.py install --root="${pkgdir}"
+}
+
More information about the arch-commits
mailing list