diff options
Diffstat (limited to 'dev-python/mistune')
-rw-r--r-- | dev-python/mistune/Manifest | 4 | ||||
-rw-r--r-- | dev-python/mistune/mistune-3.0.2.ebuild | 21 | ||||
-rw-r--r-- | dev-python/mistune/mistune-3.1.0.ebuild | 4 |
3 files changed, 3 insertions, 26 deletions
diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest index 6c6cb42872c0..5d526eeb7223 100644 --- a/dev-python/mistune/Manifest +++ b/dev-python/mistune/Manifest @@ -1,5 +1,3 @@ -DIST mistune-3.0.2.tar.gz 90840 BLAKE2B bc4f477b24c8244d2fb7032835b3dc3bfc0bda8948fabbfa78660f77c861df76f9e01abcb58f8643efd689482fe3a187995cc92dd7cd0b7817ad799237d9b72d SHA512 9a7e0e2886afddb8a6e314af1e4ed6e41f886f64823713f941b6a713a29986044ac66c437c4029e0fbf20224d106ce445a46906825b20b17b9e2ff6173476d28 DIST mistune-3.1.0.tar.gz 94401 BLAKE2B e1e6f17c5aa378998bec8a8480c8b311243e067f52a9da6b451db33c639ec5a69f6d8b3c815bf9582b0b9c9a7aff3d197ab9bf477c634805eb704c0bbdaebe67 SHA512 2532565f15c1563547db131e28ea373a76dc5ab96b98a0f2f156709e625953f6f52a9e7b216e235b17ab09b282dfea8ee82c3975d9a08a0f52463b235e5589d8 -EBUILD mistune-3.0.2.ebuild 537 BLAKE2B 6589580025811b49d87009efb70ee7df5b069ec13324746dbc6e88a2951426bb3382c08b66a40b05264ac58f0bc85e126ef119f260638bfe4e856d398953c133 SHA512 f1bd622e16f9be7b146c9cee08fdd788612956c580f2aba8d3e7acc96039a6dac26c88837521e9753d4bf0545569afb02c515eb0f5c88fb54e0aab3ba1273f28 -EBUILD mistune-3.1.0.ebuild 641 BLAKE2B f5f3e8f00b6661a94e1a813418003265a251e222057724a3a40e22e291060daa597fec0264f24c0462dd3a1ceadfebcce5dc4b8016f324bd20b7c5b9dbfd85bc SHA512 df60a007f8fd27ffb8929253bdb4f800a2cddb6d5998083ecfb6e8a5d39b02025bca8ae79d7d03fa0ccb28b180162afff455f260158c89d7f559c5b4e24c3f04 +EBUILD mistune-3.1.0.ebuild 633 BLAKE2B 9ae94cb20aeaa84cdd8f0a058c9537c7f0468109a0f9c2441c62b7bdb35218a1ae9defde805db3f412313f30ff4a2d0b1e1a84e24baae421e70878cfe70f9f50 SHA512 36e954cdf14f950c159331364093518dc38de8ef21f4028237e9222e2c2a436a4be2061ed6b91b6a24a90bdebc7972c68c2e2ed373010228a7743693e61749b2 MISC metadata.xml 403 BLAKE2B ed684a2a6de8b40c202467abc3277bfd280cff4441bd265b2ceb36105a4d3315a5147db7ec555a01c7cdd5c2ed26521254c75586cd44edbeaf0c59766800fc71 SHA512 a14b77e8fca2f7c7c51803f15a53ab82198d5a0682f7ebc53d5565e5b50d22c2ae196607da6fc67ef2c07c11a5469d394b1753546c270735dfa56a99bffc0f28 diff --git a/dev-python/mistune/mistune-3.0.2.ebuild b/dev-python/mistune/mistune-3.0.2.ebuild deleted file mode 100644 index 6a71a0698fe6..000000000000 --- a/dev-python/mistune/mistune-3.0.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="The fastest markdown parser in pure Python" -HOMEPAGE=" - https://github.com/lepture/mistune/ - https://pypi.org/project/mistune/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" - -distutils_enable_tests pytest diff --git a/dev-python/mistune/mistune-3.1.0.ebuild b/dev-python/mistune/mistune-3.1.0.ebuild index f5c3a1861e8f..07718f2b8a0c 100644 --- a/dev-python/mistune/mistune-3.1.0.ebuild +++ b/dev-python/mistune/mistune-3.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" distutils_enable_tests pytest |