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

Felix Yan felixonmars at archlinux.org
Tue Nov 10 04:59:08 UTC 2020


    Date: Tuesday, November 10, 2020 @ 04:59:08
  Author: felixonmars
Revision: 749214

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 749211, python-pysol_cards/trunk/PKGBUILD)

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

Copied: python-pysol_cards/repos/community-staging-any/PKGBUILD (from rev 749211, python-pysol_cards/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-10 04:59:08 UTC (rev 749214)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+_pyname=pysol_cards
+pkgname=python-$_pyname
+pkgver=0.10.1
+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=('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