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

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


    Date: Tuesday, August 11, 2015 @ 08:28:24
  Author: fyan
Revision: 138208

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-11 06:27:58 UTC (rev 138207)
+++ PKGBUILD	2015-08-11 06:28:24 UTC (rev 138208)
@@ -1,26 +0,0 @@
-# $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
-}

Copied: sopel/repos/community-any/PKGBUILD (from rev 138207, sopel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-08-11 06:28:24 UTC (rev 138208)
@@ -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.chat'
+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