diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-12-10 02:01:16 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-12-10 02:01:16 +0000 |
commit | 59437d191de3ff33f9bfa37f8656d849184fcaf0 (patch) | |
tree | 7d5e645c0aac6d8b71229a0e53d7a93136f83781 /dev-python/markups | |
parent | 1a95f960273f276a4fdefb824336b073d83bcb5e (diff) |
gentoo auto-resync : 10:12:2024 - 02:01:16
Diffstat (limited to 'dev-python/markups')
-rw-r--r-- | dev-python/markups/Manifest | 2 | ||||
-rw-r--r-- | dev-python/markups/markups-4.1.0.ebuild | 37 |
2 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/markups/Manifest b/dev-python/markups/Manifest index 2ad5e4ed4ed9..788a75172327 100644 --- a/dev-python/markups/Manifest +++ b/dev-python/markups/Manifest @@ -1,3 +1,5 @@ DIST Markups-4.0.0.tar.gz 22968 BLAKE2B a39fed89fd63785d0d4348a72c00c8e886726dfc5613b5b359606f8b0c42d2cdfbb5cf3bd1b6ec11621f924c3ac1dbc91db083682b4ba95a6f4baa97824bbd72 SHA512 5868b480debad480100ce632223aeca62ef22a6d9b2af6b4911d3477c94bcd99b88b5bc56f990d24d92de0d2665340e0fce37721f7979938ba947fab2c65900c +DIST markups-4.1.0.tar.gz 23072 BLAKE2B 87629e0c5b43e9224c10a5371fb723e16a159474df32fd1b6ab5f1413ad8fe9b6ad90e84813292b75cda787dc17cdb6eef574a26df9ac9ec6b684aeb68b9c908 SHA512 f87a2c25e8d27d8f2502980b2a9810fa895ba37731b38579d01766bd390497fe86eab5285b6d5e7ec6aa177f3019995bfce570fb7431bd7eafa71a5c5f91254b EBUILD markups-4.0.0.ebuild 922 BLAKE2B b66e2dd850ed961deb4f94b978ee6b91c1a0848e34b71970518028695a2a0adfef325ac983ce11ef2a0ecd8fa63f32db41b4094fbc287e7f57bb9facc7f95e35 SHA512 32beb644aecabb8c10d8f0523aec5472db8fa6d988e96e016cb5084a92b65194158b293674f3a1275174440727e99689ecba8751b292e7496abd36dee97eec20 +EBUILD markups-4.1.0.ebuild 855 BLAKE2B 078c1b7e0068d5b8d3cfdb1f94dfba77424260389a3d75f4b138529a5e694bc7553153a29d61e08b07777c0d4d0946d63f15d332da0bb98a498cd6e6b1b3236a SHA512 723c645136956ddc6b939127e80e2017e768715142bf38e6bab5817722bae093eb7af7559df561e659c85269f2921ddc7443ab15ef8d27d33c4dd1b21bd60158 MISC metadata.xml 412 BLAKE2B c303b47980b9edf901fb851aad81d526511d15d3ad5cc96ccbf77c6530a3072c32884ff5a108366327cb676d8b3a0585b91ec3c02118ff71c77860306fe44749 SHA512 576bc6802afd05c967db43c2f349825543494bc883d449fa109ecb29ef38fceaa1e822a47cd8bba7319cefad35855a534e98037585a8443797f7e3553be2669f diff --git a/dev-python/markups/markups-4.1.0.ebuild b/dev-python/markups/markups-4.1.0.ebuild new file mode 100644 index 000000000000..3d26da94e9c4 --- /dev/null +++ b/dev-python/markups/markups-4.1.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A wrapper around various text markups" +HOMEPAGE=" + https://pymarkups.readthedocs.io/en/latest/ + https://github.com/retext-project/pymarkups + https://pypi.org/project/Markups/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + +RDEPEND=" + dev-python/markdown[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/docutils[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/pymdown-extensions[${PYTHON_USEDEP}] + dev-python/python-markdown-math[${PYTHON_USEDEP}] + dev-python/textile[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests unittest +distutils_enable_sphinx docs |