diff options
author | Aaron Ball <nullspoon@oper.io> | 2024-05-13 11:41:41 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2024-05-13 11:41:41 -0600 |
commit | 98c80e39c0224149f51fff44b1a9dd80a0f268b6 (patch) | |
tree | 359307815b8a9ee8bd57bdaed1cd2eae2986abbc /python3-markdown | |
parent | 22f038516bfa14559f93d51230c46eb44db8e75e (diff) | |
download | crux-ports-web-98c80e39c0224149f51fff44b1a9dd80a0f268b6.tar.gz crux-ports-web-98c80e39c0224149f51fff44b1a9dd80a0f268b6.tar.xz |
python3-markdown: Remove python3-importlib-metadata dependency
Release 2.
Diffstat (limited to 'python3-markdown')
-rw-r--r-- | python3-markdown/.signature | 4 | ||||
-rw-r--r-- | python3-markdown/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python3-markdown/.signature b/python3-markdown/.signature index 039332c..20e774f 100644 --- a/python3-markdown/.signature +++ b/python3-markdown/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/nullspoon-web.pub -RWQWGh6g2RuV7q5IYE/9SgVSgyupms59aJrKJVAqLOo+xe+Os0LHT/UnhKbBkYosNBAF3BUF2w3Bvn8ojNsNsULzfWac1ILMdA0= -SHA256 (Pkgfile) = c3c9c3f4bdf710b2b5e4c03272b8c4c50d05ed090d861c6c112685f47a5833be +RWQWGh6g2RuV7mRTpOaYj1R20w7MKLKdnn9Mi5tHFE/QpWoiGH+lZxCx7GKNg8hKqIPenk7kXZlZRUwXnGNpauMGSiJ96fRjsQg= +SHA256 (Pkgfile) = 718c7d2c8dec480f96d1d27c8734d4a110c952fd9c0277e023400c14594e4a6c SHA256 (.footprint) = 1767749add23b47994ddfccde8b02ab72dfce50649451d624e179079161a5342 SHA256 (Markdown-3.6.tar.gz) = ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224 diff --git a/python3-markdown/Pkgfile b/python3-markdown/Pkgfile index 8ad9a73..e2c227d 100644 --- a/python3-markdown/Pkgfile +++ b/python3-markdown/Pkgfile @@ -1,11 +1,11 @@ # Description: Python implementation of John Gruber's Markdown # URL: https://python-markdown.github.io/ # Maintainer: Aaron Ball, nullspoon at oper dot io -# Depends on: python3-importlib-metadata python3-build python3-installer python3-setuptools python3-wheel +# Depends on: python3-build python3-installer python3-setuptools python3-wheel name=python3-markdown version=3.6 -release=1 +release=2 source=("https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-${version}.tar.gz") build() { |