[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Sun Apr 22 07:58:04 UTC 2018


    Date: Sunday, April 22, 2018 @ 07:58:04
  Author: felixonmars
Revision: 317288

addpkg: python-tailer 0.4.1-1

Added:
  python-tailer/
  python-tailer/repos/
  python-tailer/trunk/
  python-tailer/trunk/PKGBUILD

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

Added: python-tailer/trunk/PKGBUILD
===================================================================
--- python-tailer/trunk/PKGBUILD	                        (rev 0)
+++ python-tailer/trunk/PKGBUILD	2018-04-22 07:58:04 UTC (rev 317288)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-tailer
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="A simple implementation of GNU tail and head"
+url="https://github.com/six8/pytailer"
+license=('MIT')
+arch=('any')
+depends=('python')
+source=("https://pypi.io/packages/source/t/tailer/tailer-$pkgver.tar.gz")
+sha512sums=('c1f0f4cf9356c58366e3d86087bc922378a5d5d9833385e8b0f9acd16211a7ff486c4ea3be13208b85a9766b3fa163071216de54c7170395c18ba6da61650da3')
+
+build() {
+  cd tailer-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd tailer-$pkgver
+  python -m doctest -v src/tailer/__init__.py
+}
+
+package() {
+  cd tailer-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


Property changes on: python-tailer/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list