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

2020-07-19 Thread Felix Yan via arch-commits
Date: Sunday, July 19, 2020 @ 12:11:34
  Author: felixonmars
Revision: 664565

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-19 12:11:21 UTC (rev 664564)
+++ PKGBUILD2020-07-19 12:11:34 UTC (rev 664565)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sebastien Leduc 
-pkgname=python2-trollius
-_realname=trollius
-pkgver=2.1
-pkgrel=3
-pkgdesc="Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7"
-arch=("any")
-url="http://trollius.readthedocs.org/;
-license=('APACHE')
-depends=('python2' 'python2-futures' 'python2-six')
-optdepends=('python2-unittest2: to pass trollius unit tests')
-source=("https://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz;)
-sha512sums=('d800e060e13da22c83fc20f2c0e61d6c50cca309d90e8faecaf24e68240d78ec7fc9cfbb68a968ba7e9d73268e974353d9bd9063eb0ca02a4f0e88610abd6018')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-trollius/repos/community-any/PKGBUILD (from rev 664564, 
python2-trollius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-19 12:11:34 UTC (rev 664565)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sebastien Leduc 
+pkgname=python2-trollius
+_realname=trollius
+pkgver=2.1.post2
+pkgrel=1
+pkgdesc="Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7"
+arch=("any")
+url="http://trollius.readthedocs.org/;
+license=('APACHE')
+depends=('python2' 'python2-futures' 'python2-six')
+optdepends=('python2-unittest2: to pass trollius unit tests')
+source=("https://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz;)
+sha512sums=('fb6d0a1fe73cb4a5ba79da6d27dd31d45a7002172d3ea46dfe56a748901fb218db56d464cbcf41c2fc35dd7ddbb2a2a451d515a9c0453a3f1b82497a2e9d8b6c')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-05-31 Thread Sven-Hendrik Haase
Date: Tuesday, May 31, 2016 @ 10:41:45
  Author: svenstaro
Revision: 177507

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-31 08:41:38 UTC (rev 177506)
+++ PKGBUILD2016-05-31 08:41:45 UTC (rev 177507)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sebastien Leduc 
-pkgname=python2-trollius
-_realname=trollius
-pkgver=2.1
-pkgrel=1
-pkgdesc="Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7"
-arch=("any")
-url="http://trollius.readthedocs.org/;
-license=('APACHE')
-depends=('python2' 'python2-futures')
-optdepends=('python2-unittest2: to pass trollius unit tests')
-source=("http://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz;)
-md5sums=('0b36ff1057cb5a93befe7d8ef0edcbf8')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-trollius/repos/community-any/PKGBUILD (from rev 177506, 
python2-trollius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-31 08:41:45 UTC (rev 177507)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sebastien Leduc 
+pkgname=python2-trollius
+_realname=trollius
+pkgver=2.1
+pkgrel=2
+pkgdesc="Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7"
+arch=("any")
+url="http://trollius.readthedocs.org/;
+license=('APACHE')
+depends=('python2' 'python2-futures' 'python2-six')
+optdepends=('python2-unittest2: to pass trollius unit tests')
+source=("http://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz;)
+md5sums=('0b36ff1057cb5a93befe7d8ef0edcbf8')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-05-27 Thread Sven-Hendrik Haase
Date: Friday, May 27, 2016 @ 13:13:46
  Author: svenstaro
Revision: 177265

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 11:13:41 UTC (rev 177264)
+++ PKGBUILD2016-05-27 11:13:46 UTC (rev 177265)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sebastien Leduc 
-pkgname=python2-trollius
-_realname=trollius
-pkgver=2.0
-pkgrel=2
-pkgdesc="Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7"
-arch=("any")
-url="http://trollius.readthedocs.org/;
-license=('APACHE')
-depends=('python2' 'python2-futures')
-optdepends=('python2-unittest2: to pass trollius unit tests')
-source=("http://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz;)
-md5sums=('5704231bc385660783c5fad59e75549d')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-trollius/repos/community-any/PKGBUILD (from rev 177264, 
python2-trollius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 11:13:46 UTC (rev 177265)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sebastien Leduc 
+pkgname=python2-trollius
+_realname=trollius
+pkgver=2.1
+pkgrel=1
+pkgdesc="Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7"
+arch=("any")
+url="http://trollius.readthedocs.org/;
+license=('APACHE')
+depends=('python2' 'python2-futures')
+optdepends=('python2-unittest2: to pass trollius unit tests')
+source=("http://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz;)
+md5sums=('0b36ff1057cb5a93befe7d8ef0edcbf8')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 4, 2015 @ 13:45:39
  Author: svenstaro
Revision: 145960

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   47 ++-
 1 file changed, 26 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-04 12:45:34 UTC (rev 145959)
+++ PKGBUILD2015-11-04 12:45:39 UTC (rev 145960)
@@ -1,21 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sebastien Leduc 
-pkgname=python2-trollius
-_realname=trollius
-pkgver=2.0
-pkgrel=1
-pkgdesc="Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7"
-arch=("any")
-url="http://trollius.readthedocs.org/;
-license=('APACHE')
-depends=('python2' 'python2-futures')
-optdepends=('python2-unittest2: to pass trollius unit tests')
-source=("http://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz;)
-md5sums=('5704231bc385660783c5fad59e75549d')
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-trollius/repos/community-any/PKGBUILD (from rev 145959, 
python2-trollius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-04 12:45:39 UTC (rev 145960)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sebastien Leduc 
+pkgname=python2-trollius
+_realname=trollius
+pkgver=2.0
+pkgrel=2
+pkgdesc="Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7"
+arch=("any")
+url="http://trollius.readthedocs.org/;
+license=('APACHE')
+depends=('python2' 'python2-futures')
+optdepends=('python2-unittest2: to pass trollius unit tests')
+source=("http://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz;)
+md5sums=('5704231bc385660783c5fad59e75549d')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et: