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

Felix Yan felixonmars at archlinux.org
Wed Jul 29 12:29:37 UTC 2020


    Date: Wednesday, July 29, 2020 @ 12:29:37
  Author: felixonmars
Revision: 665766

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-29 12:29:21 UTC (rev 665765)
+++ PKGBUILD	2020-07-29 12:29:37 UTC (rev 665766)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-sybil
-pkgver=1.3.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-runner' 'python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz")
-sha512sums=('88c29021ed6469cf68f76755fa2e801cc3ed73ab391448cbdaab426dbad49c4001f1feea004eeb64b14378830a282d1651ac0ce1abd64f5d3457c2d8292d9ed9')
-
-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 665765, python-sybil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-29 12:29:37 UTC (rev 665766)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-sybil
+pkgver=1.3.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=('93cd2bf3c7e44261653a7c9bc19c11c738ec3afeb64696831a5e9def44d5f66d6a41d48ebdfb10208d1674cfc14f9bd603f73cc94de59d631bde58a112eb6361')
+
+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