[arch-commits] Commit in python-pysol_cards/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 03:32:58 UTC 2019


    Date: Monday, November 4, 2019 @ 03:32:58
  Author: felixonmars
Revision: 523068

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pysol_cards/repos/community-staging-any/PKGBUILD (from rev 523067, python-pysol_cards/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 03:32:58 UTC (rev 523068)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+_pyname=pysol_cards
+pkgname=python-$_pyname
+pkgver=0.8.6
+pkgrel=2
+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=('6e536a60fad9a59d5ecc197b0a22718fa8b16de42ede37caa8f7b87b8e256148')
+
+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