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

Felix Yan felixonmars at gemini.archlinux.org
Mon Feb 14 17:03:00 UTC 2022


    Date: Monday, February 14, 2022 @ 17:03:00
  Author: felixonmars
Revision: 1133198

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-14 17:02:51 UTC (rev 1133197)
+++ PKGBUILD	2022-02-14 17:03:00 UTC (rev 1133198)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-sybil
-pkgver=2.0.1
-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')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz"
-        'fix-tests-for-python-3-10.1.patch::https://github.com/simplistix/sybil/commit/3650f5e609a6da7e114224a578e4182e262cdec5.patch'
-        'fix-tests-for-python-3-10.2.patch::https://github.com/simplistix/sybil/commit/4c12bfc0340a77cbe6496ebcef2fc777006a9c0e.patch')
-sha512sums=('77892932f947ace293df1732a01c3272414ce22edefafc1ee09b28214b34278d5030edea1130aa0ffd7acce569cf0f877dbe21c21f32e4333ac8d25c5ec0a058'
-            '84a8c0515dcc2b440e7785a05c6a4a2cb3a756a0cb4573b278e42cca711af4d9519102ad3df86ff93335e4d521db1e4be3b74d4c5b95e57d8be0f832586c3595'
-            'a0c7efdcf72eb54660599f3ef76346f2c3582c37f71e0ea27fb24f08dd223e4cff601a104e7690f08312ea8576664be2f09f9715641df22df7d5550028276096')
-
-prepare() {
-  cd sybil-$pkgver
-  patch -p1 <"$srcdir"/fix-tests-for-python-3-10.1.patch
-  patch -p1 <"$srcdir"/fix-tests-for-python-3-10.2.patch
-}
-
-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 1133197, python-sybil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-14 17:03:00 UTC (rev 1133198)
@@ -0,0 +1,31 @@
+# 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:



More information about the arch-commits mailing list