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

2020-08-05 Thread Felix Yan via arch-commits
Date: Wednesday, August 5, 2020 @ 18:20:30
  Author: felixonmars
Revision: 670291

archrelease: copy trunk to community-any

Added:
  python-update-checker/repos/community-any/PKGBUILD
(from rev 670290, python-update-checker/trunk/PKGBUILD)
Deleted:
  python-update-checker/repos/community-any/PKGBUILD

--+
 PKGBUILD |   65 ++---
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-05 18:20:18 UTC (rev 670290)
+++ PKGBUILD2020-08-05 18:20:30 UTC (rev 670291)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-update-checker
-pkgver=0.17
-pkgrel=1
-pkgdesc="A python module that will check for package updates"
-arch=('any')
-license=('BSD')
-url='https://github.com/bboe/update_checker'
-depends=('python-requests')
-provides=('python-update_checker')
-conflicts=('python-update_checker')
-replaces=('python-update_checker')
-makedepends=('python-setuptools' 'python-requests')
-source=("https://pypi.io/packages/source/u/update_checker/update_checker-$pkgver.tar.gz;)
-sha512sums=('22498dccd3881323e194d8ab04d3cbac3c76a43d1e334cb57c653db3e1ccd5815004b7f3bf2309816466a8c19bef9c5f89c5145540bd8995e1843e164c0edf9a')
-
-build() {
-  cd "$srcdir"/update_checker-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/update_checker-$pkgver
-  python setup.py test || echo "Ignoring test failures as it's the same in 
upstream CI."
-}
-
-package() {
-  cd update_checker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-update-checker/repos/community-any/PKGBUILD (from rev 670290, 
python-update-checker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-05 18:20:30 UTC (rev 670291)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-update-checker
+pkgver=0.18.0
+pkgrel=1
+pkgdesc="A python module that will check for package updates"
+arch=('any')
+license=('BSD')
+url='https://github.com/bboe/update_checker'
+depends=('python-requests')
+provides=('python-update_checker')
+conflicts=('python-update_checker')
+replaces=('python-update_checker')
+makedepends=('python-setuptools' 'python-requests')
+checkdepends=('python-pytest')
+source=("https://pypi.io/packages/source/u/update_checker/update_checker-$pkgver.tar.gz;)
+sha512sums=('ab77b4904f27fc3a4f382dda08cf86fceedc6fa1c6a1f2b1d6ea42688f95ea1fbef4168d69233aec4a489d9ff7f93af60e8f1bf62854aa4d2f54136c540d26f1')
+
+build() {
+  cd update_checker-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd update_checker-$pkgver
+  pytest
+}
+
+package() {
+  cd update_checker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2020-05-09 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 07:39:42
  Author: felixonmars
Revision: 625901

archrelease: copy trunk to community-any

Added:
  python-update-checker/repos/community-any/PKGBUILD
(from rev 625900, python-update-checker/trunk/PKGBUILD)
Deleted:
  python-update-checker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 07:39:26 UTC (rev 625900)
+++ PKGBUILD2020-05-09 07:39:42 UTC (rev 625901)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-update-checker
-pkgver=0.16
-pkgrel=3
-pkgdesc="A python module that will check for package updates"
-arch=('any')
-license=('BSD')
-url='https://github.com/bboe/update_checker'
-depends=('python-requests')
-provides=('python-update_checker')
-conflicts=('python-update_checker')
-replaces=('python-update_checker')
-makedepends=('python-setuptools' 'python-requests')
-source=("https://pypi.io/packages/source/u/update_checker/update_checker-$pkgver.tar.gz;)
-md5sums=('dcd73326d7e4db4226575cca03d24e42')
-
-build() {
-  cd "$srcdir"/update_checker-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/update_checker-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd update_checker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-update-checker/repos/community-any/PKGBUILD (from rev 625900, 
python-update-checker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 07:39:42 UTC (rev 625901)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-update-checker
+pkgver=0.17
+pkgrel=1
+pkgdesc="A python module that will check for package updates"
+arch=('any')
+license=('BSD')
+url='https://github.com/bboe/update_checker'
+depends=('python-requests')
+provides=('python-update_checker')
+conflicts=('python-update_checker')
+replaces=('python-update_checker')
+makedepends=('python-setuptools' 'python-requests')
+source=("https://pypi.io/packages/source/u/update_checker/update_checker-$pkgver.tar.gz;)
+sha512sums=('22498dccd3881323e194d8ab04d3cbac3c76a43d1e334cb57c653db3e1ccd5815004b7f3bf2309816466a8c19bef9c5f89c5145540bd8995e1843e164c0edf9a')
+
+build() {
+  cd "$srcdir"/update_checker-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/update_checker-$pkgver
+  python setup.py test || echo "Ignoring test failures as it's the same in 
upstream CI."
+}
+
+package() {
+  cd update_checker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 04:36:12
  Author: felixonmars
Revision: 206743

archrelease: copy trunk to community-any

Added:
  python-update-checker/repos/community-any/PKGBUILD
(from rev 206742, python-update-checker/trunk/PKGBUILD)
Deleted:
  python-update-checker/repos/community-any/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-11 04:35:51 UTC (rev 206742)
+++ PKGBUILD2017-01-11 04:36:12 UTC (rev 206743)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-update-checker
-pkgname=('python-update-checker' 'python2-update-checker')
-pkgver=0.15
-pkgrel=2
-pkgdesc="A python module that will check for package updates"
-arch=('any')
-license=('BSD')
-url='https://github.com/bboe/update_checker'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
-source=("https://pypi.io/packages/source/u/update_checker/update_checker-$pkgver.tar.gz;)
-md5sums=('702552f44d2a56acd2b22573964501b6')
-
-prepare() {
-  cp -a update_checker-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/update_checker-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/update_checker-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/update_checker-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/update_checker-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-update-checker() {
-  depends=('python-requests')
-  provides=('python-update_checker')
-  conflicts=('python-update_checker')
-  replaces=('python-update_checker')
-
-  cd update_checker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-update-checker() {
-  depends=('python2-requests')
-  provides=('python2-update_checker')
-  conflicts=('python2-update_checker')
-  replaces=('python2-update_checker')
-
-  cd update_checker-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-update-checker/repos/community-any/PKGBUILD (from rev 206742, 
python-update-checker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-11 04:36:12 UTC (rev 206743)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-update-checker
+pkgname=('python-update-checker' 'python2-update-checker')
+pkgver=0.16
+pkgrel=1
+pkgdesc="A python module that will check for package updates"
+arch=('any')
+license=('BSD')
+url='https://github.com/bboe/update_checker'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
+source=("https://pypi.io/packages/source/u/update_checker/update_checker-$pkgver.tar.gz;)
+md5sums=('dcd73326d7e4db4226575cca03d24e42')
+
+prepare() {
+  cp -a update_checker-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/update_checker-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/update_checker-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/update_checker-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/update_checker-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-update-checker() {
+  depends=('python-requests')
+  provides=('python-update_checker')
+  conflicts=('python-update_checker')
+  replaces=('python-update_checker')
+
+  cd update_checker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-update-checker() {
+  depends=('python2-requests')
+  provides=('python2-update_checker')
+  conflicts=('python2-update_checker')
+  replaces=('python2-update_checker')
+
+  cd update_checker-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2016-11-27 Thread Felix Yan
Date: Monday, November 28, 2016 @ 02:27:14
  Author: felixonmars
Revision: 197056

archrelease: copy trunk to community-any

Added:
  python-update-checker/repos/community-any/PKGBUILD
(from rev 197055, python-update-checker/trunk/PKGBUILD)
Deleted:
  python-update-checker/repos/community-any/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-28 02:26:44 UTC (rev 197055)
+++ PKGBUILD2016-11-28 02:27:14 UTC (rev 197056)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-update-checker
-pkgname=('python-update-checker' 'python2-update-checker')
-pkgver=0.13
-pkgrel=1
-pkgdesc="A python module that will check for package updates"
-arch=('any')
-license=('BSD')
-url='https://github.com/bboe/update_checker'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
-source=("https://pypi.io/packages/source/u/update_checker/update_checker-$pkgver.tar.gz;)
-md5sums=('b29cca67d7c394f20c75882916833a13')
-
-prepare() {
-  cp -a update_checker-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/update_checker-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/update_checker-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/update_checker-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/update_checker-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-update-checker() {
-  depends=('python-requests')
-  provides=('python-update_checker')
-  conflicts=('python-update_checker')
-  replaces=('python-update_checker')
-
-  cd update_checker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-update-checker() {
-  depends=('python2-requests')
-  provides=('python2-update_checker')
-  conflicts=('python2-update_checker')
-  replaces=('python2-update_checker')
-
-  cd update_checker-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-update-checker/repos/community-any/PKGBUILD (from rev 197055, 
python-update-checker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-28 02:27:14 UTC (rev 197056)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-update-checker
+pkgname=('python-update-checker' 'python2-update-checker')
+pkgver=0.15
+pkgrel=1
+pkgdesc="A python module that will check for package updates"
+arch=('any')
+license=('BSD')
+url='https://github.com/bboe/update_checker'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
+source=("https://pypi.io/packages/source/u/update_checker/update_checker-$pkgver.tar.gz;)
+md5sums=('702552f44d2a56acd2b22573964501b6')
+
+prepare() {
+  cp -a update_checker-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/update_checker-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/update_checker-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/update_checker-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/update_checker-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-update-checker() {
+  depends=('python-requests')
+  provides=('python-update_checker')
+  conflicts=('python-update_checker')
+  replaces=('python-update_checker')
+
+  cd update_checker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-update-checker() {
+  depends=('python2-requests')
+  provides=('python2-update_checker')
+  conflicts=('python2-update_checker')
+  replaces=('python2-update_checker')
+
+  cd update_checker-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2016-11-22 Thread Felix Yan
Date: Tuesday, November 22, 2016 @ 11:58:58
  Author: felixonmars
Revision: 196523

archrelease: copy trunk to community-any

Added:
  python-update-checker/repos/community-any/PKGBUILD
(from rev 196522, python-update-checker/trunk/PKGBUILD)
Deleted:
  python-update-checker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-22 11:58:40 UTC (rev 196522)
+++ PKGBUILD2016-11-22 11:58:58 UTC (rev 196523)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-update_checker
-pkgname=('python-update_checker' 'python2-update_checker')
-pkgver=0.12
-pkgrel=1
-pkgdesc="A python module that will check for package updates"
-arch=('any')
-license=('BSD')
-url='https://github.com/bboe/update_checker'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
-source=("https://pypi.io/packages/source/u/update_checker/update_checker-$pkgver.tar.gz;)
-md5sums=('7d28258ef9db4ca7123c44c80740aaf1')
-
-prepare() {
-  cp -a update_checker-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/update_checker-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/update_checker-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/update_checker-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/update_checker-$pkgver-py2"
-  python2 setup.py test
-}
-
-package_python-update_checker() {
-  depends=('python-requests')
-
-  cd update_checker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-update_checker() {
-  depends=('python2-requests')
-
-  cd update_checker-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-update-checker/repos/community-any/PKGBUILD (from rev 196522, 
python-update-checker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-22 11:58:58 UTC (rev 196523)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-update-checker
+pkgname=('python-update-checker' 'python2-update-checker')
+pkgver=0.13
+pkgrel=1
+pkgdesc="A python module that will check for package updates"
+arch=('any')
+license=('BSD')
+url='https://github.com/bboe/update_checker'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
+source=("https://pypi.io/packages/source/u/update_checker/update_checker-$pkgver.tar.gz;)
+md5sums=('b29cca67d7c394f20c75882916833a13')
+
+prepare() {
+  cp -a update_checker-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/update_checker-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/update_checker-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/update_checker-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/update_checker-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-update-checker() {
+  depends=('python-requests')
+  provides=('python-update_checker')
+  conflicts=('python-update_checker')
+  replaces=('python-update_checker')
+
+  cd update_checker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-update-checker() {
+  depends=('python2-requests')
+  provides=('python2-update_checker')
+  conflicts=('python2-update_checker')
+  replaces=('python2-update_checker')
+
+  cd update_checker-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}