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

Antonio Rojas arojas at archlinux.org
Sun May 24 21:09:12 UTC 2020


    Date: Sunday, May 24, 2020 @ 21:09:12
  Author: arojas
Revision: 633625

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-24 21:08:46 UTC (rev 633624)
+++ PKGBUILD	2020-05-24 21:09:12 UTC (rev 633625)
@@ -1,20 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-_pyname=pysol_cards
-pkgname=python-$_pyname
-pkgver=0.8.9
-pkgrel=1
-pkgdesc='Deal PySol FC Cards'
-arch=(any)
-url='https://pypi.org/project/pysol-cards/'
-license=(MIT)
-depends=(python-pbr)
-makedepends=(python-setuptools)
-source=("https://pypi.io/packages/source/p/$_pyname/$_pyname-$pkgver.tar.gz")
-sha256sums=('3485e681a2cbec6241359cb4170889cac0919571ca622a4eb10750d2a34f5c05')
-
-package() {
-  cd $_pyname-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-pysol_cards/repos/community-any/PKGBUILD (from rev 633624, python-pysol_cards/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-24 21:09:12 UTC (rev 633625)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+_pyname=pysol_cards
+pkgname=python-$_pyname
+pkgver=0.8.11
+pkgrel=1
+pkgdesc='Deal PySol FC Cards'
+arch=(any)
+url='https://pypi.org/project/pysol-cards/'
+license=(MIT)
+depends=(python-pbr)
+makedepends=(python-setuptools)
+source=("https://pypi.io/packages/source/p/$_pyname/$_pyname-$pkgver.tar.gz")
+sha256sums=('b99ab28f1c793331d1b9967a9a22003c0c0f9e1c343b196dc46157ca04ac85a0')
+
+package() {
+  cd $_pyname-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list