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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 09:58:07 UTC 2019


    Date: Monday, November 4, 2019 @ 09:58:06
  Author: felixonmars
Revision: 523991

archrelease: copy trunk to community-staging-any

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

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

Copied: codespell/repos/community-staging-any/PKGBUILD (from rev 523990, codespell/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 09:58:06 UTC (rev 523991)
@@ -0,0 +1,28 @@
+# 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
+}



More information about the arch-commits mailing list