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

Felix Yan felixonmars at archlinux.org
Fri Feb 21 13:42:59 UTC 2020


    Date: Friday, February 21, 2020 @ 13:42:59
  Author: felixonmars
Revision: 577532

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 13:42:58 UTC (rev 577531)
+++ PKGBUILD	2020-02-21 13:42:59 UTC (rev 577532)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-sybil
-pkgver=1.2.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-runner' 'python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz")
-sha512sums=('116fec1b5488a0b65001f473b32b359761fd460078cd8cc5a2be1787491b35833a14d6c877ac09ab17e150679b44a944c830fb82e72a0a53517a42e8115a4552')
-
-build() {
-  cd "$srcdir"/sybil-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/sybil-$pkgver
-  python setup.py 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 577530, python-sybil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-21 13:42:59 UTC (rev 577532)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-sybil
+pkgver=1.2.2
+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-runner' 'python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz")
+sha512sums=('82c068e6ea2d03639cab78bb5bf37e69a2c6f1a51dc6f56d5fdcd904ebf05aaec002343267750385c6d0f74668189bd15d73fdfd1dd335d24909738448b7203f')
+
+build() {
+  cd "$srcdir"/sybil-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/sybil-$pkgver
+  python setup.py 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