[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
183/204: gnu: Add python-mdx-gh-links.
From: |
guix-commits |
Subject: |
183/204: gnu: Add python-mdx-gh-links. |
Date: |
Wed, 20 Apr 2022 02:03:44 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit fa50f1a17d7faa46595225580c2703ead3d58f05
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 f4a118481e..253a2b45e4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -704,6 +704,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")
- 178/204: gnu: sshoot: Update to 1.5.1., (continued)
- 178/204: gnu: sshoot: Update to 1.5.1., guix-commits, 2022/04/20
- 181/204: gnu: Add python-pyyaml-env-tag., guix-commits, 2022/04/20
- 190/204: gnu: python-miio: Update to 0.5.11., guix-commits, 2022/04/20
- 193/204: gnu: weasyprint: Update to 54.3., guix-commits, 2022/04/20
- 202/204: gnu: python-flask-wtf: Update to 1.0.1., guix-commits, 2022/04/20
- 197/204: gnu: setzer: Add python-wrapper to fix build., guix-commits, 2022/04/20
- 204/204: snippets: Add a 'remove' snippet., guix-commits, 2022/04/20
- 164/204: gnu: python-types-dataclasses: Fix typo., guix-commits, 2022/04/20
- 165/204: gnu: python-cmarkgfm: Update to 0.8.0., guix-commits, 2022/04/20
- 166/204: gnu: python-readme-renderer: Update to 34.0., guix-commits, 2022/04/20
- 183/204: gnu: Add python-mdx-gh-links.,
guix-commits <=
- 199/204: gnu: python-keyring: Fix test suite., guix-commits, 2022/04/20
- 184/204: gnu: python-mkdocs: Update to 1.3.0., guix-commits, 2022/04/20
- 200/204: gnu: Remove python2-keyring., guix-commits, 2022/04/20
- 201/204: gnu: python-pingouin: Update to 0.5.1., guix-commits, 2022/04/20
- 82/204: gnu: Add python-ufolib2., guix-commits, 2022/04/20
- 122/204: gnu: Add python-sphinx-theme-builder., guix-commits, 2022/04/20
- 125/204: gnu: texlive-polyglossia: Rename and fix package., guix-commits, 2022/04/20
- 127/204: gnu: python-websockets: Update to 10.3 and enable tests., guix-commits, 2022/04/20
- 131/204: gnu: Add python-openapi-spec-validator., guix-commits, 2022/04/20
- 138/204: gnu: Add python-socksio., guix-commits, 2022/04/20