[arch-commits] Commit in (4 files)
Felix Yan
felixonmars at archlinux.org
Sat Aug 11 03:43:43 UTC 2018
Date: Saturday, August 11, 2018 @ 03:43:43
Author: felixonmars
Revision: 370953
addpkg: python-arpeggio 1.9.0-1
Added:
python-arpeggio/
python-arpeggio/repos/
python-arpeggio/trunk/
python-arpeggio/trunk/PKGBUILD
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Added: python-arpeggio/trunk/PKGBUILD
===================================================================
--- python-arpeggio/trunk/PKGBUILD (rev 0)
+++ python-arpeggio/trunk/PKGBUILD 2018-08-11 03:43:43 UTC (rev 370953)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-arpeggio
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="Packrat parser interpreter"
+url="https://github.com/igordejanovic/Arpeggio"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/igordejanovic/Arpeggio/archive/v$pkgver.tar.gz")
+sha512sums=('179ec76813476823f316471e1b313f377064a75879c52060e547fd755ae72947594dc4d6e58a798150620e82c8b123fbd88484881c12ccb311c47bc93a45a0cd')
+
+build() {
+ cd Arpeggio-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd Arpeggio-$pkgver
+ python setup.py pytest --addopts tests/unit
+}
+
+package() {
+ cd Arpeggio-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
Property changes on: python-arpeggio/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list