[arch-commits] Commit in python-telepathy/trunk (PKGBUILD)

2018-01-10 Thread Balló György via arch-commits
Date: Wednesday, January 10, 2018 @ 15:11:03
  Author: bgyorgy
Revision: 281037

upgpkg: python-telepathy 0.15.19-8

Adopt the package, use 'any' as arch, add missing validpgpkeys entry (FS#56950)

Modified:
  python-telepathy/trunk/PKGBUILD

--+
 PKGBUILD |   32 +---
 1 file changed, 17 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 14:53:45 UTC (rev 281036)
+++ PKGBUILD2018-01-10 15:11:03 UTC (rev 281037)
@@ -1,30 +1,32 @@
 # $Id$
-# Maintainer:  Ionut Biru 
+# Maintainer: Balló György 
+# Contributor: Ionut Biru 
 # Contributor: Daniel Balieiro 
+
 pkgbase=python-telepathy
+_realname=telepathy-python
 pkgname=('python2-telepathy')
 pkgver=0.15.19
-pkgrel=7
+pkgrel=8
 pkgdesc="Python libraries for use in Telepathy clients and connection managers"
-arch=('x86_64')
-url="http://telepathy.freedesktop.org;
+arch=('any')
+url="https://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')
+source=(https://telepathy.freedesktop.org/releases/$_realname/$_realname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('19C969DE3A8B96A15366F87F46CCD4CDC88AC059') # Louis-Francis 
Ratté-Boulianne
+sha256sums=('244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376'
+'SKIP')
 
 build() {
-cd "${srcdir}/telepathy-python-${pkgver}"
-./configure --prefix=/usr
-make
+  cd $_realname-$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/"
+  cd $_realname-$pkgver
+  make DESTDIR="$pkgdir" install
+  python2 -m compileall "$pkgdir/usr/lib/python2.7/site-packages/telepathy/"
 }


[arch-commits] Commit in python-telepathy/trunk (PKGBUILD)

2018-01-04 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, January 4, 2018 @ 09:57:08
  Author: bpiotrowski
Revision: 278599

0.15.19-7: moved from extra

Modified:
  python-telepathy/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-04 09:38:30 UTC (rev 278598)
+++ PKGBUILD2018-01-04 09:57:08 UTC (rev 278599)
@@ -4,7 +4,7 @@
 pkgbase=python-telepathy
 pkgname=('python2-telepathy')
 pkgver=0.15.19
-pkgrel=5
+pkgrel=7
 pkgdesc="Python libraries for use in Telepathy clients and connection managers"
 arch=('x86_64')
 url="http://telepathy.freedesktop.org;


[arch-commits] Commit in python-telepathy/trunk (PKGBUILD)

2018-01-04 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, January 4, 2018 @ 09:55:07
  Author: bpiotrowski
Revision: 314026

0.15.19-7: free rebuild

Modified:
  python-telepathy/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-04 09:53:58 UTC (rev 314025)
+++ PKGBUILD2018-01-04 09:55:07 UTC (rev 314026)
@@ -4,7 +4,7 @@
 pkgbase=python-telepathy
 pkgname=('python2-telepathy')
 pkgver=0.15.19
-pkgrel=6
+pkgrel=7
 pkgdesc="Python libraries for use in Telepathy clients and connection managers"
 arch=('x86_64')
 url="http://telepathy.freedesktop.org;


[arch-commits] Commit in python-telepathy/trunk (PKGBUILD)

2018-01-04 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, January 4, 2018 @ 09:52:08
  Author: bpiotrowski
Revision: 314023

0.15.19-6: free rebuild

Modified:
  python-telepathy/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-04 09:37:58 UTC (rev 314022)
+++ PKGBUILD2018-01-04 09:52:08 UTC (rev 314023)
@@ -4,7 +4,7 @@
 pkgbase=python-telepathy
 pkgname=('python2-telepathy')
 pkgver=0.15.19
-pkgrel=5
+pkgrel=6
 pkgdesc="Python libraries for use in Telepathy clients and connection managers"
 arch=('x86_64')
 url="http://telepathy.freedesktop.org;
@@ -14,8 +14,9 @@
 conflicts=('python-telepathy')
 replaces=('python-telepathy')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz{,.asc})
+validpgpkeys=(19C969DE3A8B96A15366F87F46CCD4CDC88AC059)
 md5sums=('f7ca25ab3c88874015b7e9728f7f3017'
- '3f0e1af0452d62a0c0aab916e045579c')
+ 'SKIP')
 
 build() {
 cd "${srcdir}/telepathy-python-${pkgver}"


[arch-commits] Commit in python-telepathy/trunk (PKGBUILD)

2014-09-13 Thread Bartłomiej Piotrowski
Date: Saturday, September 13, 2014 @ 11:58:25
  Author: bpiotrowski
Revision: 221548

upgpkg: python-telepathy 0.15.19-5

fix wrong mtime of pyc/pyo files

Modified:
  python-telepathy/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-13 09:56:38 UTC (rev 221547)
+++ PKGBUILD2014-09-13 09:58:25 UTC (rev 221548)
@@ -4,7 +4,7 @@
 pkgbase=python-telepathy
 pkgname=('python2-telepathy')
 pkgver=0.15.19
-pkgrel=4
+pkgrel=5
 pkgdesc=Python libraries for use in Telepathy clients and connection managers
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
@@ -26,4 +26,5 @@
 package_python2-telepathy() {
 cd ${srcdir}/telepathy-python-${pkgver}
 make DESTDIR=${pkgdir} install
+python2 -m compileall 
${pkgdir}/usr/lib/python2.7/site-packages/telepathy/
 }



[arch-commits] Commit in python-telepathy/trunk (PKGBUILD)

2014-07-02 Thread Felix Yan
Date: Wednesday, July 2, 2014 @ 09:23:48
  Author: fyan
Revision: 216188

upgpkg: python-telepathy 0.15.19-4

mtree rebuild

Modified:
  python-telepathy/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-02 04:33:33 UTC (rev 216187)
+++ PKGBUILD2014-07-02 07:23:48 UTC (rev 216188)
@@ -4,7 +4,7 @@
 pkgbase=python-telepathy
 pkgname=('python2-telepathy')
 pkgver=0.15.19
-pkgrel=3
+pkgrel=4
 pkgdesc=Python libraries for use in Telepathy clients and connection managers
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;



[arch-commits] Commit in python-telepathy/trunk (PKGBUILD)

2012-10-13 Thread Eric Bélanger
Date: Saturday, October 13, 2012 @ 16:59:31
  Author: eric
Revision: 168659

upgpkg: python-telepathy 0.15.19-3

Rename to python2-telepathy

Modified:
  python-telepathy/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-13 20:56:07 UTC (rev 168658)
+++ PKGBUILD2012-10-13 20:59:31 UTC (rev 168659)
@@ -1,17 +1,21 @@
 # $Id$
 # Maintainer:  Ionut Biru ib...@archlinux.org
 # Contributor: Daniel Balieiro dan...@balieiro.com
-pkgname=python-telepathy
+pkgbase=python-telepathy
+pkgname=('python2-telepathy')
 pkgver=0.15.19
-pkgrel=2
+pkgrel=3
 pkgdesc=Python libraries for use in Telepathy clients and connection managers
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
 license=('LGPL')
 depends=('dbus-python')
 makedepends=('libxslt')
-source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz)
-md5sums=('f7ca25ab3c88874015b7e9728f7f3017')
+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}
@@ -19,7 +23,7 @@
 make
 }
 
