Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-ptrace


Commits:
c0e7a856 by Jelle van der Waa at 2024-04-27T17:50:54+02:00
Drop python-six dependency

>From release notes:
- Drop Python 2.7 support. six dependency is no longer needed.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-ptrace
        pkgdesc = Python binding of ptrace library to trace processes and 
syscalls
        pkgver = 0.9.9
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/vstinner/python-ptrace
        arch = any
        license = GPL-2.0-only
@@ -11,7 +11,6 @@ pkgbase = python-ptrace
        makedepends = python-sphinx
        makedepends = python-wheel
        depends = python
-       depends = python-six
        source = 
https://github.com/vstinner/python-ptrace/archive/0.9.9/python-ptrace-0.9.9.tar.gz
        sha512sums = 
5f2291a4ca642ab99c49e853f12a3cd4ee911df45326fe077ef5df82b813b54a4351c3c23a195b65342af37aed8ecbc26968f65ce9b6a974863bee0ffd556039
        b2sums = 
ff9b85e17fd8d767c3fd1db13f1c69ad0b4e7d47379d6ee9468d9424702d34d7a7a7489590987213707829ab62e5eb83df277d3b60de6d2ad05ac99b93586ca3


=====================================
PKGBUILD
=====================================
@@ -4,14 +4,13 @@
 
 pkgname=python-ptrace
 pkgver=0.9.9
-pkgrel=2
+pkgrel=3
 pkgdesc='Python binding of ptrace library to trace processes and syscalls'
 url='https://github.com/vstinner/python-ptrace'
 arch=('any')
 license=('GPL-2.0-only')
 depends=(
   'python'
-  'python-six'
 )
 makedepends=(
   'python-build'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ptrace/-/commit/c0e7a856ef38ceb4937538c14c011773d78cf159

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ptrace/-/commit/c0e7a856ef38ceb4937538c14c011773d78cf159
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to