Package Details: pymdown-extensions 10.7.1-1

Git Clone URL: https://aur.archlinux.org/pymdown-extensions.git (read-only, click to copy)
Package Base: pymdown-extensions
Description: Extensions for Python Markdown
Upstream URL: https://facelessuser.github.io/pymdown-extensions
Licenses: MIT
Submitter: dcelasun
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 7
Popularity: 0.005127
First Submitted: 2017-05-31 10:41 (UTC)
Last Updated: 2024-03-05 16:34 (UTC)

Latest Comments

yochananmarqos commented on 2023-08-28 18:15 (UTC)

@lester29: Thanks for the heads up. Upstream updated the 10.2 tag.

whiteman808 commented on 2023-08-28 17:51 (UTC) (edited on 2023-08-28 17:51 (UTC) by whiteman808)

==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: /home/lester29/.cache/yay/pymdown-extensions 
     context: error downloading sources: /home/lester29/.cache/yay/pymdown-extensions 
     context: exit status 1

yochananmarqos commented on 2020-02-10 15:29 (UTC)

@dcelasun: The whole idea was to use the PyPI version which is 6.3 ;).

dcelasun commented on 2020-02-10 10:09 (UTC)

@yochananmarqos that URL doesn't work.

==> Retrieving sources...
  -> Downloading pymdown-extensions-6.3.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   296  100   296    0     0   3566      0 --:--:-- --:--:-- --:--:--  3566
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 
==> ERROR: Failure while downloading https://pypi.org/packages/source/p/pymdown-extensions/pymdown-extensions-6.3.0.tar.gz
    Aborting...

yochananmarqos commented on 2020-02-10 01:44 (UTC) (edited on 2020-02-10 01:45 (UTC) by yochananmarqos)

Please use the PyPI source to match the pip version for consistency:

_name=${pkgname#python-}

source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")