-package() {
+package_python2-telepathy() {
 cd ${srcdir}/telepathy-python-${pkgver}
 make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in python-telepathy/trunk (PKGBUILD)

2012-10-13 Thread Eric Bélanger
Date: Saturday, October 13, 2012 @ 17:20:26
  Author: eric
Revision: 168663

Update depends

Modified:
  python-telepathy/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-13 21:18:10 UTC (rev 168662)
+++ PKGBUILD2012-10-13 21:20:26 UTC (rev 168663)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
 license=('LGPL')
-depends=('dbus-python')
+depends=('python2-dbus')
 makedepends=('libxslt')
 conflicts=('python-telepathy')
 replaces=('python-telepathy')



[arch-commits] Commit in python-telepathy/trunk (PKGBUILD)

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 07:36:49
  Author: ibiru
Revision: 150846

rebuild for signing

Modified:
  python-telepathy/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 12:35:42 UTC (rev 150845)
+++ PKGBUILD2012-02-23 12:36:49 UTC (rev 150846)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 pkgname=python-telepathy
 pkgver=0.15.19
-pkgrel=1
+pkgrel=2
 pkgdesc=Python libraries for use in Telepathy clients and connection managers
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
@@ -17,5 +17,9 @@
 cd ${srcdir}/telepathy-python-${pkgver}
 ./configure --prefix=/usr
 make
+}
+
+package() {
+cd ${srcdir}/telepathy-python-${pkgver}
 make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in python-telepathy/trunk (PKGBUILD)

2010-12-04 Thread Ionut Biru
Date: Saturday, December 4, 2010 @ 07:37:04
  Author: ibiru
Revision: 102076

upgpkg: python-telepathy 0.15.19-1
update to 0.15.19

Modified:
  python-telepathy/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-04 11:44:36 UTC (rev 102075)
+++ PKGBUILD2010-12-04 12:37:04 UTC (rev 102076)
@@ -2,8 +2,8 @@
 # Maintainer:  Ionut Biru ib...@archlinux.org
 # Contributor: Daniel Balieiro dan...@balieiro.com
 pkgname=python-telepathy
-pkgver=0.15.18
-pkgrel=2
+pkgver=0.15.19
+pkgrel=1
 pkgdesc=Python libraries for use in Telepathy clients and connection managers
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
@@ -11,7 +11,7 @@
 depends=('dbus-python')
 makedepends=('libxslt')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz)
-md5sums=('51da78a77681b0652d9b4ca941da0658')
+md5sums=('f7ca25ab3c88874015b7e9728f7f3017')
 
 build() {
 cd ${srcdir}/telepathy-python-${pkgver}



[arch-commits] Commit in python-telepathy/trunk (PKGBUILD)

2010-08-18 Thread Ionut Biru
Date: Wednesday, August 18, 2010 @ 11:21:35
  Author: ibiru
Revision: 87869

upgpkg: python-telepathy 0.15.18-2
python rebuild

Modified:
  python-telepathy/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-18 15:17:50 UTC (rev 87868)
+++ PKGBUILD2010-08-18 15:21:35 UTC (rev 87869)
@@ -3,19 +3,19 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 pkgname=python-telepathy
 pkgver=0.15.18
-pkgrel=1
+pkgrel=2
 pkgdesc=Python libraries for use in Telepathy clients and connection managers
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
 license=('LGPL')
 depends=('dbus-python')
 makedepends=('libxslt')
-source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-$pkgver.tar.gz)
+source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz)
 md5sums=('51da78a77681b0652d9b4ca941da0658')
 
 build() {
-cd $srcdir/telepathy-python-$pkgver
+cd ${srcdir}/telepathy-python-${pkgver}
 ./configure --prefix=/usr
 make
-make DESTDIR=$pkgdir install
+make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in python-telepathy/trunk (PKGBUILD)

2010-08-05 Thread Ionut Biru
Date: Thursday, August 5, 2010 @ 13:10:35
  Author: ibiru
Revision: 86852

upgpkg: python-telepathy 0.15.18-1 update to 0.15.18

Modified:
  python-telepathy/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-05 17:04:02 UTC (rev 86851)
+++ PKGBUILD2010-08-05 17:10:35 UTC (rev 86852)
@@ -2,7 +2,7 @@
 # Maintainer:  Ionut Biru ib...@archlinux.org
 # Contributor: Daniel Balieiro dan...@balieiro.com
 pkgname=python-telepathy
-pkgver=0.15.17
+pkgver=0.15.18
 pkgrel=1
 pkgdesc=Python libraries for use in Telepathy clients and connection managers
 arch=('i686' 'x86_64')
@@ -11,11 +11,11 @@
 depends=('dbus-python')
 makedepends=('libxslt')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-$pkgver.tar.gz)
