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

Anatol Pomozov anatolik at archlinux.org
Fri May 18 04:14:26 UTC 2018


    Date: Friday, May 18, 2018 @ 04:14:25
  Author: anatolik
Revision: 324098

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-18 04:13:49 UTC (rev 324097)
+++ PKGBUILD	2018-05-18 04:14:25 UTC (rev 324098)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-
-pkgname=codespell
-pkgver=1.12.0
-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=('89d5f04095cf3716b888219d2eeecc0a5e1cd320')
-
-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 324097, codespell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-18 04:14:25 UTC (rev 324098)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+
+pkgname=codespell
+pkgver=1.13.0
+pkgrel=1
+pkgdesc='Fix common misspellings in source code'
+arch=(any)
+url='https://github.com/lucasdemarchi/codespell'
+license=(GPL2)
+depends=(python python-setuptools)
+checkdepends=(python-nose python-pytest)
+source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
+sha1sums=('31680ab4532504eebde1857ea667eef370761f0d')
+
+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