diff options
Diffstat (limited to 'dev-python/stack-data')
-rw-r--r-- | dev-python/stack-data/Manifest | 2 | ||||
-rw-r--r-- | dev-python/stack-data/stack-data-0.6.3.ebuild | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/stack-data/Manifest b/dev-python/stack-data/Manifest index 329ca4db6a30..7e72601c8dcd 100644 --- a/dev-python/stack-data/Manifest +++ b/dev-python/stack-data/Manifest @@ -1,3 +1,3 @@ DIST stack_data-0.6.3.tar.gz 44707 BLAKE2B d50e8c8e925cd9a4a19f883422aa487543836b36e20861f9bdf41551484ba02f7bdfb729f8bc051b3a97e76b4df7e7833b53bd3c47daf85dc2aa4e8d5d1c11b1 SHA512 629c112c09a1f69566160039c4d5fd49e59bdc206ad76799c67418e08b93a0990dd802078b646da175ab719b448394b723aab37479be14d09c0fb1c72cdbd0b8 -EBUILD stack-data-0.6.3.ebuild 1008 BLAKE2B 38a1e1fe2593a51571bb4975c9365329b660cf979b2dcfe94053e031d8c35d6eb32037a79ef55565db56291b0b644345bbad16ce10f9e7d9b3873fe52669d5c1 SHA512 4ebc18967d9c3151631124a52ba460720cf4e7c19a8854347f4aee20d02c6fac92236970877bfc78f95ade2f6cadd0310ba9c9c8dcf1513111e32317fe5c53d3 +EBUILD stack-data-0.6.3.ebuild 1164 BLAKE2B ba0bbbf428b3dd28af92f2f640bb7f7a2e25578f0b18cf7484eaf9da45f7fbd425bcfa68b546e136fd2813ece9f3a0a7210f204b9943173722e5172eae14dc4e SHA512 fbba37319aad2a38d70591d5a27495890ab6a1fc459c47b8c2c79329b72a90f2cf76251bf63e16b537636e6f6597cf457af528b91cf68c20d9f3b1f5acaa7eb4 MISC metadata.xml 399 BLAKE2B 6f2f1d18b8e574335af618995b745aa50ff1db8c58ea881b3596cbc9c22796dcf20b78ae52f370d308999a337233c6ab5a778a555876877851cdec20ac4e14b0 SHA512 474c2eae21a1617dbbd8002189fff802764bdf24bc854dd68b1feaf3e7ec4ba7831678b5facc9cf4587c784874cd530b11140ee345e831a9b7824e6752d2923e diff --git a/dev-python/stack-data/stack-data-0.6.3.ebuild b/dev-python/stack-data/stack-data-0.6.3.ebuild index 9393da95f4d6..0bb3d3079b8a 100644 --- a/dev-python/stack-data/stack-data-0.6.3.ebuild +++ b/dev-python/stack-data/stack-data-0.6.3.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 @@ -37,4 +37,8 @@ distutils_enable_tests pytest EPYTEST_DESELECT=( # Cython looks for the module in the wrong directory, for some reason tests/test_formatter.py::test_example + # broken by new pygments + tests/test_core.py::test_executing_style_defs + tests/test_core.py::test_pygments_example + tests/test_serializer.py::test_example ) |