-sha256sums=('2e74bfd088e82d5858d1dbd7204ab3a4735935e2fcc87de1798761bc59c50c7b')
+md5sums=('51da78a77681b0652d9b4ca941da0658')
 
 build() {
 cd $srcdir/telepathy-python-$pkgver
 ./configure --prefix=/usr
-make || return 1
-make DESTDIR=$pkgdir install || return 1
+make
+make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in python-telepathy/trunk (PKGBUILD)

2010-03-10 Thread Ionut Biru
Date: Wednesday, March 10, 2010 @ 18:47:02
  Author: ibiru
Revision: 71846

upgpkg: python-telepathy 0.15.16-1
update to 0.15.16

Modified:
  python-telepathy/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-10 23:46:49 UTC (rev 71845)
+++ PKGBUILD2010-03-10 23:47:02 UTC (rev 71846)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Biru Ionut io...@archlinux.ro
+# Maintainer:  Ionut Biru ib...@archlinux.org
 # Contributor: Daniel Balieiro dan...@balieiro.com
 pkgname=python-telepathy
-pkgver=0.15.15
+pkgver=0.15.16
 pkgrel=1
 pkgdesc=Python libraries for use in Telepathy clients and connection managers
 arch=('i686' 'x86_64')
@@ -11,11 +11,11 @@
 depends=('dbus-python')
 makedepends=('libxslt')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-$pkgver.tar.gz)
