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

2018-03-09 Thread Jelle van der Waa via arch-commits
Date: Friday, March 9, 2018 @ 19:07:50
  Author: jelle
Revision: 305604

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-09 19:07:34 UTC (rev 305603)
+++ PKGBUILD2018-03-09 19:07:50 UTC (rev 305604)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Esteban V. Carnevale 
-
-pkgbase=python-polib
-pkgname=(python-polib python2-polib)
-_pkgname=polib
-pkgver=1.0.8
-pkgrel=3
-pkgdesc='A library to manipulate gettext files'
-url='https://pypi.python.org/pypi/polib'
-arch=('any')
-license=('MIT')
-depends=('python' 'python2')
-source=("https://pypi.io/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('5affe3d915eb5b4773f4ce164817e383eea0306115cdaf9b64008b3aea8202df')
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package_python-polib() {
-  depends=('python')
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-polib() {
-  depends=('python2')
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-polib/repos/community-any/PKGBUILD (from rev 305603, 
python-polib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-09 19:07:50 UTC (rev 305604)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Esteban V. Carnevale 
+
+pkgbase=python-polib
+pkgname=(python-polib python2-polib)
+_pkgname=polib
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='A library to manipulate gettext files'
+url='https://pypi.python.org/pypi/polib'
+arch=('any')
+license=('MIT')
+depends=('python' 'python2')
+source=("https://pypi.io/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('fad87d13696127ffb27ea0882d6182f1a9cf8a5e2b37a587751166c51e5a332a')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package_python-polib() {
+  depends=('python')
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-polib() {
+  depends=('python2')
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-06-22 Thread Balló György
Date: Thursday, June 22, 2017 @ 10:36:27
  Author: bgyorgy
Revision: 239524

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   59 ++-
 1 file changed, 34 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-22 10:36:21 UTC (rev 239523)
+++ PKGBUILD2017-06-22 10:36:27 UTC (rev 239524)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Esteban V. Carnevale 
-
-pkgname=python-polib
-_pkgname=polib
-pkgver=1.0.8
-pkgrel=2
-pkgdesc='A library to manipulate gettext files (Python3)'
-url='https://pypi.python.org/pypi/polib'
-arch=('any')
-license=('MIT')
-depends=('python')
-source=("https://pypi.io/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('5affe3d915eb5b4773f4ce164817e383eea0306115cdaf9b64008b3aea8202df')
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-polib/repos/community-any/PKGBUILD (from rev 239523, 
python-polib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-22 10:36:27 UTC (rev 239524)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Esteban V. Carnevale 
+
+pkgbase=python-polib
+pkgname=(python-polib python2-polib)
+_pkgname=polib
+pkgver=1.0.8
+pkgrel=3
+pkgdesc='A library to manipulate gettext files'
+url='https://pypi.python.org/pypi/polib'
+arch=('any')
+license=('MIT')
+depends=('python' 'python2')
+source=("https://pypi.io/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('5affe3d915eb5b4773f4ce164817e383eea0306115cdaf9b64008b3aea8202df')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package_python-polib() {
+  depends=('python')
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-polib() {
+  depends=('python2')
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-11-22 Thread Antonio Rojas
Date: Tuesday, November 22, 2016 @ 23:04:54
  Author: arojas
Revision: 196571

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-22 23:04:27 UTC (rev 196570)
+++ PKGBUILD2016-11-22 23:04:54 UTC (rev 196571)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Esteban V. Carnevale 
-
-pkgname=python-polib
-_pkgname=polib
-pkgver=1.0.7
-pkgrel=1
-pkgdesc='A library to manipulate gettext files (Python3)'
-url='https://pypi.python.org/pypi/polib'
-arch=('any')
-license=('MIT')
-depends=('python')
-source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('43ce60d05ffa442ba9d3c5722193aadb93c38174b9fb471c8ea7ccbf8349bbca')
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-polib/repos/community-any/PKGBUILD (from rev 196570, 
python-polib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-22 23:04:54 UTC (rev 196571)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Esteban V. Carnevale 
+
+pkgname=python-polib
+_pkgname=polib
+pkgver=1.0.8
+pkgrel=1
+pkgdesc='A library to manipulate gettext files (Python3)'
+url='https://pypi.python.org/pypi/polib'
+arch=('any')
+license=('MIT')
+depends=('python')
+source=("https://pypi.io/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('5affe3d915eb5b4773f4ce164817e383eea0306115cdaf9b64008b3aea8202df')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}