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

Daniel M. Capella polyzen at gemini.archlinux.org
Fri Jul 8 17:38:45 UTC 2022


    Date: Friday, July 8, 2022 @ 17:38:45
  Author: polyzen
Revision: 1248719

upgpkg: yamllint 1.27.1-1

Modified:
  yamllint/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-08 17:04:37 UTC (rev 1248718)
+++ PKGBUILD	2022-07-08 17:38:45 UTC (rev 1248719)
@@ -1,8 +1,8 @@
 # Maintainer: Daniel M. Capella <polyzen at archlinux.org>
 
 pkgname=yamllint
-pkgver=1.26.2
-pkgrel=2
+pkgver=1.27.1
+pkgrel=1
 pkgdesc='Linter for YAML files'
 arch=('any')
 url=https://github.com/adrienverge/yamllint
@@ -11,9 +11,14 @@
 makedepends=('python-setuptools')
 checkdepends=('python-nose')
 source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('0b08a96750248fdf21f1e8193cb7787554ef75ed57b27f621cd6b3bf09af11a1')
-b2sums=('a918798a237b39da02b14fa0879285a35624292a317268ae0d4d4e84c52b75a8a8002dbdd7106f96cf0e430d22d8fd7ec9ce769569dec32f648a6798f910d41e')
+sha256sums=('e688324b58560ab68a1a3cff2c0a474e3fed371dfe8da5d1b9817b7df55039ce')
+b2sums=('37021bd577384821b75ddd747f1dd3c4261317582d42179e0731214cb67f79bf9302c34acaa721440edb118ef8900cc2952d1f8e441def9e3143b57e03af87bd')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '/setuptools/d' setup.cfg
+}
+
 build() {
   cd $pkgname-$pkgver
   python setup.py build
@@ -28,5 +33,3 @@
   cd $pkgname-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }
-
-# vim:set sw=2 et:



More information about the arch-commits mailing list