[arch-commits] Commit in python2-fonttools/repos (4 files)

Andrzej Giniewicz aginiewicz at archlinux.org
Thu Sep 4 08:21:43 UTC 2014


    Date: Thursday, September 4, 2014 @ 10:21:43
  Author: aginiewicz
Revision: 118240

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python2-fonttools/repos/community-i686/PKGBUILD
    (from rev 118239, python2-fonttools/trunk/PKGBUILD)
  python2-fonttools/repos/community-x86_64/PKGBUILD
    (from rev 118239, python2-fonttools/trunk/PKGBUILD)
Deleted:
  python2-fonttools/repos/community-i686/PKGBUILD
  python2-fonttools/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   80 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 -------------------
 community-x86_64/PKGBUILD |   35 -------------------
 3 files changed, 80 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-09-04 08:21:32 UTC (rev 118239)
+++ community-i686/PKGBUILD	2014-09-04 08:21:43 UTC (rev 118240)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Firmicus <firmicus āt gmx dōt net>
-
-pkgname=python2-fonttools
-pkgver=2.4
-pkgrel=2
-pkgdesc="Converts OpenType and TrueType fonts to and from XML"
-url="http://sourceforge.net/projects/fonttools/"
-license=("BSD")
-arch=('i686' 'x86_64')
-depends=("python2-numpy")
-makedepends=("python2-setuptools")
-provides=('fonttools') # temporary compatibility because of rename
-replaces=('fonttools')
-source=(http://downloads.sourceforge.net/fonttools/fonttools-$pkgver.tar.gz)
-md5sums=('41b2d2be48214d2af848e04fded54689')
-
-build() {
-  cd "$srcdir"/fonttools-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir"/fonttools-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -D -m755 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  chmod oga+r "$pkgdir"/usr/share/man/man1/ttx.1
-  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-    $(find "${pkgdir}" -name '*.py')
-}
-

Copied: python2-fonttools/repos/community-i686/PKGBUILD (from rev 118239, python2-fonttools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-09-04 08:21:43 UTC (rev 118240)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Firmicus <firmicus āt gmx dōt net>
+
+pkgname=python2-fonttools
+pkgver=2.4
+pkgrel=3
+pkgdesc="Converts OpenType and TrueType fonts to and from XML"
+url="http://sourceforge.net/projects/fonttools/"
+license=("BSD")
+arch=('i686' 'x86_64')
+depends=("python2-numpy")
+makedepends=("python2-setuptools")
+source=(http://downloads.sourceforge.net/fonttools/fonttools-$pkgver.tar.gz)
+md5sums=('41b2d2be48214d2af848e04fded54689')
+
+prepare() {
+  cd "$srcdir"/fonttools-$pkgver
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+      -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+      -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+      -i $(find . -name '*.py')
+}
+
+build() {
+  cd "$srcdir"/fonttools-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/fonttools-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -D -m755 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  chmod oga+r "$pkgdir"/usr/share/man/man1/ttx.1
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-09-04 08:21:32 UTC (rev 118239)
+++ community-x86_64/PKGBUILD	2014-09-04 08:21:43 UTC (rev 118240)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Firmicus <firmicus āt gmx dōt net>
-
-pkgname=python2-fonttools
-pkgver=2.4
-pkgrel=2
-pkgdesc="Converts OpenType and TrueType fonts to and from XML"
-url="http://sourceforge.net/projects/fonttools/"
-license=("BSD")
-arch=('i686' 'x86_64')
-depends=("python2-numpy")
-makedepends=("python2-setuptools")
-provides=('fonttools') # temporary compatibility because of rename
-replaces=('fonttools')
-source=(http://downloads.sourceforge.net/fonttools/fonttools-$pkgver.tar.gz)
-md5sums=('41b2d2be48214d2af848e04fded54689')
-
-build() {
-  cd "$srcdir"/fonttools-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir"/fonttools-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -D -m755 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  chmod oga+r "$pkgdir"/usr/share/man/man1/ttx.1
-  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-    $(find "${pkgdir}" -name '*.py')
-}
-

Copied: python2-fonttools/repos/community-x86_64/PKGBUILD (from rev 118239, python2-fonttools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-09-04 08:21:43 UTC (rev 118240)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Firmicus <firmicus āt gmx dōt net>
+
+pkgname=python2-fonttools
+pkgver=2.4
+pkgrel=3
+pkgdesc="Converts OpenType and TrueType fonts to and from XML"
+url="http://sourceforge.net/projects/fonttools/"
+license=("BSD")
+arch=('i686' 'x86_64')
+depends=("python2-numpy")
+makedepends=("python2-setuptools")
+source=(http://downloads.sourceforge.net/fonttools/fonttools-$pkgver.tar.gz)
+md5sums=('41b2d2be48214d2af848e04fded54689')
+
+prepare() {
+  cd "$srcdir"/fonttools-$pkgver
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+      -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+      -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+      -i $(find . -name '*.py')
+}
+
+build() {
+  cd "$srcdir"/fonttools-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/fonttools-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -D -m755 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  chmod oga+r "$pkgdir"/usr/share/man/man1/ttx.1
+}
+




More information about the arch-commits mailing list