Package Details: python-argparse-shim 3.12.3-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.001690
First Submitted: 2023-05-12 12:18 (UTC)
Last Updated: 2024-05-27 23:00 (UTC)

Dependencies (1)

Required by (1)

Sources (1)

Pinned Comments

dreieck commented on 2024-05-28 11:14 (UTC)

Please do not flag this package out of date when there is a new version of python/ python-argparse out.

The package version will be calculated automatically on build via the pkgver() function.

Regards!

Latest Comments

micwoj92 commented on 2024-05-28 20:27 (UTC)

Last one left, any volunteers? :P If not then maybe I will get to it this/next week.

dreieck commented on 2024-05-28 17:25 (UTC)

Well, there are just last 2 pkgs that "fake depend" on it. Noone wants to pick up?

Someone™ needs to do and clean this up.

Its not a deal-breaking issue, though, as long as python-argparse-shim is around.

micwoj92 commented on 2024-05-28 17:00 (UTC)

Well, there are just last 2 pkgs that "fake depend" on it. Noone wants to pick up? ;p

dreieck commented on 2024-05-28 11:14 (UTC)

Please do not flag this package out of date when there is a new version of python/ python-argparse out.

The package version will be calculated automatically on build via the pkgver() function.

Regards!

dreieck commented on 2024-05-28 11:13 (UTC) (edited on 2024-05-28 11:15 (UTC) by dreieck)

How can i contribute it?

Exactly as you did now!

Note that this is a version update, for this please use the "Flag package out-of-date" function next time.

Anyway, I do not use it. Do you want to maintain?

But in this case, no update is needed, since at build time pkgver() automatically generates the correct package version.

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?