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

2020-06-24 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 24, 2020 @ 16:59:15
  Author: anatolik
Revision: 652447

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 16:58:55 UTC (rev 652446)
+++ PKGBUILD2020-06-24 16:59:15 UTC (rev 652447)
@@ -1,28 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=codespell
-pkgver=1.16.0
-pkgrel=2
-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=('e56584251e63e36941f50d2a991705d90d553017')
-
-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 652446, 
codespell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 16:59:15 UTC (rev 652447)
@@ -0,0 +1,28 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=codespell
+pkgver=1.17.1
+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=('0b1d1531447f3b5c73467879aba3472cc50359c7')
+
+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
+}


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

2019-09-12 Thread Anatol Pomozov via arch-commits
Date: Thursday, September 12, 2019 @ 19:39:23
  Author: anatolik
Revision: 509833

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-12 19:39:07 UTC (rev 509832)
+++ PKGBUILD2019-09-12 19:39:23 UTC (rev 509833)
@@ -1,28 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=codespell
-pkgver=1.15.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=('4d22646d7415510b7db04d4491ca62c6d8041e04')
-
-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 509832, 
codespell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-12 19:39:23 UTC (rev 509833)
@@ -0,0 +1,28 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=codespell
+pkgver=1.16.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=('e56584251e63e36941f50d2a991705d90d553017')
+
+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
+}


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

2019-05-21 Thread Anatol Pomozov via arch-commits
Date: Wednesday, May 22, 2019 @ 04:30:44
  Author: anatolik
Revision: 468288

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-22 04:29:02 UTC (rev 468287)
+++ PKGBUILD2019-05-22 04:30:44 UTC (rev 468288)
@@ -1,28 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=codespell
-pkgver=1.14.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=('b309f6a41ac02cee0370f8edd9322cdf6a7fd833')
-
-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 468287, 
codespell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-22 04:30:44 UTC (rev 468288)
@@ -0,0 +1,28 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=codespell
+pkgver=1.15.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=('4d22646d7415510b7db04d4491ca62c6d8041e04')
+
+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
+}


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

2018-10-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, October 9, 2018 @ 03:13:56
  Author: anatolik
Revision: 391268

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-09 03:13:27 UTC (rev 391267)
+++ PKGBUILD2018-10-09 03:13:56 UTC (rev 391268)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-
-pkgname=codespell
-pkgver=1.13.0
-pkgrel=2
-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
-}

Copied: codespell/repos/community-any/PKGBUILD (from rev 391267, 
codespell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-09 03:13:56 UTC (rev 391268)
@@ -0,0 +1,28 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=codespell
+pkgver=1.14.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=('b309f6a41ac02cee0370f8edd9322cdf6a7fd833')
+
+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
+}


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

2018-05-17 Thread Anatol Pomozov via arch-commits
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
===
--- PKGBUILD2018-05-18 04:13:49 UTC (rev 324097)
+++ PKGBUILD2018-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)
+++ PKGBUILD2018-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
+}


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

2018-03-14 Thread Anatol Pomozov via arch-commits
Date: Wednesday, March 14, 2018 @ 14:26:31
  Author: anatolik
Revision: 307693

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 14:25:57 UTC (rev 307692)
+++ PKGBUILD2018-03-14 14:26:31 UTC (rev 307693)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-
-pkgname=codespell
-pkgver=1.11.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=('8be96b0e38746bd17ca86dcd85748bb37476247b')
-
-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 307692, 
codespell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 14:26:31 UTC (rev 307693)
@@ -0,0 +1,29 @@
+# $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
+}


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

2017-11-27 Thread Anatol Pomozov via arch-commits
Date: Tuesday, November 28, 2017 @ 05:45:49
  Author: anatolik
Revision: 270439

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-28 05:45:17 UTC (rev 270438)
+++ PKGBUILD2017-11-28 05:45:49 UTC (rev 270439)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-
-pkgname=codespell
-pkgver=1.10.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=('77d63de12a3f5610ef2c26500a152f2f1310f363')
-
-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 270438, 
codespell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-28 05:45:49 UTC (rev 270439)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+
+pkgname=codespell
+pkgver=1.11.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=('8be96b0e38746bd17ca86dcd85748bb37476247b')
+
+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
+}


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

2017-03-17 Thread Anatol Pomozov
Date: Saturday, March 18, 2017 @ 04:35:44
  Author: anatolik
Revision: 217057

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-18 04:35:04 UTC (rev 217056)
+++ PKGBUILD2017-03-18 04:35:44 UTC (rev 217057)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-
-pkgname=codespell
-pkgver=1.9.2
-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)
-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
-}

Copied: codespell/repos/community-any/PKGBUILD (from rev 217056, 
codespell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-18 04:35:44 UTC (rev 217057)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+
+pkgname=codespell
+pkgver=1.10.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=('77d63de12a3f5610ef2c26500a152f2f1310f363')
+
+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
+}


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

