diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-06 07:38:57 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-06 07:38:57 +0000 |
| commit | d7f927891228e2cebca4e7650cd5c4a85bb80503 (patch) | |
| tree | 4f3a788c048931f534531f99058e9af13726acb9 /dev-python/mdit-py-plugins | |
| parent | c9a2a924b10232d46a365775d1a451a3ee86e466 (diff) | |
| download | baldeagleos-repo-d7f927891228e2cebca4e7650cd5c4a85bb80503.tar.gz baldeagleos-repo-d7f927891228e2cebca4e7650cd5c4a85bb80503.tar.xz baldeagleos-repo-d7f927891228e2cebca4e7650cd5c4a85bb80503.zip | |
Adding metadata
Diffstat (limited to 'dev-python/mdit-py-plugins')
| -rw-r--r-- | dev-python/mdit-py-plugins/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/mdit-py-plugins/mdit-py-plugins-0.3.2.ebuild | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/mdit-py-plugins/Manifest b/dev-python/mdit-py-plugins/Manifest index 0c62ff058555..b62dc449b918 100644 --- a/dev-python/mdit-py-plugins/Manifest +++ b/dev-python/mdit-py-plugins/Manifest @@ -1 +1,2 @@ DIST mdit-py-plugins-0.3.1.gh.tar.gz 53897 BLAKE2B 57bb08ec6f90d28beb10fbd57d980b1d6f7b1df5d5c3d537685ec1c34d2ea74ea9e5facd0ee432d12924ae2d35d32e3c4dc3600485486b6cd49d5568bffbf48f SHA512 a934953e95eba04f5c1626d8256fed53cbbb26e35d816b41b7aaf968b452e3bfaa99e3008009dbdd8d9e7c89497916916c2cc1fabbecb735624231cafee864ea +DIST mdit-py-plugins-0.3.2.gh.tar.gz 57297 BLAKE2B bc921de8a37def9239d8f67a148cd6a58449600b06abbae868256f5d5ede2d95ca8581106dd9f9ebc072b5cbe34cea60fc5472de9ba82e9ac1cb55f4910ddc43 SHA512 745b2cbcdab840f4589e0871ddb0ab43024c3dcb21bc7c40b9ff6a9c6b74117b81046fee827c358a6dd120a9c99bbcaa1a47c97a487ce21e7a37d6dcee293a5a diff --git a/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.2.ebuild b/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.2.ebuild new file mode 100644 index 000000000000..a312b9d895cd --- /dev/null +++ b/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Collection of plugins for markdown-it-py" +HOMEPAGE=" + https://pypi.org/project/mdit-py-plugins/ + https://github.com/executablebooks/mdit-py-plugins/ +" +SRC_URI=" + https://github.com/executablebooks/mdit-py-plugins/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + dev-python/markdown-it-py[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/pytest-regressions[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest |
