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

Felix Yan felixonmars at archlinux.org
Mon Apr 29 11:56:53 UTC 2019


    Date: Monday, April 29, 2019 @ 11:56:51
  Author: felixonmars
Revision: 456042

archrelease: copy trunk to community-testing-any

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

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-29 11:56:31 UTC (rev 456041)
+++ PKGBUILD	2019-04-29 11:56:51 UTC (rev 456042)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-sybil
-pkgname=('python-sybil' 'python2-sybil')
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Automated testing for the examples in your documentation.'
-arch=('any')
-license=('MIT')
-url='https://github.com/cjw296/sybil'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-nose' 'python2-nose')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz")
-sha512sums=('a2e2a67be838883f837d985dd0dd5c4c11f9e484b3571cff8e43c73f02707f3bd6a59d3a9729f4f2c195ffde293a1882e2bf09c7eb0993c5cd2e53d3232ab22c')
-
-prepare() {
-  cp -a sybil-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/sybil-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sybil-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/sybil-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/sybil-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-sybil() {
-  depends=('python')
-
-  cd sybil-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-sybil() {
-  depends=('python2')
-
-  cd sybil-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sybil/repos/community-testing-any/PKGBUILD (from rev 456041, python-sybil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-29 11:56:51 UTC (rev 456042)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-sybil
+pkgname=('python-sybil' 'python2-sybil')
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Automated testing for the examples in your documentation.'
+arch=('any')
+license=('MIT')
+url='https://github.com/cjw296/sybil'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-nose' 'python2-nose')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz")
+sha512sums=('769b528a03b75ba6dcd371ac677cb01f88e1629c6b2f3d401ec6bad056650a41ae6cf112d7b0ec8f34434ec2e945a19e87e3910b828182916fa87113a1b45372')
+
+prepare() {
+  cp -a sybil-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sybil-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sybil-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/sybil-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/sybil-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-sybil() {
+  depends=('python')
+
+  cd sybil-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-sybil() {
+  depends=('python2')
+
+  cd sybil-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list