[arch-commits] Commit in python-yarg/trunk (PKGBUILD)

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Monday, November 9, 2020 @ 16:52:35
  Author: foutrelis
Revision: 747639

upgpkg: python-yarg 0.1.9-5: Python 3.9 rebuild

Modified:
  python-yarg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 16:52:31 UTC (rev 747638)
+++ PKGBUILD2020-11-09 16:52:35 UTC (rev 747639)
@@ -2,7 +2,7 @@
 
 pkgname=python-yarg
 pkgver=0.1.9
-pkgrel=4
+pkgrel=5
 pkgdesc="A semi hard Cornish cheese, also queries PyPI (PyPI client)"
 url="https://github.com/kura/yarg";
 license=('MIT')


[arch-commits] Commit in python-yarg/trunk (PKGBUILD)

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 15:12:27
  Author: foutrelis
Revision: 750975

upgpkg: python-yarg 0.1.9-6: Python 3.9 rebuild

Modified:
  python-yarg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 15:12:22 UTC (rev 750974)
+++ PKGBUILD2020-11-11 15:12:27 UTC (rev 750975)
@@ -2,7 +2,7 @@
 
 pkgname=python-yarg
 pkgver=0.1.9
-pkgrel=5
+pkgrel=6
 pkgdesc="A semi hard Cornish cheese, also queries PyPI (PyPI client)"
 url="https://github.com/kura/yarg";
 license=('MIT')


[arch-commits] Commit in python-yarg/trunk (PKGBUILD)

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 19:59:47
  Author: felixonmars
Revision: 519675

Python 3.8 rebuild

Modified:
  python-yarg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 19:59:46 UTC (rev 519674)
+++ PKGBUILD2019-10-25 19:59:47 UTC (rev 519675)
@@ -2,7 +2,7 @@
 
 pkgname=python-yarg
 pkgver=0.1.9
-pkgrel=2
+pkgrel=3
 pkgdesc="A semi hard Cornish cheese, also queries PyPI (PyPI client)"
 url="https://github.com/kura/yarg";
 license=('MIT')


[arch-commits] Commit in python-yarg/trunk (PKGBUILD)

2019-11-01 Thread Evangelos Foutras via arch-commits
Date: Friday, November 1, 2019 @ 13:44:31
  Author: foutrelis
Revision: 521927

Python 3.8 rebuild

Modified:
  python-yarg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 13:43:45 UTC (rev 521926)
+++ PKGBUILD2019-11-01 13:44:31 UTC (rev 521927)
@@ -2,7 +2,7 @@
 
 pkgname=python-yarg
 pkgver=0.1.9
-pkgrel=3
+pkgrel=4
 pkgdesc="A semi hard Cornish cheese, also queries PyPI (PyPI client)"
 url="https://github.com/kura/yarg";
 license=('MIT')


[arch-commits] Commit in python-yarg/trunk (PKGBUILD)

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 18:50:57
  Author: felixonmars
Revision: 470769

upgpkg: python-yarg 0.1.9-2

fix tests/

Modified:
  python-yarg/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 18:49:52 UTC (rev 470768)
+++ PKGBUILD2019-05-25 18:50:57 UTC (rev 470769)
@@ -2,7 +2,7 @@
 
 pkgname=python-yarg
 pkgver=0.1.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A semi hard Cornish cheese, also queries PyPI (PyPI client)"
 url="https://github.com/kura/yarg";
 license=('MIT')
@@ -28,4 +28,6 @@
   python setup.py install --root="$pkgdir" --optimize=1
 
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+
+  mv "$pkgdir"/usr/lib/python3.7/site-packages/{,yarg/}tests
 }