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

Antonio Rojas arojas at archlinux.org
Tue Jun 4 20:48:48 UTC 2019


    Date: Tuesday, June 4, 2019 @ 20:48:48
  Author: arojas
Revision: 476891

archrelease: copy trunk to community-any

Added:
  python-pysol_cards/repos/community-any/PKGBUILD
    (from rev 476890, 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	2019-06-04 20:48:28 UTC (rev 476890)
+++ PKGBUILD	2019-06-04 20:48:48 UTC (rev 476891)
@@ -1,20 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-_pyname=pysol_cards
-pkgname=python-$_pyname
-pkgver=0.4.3
-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=('19d6a0f58fff8c8e50f7d94090f67ced5d78bba0e13885d464c865fb48d3c470')
-
-package() {
-  cd $_pyname-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pysol_cards/repos/community-any/PKGBUILD (from rev 476890, python-pysol_cards/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-04 20:48:48 UTC (rev 476891)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+_pyname=pysol_cards
+pkgname=python-$_pyname
+pkgver=0.6.1
+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=('9bc9295be3ca0740a0b804e9a2b9f1ca9adb1ffb625fd810903226013b55be6c')
+
+package() {
+  cd $_pyname-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list