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

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


    Date: Tuesday, August 11, 2015 @ 08:27:05
  Author: fyan
Revision: 138206

archrelease: copy trunk to community-any

Added:
  sopel/repos/community-any/
  sopel/repos/community-any/PKGBUILD
    (from rev 138205, sopel/trunk/PKGBUILD)

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

Copied: sopel/repos/community-any/PKGBUILD (from rev 138205, sopel/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2015-08-11 06:27:05 UTC (rev 138206)
@@ -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
+}



More information about the arch-commits mailing list