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

Felix Yan felixonmars at archlinux.org
Wed Nov 18 22:47:51 UTC 2020


    Date: Wednesday, November 18, 2020 @ 22:47:50
  Author: felixonmars
Revision: 757289

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-18 22:47:34 UTC (rev 757288)
+++ PKGBUILD	2020-11-18 22:47:50 UTC (rev 757289)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-sybil
-pkgver=1.4.0
-pkgrel=3
-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=('ba5361265a43d35b1f2576a9aace9adf6c9f6ebc0ab60da69671f462f08c276df15b4fd5cd291e621d457d8a17f256fbaf86c11eef3d53fcd84f42e460e89682')
-
-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-staging-any/PKGBUILD (from rev 757288, python-sybil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-18 22:47:50 UTC (rev 757289)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-sybil
+pkgver=2.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=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz")
+sha512sums=('c441619db2404175e04b22c754d449095c219e5b6e97ed1411941797b8ac554980eb2a77371a84bb005e9497d42e42ffecc2ee3c34f2098e5c2fd220c3398895')
+
+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