Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ vulture


Commits:
a7968436 by Leonidas Spyropoulos at 2023-10-06T21:14:56+01:00
upgpkg: 2.10-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,22 @@
+pkgbase = vulture
+       pkgdesc = Finds dead code in Python projects
+       pkgver = 2.10
+       pkgrel = 1
+       url = https://github.com/jendrikseipp/vulture
+       arch = any
+       license = MIT
+       checkdepends = python-tox>=4.5.1.1
+       checkdepends = python-pytest
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-poetry-core
+       makedepends = python-wheel
+       depends = python-coverage
+       depends = python-setuptools
+       depends = python-pint
+       depends = python-toml
+       source = 
vulture-2.10.tar.gz::https://github.com/jendrikseipp/vulture/archive/v2.10.tar.gz
+       sha256sums = 
a971e6215c61cb768bfaa7a14961c2b47b77fe63a01c0399a6d6b6ba8dfed414
+       b2sums = 
2a12938650ed6e1e78e543c9c2450a461e5b05005c9f01cc65e4d413565a757df84420d9c9b86632823ed67b20f304bb33e3f4cf72937610478e96bc38d80f1d
+
+pkgname = vulture


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Leonidas Spyropoulos <artafinde at archlinux dot org>
 
 pkgname=vulture
-pkgver=2.9.1
+pkgver=2.10
 pkgrel=1
 pkgdesc="Finds dead code in Python projects"
 arch=('any')
@@ -11,8 +11,8 @@ depends=(python-coverage python-setuptools python-pint 
python-toml)
 makedepends=(python-build python-installer python-poetry-core python-wheel)
 checkdepends=('python-tox>=4.5.1.1' python-pytest)
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('dfe96f3a49eb9f39ef03e2dcdc940c4fa1588ba812202cfe3846c99c38cb5a4d')
-b2sums=('79f9a680afbd7b8e27a2883b255f3724dc65e376b5665f05ff6e1b691c5aa08a0d1e59b79fb3ffcf25d15307a9df44d0be96b230fe8f3692a83dd9a16964343b')
+sha256sums=('a971e6215c61cb768bfaa7a14961c2b47b77fe63a01c0399a6d6b6ba8dfed414')
+b2sums=('2a12938650ed6e1e78e543c9c2450a461e5b05005c9f01cc65e4d413565a757df84420d9c9b86632823ed67b20f304bb33e3f4cf72937610478e96bc38d80f1d')
 
 build() {
   cd "${pkgname}"-"${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vulture/-/commit/a796843606de6ff0a19c0afab238552cac05d0fb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vulture/-/commit/a796843606de6ff0a19c0afab238552cac05d0fb
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to