[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
189/242: gnu: Add python-mdx-gh-links.
From: |
guix-commits |
Subject: |
189/242: gnu: Add python-mdx-gh-links. |
Date: |
Wed, 11 May 2022 18:03:26 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 82ab185c9a48c5ee56cbf0342c660e4f71e08043
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 19 16:52:35 2022 -0400
gnu: Add python-mdx-gh-links.
* gnu/packages/python-xyz.scm (python-mdx-gh-links): New variable.
---
gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 65b213a340..5ac7f199d9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -706,6 +706,26 @@ configured with a single YAML configuration file.")
Markdown. All extensions are found under the module namespace of pymdownx.")
(license license:expat)))
+(define-public python-mdx-gh-links
+ (package
+ (name "python-mdx-gh-links")
+ (version "0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "mdx_gh_links" version))
+ (sha256
+ (base32 "167k1jbp3jifxbnlpi6wy0z1skam7gqv2sixb5bhggb2vypqvysr"))))
+ (build-system python-build-system)
+ (arguments (list #:tests? #f)) ;tests connect github
+ (propagated-inputs (list python-markdown))
+ (home-page "https://github.com/Python-Markdown/github-links/")
+ (synopsis "Python-Markdown extension adding support for shorthand links")
+ (description "This package is an extension to Python-Markdown which adds
+support for shorthand links to GitHub users, repositories, issues and
+commits.")
+ (license license:bsd-3)))
+
(define-public python-mkdocs-material
(package
(name "python-mkdocs-material")
- 173/242: gnu: mbed-tools: Update to 7.53.0 and relax click version requirement., (continued)
- 173/242: gnu: mbed-tools: Update to 7.53.0 and relax click version requirement., guix-commits, 2022/05/11
- 175/242: gnu: python-parse-type: Update to 0.6.0, fixing build., guix-commits, 2022/05/11
- 178/242: gnu: python-amqp: Update to 5.1.1 and enable tests., guix-commits, 2022/05/11
- 166/242: gnu: python-sparqlkernel: Use gexps and fix inputs., guix-commits, 2022/05/11
- 172/242: gnu: python-readme-renderer: Update to 34.0., guix-commits, 2022/05/11
- 176/242: gnu: Add python-bson., guix-commits, 2022/05/11
- 169/242: gnu: xeus: Update to 2.4.1., guix-commits, 2022/05/11
- 185/242: gnu: python-multipart: Fix build with PyYAML 6., guix-commits, 2022/05/11
- 174/242: gnu: conan: Update to 1.47.0 and relax PyYAML requirement., guix-commits, 2022/05/11
- 184/242: gnu: sshoot: Update to 1.5.1., guix-commits, 2022/05/11
- 189/242: gnu: Add python-mdx-gh-links.,
guix-commits <=
- 194/242: gnu: Remove python2-jmespath., guix-commits, 2022/05/11
- 192/242: gnu: python-cantools: Update to 37.0.7., guix-commits, 2022/05/11
- 203/242: gnu: setzer: Add python-wrapper to fix build., guix-commits, 2022/05/11
- 205/242: gnu: python-keyring: Fix test suite., guix-commits, 2022/05/11
- 195/242: gnu: python-croniter: Update to 1.3.4., guix-commits, 2022/05/11
- 200/242: gnu: seed: Use webkitgtk-with-libsoup2., guix-commits, 2022/05/11
- 201/242: gnu: markets: Add python-wrapper to fix build., guix-commits, 2022/05/11
- 207/242: gnu: python-pingouin: Update to 0.5.1., guix-commits, 2022/05/11
- 209/242: gnu: python-flask-login: Update to 0.6.0., guix-commits, 2022/05/11
- 213/242: gnu: python-numpydoc: Update to 1.2.1., guix-commits, 2022/05/11