Package Details: pymdown-extensions 10.0.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: 6
Popularity: 0.000000
First Submitted: 2017-05-31 10:41 (UTC)
Last Updated: 2023-05-16 14:54 (UTC)

Latest Comments

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")