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

Felix Yan felixonmars at gemini.archlinux.org
Sun Feb 27 11:21:21 UTC 2022


    Date: Sunday, February 27, 2022 @ 11:21:21
  Author: felixonmars
Revision: 1137531

archrelease: copy trunk to community-any

Added:
  python-sybil/repos/community-any/PKGBUILD
    (from rev 1137530, python-sybil/trunk/PKGBUILD)
Deleted:
  python-sybil/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-27 11:21:10 UTC (rev 1137530)
+++ PKGBUILD	2022-02-27 11:21:21 UTC (rev 1137531)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-sybil
-pkgver=3.0.0
-pkgrel=1
-pkgdesc='Automated testing for the examples in your documentation.'
-arch=('any')
-license=('MIT')
-url='https://github.com/cjw296/sybil'
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://github.com/cjw296/sybil/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('a23734a223a875ad38e86023e3d3f3ef7d6873ad5a9d2bd8d74eb249f848809af5806e80935d856c271a9d41d35a3956394ed1f7fc3f66ff89e4484966c91ead')
-
-build() {
-  cd sybil-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd sybil-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd sybil-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sybil/repos/community-any/PKGBUILD (from rev 1137530, python-sybil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-27 11:21:21 UTC (rev 1137531)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-sybil
+pkgver=3.0.1
+pkgrel=1
+pkgdesc='Automated testing for the examples in your documentation.'
+arch=('any')
+license=('MIT')
+url='https://github.com/cjw296/sybil'
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://github.com/cjw296/sybil/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('293978eae4a7b2b24f64f062bea79837b15c11dc44716b933f82cae3ed9cf1f306c8c74bba76df2653c3a0d5b7ed5977795e261c8650e07a5b03b41874c88d89')
+
+build() {
+  cd sybil-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd sybil-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd sybil-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list