[arch-commits] Commit in python-telepathy/repos (2 files)

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


    Date: Thursday, January 4, 2018 @ 09:38:30
  Author: bpiotrowski
Revision: 278598

archrelease: copy trunk to community-x86_64

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

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

Copied: python-telepathy/repos/community-x86_64/PKGBUILD (from rev 278597, python-telepathy/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-01-04 09:38:30 UTC (rev 278598)
@@ -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=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/"
+}



More information about the arch-commits mailing list