Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytest-dependency


Commits:
4090e93c by Antonio Rojas at 2024-03-08T21:35:58+01:00
upgpkg: 0.6.0-1: Update to 0.6.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,13 @@
+pkgbase = python-pytest-dependency
+       pkgdesc = Manage dependencies of tests
+       pkgver = 0.6.0
+       pkgrel = 1
+       url = https://github.com/RKrahl/pytest-dependency
+       arch = any
+       license = Apache
+       makedepends = python-setuptools
+       depends = python-pytest
+       source = 
https://files.pythonhosted.org/packages/source/p/pytest-dependency/pytest-dependency-0.6.0.tar.gz
+       sha256sums = 
934b0e6a39d95995062c193f7eaeed8a8ffa06ff1bcef4b62b0dc74a708bacc1
+
+pkgname = python-pytest-dependency


=====================================
PKGBUILD
=====================================
@@ -2,23 +2,16 @@
 
 _pkg=pytest-dependency
 pkgname=python-${_pkg}
-pkgver=0.5.1
-pkgrel=4
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="Manage dependencies of tests"
 arch=(any)
 url="https://github.com/RKrahl/pytest-dependency";
 license=(Apache)
 depends=(python-pytest)
 makedepends=(python-setuptools)
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz
-        
${pkgname}-fix-pytest-6.2.patch::${url}/commit/0930889a13e2b9baa7617f05dc9b55abede5209d.patch)
-sha256sums=('c2a892906192663f85030a6ab91304e508e546cddfe557d692d61ec57a1d946b'
-            '3a107ea61e9f95cc4cc247dacef264b1600e41c0a7515817cd0e0b563516a3a3')
-
-prepare() {
-  cd ${_pkg}-${pkgver}
-  patch -p1 < ../${pkgname}-fix-pytest-6.2.patch
-}
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('934b0e6a39d95995062c193f7eaeed8a8ffa06ff1bcef4b62b0dc74a708bacc1')
 
 build() {
   cd ${_pkg}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-dependency/-/commit/4090e93ce733cc3aaf8a1f54ff5791bfc08782af

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-dependency/-/commit/4090e93ce733cc3aaf8a1f54ff5791bfc08782af
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to