[arch-commits] Commit in python2-polib/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Tue Apr 15 09:53:56 UTC 2014


    Date: Tuesday, April 15, 2014 @ 11:53:55
  Author: fyan
Revision: 109520

archrelease: copy trunk to community-any

Added:
  python2-polib/repos/community-any/PKGBUILD
    (from rev 109519, python2-polib/trunk/PKGBUILD)
Deleted:
  python2-polib/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   51 +++++++++++++++++++++++++--------------------------
 1 file changed, 25 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-15 09:53:11 UTC (rev 109519)
+++ PKGBUILD	2014-04-15 09:53:55 UTC (rev 109520)
@@ -1,26 +0,0 @@
-# Contributor: Esteban V. Carnevale <alfplayer at mailoo.com>
-
-pkgname=python2-polib
-_pkgname='polib'
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='A library to manipulate gettext files'
-url='http://polib.readthedocs.org/en/latest/index.html'
-arch=('any')
-license=('MIT')
-depends=('python2')
-
-source=("https://bitbucket.org/izi/polib/downloads/polib-${pkgver}.tar.gz")
-sha256sums=('7b281e5ca799f9061bf029f2e911e99df483a1a02ef2ffaaf73fe80222f26aff')
-
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python2 setup.py build
-}
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python2-polib/repos/community-any/PKGBUILD (from rev 109519, python2-polib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-04-15 09:53:55 UTC (rev 109520)
@@ -0,0 +1,25 @@
+# Contributor: Esteban V. Carnevale <alfplayer at mailoo.com>
+
+pkgname=python2-polib
+_pkgname='polib'
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='A library to manipulate gettext files'
+url='http://polib.readthedocs.org/en/latest/index.html'
+arch=('any')
+license=('MIT')
+depends=('python2')
+
+source=("https://bitbucket.org/izi/polib/downloads/polib-${pkgver}.tar.gz")
+sha256sums=('8b3276f75ce2fce9442e27db3ae63d842416e17f0e2095f39ff52dc735e5749a')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python2 setup.py build
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}




More information about the arch-commits mailing list