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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 07:48:00 UTC 2019


    Date: Monday, November 4, 2019 @ 07:47:59
  Author: felixonmars
Revision: 523576

archrelease: copy trunk to community-staging-any

Added:
  rstcheck/repos/community-staging-any/
  rstcheck/repos/community-staging-any/PKGBUILD
    (from rev 523575, rstcheck/trunk/PKGBUILD)

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

Copied: rstcheck/repos/community-staging-any/PKGBUILD (from rev 523575, rstcheck/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 07:47:59 UTC (rev 523576)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=rstcheck
+pkgver=3.3.1
+pkgrel=3
+pkgdesc='Checks syntax of reStructuredText and code blocks nested within it'
+arch=('any')
+url=https://github.com/myint/rstcheck
+license=('MIT')
+depends=('python-docutils' 'python-setuptools')
+optdepends=('python-sphinx: Sphinx support')
+source=("https://files.pythonhosted.org/packages/source/r/rstcheck/rstcheck-$pkgver.tar.gz")
+sha512sums=('d390565c59466e1047fb41491eb5a2261fec91848806e04137bcc6053759fc87c8e4c72721d39b35c959b0baddaf90f2c8459213cec76b82be9b78bdd44076c5')
+
+build() {
+  cd rstcheck-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd rstcheck-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/rstcheck LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list