Package Details: python-argparse-shim 3.11.5-1

Git Clone URL: https://aur.archlinux.org/python-argparse-shim.git (read-only, click to copy)
Package Base: python-argparse-shim
Description: Explicitly provides the dependency 'python-argparse', which is part of 'python'. The package 'python-argparse' must not be installed, but some packages depend on it, so this is a workaround. See https://bugs.archlinux.org/task/78484.
Upstream URL: https://www.python.org
Licenses: custom: public domain.
Conflicts: python-argparse
Provides: python-argparse
Submitter: dreieck
Maintainer: dreieck
Last Packager: dreieck
Votes: 1
Popularity: 0.002648
First Submitted: 2023-05-12 12:18 (UTC)
Last Updated: 2023-10-31 17:22 (UTC)

Dependencies (1)

Required by (3)

Sources (1)

Latest Comments

dpvpro commented on 2024-03-17 12:40 (UTC)

diff --git a/.SRCINFO b/.SRCINFO
index e177e33..71e7b1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
 pkgbase = python-argparse-shim
        pkgdesc = Explicitly provides the dependency 'python-argparse', which is part of 'python'. The package 'python-argparse' must not be installed, but some packages depend on it, so this is a workaround. See https://bugs.archlinux.org/task/78484.
-       pkgver = 3.11.5
+       pkgver = 3.11.8
        pkgrel = 1
        url = https://www.python.org
        arch = any
        license = custom: Public Domain.
        depends = python>=3.2
-       provides = python-argparse=3.11.5
+       provides = python-argparse=3.11.8
        conflicts = python-argparse
        source = license-metapackage-pd.txt
        sha256sums = af68dd29515606a94237214e4c33b0e3f4f2408ed92df3674a043bf2fa2c0078
diff --git a/PKGBUILD b/PKGBUILD
index 57ff92e..c64bd81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

 _depends="python>=3.2"
 pkgname="python-argparse-shim"
-pkgver=3.11.5
+pkgver=3.11.8
 pkgrel=1
 pkgdesc="Explicitly provides the dependency 'python-argparse', which is part of 'python'. The package 'python-argparse' must not be installed, but some packages depend on it, so this is a workaround. See https://bugs.archlinux.org/task/78484."
 arch=(

How can i contribute it?