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

Antonio Rojas arojas at archlinux.org
Sun Jun 14 10:13:20 UTC 2020


    Date: Sunday, June 14, 2020 @ 10:13:19
  Author: arojas
Revision: 643970

archrelease: copy trunk to community-any

Added:
  python-pysol_cards/repos/community-any/PKGBUILD
    (from rev 643969, 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-06-14 10:12:48 UTC (rev 643969)
+++ PKGBUILD	2020-06-14 10:13:19 UTC (rev 643970)
@@ -1,20 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-_pyname=pysol_cards
-pkgname=python-$_pyname
-pkgver=0.8.18
-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=('a875260d48c4d417f378878ae3fb723a053b8eeba0fac91f0f16fde92bc385cf')
-
-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 643969, python-pysol_cards/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-14 10:13:19 UTC (rev 643970)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+_pyname=pysol_cards
+pkgname=python-$_pyname
+pkgver=0.10.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=('ea6ac7e5849d0002cc880868f3a82a84332d5bbb79eb6496ed9676a104046297')
+
+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