[arch-commits] Commit in codespell/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 17:39:17 UTC 2020


    Date: Thursday, November 12, 2020 @ 17:39:16
  Author: foutrelis
Revision: 752747

archrelease: copy trunk to community-staging-any

Added:
  codespell/repos/community-staging-any/
  codespell/repos/community-staging-any/PKGBUILD
    (from rev 752746, codespell/trunk/PKGBUILD)

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

Copied: codespell/repos/community-staging-any/PKGBUILD (from rev 752746, codespell/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-12 17:39:16 UTC (rev 752747)
@@ -0,0 +1,28 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=codespell
+pkgver=1.17.1
+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=('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
+}



More information about the arch-commits mailing list