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

Anatol Pomozov anatolik at archlinux.org
Fri Jun 17 23:58:24 UTC 2016


    Date: Friday, June 17, 2016 @ 23:58:23
  Author: anatolik
Revision: 180398

archrelease: copy trunk to community-any

Added:
  codespell/repos/community-any/PKGBUILD
    (from rev 180397, codespell/trunk/PKGBUILD)
Deleted:
  codespell/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   65 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 29 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-17 23:57:42 UTC (rev 180397)
+++ PKGBUILD	2016-06-17 23:58:23 UTC (rev 180398)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-
-pkgname=codespell
-pkgver=1.9.1
-pkgrel=2
-pkgdesc='Fix common misspellings in source code'
-arch=(any)
-url='https://github.com/lucasdemarchi/codespell'
-license=(GPL2)
-depends=(python)
-checkdepends=(python-nose)
-source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz
-        default_arg.patch::https://github.com/Eric89GXL/codespell/commit/e9d8629cd950fb92f2d951a1517e1d5a09d2d74b.patch)
-sha1sums=('633f23643a740bbb7157d910e400c863942c317a'
-          'f4c61625cc20d61a15e2e9ac5c720c5a65ca3118')
-
-prepare() {
-  cd codespell-$pkgver
-  patch -p1 < ../default_arg.patch
-}
-
-build() {
-  cd codespell-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd codespell-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd codespell-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: codespell/repos/community-any/PKGBUILD (from rev 180397, codespell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-06-17 23:58:23 UTC (rev 180398)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+
+pkgname=codespell
+pkgver=1.9.2
+pkgrel=1
+pkgdesc='Fix common misspellings in source code'
+arch=(any)
+url='https://github.com/lucasdemarchi/codespell'
+license=(GPL2)
+depends=(python)
+checkdepends=(python-nose)
+source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
+sha1sums=('65e62aa0ad23690ab390dbacdd16500cb77f3283')
+
+build() {
+  cd codespell-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd codespell-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd codespell-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list