[arch-commits] Commit in python-antlr4 (3 files)

Baptiste Jonglez zorun at archlinux.org
Wed Apr 18 10:44:56 UTC 2018


    Date: Wednesday, April 18, 2018 @ 10:44:56
  Author: zorun
Revision: 316867

archrelease: copy trunk to community-any

Added:
  python-antlr4/repos/
  python-antlr4/repos/community-any/
  python-antlr4/repos/community-any/PKGBUILD
    (from rev 316866, python-antlr4/trunk/PKGBUILD)

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

Copied: python-antlr4/repos/community-any/PKGBUILD (from rev 316866, python-antlr4/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2018-04-18 10:44:56 UTC (rev 316867)
@@ -0,0 +1,23 @@
+# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
+
+pkgname=python-antlr4
+pkgver=4.7.1
+pkgrel=1
+pkgdesc="ANTLR4 runtime for Python"
+arch=('any')
+url="http://www.antlr.org/"
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/a/antlr4-python3-runtime/antlr4-python3-runtime-$pkgver.tar.gz")
+sha256sums=('1b26b72c4492cef310542da10bf6b2ab4aa1775618fc6003f75b55ae9eaa3fd3')
+
+build() {
+  cd "$srcdir/antlr4-python3-runtime-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/antlr4-python3-runtime-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list