diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-09-30 06:20:21 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-09-30 06:20:21 +0000 |
| commit | db0b5bc27fe6db0fb5c625d6d1ba368339698a7b (patch) | |
| tree | 99eaefa7d208ca164fea5643a785d46bd83e6e34 /dev-python/mistune | |
| parent | 8e21e9a7216916de4a5ea6957f62ffbd91656b76 (diff) | |
| download | baldeagleos-repo-db0b5bc27fe6db0fb5c625d6d1ba368339698a7b.tar.gz baldeagleos-repo-db0b5bc27fe6db0fb5c625d6d1ba368339698a7b.tar.xz baldeagleos-repo-db0b5bc27fe6db0fb5c625d6d1ba368339698a7b.zip | |
Adding metadata
Diffstat (limited to 'dev-python/mistune')
| -rw-r--r-- | dev-python/mistune/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/mistune/mistune-3.0.2.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest index 7837f0959d68..5ebf2cb67884 100644 --- a/dev-python/mistune/Manifest +++ b/dev-python/mistune/Manifest @@ -1 +1,2 @@ DIST mistune-3.0.1.tar.gz 91271 BLAKE2B 42c0e76a95ede80a09a9f4748bdf9a737a7b149c15d8c52159cedd1522cebd4085cd1ec03a0ac516ff522b2c513553587cd3e93f2e9ca4388b3ad0671a8c3cb8 SHA512 280c1baf87a5dac7aafc8181f3098c556c36017a97de6c75576858ff2a318103c9086c811d61faef43453160020bd4a1db2a3007d6afb26e6cfc701df40d435f +DIST mistune-3.0.2.tar.gz 90840 BLAKE2B bc4f477b24c8244d2fb7032835b3dc3bfc0bda8948fabbfa78660f77c861df76f9e01abcb58f8643efd689482fe3a187995cc92dd7cd0b7817ad799237d9b72d SHA512 9a7e0e2886afddb8a6e314af1e4ed6e41f886f64823713f941b6a713a29986044ac66c437c4029e0fbf20224d106ce445a46906825b20b17b9e2ff6173476d28 diff --git a/dev-python/mistune/mistune-3.0.2.ebuild b/dev-python/mistune/mistune-3.0.2.ebuild new file mode 100644 index 000000000000..03076bdc7830 --- /dev/null +++ b/dev-python/mistune/mistune-3.0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8,9,10,11} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="The fastest markdown parser in pure Python" +HOMEPAGE=" + https://github.com/lepture/mistune/ + https://pypi.org/project/mistune/ +" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" + +distutils_enable_tests pytest |