2016-06-17 Thread Anatol Pomozov
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
===
--- PKGBUILD2016-06-17 23:57:42 UTC (rev 180397)
+++ PKGBUILD2016-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)
+++ PKGBUILD2016-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
+}


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

2016-06-17 Thread Anatol Pomozov
Date: Friday, June 17, 2016 @ 20:51:00
  Author: anatolik
Revision: 180394

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-17 20:50:36 UTC (rev 180393)
+++ PKGBUILD2016-06-17 20:51:00 UTC (rev 180394)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-
-pkgname=codespell
-pkgver=1.9.1
-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=('633f23643a740bbb7157d910e400c863942c317a')
-
-build() {
-  cd "$srcdir/codespell-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir/codespell-$pkgver"
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir/codespell-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: codespell/repos/community-any/PKGBUILD (from rev 180393, 
codespell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-17 20:51:00 UTC (rev 180394)
@@ -0,0 +1,36 @@
+# $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
+}


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

2016-06-16 Thread Anatol Pomozov
Date: Thursday, June 16, 2016 @ 17:25:28
  Author: anatolik
Revision: 180336

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-16 17:25:04 UTC (rev 180335)
+++ PKGBUILD2016-06-16 17:25:28 UTC (rev 180336)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Lucas De Marchi 
-
-pkgname=codespell
-pkgver=1.8
-pkgrel=1
-pkgdesc='Fix common misspellings in source code'
-url='https://github.com/lucasdemarchi/codespell'
-license=(GPL)
-arch=(any)
-depends=(python)
-source=($pkgname-$pkgver.tar.gz::https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
-sha256sums=('329b924b0426f6015b30e063ce79f5feedbe4a7a3e143d9e350fe021c770bb68')
-
-prepare() {
-  # fix build bug 
https://github.com/lucasdemarchi/codespell/commit/d3b1e186a692cd4c7477b4156277ce2f060c3b80
-  cd codespell-$pkgver
-  sed -i 's/^install:$/install: codespell/' Makefile
-}
-
-package() {
-  cd codespell-$pkgver
-  make install DESTDIR="$pkgdir" prefix=/usr
-}

Copied: codespell/repos/community-any/PKGBUILD (from rev 180335, 
codespell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-16 17:25:28 UTC (rev 180336)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+
+pkgname=codespell
+pkgver=1.9.1
+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=('633f23643a740bbb7157d910e400c863942c317a')
+
+build() {
+  cd "$srcdir/codespell-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir/codespell-$pkgver"
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir/codespell-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2015-06-23 Thread Anatol Pomozov
Date: Wednesday, June 24, 2015 @ 02:48:50
  Author: anatolik
Revision: 135772

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-24 00:48:21 UTC (rev 135771)
+++ PKGBUILD2015-06-24 00:48:50 UTC (rev 135772)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov ana...@google.com
-# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
-
-pkgname=codespell
-pkgver=1.7
-pkgrel=2
-pkgdesc='Fix common misspellings in source code'
-url='https://github.com/lucasdemarchi/codespell'
-license=(GPL)
-arch=(any)
-depends=(python)
-source=(https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
-sha256sums=('dd82e0031df8f726202fe76ba73075fd2877ded57bba9c16152bd141261660d2')
-
-prepare() {
-  # fix build bug 
https://github.com/lucasdemarchi/codespell/commit/d3b1e186a692cd4c7477b4156277ce2f060c3b80
-  cd codespell-$pkgver
-  sed -i 's/^install:$/install: codespell/' Makefile
-}
-
-package() {
-  cd codespell-$pkgver
-  make install DESTDIR=$pkgdir prefix=/usr
-}

Copied: codespell/repos/community-any/PKGBUILD (from rev 135771, 
codespell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-24 00:48:50 UTC (rev 135772)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Anatol Pomozov ana...@google.com
+# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
+
+pkgname=codespell
+pkgver=1.8
+pkgrel=1
+pkgdesc='Fix common misspellings in source code'
+url='https://github.com/lucasdemarchi/codespell'
+license=(GPL)
+arch=(any)
+depends=(python)
+source=($pkgname-$pkgver.tar.gz::https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
+sha256sums=('329b924b0426f6015b30e063ce79f5feedbe4a7a3e143d9e350fe021c770bb68')
+
+prepare() {
+  # fix build bug 
https://github.com/lucasdemarchi/codespell/commit/d3b1e186a692cd4c7477b4156277ce2f060c3b80
+  cd codespell-$pkgver
+  sed -i 's/^install:$/install: codespell/' Makefile
+}
+
+package() {
+  cd codespell-$pkgver
+  make install DESTDIR=$pkgdir prefix=/usr
+}


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

2014-10-13 Thread Anatol Pomozov
Date: Monday, October 13, 2014 @ 22:00:54
  Author: anatolik
Revision: 120625

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-13 19:47:42 UTC (rev 120624)
+++ PKGBUILD2014-10-13 20:00:54 UTC (rev 120625)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov ana...@google.com
-# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
-
-pkgname=codespell
-pkgver=1.7
-pkgrel=1
-pkgdesc='Fix common misspellings in source code'
-url='https://github.com/lucasdemarchi/codespell'
-license=(GPL)
-arch=(any)
-depends=(python)
-source=(https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
-sha256sums=('dd82e0031df8f726202fe76ba73075fd2877ded57bba9c16152bd141261660d2')
-
-prepare() {
-  # fix build bug
-  cd codespell-$pkgver
-  sed -i 's/^install:$/install: codespell/' Makefile
-}
-
-package() {
-  cd codespell-$pkgver
-  make install DESTDIR=$pkgdir
-}

Copied: codespell/repos/community-any/PKGBUILD (from rev 120624, 
codespell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-13 20:00:54 UTC (rev 120625)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Anatol Pomozov ana...@google.com
+# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
+
+pkgname=codespell
+pkgver=1.7
+pkgrel=2
+pkgdesc='Fix common misspellings in source code'
+url='https://github.com/lucasdemarchi/codespell'
+license=(GPL)
+arch=(any)
+depends=(python)
+source=(https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
+sha256sums=('dd82e0031df8f726202fe76ba73075fd2877ded57bba9c16152bd141261660d2')
+
+prepare() {
+  # fix build bug 
https://github.com/lucasdemarchi/codespell/commit/d3b1e186a692cd4c7477b4156277ce2f060c3b80
+  cd codespell-$pkgver
+  sed -i 's/^install:$/install: codespell/' Makefile
+}
+
+package() {
+  cd codespell-$pkgver
+  make install DESTDIR=$pkgdir prefix=/usr
+}


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

2014-09-02 Thread Anatol Pomozov
Date: Wednesday, September 3, 2014 @ 04:22:22
  Author: anatolik
Revision: 118209

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   44 +---
 1 file changed, 25 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-03 02:21:52 UTC (rev 118208)
+++ PKGBUILD2014-09-03 02:22:22 UTC (rev 118209)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov ana...@google.com
-# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
-
-pkgname=codespell
-pkgver=1.6
-pkgrel=2
-pkgdesc='Fix common misspellings in source code'
-url='https://github.com/lucasdemarchi/codespell'
-license=(GPL)
-arch=(any)
-depends=(python)
-source=(https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
-sha256sums=('b8c57a1608d7cfeed7e5768e913d00c89eeeb60dbd63966b8964e86a75c1')
-
-package() {
-  cd codespell-$pkgver
-  make install DESTDIR=$pkgdir
-}

Copied: codespell/repos/community-any/PKGBUILD (from rev 118208, 
codespell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-03 02:22:22 UTC (rev 118209)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Anatol Pomozov ana...@google.com
+# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
+
+pkgname=codespell
+pkgver=1.7
+pkgrel=1
+pkgdesc='Fix common misspellings in source code'
+url='https://github.com/lucasdemarchi/codespell'
+license=(GPL)
+arch=(any)
+depends=(python)
+source=(https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
+sha256sums=('dd82e0031df8f726202fe76ba73075fd2877ded57bba9c16152bd141261660d2')
+
+prepare() {
+  # fix build bug
+  cd codespell-$pkgver
+  sed -i 's/^install:$/install: codespell/' Makefile
+}
+
+package() {
+  cd codespell-$pkgver
+  make install DESTDIR=$pkgdir
+}



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

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 19:17:01
  Author: anatolik
Revision: 106052

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   38 +++---
 1 file changed, 19 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-21 18:16:31 UTC (rev 106051)
+++ PKGBUILD2014-02-21 18:17:01 UTC (rev 106052)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov ana...@google.com
-# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
-
-pkgname=codespell
-pkgver=1.6
-pkgrel=1
-pkgdesc='Fix common misspellings in source code'
-url='https://github.com/lucasdemarchi/codespell'
-license=(GPL)
-arch=(any)
-depends=(python)
-source=(https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
-sha256sums=('b8c57a1608d7cfeed7e5768e913d00c89eeeb60dbd63966b8964e86a75c1')
-
-package() {
-  cd codespell-$pkgver
-  make install DESTDIR=$pkgdir
-}

Copied: codespell/repos/community-any/PKGBUILD (from rev 106051, 
codespell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-21 18:17:01 UTC (rev 106052)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Anatol Pomozov ana...@google.com
+# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
+
+pkgname=codespell
+pkgver=1.6
+pkgrel=2
+pkgdesc='Fix common misspellings in source code'
+url='https://github.com/lucasdemarchi/codespell'
+license=(GPL)
+arch=(any)
+depends=(python)
+source=(https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
+sha256sums=('b8c57a1608d7cfeed7e5768e913d00c89eeeb60dbd63966b8964e86a75c1')
+
+package() {
+  cd codespell-$pkgver
+  make install DESTDIR=$pkgdir
+}