+sha256sums=('3cb2c3efae570ab10761445f49be34b458223eb720a4dcc3f700a2c91845c627')
 
 build() {
-cd $srcdir/telepathy-python-$pkgver
+cd $srcdir/telepathy-python-$pkgver
 ./configure --prefix=/usr
 make || return 1
-make DESTDIR=$pkgdir install || return 1
+make DESTDIR=$pkgdir install || return 1
 }
-md5sums=('714fac03ff1386092f209f7ec398d261')



[arch-commits] Commit in python-telepathy/trunk (PKGBUILD)

2010-01-20 Thread Ionut Biru
Date: Wednesday, January 20, 2010 @ 10:20:50
  Author: ibiru
Revision: 64455

upgpkg: python-telepathy 0.15.15-1
update to 0.15.15

Modified:
  python-telepathy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-20 13:51:25 UTC (rev 64454)
+++ PKGBUILD2010-01-20 15:20:50 UTC (rev 64455)
@@ -2,7 +2,7 @@
 # Maintainer: Biru Ionut io...@archlinux.ro
 # Contributor: Daniel Balieiro dan...@balieiro.com
 pkgname=python-telepathy
-pkgver=0.15.14
+pkgver=0.15.15
 pkgrel=1
 pkgdesc=Python libraries for use in Telepathy clients and connection managers
 arch=('i686' 'x86_64')
@@ -18,4 +18,4 @@
 make || return 1
 make DESTDIR=$pkgdir install || return 1
 }
-md5sums=('058b929055710410f420989c20d5e981')
+md5sums=('714fac03ff1386092f209f7ec398d261')



[arch-commits] Commit in python-telepathy/trunk (PKGBUILD)

2010-01-19 Thread Ionut Biru
Date: Tuesday, January 19, 2010 @ 13:58:07
  Author: ibiru
Revision: 64295

upgpkg: python-telepathy 0.15.14-1
update to 0.15.14

Modified:
  python-telepathy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-19 18:56:44 UTC (rev 64294)
+++ PKGBUILD2010-01-19 18:58:07 UTC (rev 64295)
@@ -2,7 +2,7 @@
 # Maintainer: Biru Ionut io...@archlinux.ro
 # Contributor: Daniel Balieiro dan...@balieiro.com
 pkgname=python-telepathy
-pkgver=0.15.13
+pkgver=0.15.14
 pkgrel=1
 pkgdesc=Python libraries for use in Telepathy clients and connection managers
 arch=('i686' 'x86_64')
@@ -18,4 +18,4 @@
 make || return 1
 make DESTDIR=$pkgdir install || return 1
 }
-md5sums=('e21018271b4ee19e9a295ec08d5553d3')
+md5sums=('058b929055710410f420989c20d5e981')



[arch-commits] Commit in python-telepathy/trunk (PKGBUILD)

2009-12-14 Thread Ionut Biru
Date: Monday, December 14, 2009 @ 12:14:48
  Author: ibiru
Revision: 61262

upgpkg: python-telepathy 0.15.13-1
new ver

Modified:
  python-telepathy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-12-14 17:00:36 UTC (rev 61261)
+++ PKGBUILD2009-12-14 17:14:48 UTC (rev 61262)
@@ -2,7 +2,7 @@
 # Maintainer: Biru Ionut io...@archlinux.ro
 # Contributor: Daniel Balieiro dan...@balieiro.com
 pkgname=python-telepathy
-pkgver=0.15.12
+pkgver=0.15.13
 pkgrel=1
 pkgdesc=Python libraries for use in Telepathy clients and connection managers
 arch=('i686' 'x86_64')
@@ -18,4 +18,4 @@
 make || return 1
 make DESTDIR=$pkgdir install || return 1
 }
-md5sums=('5d3956d9729862c23be34e4815c77d33')
+md5sums=('e21018271b4ee19e9a295ec08d5553d3')