[arch-commits] Commit in python-telepathy/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Jan 4 09:57:15 UTC 2018


    Date: Thursday, January 4, 2018 @ 09:57:15
  Author: bpiotrowski
Revision: 278600

archrelease: copy trunk to community-x86_64

Added:
  python-telepathy/repos/community-x86_64/PKGBUILD
    (from rev 278599, python-telepathy/trunk/PKGBUILD)
Deleted:
  python-telepathy/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-04 09:57:08 UTC (rev 278599)
+++ PKGBUILD	2018-01-04 09:57:15 UTC (rev 278600)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru <ibiru at archlinux.org>
-# Contributor: Daniel Balieiro <daniel at balieiro.com>
-pkgbase=python-telepathy
-pkgname=('python2-telepathy')
-pkgver=0.15.19
-pkgrel=5
-pkgdesc="Python libraries for use in Telepathy clients and connection managers"
-arch=('x86_64')
-url="http://telepathy.freedesktop.org"
-license=('LGPL')
-depends=('python2-dbus')
-makedepends=('libxslt')
-conflicts=('python-telepathy')
-replaces=('python-telepathy')
-source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz{,.asc})
-md5sums=('f7ca25ab3c88874015b7e9728f7f3017'
-         '3f0e1af0452d62a0c0aab916e045579c')
-
-build() {
-    cd "${srcdir}/telepathy-python-${pkgver}"
-    ./configure --prefix=/usr
-    make
-}
-
-package_python2-telepathy() {
-    cd "${srcdir}/telepathy-python-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-    python2 -m compileall "${pkgdir}/usr/lib/python2.7/site-packages/telepathy/"
-}

Copied: python-telepathy/repos/community-x86_64/PKGBUILD (from rev 278599, python-telepathy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-04 09:57:15 UTC (rev 278600)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Ionut Biru <ibiru at archlinux.org>
+# Contributor: Daniel Balieiro <daniel at balieiro.com>
+pkgbase=python-telepathy
+pkgname=('python2-telepathy')
+pkgver=0.15.19
+pkgrel=7
+pkgdesc="Python libraries for use in Telepathy clients and connection managers"
+arch=('x86_64')
+url="http://telepathy.freedesktop.org"
+license=('LGPL')
+depends=('python2-dbus')
+makedepends=('libxslt')
+conflicts=('python-telepathy')
+replaces=('python-telepathy')
+source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz{,.asc})
+md5sums=('f7ca25ab3c88874015b7e9728f7f3017'
+         '3f0e1af0452d62a0c0aab916e045579c')
+
+build() {
+    cd "${srcdir}/telepathy-python-${pkgver}"
+    ./configure --prefix=/usr
+    make
+}
+
+package_python2-telepathy() {
+    cd "${srcdir}/telepathy-python-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+    python2 -m compileall "${pkgdir}/usr/lib/python2.7/site-packages/telepathy/"
+}



More information about the arch-commits mailing list