[arch-commits] Commit in python-pysol_cards/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Mar 28 13:27:15 UTC 2020
Date: Saturday, March 28, 2020 @ 13:27:15
Author: arojas
Revision: 605095
archrelease: copy trunk to community-any
Added:
python-pysol_cards/repos/community-any/PKGBUILD
(from rev 605094, 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-03-28 13:26:44 UTC (rev 605094)
+++ PKGBUILD 2020-03-28 13:27:15 UTC (rev 605095)
@@ -1,20 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-_pyname=pysol_cards
-pkgname=python-$_pyname
-pkgver=0.8.8
-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=('45b3b6a33515e20da6b166f50fd81b6944040479fe8e6758bc14cf908f541c70')
-
-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 605094, python-pysol_cards/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-28 13:27:15 UTC (rev 605095)
@@ -0,0 +1,20 @@
+# 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
+}
More information about the arch-commits
mailing list