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

Daniel M. Capella polyzen at gemini.archlinux.org
Wed Apr 13 04:56:22 UTC 2022


    Date: Wednesday, April 13, 2022 @ 04:56:22
  Author: polyzen
Revision: 1186018

archrelease: copy trunk to community-any

Added:
  rstcheck/repos/community-any/PKGBUILD
    (from rev 1186017, rstcheck/trunk/PKGBUILD)
Deleted:
  rstcheck/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-13 04:56:00 UTC (rev 1186017)
+++ PKGBUILD	2022-04-13 04:56:22 UTC (rev 1186018)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=rstcheck
-pkgver=3.3.1
-pkgrel=6
-pkgdesc='Checks syntax of reStructuredText and code blocks nested within it'
-arch=('any')
-url=https://github.com/myint/rstcheck
-license=('MIT')
-depends=('python-docutils')
-makedepends=('python-setuptools')
-checkdepends=('python-sphinx')
-optdepends=('python-sphinx: Sphinx support')
-source=("$url/archive/v$pkgver/rstcheck-v$pkgver.tar.gz")
-b2sums=('3aa20104645add4fbf7d47423def9166b98d67a7b132759f0ef0a0c10b36857dd0bd9a8ba180256b0208e8e7fc27fe20065bb2b5995988a9e738be20b14ef765')
-
-build() {
-  cd rstcheck-$pkgver
-  python setup.py build
-}
-
-check() {
- cd rstcheck-$pkgver
- ./test_rstcheck.py
-}
-
-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:

Copied: rstcheck/repos/community-any/PKGBUILD (from rev 1186017, rstcheck/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-13 04:56:22 UTC (rev 1186018)
@@ -0,0 +1,34 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=rstcheck
+pkgver=3.4.0
+pkgrel=1
+pkgdesc='Checks syntax of reStructuredText and code blocks nested within it'
+arch=('any')
+url=https://github.com/myint/rstcheck
+license=('MIT')
+depends=('python-docutils')
+makedepends=('python-setuptools')
+checkdepends=('python-sphinx')
+optdepends=('python-sphinx: Sphinx support')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('a142f780bcfa5d17407f1729c66a45ddbbb979789dafda16b19aa347ea8a2d4c')
+b2sums=('f317283367fb581a8623fb3acf7265c01d895b84c23f20b3fcab2fb6d3db1a215c0c6ad9ec59bbbdc6240ffcb2533036b5605dad799a04930383afb323b152d8')
+
+build() {
+  cd rstcheck-$pkgver
+  python setup.py build
+}
+
+check() {
+ cd rstcheck-$pkgver
+ ./test_rstcheck.py
+}
+
+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