[arch-commits] Commit in python-sybil/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Feb 14 17:02:51 UTC 2022


    Date: Monday, February 14, 2022 @ 17:02:51
  Author: felixonmars
Revision: 1133197

upgpkg: python-sybil 3.0.0-1

Modified:
  python-sybil/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++--------------
 1 file changed, 4 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-14 17:00:08 UTC (rev 1133196)
+++ PKGBUILD	2022-02-14 17:02:51 UTC (rev 1133197)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-sybil
-pkgver=2.0.1
-pkgrel=3
+pkgver=3.0.0
+pkgrel=1
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
 license=('MIT')
@@ -10,19 +10,9 @@
 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')
+source=("https://github.com/cjw296/sybil/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('a23734a223a875ad38e86023e3d3f3ef7d6873ad5a9d2bd8d74eb249f848809af5806e80935d856c271a9d41d35a3956394ed1f7fc3f66ff89e4484966c91ead')
 
-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



More information about the arch-commits mailing list