[arch-commits] Commit in (sopel sopel/repos sopel/trunk sopel/trunk/PKGBUILD)

Felix Yan fyan at archlinux.org
Tue Aug 11 06:26:20 UTC 2015


    Date: Tuesday, August 11, 2015 @ 08:26:20
  Author: fyan
Revision: 138205

addpkg: sopel 5.5.0-1

Added:
  sopel/
  sopel/repos/
  sopel/trunk/
  sopel/trunk/PKGBUILD

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

Added: sopel/trunk/PKGBUILD
===================================================================
--- sopel/trunk/PKGBUILD	                        (rev 0)
+++ sopel/trunk/PKGBUILD	2015-08-11 06:26:20 UTC (rev 138205)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=sopel
+pkgver=5.5.0
+pkgrel=1
+pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly Willie)"
+arch=('any')
+license=('GPL')
+url="http://sopel.readthedocs.org"
+depends=('python-feedparser' 'python-pytz' 'python-lxml' 'python-praw' 'python-pyenchant'
+         'python-pygeoip' 'python-setuptools' 'sqlite')
+makedepends=('git')
+checkdepends=('python-pytest-runner')
+source=("git+https://github.com/sopel-irc/sopel.git#tag=$pkgver")
+md5sums=('SKIP')
+
+check() {
+  cd "$srcdir/sopel"
+  python setup.py ptr || warning "Tests failed"
+}
+
+package() {
+  cd "$srcdir/sopel"
+  python setup.py install --root="${pkgdir}" --optimize=1
+}


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



More information about the arch-commits mailing list