[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: 1139b112a27d7be1a36da70e6c1bc04a94adc8d8
Author: David Roman gmail com>
AuthorDate: Mon Mar 2 13:17:39 2026 +
Commit: David Roman gmail com>
CommitDate: Mon Mar 2 13:55:01 2026 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1139b112
app-text/lizard: add 1.21.2
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest | 1 +
app-text/lizard/lizard-1.21.2.ebuild | 28
2 files changed, 29 insertions(+)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index e53ffb3ed2..0fd785c73c 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1 +1,2 @@
DIST lizard-1.21.0.tar.gz 195556 BLAKE2B
12161ba71792cf7c249291cb823ce335b6d07942f6444aae85b0de59c18eff2a8f652e4cb9c6abf9fc8678ecc1e0153478fd289ddf35cb1d0709fc85320b8adc
SHA512
672a8810382d56c5b93392e93367f21db2609c3a15b05c70d8ac64cf78140b9894987a8ac93e2e2ef8a8d48e36806a648b86ee099466fd3434319fca3c0c10ef
+DIST lizard-1.21.2.tar.gz 197551 BLAKE2B
fc25c6265e33c077debded9932951c85346fc48820de65f30d1d5c7c81b2201fdccb12e53fa2ac4dda81ec8dd12c96fb7c077d2b6a7339ecc35eab3a016349d5
SHA512
4e45528828466d3b80008e54c220291b0865d9879746ac6cb31ac732775fe1f39b2800f0224546353de14624ad0006cd650f58ac4264c3dd0320eb9191d4a674
diff --git a/app-text/lizard/lizard-1.21.2.ebuild
b/app-text/lizard/lizard-1.21.2.ebuild
new file mode 100644
index 00..75e2aed295
--- /dev/null
+++ b/app-text/lizard/lizard-1.21.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{12..14} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
+HOMEPAGE="http://www.lizard.ws/";
+SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-python/pygments[${PYTHON_USEDEP}]
+ test? (
+ dev-python/jinja2[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: 5ee2710185af892d3a427065d87ebbde87b51803
Author: David Roman gmail com>
AuthorDate: Mon Mar 2 13:17:09 2026 +
Commit: David Roman gmail com>
CommitDate: Mon Mar 2 13:55:01 2026 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ee27101
app-text/lizard: drop 1.20.0
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest | 1 -
app-text/lizard/lizard-1.20.0.ebuild | 27 ---
2 files changed, 28 deletions(-)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index 4951af5827..e53ffb3ed2 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1,2 +1 @@
-DIST lizard-1.20.0.tar.gz 193711 BLAKE2B
34673ee3770fc7868bc675741b3cde0d23094c7adba51cb2a015ee4f44f4cf545752d12939e242e2acb89f4c4e7f2953997d65e375172af75f11fb79b87d2dcb
SHA512
fa2344398ecd01642c8c0f68b72a187af225716b98c98ef9b1d977e3269e08c11308b37d84d078e1ae6514c58934bdcd6b180d57eea8eefe628e5d2c1ad8204b
DIST lizard-1.21.0.tar.gz 195556 BLAKE2B
12161ba71792cf7c249291cb823ce335b6d07942f6444aae85b0de59c18eff2a8f652e4cb9c6abf9fc8678ecc1e0153478fd289ddf35cb1d0709fc85320b8adc
SHA512
672a8810382d56c5b93392e93367f21db2609c3a15b05c70d8ac64cf78140b9894987a8ac93e2e2ef8a8d48e36806a648b86ee099466fd3434319fca3c0c10ef
diff --git a/app-text/lizard/lizard-1.20.0.ebuild
b/app-text/lizard/lizard-1.20.0.ebuild
deleted file mode 100644
index 7856922d56..00
--- a/app-text/lizard/lizard-1.20.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..14} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
-HOMEPAGE="http://www.lizard.ws/";
-SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-python/pygments[${PYTHON_USEDEP}]
- test? (
- dev-python/jinja2[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: d2e343fa827ecd9a08d4079cc92692d739184b2c
Author: David Roman gmail com>
AuthorDate: Thu Jan 22 13:57:35 2026 +
Commit: David Roman gmail com>
CommitDate: Thu Jan 22 13:57:35 2026 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2e343fa
app-text/lizard: add 1.20.0
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest | 1 +
app-text/lizard/lizard-1.20.0.ebuild | 27 +++
2 files changed, 28 insertions(+)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index 6e7e4a06f6..6b340bc32f 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1,2 +1,3 @@
DIST lizard-1.18.0.tar.gz 171019 BLAKE2B
3b692e0ef662a6bb0d95cfcad5bc4e79cff5a388d75a41500b7e136a779c589a478dcbff2bf0053bb30260123b281a90c75f549c027c06cfee022ea9ed8e28a6
SHA512
8b50914dc04f33adf8ba220442c03aae4d4d316408356869fa29257528b96960b80c9fe6ed8c0d4c9f58270833f5454f21255f64a76003fc07e3e84e207adf56
DIST lizard-1.19.0.tar.gz 184427 BLAKE2B
b4fd02b2e99d1cfcb9043402f6831b0386d268df5df3c27abc9ac6360379f94e48871ff15778846ed0f2154690457ef6e57dfe71ed0f55703bc6e923fe403f7b
SHA512
23b3ad2d82ea7c1dd7afa2c40e0edef4103b25e7460f042e25978381d7ae058a5e2f81aba619731501342c65aeeedbcac08c87f00f94d3bffc18248b4d97c946
+DIST lizard-1.20.0.tar.gz 193711 BLAKE2B
34673ee3770fc7868bc675741b3cde0d23094c7adba51cb2a015ee4f44f4cf545752d12939e242e2acb89f4c4e7f2953997d65e375172af75f11fb79b87d2dcb
SHA512
fa2344398ecd01642c8c0f68b72a187af225716b98c98ef9b1d977e3269e08c11308b37d84d078e1ae6514c58934bdcd6b180d57eea8eefe628e5d2c1ad8204b
diff --git a/app-text/lizard/lizard-1.20.0.ebuild
b/app-text/lizard/lizard-1.20.0.ebuild
new file mode 100644
index 00..7856922d56
--- /dev/null
+++ b/app-text/lizard/lizard-1.20.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..14} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
+HOMEPAGE="http://www.lizard.ws/";
+SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-python/pygments[${PYTHON_USEDEP}]
+ test? (
+ dev-python/jinja2[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: fd24b98a3ad9b7538e579babb78509b976878820
Author: David Roman gmail com>
AuthorDate: Mon Nov 3 13:46:20 2025 +
Commit: David Roman gmail com>
CommitDate: Mon Nov 3 13:46:20 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd24b98a
app-text/lizard: drop 1.17.31
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest | 1 -
app-text/lizard/lizard-1.17.31.ebuild | 27 ---
2 files changed, 28 deletions(-)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index 8732b18ddd..6e7e4a06f6 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1,3 +1,2 @@
-DIST lizard-1.17.31.tar.gz 1270550 BLAKE2B
1d86df59a8d5c206f0990ed35adf575be7010f95b7ca32762c96095a3a87d95bc4624bb6b5f00513cac1e76e6030ab0afc3059e4781fddae988cb8558fafd091
SHA512
0c131fb4f42604b2700cad5e0c00f931c19d0767a17b85e507926638c398ab0d1674501ca56330a81510b061302c7122266ad944a173d21c64969d0fa13d79be
DIST lizard-1.18.0.tar.gz 171019 BLAKE2B
3b692e0ef662a6bb0d95cfcad5bc4e79cff5a388d75a41500b7e136a779c589a478dcbff2bf0053bb30260123b281a90c75f549c027c06cfee022ea9ed8e28a6
SHA512
8b50914dc04f33adf8ba220442c03aae4d4d316408356869fa29257528b96960b80c9fe6ed8c0d4c9f58270833f5454f21255f64a76003fc07e3e84e207adf56
DIST lizard-1.19.0.tar.gz 184427 BLAKE2B
b4fd02b2e99d1cfcb9043402f6831b0386d268df5df3c27abc9ac6360379f94e48871ff15778846ed0f2154690457ef6e57dfe71ed0f55703bc6e923fe403f7b
SHA512
23b3ad2d82ea7c1dd7afa2c40e0edef4103b25e7460f042e25978381d7ae058a5e2f81aba619731501342c65aeeedbcac08c87f00f94d3bffc18248b4d97c946
diff --git a/app-text/lizard/lizard-1.17.31.ebuild
b/app-text/lizard/lizard-1.17.31.ebuild
deleted file mode 100644
index 8dc6661729..00
--- a/app-text/lizard/lizard-1.17.31.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..13} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
-HOMEPAGE="http://www.lizard.ws/";
-SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-python/pygments[${PYTHON_USEDEP}]
- test? (
- dev-python/jinja2[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: 7e69ced2284e4c2d089be47bd085a153ecadbd1c
Author: David Roman gmail com>
AuthorDate: Mon Nov 3 13:44:28 2025 +
Commit: David Roman gmail com>
CommitDate: Mon Nov 3 13:44:28 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e69ced2
app-text/lizard: enable py3.14
Signed-off-by: David Roman gmail.com>
app-text/lizard/lizard-1.19.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/lizard/lizard-1.19.0.ebuild
b/app-text/lizard/lizard-1.19.0.ebuild
index 8dc6661729..7856922d56 100644
--- a/app-text/lizard/lizard-1.19.0.ebuild
+++ b/app-text/lizard/lizard-1.19.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: cee93968bfb0aacbf9ea7fbe85142ab6cc092bef
Author: David Roman gmail com>
AuthorDate: Mon Nov 3 13:41:10 2025 +
Commit: David Roman gmail com>
CommitDate: Mon Nov 3 13:41:10 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cee93968
app-text/lizard: add 1.19.0
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest | 1 +
app-text/lizard/lizard-1.19.0.ebuild | 27 +++
2 files changed, 28 insertions(+)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index 7e11bf5c9f..8732b18ddd 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1,2 +1,3 @@
DIST lizard-1.17.31.tar.gz 1270550 BLAKE2B
1d86df59a8d5c206f0990ed35adf575be7010f95b7ca32762c96095a3a87d95bc4624bb6b5f00513cac1e76e6030ab0afc3059e4781fddae988cb8558fafd091
SHA512
0c131fb4f42604b2700cad5e0c00f931c19d0767a17b85e507926638c398ab0d1674501ca56330a81510b061302c7122266ad944a173d21c64969d0fa13d79be
DIST lizard-1.18.0.tar.gz 171019 BLAKE2B
3b692e0ef662a6bb0d95cfcad5bc4e79cff5a388d75a41500b7e136a779c589a478dcbff2bf0053bb30260123b281a90c75f549c027c06cfee022ea9ed8e28a6
SHA512
8b50914dc04f33adf8ba220442c03aae4d4d316408356869fa29257528b96960b80c9fe6ed8c0d4c9f58270833f5454f21255f64a76003fc07e3e84e207adf56
+DIST lizard-1.19.0.tar.gz 184427 BLAKE2B
b4fd02b2e99d1cfcb9043402f6831b0386d268df5df3c27abc9ac6360379f94e48871ff15778846ed0f2154690457ef6e57dfe71ed0f55703bc6e923fe403f7b
SHA512
23b3ad2d82ea7c1dd7afa2c40e0edef4103b25e7460f042e25978381d7ae058a5e2f81aba619731501342c65aeeedbcac08c87f00f94d3bffc18248b4d97c946
diff --git a/app-text/lizard/lizard-1.19.0.ebuild
b/app-text/lizard/lizard-1.19.0.ebuild
new file mode 100644
index 00..8dc6661729
--- /dev/null
+++ b/app-text/lizard/lizard-1.19.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
+HOMEPAGE="http://www.lizard.ws/";
+SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-python/pygments[${PYTHON_USEDEP}]
+ test? (
+ dev-python/jinja2[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: 713f8ed06a3484c39f090232f59ddf8df474
Author: David Roman gmail com>
AuthorDate: Thu Oct 30 13:47:31 2025 +
Commit: David Roman gmail com>
CommitDate: Thu Oct 30 13:47:31 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=713f8ed0
app-text/lizard: add 1.18.0
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest | 1 +
app-text/lizard/lizard-1.18.0.ebuild | 27 +++
2 files changed, 28 insertions(+)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index f07c984b2e..7e11bf5c9f 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1 +1,2 @@
DIST lizard-1.17.31.tar.gz 1270550 BLAKE2B
1d86df59a8d5c206f0990ed35adf575be7010f95b7ca32762c96095a3a87d95bc4624bb6b5f00513cac1e76e6030ab0afc3059e4781fddae988cb8558fafd091
SHA512
0c131fb4f42604b2700cad5e0c00f931c19d0767a17b85e507926638c398ab0d1674501ca56330a81510b061302c7122266ad944a173d21c64969d0fa13d79be
+DIST lizard-1.18.0.tar.gz 171019 BLAKE2B
3b692e0ef662a6bb0d95cfcad5bc4e79cff5a388d75a41500b7e136a779c589a478dcbff2bf0053bb30260123b281a90c75f549c027c06cfee022ea9ed8e28a6
SHA512
8b50914dc04f33adf8ba220442c03aae4d4d316408356869fa29257528b96960b80c9fe6ed8c0d4c9f58270833f5454f21255f64a76003fc07e3e84e207adf56
diff --git a/app-text/lizard/lizard-1.18.0.ebuild
b/app-text/lizard/lizard-1.18.0.ebuild
new file mode 100644
index 00..8dc6661729
--- /dev/null
+++ b/app-text/lizard/lizard-1.18.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
+HOMEPAGE="http://www.lizard.ws/";
+SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-python/pygments[${PYTHON_USEDEP}]
+ test? (
+ dev-python/jinja2[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: 315e4f08d6982817dff2c7c5869f3da27d292b42
Author: David Roman gmail com>
AuthorDate: Mon Sep 1 09:21:47 2025 +
Commit: David Roman gmail com>
CommitDate: Mon Sep 1 09:21:47 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=315e4f08
app-text/lizard: drop 1.17.13, 1.17.28
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest | 2 --
app-text/lizard/lizard-1.17.13.ebuild | 27 ---
app-text/lizard/lizard-1.17.28.ebuild | 27 ---
3 files changed, 56 deletions(-)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index a28c110a28..f07c984b2e 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1,3 +1 @@
-DIST lizard-1.17.13.tar.gz 1233745 BLAKE2B
e41e7bb461f64459f9327fa5719e57cc713dcebb89dfb6b01e27f38a9c6014bbe77b1a50cab094a8b68b630385ca9ff3c35b1a9a65545e9c23942f038b560d33
SHA512
2a81c7033bdda8a4698ae010a5a2c5394a5290008dbc80812063ade1088ac616debb7dd24b4498712979845ed6dee91b728b6ace8c7451f0716707d2caa48c18
-DIST lizard-1.17.28.tar.gz 1263569 BLAKE2B
0310101a465fff41110628590be8d65c89133e60d042371e885ff05f0a0797e3539e63422393cb6d368cd7d574f652a47a113da8d8d5bff403565b90126c2735
SHA512
5ee25a1453986e8e832ca1f506d1bbc9ef595940fc68d60abef9d6645ecde13dec81cfe0dc117f20bb2a5eb330561e87321d3d10c7d9532603fc8c512b1c5787
DIST lizard-1.17.31.tar.gz 1270550 BLAKE2B
1d86df59a8d5c206f0990ed35adf575be7010f95b7ca32762c96095a3a87d95bc4624bb6b5f00513cac1e76e6030ab0afc3059e4781fddae988cb8558fafd091
SHA512
0c131fb4f42604b2700cad5e0c00f931c19d0767a17b85e507926638c398ab0d1674501ca56330a81510b061302c7122266ad944a173d21c64969d0fa13d79be
diff --git a/app-text/lizard/lizard-1.17.13.ebuild
b/app-text/lizard/lizard-1.17.13.ebuild
deleted file mode 100644
index a9cae51403..00
--- a/app-text/lizard/lizard-1.17.13.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
-HOMEPAGE="http://www.lizard.ws/";
-SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-python/pygments[${PYTHON_USEDEP}]
- test? (
- dev-python/jinja2[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/app-text/lizard/lizard-1.17.28.ebuild
b/app-text/lizard/lizard-1.17.28.ebuild
deleted file mode 100644
index 8dc6661729..00
--- a/app-text/lizard/lizard-1.17.28.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..13} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
-HOMEPAGE="http://www.lizard.ws/";
-SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-python/pygments[${PYTHON_USEDEP}]
- test? (
- dev-python/jinja2[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/files/
commit: c829c1685e3c6002e52dbd4348de8a6495313d56
Author: David Roman gmail com>
AuthorDate: Mon Sep 1 09:18:54 2025 +
Commit: David Roman gmail com>
CommitDate: Mon Sep 1 09:18:54 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c829c168
app-text/lizard/files: remove unused patches
Signed-off-by: David Roman gmail.com>
app-text/lizard/files/lizard-1.17.10-py3.11.patch | 60 ---
app-text/lizard/files/lizard-1.17.10-py3.12.patch | 45 -
2 files changed, 105 deletions(-)
diff --git a/app-text/lizard/files/lizard-1.17.10-py3.11.patch
b/app-text/lizard/files/lizard-1.17.10-py3.11.patch
deleted file mode 100644
index d17b9511db..00
--- a/app-text/lizard/files/lizard-1.17.10-py3.11.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-commit fc8a14e84acd8a4baa2d98bdec4e7ac18ed137a5
-Author: Mazunki Hoksaas
-Date: Thu Jul 27 15:04:16 2023 +0200
-
-add support for python3.11 re module
-
-diff --git a/lizard_languages/code_reader.py b/lizard_languages/code_reader.py
-index 1eb95d5..9e12658 100644
a/lizard_languages/code_reader.py
-+++ b/lizard_languages/code_reader.py
-@@ -4,6 +4,8 @@ Base class for all language parsers
-
- import re
- from copy import copy
-+from functools import reduce
-+from operator import or_
-
-
- class CodeStateMachine(object):
-@@ -112,7 +114,7 @@ class CodeReader:
- if not token_class:
- token_class = create_token
-
--def _generate_tokens(source, add):
-+def _generate_tokens(source, add, flags=re.NOFLAG):
- # DO NOT put any sub groups in the regex. Good for performance
- _until_end = r"(?:\\\n|[^\n])*"
- combined_symbols = ["<<=", ">>=", "||", "&&", "===", "!==",
-@@ -136,7 +138,7 @@ class CodeReader:
- r"|\\\n" +
- r"|\n" +
- r"|[^\S\n]+" +
--r"|.)", re.M | re.S)
-+r"|.)", re.M | re.S | flags)
- macro = ""
- for match in token_pattern.finditer(source):
- token = token_class(match)
-@@ -154,7 +156,21 @@ class CodeReader:
- if macro:
- yield macro
-
--return _generate_tokens(source_code, addition)
-+flag_dict = {
-+'a': re.A, # ASCII-only matching
-+'i': re.I, # Ignore case
-+'L': re.L, # Locale dependent
-+'m': re.M, # Multi-line
-+'s': re.S, # Dot matches all
-+'u': re.U, # Unicode matching
-+'x': re.X # Verbose
-+}
-+
-+pattern = re.compile(r'\(\?[aiLmsux]+\)')
-+re_flags = ''.join(opt[2:-1] for opt in pattern.findall(addition))
-+flags = reduce(or_, (flag_dict[flag] for flag in re_flags), re.NOFLAG)
-+
-+return _generate_tokens(source_code, pattern.sub('', addition),
flags=flags)
-
- def __call__(self, tokens, reader):
- self.context = reader.context
diff --git a/app-text/lizard/files/lizard-1.17.10-py3.12.patch
b/app-text/lizard/files/lizard-1.17.10-py3.12.patch
deleted file mode 100644
index f150f74f8e..00
--- a/app-text/lizard/files/lizard-1.17.10-py3.12.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From f44f7969c592ecbc1752827cb27dd44e79e1e75e Mon Sep 17 00:00:00 2001
-From: David Roman
-Date: Thu, 27 Jul 2023 15:07:51 +0200
-Subject: [PATCH] replace deprecated assertRegexpMatches -> assertRegex
-
-Close: #374
- test/testOutputCSV.py | 4 ++--
- test/testOutputHTML.py | 3 +--
- 2 files changed, 3 insertions(+), 4 deletions(-)
-
-diff --git a/test/testOutputCSV.py b/test/testOutputCSV.py
-index 78cb221..4d10217 100644
a/test/testOutputCSV.py
-+++ b/test/testOutputCSV.py
-@@ -22,7 +22,7 @@ def test_csv_header(self):
- options_mock.verbose = True
- options_mock.extensions = []
- csv_output(AllResult([self.fileSummary]), options_mock)
--self.assertRegexpMatches(sys.stdout.stream,
-+self.assertRegex(sys.stdout.stream,
-
r"NLOC,CCN,token,PARAM,length,location,file,function,long_name,start,end")
-
- def test_csv_header_with_extension(self):
-@@ -35,7 +35,7 @@ def test_csv_header_with_extension(self):
- results = AllResult([self.fileSummary])
- results.result[0].function_list[0].exit_count = 1
- csv_output(results, options_mock)
--self.assertRegexpMatches(sys.stdout.stream,
-+self.assertRegex(sys.stdout.stream,
-
r"NLOC,CCN,token,PARAM,length,location,file,function,long_name,start,end,exits")
-
- def test_csv_no_header(self):
-diff --git a/test/testOutputHTML.py b/test/testOutputHTML.py
-index f91156b..81965fc 100644
a/test/testOutputHTML.py
-+++ b/test/testOutputHTML.py
-@@ -17,6 +17,5 @@ def setUp(self):
-
- def test_should_have_html_body(self):
- html_output([self.fileSummary], self.option, None, AllResult)
--self.asse
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: b9193c48a6ade30b2789102c98ab3f891f68dd41
Author: David Roman gmail com>
AuthorDate: Thu May 29 08:17:23 2025 +
Commit: David Roman gmail com>
CommitDate: Thu May 29 08:17:23 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9193c48
app-text/lizard: add 1.17.31
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest | 1 +
app-text/lizard/lizard-1.17.31.ebuild | 27 +++
2 files changed, 28 insertions(+)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index cb21b48473..a28c110a28 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1,2 +1,3 @@
DIST lizard-1.17.13.tar.gz 1233745 BLAKE2B
e41e7bb461f64459f9327fa5719e57cc713dcebb89dfb6b01e27f38a9c6014bbe77b1a50cab094a8b68b630385ca9ff3c35b1a9a65545e9c23942f038b560d33
SHA512
2a81c7033bdda8a4698ae010a5a2c5394a5290008dbc80812063ade1088ac616debb7dd24b4498712979845ed6dee91b728b6ace8c7451f0716707d2caa48c18
DIST lizard-1.17.28.tar.gz 1263569 BLAKE2B
0310101a465fff41110628590be8d65c89133e60d042371e885ff05f0a0797e3539e63422393cb6d368cd7d574f652a47a113da8d8d5bff403565b90126c2735
SHA512
5ee25a1453986e8e832ca1f506d1bbc9ef595940fc68d60abef9d6645ecde13dec81cfe0dc117f20bb2a5eb330561e87321d3d10c7d9532603fc8c512b1c5787
+DIST lizard-1.17.31.tar.gz 1270550 BLAKE2B
1d86df59a8d5c206f0990ed35adf575be7010f95b7ca32762c96095a3a87d95bc4624bb6b5f00513cac1e76e6030ab0afc3059e4781fddae988cb8558fafd091
SHA512
0c131fb4f42604b2700cad5e0c00f931c19d0767a17b85e507926638c398ab0d1674501ca56330a81510b061302c7122266ad944a173d21c64969d0fa13d79be
diff --git a/app-text/lizard/lizard-1.17.31.ebuild
b/app-text/lizard/lizard-1.17.31.ebuild
new file mode 100644
index 00..8dc6661729
--- /dev/null
+++ b/app-text/lizard/lizard-1.17.31.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
+HOMEPAGE="http://www.lizard.ws/";
+SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-python/pygments[${PYTHON_USEDEP}]
+ test? (
+ dev-python/jinja2[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: 2a1857e2c4477b44789d71a0fe37d13b275db17a
Author: David Roman gmail com>
AuthorDate: Wed Apr 30 12:22:33 2025 +
Commit: David Roman gmail com>
CommitDate: Wed Apr 30 12:22:33 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a1857e2
app-text/lizard: add 1.17.28
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest | 1 +
app-text/lizard/lizard-1.17.28.ebuild | 27 +++
2 files changed, 28 insertions(+)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index 4634707f5..04d0e2c00 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1,3 +1,4 @@
DIST lizard-1.17.13.tar.gz 1233745 BLAKE2B
e41e7bb461f64459f9327fa5719e57cc713dcebb89dfb6b01e27f38a9c6014bbe77b1a50cab094a8b68b630385ca9ff3c35b1a9a65545e9c23942f038b560d33
SHA512
2a81c7033bdda8a4698ae010a5a2c5394a5290008dbc80812063ade1088ac616debb7dd24b4498712979845ed6dee91b728b6ace8c7451f0716707d2caa48c18
DIST lizard-1.17.23.tar.gz 1261836 BLAKE2B
88e70a4aaa713cc3aacb08e0bb60c4ac76f98efdddb7baa2f4febb7f2a68e4a14fe39745b6b0bca8090c3b52a2e73f2fc40de6eca63b75e90502024a669e29a9
SHA512
b9461400e204765280482c1f1d3c25577b0f3306a3a9b44d0c9b7a5c7367b1b273bc5474fd9d32bfd2e62f415248fceacb26ada5f411919e339289836e5e0a0f
DIST lizard-1.17.25.tar.gz 1263009 BLAKE2B
d87e8fc8096985cc7ca9c000de7e091e33dd2633a3ab9d35541fdaa8ea708860300576f41df8cfc1bcb1ccbd56ba240adcea8c034d1f1f63ddeb8555b0eb46e4
SHA512
66f6a329bf6a4348a96b646bca08f0af2c0fdea80f212e4914fb178bf359f3296affa474e5ebc23a180ff3cc694c52fbd61218702ea4406f01e3235f7c90591f
+DIST lizard-1.17.28.tar.gz 1263569 BLAKE2B
0310101a465fff41110628590be8d65c89133e60d042371e885ff05f0a0797e3539e63422393cb6d368cd7d574f652a47a113da8d8d5bff403565b90126c2735
SHA512
5ee25a1453986e8e832ca1f506d1bbc9ef595940fc68d60abef9d6645ecde13dec81cfe0dc117f20bb2a5eb330561e87321d3d10c7d9532603fc8c512b1c5787
diff --git a/app-text/lizard/lizard-1.17.28.ebuild
b/app-text/lizard/lizard-1.17.28.ebuild
new file mode 100644
index 0..8dc666172
--- /dev/null
+++ b/app-text/lizard/lizard-1.17.28.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
+HOMEPAGE="http://www.lizard.ws/";
+SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-python/pygments[${PYTHON_USEDEP}]
+ test? (
+ dev-python/jinja2[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: 123fc574271a9a75f454366b0a4e8fffa927aa50
Author: David Roman gmail com>
AuthorDate: Wed Apr 30 12:22:51 2025 +
Commit: David Roman gmail com>
CommitDate: Wed Apr 30 12:22:51 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=123fc574
app-text/lizard: drop 1.17.23, 1.17.25
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest | 2 --
app-text/lizard/lizard-1.17.23.ebuild | 27 ---
app-text/lizard/lizard-1.17.25.ebuild | 27 ---
3 files changed, 56 deletions(-)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index 04d0e2c00..cb21b4847 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1,4 +1,2 @@
DIST lizard-1.17.13.tar.gz 1233745 BLAKE2B
e41e7bb461f64459f9327fa5719e57cc713dcebb89dfb6b01e27f38a9c6014bbe77b1a50cab094a8b68b630385ca9ff3c35b1a9a65545e9c23942f038b560d33
SHA512
2a81c7033bdda8a4698ae010a5a2c5394a5290008dbc80812063ade1088ac616debb7dd24b4498712979845ed6dee91b728b6ace8c7451f0716707d2caa48c18
-DIST lizard-1.17.23.tar.gz 1261836 BLAKE2B
88e70a4aaa713cc3aacb08e0bb60c4ac76f98efdddb7baa2f4febb7f2a68e4a14fe39745b6b0bca8090c3b52a2e73f2fc40de6eca63b75e90502024a669e29a9
SHA512
b9461400e204765280482c1f1d3c25577b0f3306a3a9b44d0c9b7a5c7367b1b273bc5474fd9d32bfd2e62f415248fceacb26ada5f411919e339289836e5e0a0f
-DIST lizard-1.17.25.tar.gz 1263009 BLAKE2B
d87e8fc8096985cc7ca9c000de7e091e33dd2633a3ab9d35541fdaa8ea708860300576f41df8cfc1bcb1ccbd56ba240adcea8c034d1f1f63ddeb8555b0eb46e4
SHA512
66f6a329bf6a4348a96b646bca08f0af2c0fdea80f212e4914fb178bf359f3296affa474e5ebc23a180ff3cc694c52fbd61218702ea4406f01e3235f7c90591f
DIST lizard-1.17.28.tar.gz 1263569 BLAKE2B
0310101a465fff41110628590be8d65c89133e60d042371e885ff05f0a0797e3539e63422393cb6d368cd7d574f652a47a113da8d8d5bff403565b90126c2735
SHA512
5ee25a1453986e8e832ca1f506d1bbc9ef595940fc68d60abef9d6645ecde13dec81cfe0dc117f20bb2a5eb330561e87321d3d10c7d9532603fc8c512b1c5787
diff --git a/app-text/lizard/lizard-1.17.23.ebuild
b/app-text/lizard/lizard-1.17.23.ebuild
deleted file mode 100644
index 8dc666172..0
--- a/app-text/lizard/lizard-1.17.23.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..13} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
-HOMEPAGE="http://www.lizard.ws/";
-SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-python/pygments[${PYTHON_USEDEP}]
- test? (
- dev-python/jinja2[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/app-text/lizard/lizard-1.17.25.ebuild
b/app-text/lizard/lizard-1.17.25.ebuild
deleted file mode 100644
index 8dc666172..0
--- a/app-text/lizard/lizard-1.17.25.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..13} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
-HOMEPAGE="http://www.lizard.ws/";
-SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-python/pygments[${PYTHON_USEDEP}]
- test? (
- dev-python/jinja2[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: 75f4c4bcced10259fdebe93b732a25be8d6092a6
Author: David Roman gmail com>
AuthorDate: Tue Apr 22 08:52:06 2025 +
Commit: David Roman gmail com>
CommitDate: Tue Apr 22 08:52:06 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75f4c4bc
app-text/lizard: add 1.17.25
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest | 1 +
app-text/lizard/lizard-1.17.25.ebuild | 27 +++
2 files changed, 28 insertions(+)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index 370eaafb8..4634707f5 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1,2 +1,3 @@
DIST lizard-1.17.13.tar.gz 1233745 BLAKE2B
e41e7bb461f64459f9327fa5719e57cc713dcebb89dfb6b01e27f38a9c6014bbe77b1a50cab094a8b68b630385ca9ff3c35b1a9a65545e9c23942f038b560d33
SHA512
2a81c7033bdda8a4698ae010a5a2c5394a5290008dbc80812063ade1088ac616debb7dd24b4498712979845ed6dee91b728b6ace8c7451f0716707d2caa48c18
DIST lizard-1.17.23.tar.gz 1261836 BLAKE2B
88e70a4aaa713cc3aacb08e0bb60c4ac76f98efdddb7baa2f4febb7f2a68e4a14fe39745b6b0bca8090c3b52a2e73f2fc40de6eca63b75e90502024a669e29a9
SHA512
b9461400e204765280482c1f1d3c25577b0f3306a3a9b44d0c9b7a5c7367b1b273bc5474fd9d32bfd2e62f415248fceacb26ada5f411919e339289836e5e0a0f
+DIST lizard-1.17.25.tar.gz 1263009 BLAKE2B
d87e8fc8096985cc7ca9c000de7e091e33dd2633a3ab9d35541fdaa8ea708860300576f41df8cfc1bcb1ccbd56ba240adcea8c034d1f1f63ddeb8555b0eb46e4
SHA512
66f6a329bf6a4348a96b646bca08f0af2c0fdea80f212e4914fb178bf359f3296affa474e5ebc23a180ff3cc694c52fbd61218702ea4406f01e3235f7c90591f
diff --git a/app-text/lizard/lizard-1.17.25.ebuild
b/app-text/lizard/lizard-1.17.25.ebuild
new file mode 100644
index 0..8dc666172
--- /dev/null
+++ b/app-text/lizard/lizard-1.17.25.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
+HOMEPAGE="http://www.lizard.ws/";
+SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-python/pygments[${PYTHON_USEDEP}]
+ test? (
+ dev-python/jinja2[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: cffaa6764ec596daa941cd8182a60439140313f0
Author: David Roman gmail com>
AuthorDate: Tue Apr 22 08:51:34 2025 +
Commit: David Roman gmail com>
CommitDate: Tue Apr 22 08:51:34 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cffaa676
app-text/lizard: drop 1.17.19, 1.17.20
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest | 2 --
app-text/lizard/lizard-1.17.19.ebuild | 27 ---
app-text/lizard/lizard-1.17.20.ebuild | 27 ---
3 files changed, 56 deletions(-)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index 137473fa0..370eaafb8 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1,4 +1,2 @@
DIST lizard-1.17.13.tar.gz 1233745 BLAKE2B
e41e7bb461f64459f9327fa5719e57cc713dcebb89dfb6b01e27f38a9c6014bbe77b1a50cab094a8b68b630385ca9ff3c35b1a9a65545e9c23942f038b560d33
SHA512
2a81c7033bdda8a4698ae010a5a2c5394a5290008dbc80812063ade1088ac616debb7dd24b4498712979845ed6dee91b728b6ace8c7451f0716707d2caa48c18
-DIST lizard-1.17.19.tar.gz 1248755 BLAKE2B
beb559e67b742c4694256830c30b65c2ea81fd6d0fe3ff7e05b474bdbf0dd5d987530496efa943fc23dd8cd1c620a4a2b033a4c89d177723c93583d729c2499a
SHA512
f01f8d21865e7dba92bd26cb09afd3b6ac4ba28163d997a444907d9eddb2a751dd14c2cef1702cbac5b67f2d924b3561a129551391c4d19c567bf3144eb3d8b8
-DIST lizard-1.17.20.tar.gz 1249740 BLAKE2B
707ada86ea34422cab405ff4f205291efc4111af81f15034ec6df811930b86a083fd2954b1443e0bf2daca3edcb3f860f02cb8f6b539208332b17f8174bcef1c
SHA512
8a25253e7572a911f01439153e1092adcc2e48d9d8cf9ee751969d724f3fdfaf911c7a636634362e3dd35475eda8a15e5400616c4c88d2405b5fe2588d70d9a9
DIST lizard-1.17.23.tar.gz 1261836 BLAKE2B
88e70a4aaa713cc3aacb08e0bb60c4ac76f98efdddb7baa2f4febb7f2a68e4a14fe39745b6b0bca8090c3b52a2e73f2fc40de6eca63b75e90502024a669e29a9
SHA512
b9461400e204765280482c1f1d3c25577b0f3306a3a9b44d0c9b7a5c7367b1b273bc5474fd9d32bfd2e62f415248fceacb26ada5f411919e339289836e5e0a0f
diff --git a/app-text/lizard/lizard-1.17.19.ebuild
b/app-text/lizard/lizard-1.17.19.ebuild
deleted file mode 100644
index 8dc666172..0
--- a/app-text/lizard/lizard-1.17.19.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..13} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
-HOMEPAGE="http://www.lizard.ws/";
-SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-python/pygments[${PYTHON_USEDEP}]
- test? (
- dev-python/jinja2[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/app-text/lizard/lizard-1.17.20.ebuild
b/app-text/lizard/lizard-1.17.20.ebuild
deleted file mode 100644
index 8dc666172..0
--- a/app-text/lizard/lizard-1.17.20.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..13} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
-HOMEPAGE="http://www.lizard.ws/";
-SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-python/pygments[${PYTHON_USEDEP}]
- test? (
- dev-python/jinja2[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: 232f11769c68f3a868225f9dc1c51d47522ed8c7
Author: David Roman gmail com>
AuthorDate: Mon Mar 31 09:29:26 2025 +
Commit: David Roman gmail com>
CommitDate: Mon Mar 31 09:29:26 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=232f1176
app-text/lizard: add 1.17.23
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest | 1 +
app-text/lizard/lizard-1.17.23.ebuild | 27 +++
2 files changed, 28 insertions(+)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index 08bfae41a..137473fa0 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1,3 +1,4 @@
DIST lizard-1.17.13.tar.gz 1233745 BLAKE2B
e41e7bb461f64459f9327fa5719e57cc713dcebb89dfb6b01e27f38a9c6014bbe77b1a50cab094a8b68b630385ca9ff3c35b1a9a65545e9c23942f038b560d33
SHA512
2a81c7033bdda8a4698ae010a5a2c5394a5290008dbc80812063ade1088ac616debb7dd24b4498712979845ed6dee91b728b6ace8c7451f0716707d2caa48c18
DIST lizard-1.17.19.tar.gz 1248755 BLAKE2B
beb559e67b742c4694256830c30b65c2ea81fd6d0fe3ff7e05b474bdbf0dd5d987530496efa943fc23dd8cd1c620a4a2b033a4c89d177723c93583d729c2499a
SHA512
f01f8d21865e7dba92bd26cb09afd3b6ac4ba28163d997a444907d9eddb2a751dd14c2cef1702cbac5b67f2d924b3561a129551391c4d19c567bf3144eb3d8b8
DIST lizard-1.17.20.tar.gz 1249740 BLAKE2B
707ada86ea34422cab405ff4f205291efc4111af81f15034ec6df811930b86a083fd2954b1443e0bf2daca3edcb3f860f02cb8f6b539208332b17f8174bcef1c
SHA512
8a25253e7572a911f01439153e1092adcc2e48d9d8cf9ee751969d724f3fdfaf911c7a636634362e3dd35475eda8a15e5400616c4c88d2405b5fe2588d70d9a9
+DIST lizard-1.17.23.tar.gz 1261836 BLAKE2B
88e70a4aaa713cc3aacb08e0bb60c4ac76f98efdddb7baa2f4febb7f2a68e4a14fe39745b6b0bca8090c3b52a2e73f2fc40de6eca63b75e90502024a669e29a9
SHA512
b9461400e204765280482c1f1d3c25577b0f3306a3a9b44d0c9b7a5c7367b1b273bc5474fd9d32bfd2e62f415248fceacb26ada5f411919e339289836e5e0a0f
diff --git a/app-text/lizard/lizard-1.17.23.ebuild
b/app-text/lizard/lizard-1.17.23.ebuild
new file mode 100644
index 0..8dc666172
--- /dev/null
+++ b/app-text/lizard/lizard-1.17.23.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
+HOMEPAGE="http://www.lizard.ws/";
+SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-python/pygments[${PYTHON_USEDEP}]
+ test? (
+ dev-python/jinja2[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: 93f164cca36aac8c535d4920d66070ea248ecc24
Author: David Roman gmail com>
AuthorDate: Mon Mar 3 15:00:58 2025 +
Commit: David Roman gmail com>
CommitDate: Mon Mar 3 15:00:58 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93f164cc
app-text/lizard: add 1.17.20
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest | 1 +
app-text/lizard/lizard-1.17.20.ebuild | 27 +++
2 files changed, 28 insertions(+)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index f1cb75ff0..08bfae41a 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1,2 +1,3 @@
DIST lizard-1.17.13.tar.gz 1233745 BLAKE2B
e41e7bb461f64459f9327fa5719e57cc713dcebb89dfb6b01e27f38a9c6014bbe77b1a50cab094a8b68b630385ca9ff3c35b1a9a65545e9c23942f038b560d33
SHA512
2a81c7033bdda8a4698ae010a5a2c5394a5290008dbc80812063ade1088ac616debb7dd24b4498712979845ed6dee91b728b6ace8c7451f0716707d2caa48c18
DIST lizard-1.17.19.tar.gz 1248755 BLAKE2B
beb559e67b742c4694256830c30b65c2ea81fd6d0fe3ff7e05b474bdbf0dd5d987530496efa943fc23dd8cd1c620a4a2b033a4c89d177723c93583d729c2499a
SHA512
f01f8d21865e7dba92bd26cb09afd3b6ac4ba28163d997a444907d9eddb2a751dd14c2cef1702cbac5b67f2d924b3561a129551391c4d19c567bf3144eb3d8b8
+DIST lizard-1.17.20.tar.gz 1249740 BLAKE2B
707ada86ea34422cab405ff4f205291efc4111af81f15034ec6df811930b86a083fd2954b1443e0bf2daca3edcb3f860f02cb8f6b539208332b17f8174bcef1c
SHA512
8a25253e7572a911f01439153e1092adcc2e48d9d8cf9ee751969d724f3fdfaf911c7a636634362e3dd35475eda8a15e5400616c4c88d2405b5fe2588d70d9a9
diff --git a/app-text/lizard/lizard-1.17.20.ebuild
b/app-text/lizard/lizard-1.17.20.ebuild
new file mode 100644
index 0..8dc666172
--- /dev/null
+++ b/app-text/lizard/lizard-1.17.20.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
+HOMEPAGE="http://www.lizard.ws/";
+SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-python/pygments[${PYTHON_USEDEP}]
+ test? (
+ dev-python/jinja2[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: b4fdb3340e28905ace50cdd7237ba984fbf9
Author: David Roman gmail com>
AuthorDate: Mon Feb 17 11:34:03 2025 +
Commit: David Roman gmail com>
CommitDate: Mon Feb 17 13:22:22 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4fdb334
app-text/lizard: add 1.17.19
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest | 1 +
app-text/lizard/lizard-1.17.19.ebuild | 27 +++
2 files changed, 28 insertions(+)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index 2b35df84e..6ac8d7bfe 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1,3 +1,4 @@
DIST lizard-1.17.13.tar.gz 1233745 BLAKE2B
e41e7bb461f64459f9327fa5719e57cc713dcebb89dfb6b01e27f38a9c6014bbe77b1a50cab094a8b68b630385ca9ff3c35b1a9a65545e9c23942f038b560d33
SHA512
2a81c7033bdda8a4698ae010a5a2c5394a5290008dbc80812063ade1088ac616debb7dd24b4498712979845ed6dee91b728b6ace8c7451f0716707d2caa48c18
DIST lizard-1.17.14.tar.gz 1238085 BLAKE2B
5261ff0ae39c7d5640ba6aa7074fa8b6315f3650b916c9ca4eb5e5da5cd7e1acba201a949095b6ed049e221af4ac610eb632427c7e39732b8ab0eb0b8737a44b
SHA512
db508eb1b0593f4662dd38669939f895f97e385212f0c69547263a6e840ba6bd43c261df15408d7fde15c9b24b139e61a1a53821206144e0ab4dc8bfcb238133
DIST lizard-1.17.17.tar.gz 1246156 BLAKE2B
68967687b849557da680f05ad62047870bd79b80e52169c2a128732bbb563d9015285528d1b95df2e24a26789d6badfe90c63fbaf4f56bb80292698bf734dce7
SHA512
343b8e515ae24fbfdfc3875e471458fb46694164785c951d87182b7199c63fba637303564f2b119b6d82eaea6ae98f4a0f30e34bef370a7ce85ceeeb30594730
+DIST lizard-1.17.19.tar.gz 1248755 BLAKE2B
beb559e67b742c4694256830c30b65c2ea81fd6d0fe3ff7e05b474bdbf0dd5d987530496efa943fc23dd8cd1c620a4a2b033a4c89d177723c93583d729c2499a
SHA512
f01f8d21865e7dba92bd26cb09afd3b6ac4ba28163d997a444907d9eddb2a751dd14c2cef1702cbac5b67f2d924b3561a129551391c4d19c567bf3144eb3d8b8
diff --git a/app-text/lizard/lizard-1.17.19.ebuild
b/app-text/lizard/lizard-1.17.19.ebuild
new file mode 100644
index 0..8dc666172
--- /dev/null
+++ b/app-text/lizard/lizard-1.17.19.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
+HOMEPAGE="http://www.lizard.ws/";
+SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-python/pygments[${PYTHON_USEDEP}]
+ test? (
+ dev-python/jinja2[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: d2c87c8f5f11a264dd6edd865814bb3d7e72c610
Author: David Roman gmail com>
AuthorDate: Mon Feb 17 11:34:46 2025 +
Commit: David Roman gmail com>
CommitDate: Mon Feb 17 13:22:22 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2c87c8f
app-text/lizard: drop 1.17.14, 1.17.17
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest | 2 --
app-text/lizard/lizard-1.17.14.ebuild | 27 ---
app-text/lizard/lizard-1.17.17.ebuild | 27 ---
3 files changed, 56 deletions(-)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index 6ac8d7bfe..f1cb75ff0 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1,4 +1,2 @@
DIST lizard-1.17.13.tar.gz 1233745 BLAKE2B
e41e7bb461f64459f9327fa5719e57cc713dcebb89dfb6b01e27f38a9c6014bbe77b1a50cab094a8b68b630385ca9ff3c35b1a9a65545e9c23942f038b560d33
SHA512
2a81c7033bdda8a4698ae010a5a2c5394a5290008dbc80812063ade1088ac616debb7dd24b4498712979845ed6dee91b728b6ace8c7451f0716707d2caa48c18
-DIST lizard-1.17.14.tar.gz 1238085 BLAKE2B
5261ff0ae39c7d5640ba6aa7074fa8b6315f3650b916c9ca4eb5e5da5cd7e1acba201a949095b6ed049e221af4ac610eb632427c7e39732b8ab0eb0b8737a44b
SHA512
db508eb1b0593f4662dd38669939f895f97e385212f0c69547263a6e840ba6bd43c261df15408d7fde15c9b24b139e61a1a53821206144e0ab4dc8bfcb238133
-DIST lizard-1.17.17.tar.gz 1246156 BLAKE2B
68967687b849557da680f05ad62047870bd79b80e52169c2a128732bbb563d9015285528d1b95df2e24a26789d6badfe90c63fbaf4f56bb80292698bf734dce7
SHA512
343b8e515ae24fbfdfc3875e471458fb46694164785c951d87182b7199c63fba637303564f2b119b6d82eaea6ae98f4a0f30e34bef370a7ce85ceeeb30594730
DIST lizard-1.17.19.tar.gz 1248755 BLAKE2B
beb559e67b742c4694256830c30b65c2ea81fd6d0fe3ff7e05b474bdbf0dd5d987530496efa943fc23dd8cd1c620a4a2b033a4c89d177723c93583d729c2499a
SHA512
f01f8d21865e7dba92bd26cb09afd3b6ac4ba28163d997a444907d9eddb2a751dd14c2cef1702cbac5b67f2d924b3561a129551391c4d19c567bf3144eb3d8b8
diff --git a/app-text/lizard/lizard-1.17.14.ebuild
b/app-text/lizard/lizard-1.17.14.ebuild
deleted file mode 100644
index 18a4ff1b5..0
--- a/app-text/lizard/lizard-1.17.14.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11,12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
-HOMEPAGE="http://www.lizard.ws/";
-SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-python/pygments[${PYTHON_USEDEP}]
- test? (
- dev-python/jinja2[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/app-text/lizard/lizard-1.17.17.ebuild
b/app-text/lizard/lizard-1.17.17.ebuild
deleted file mode 100644
index 18a4ff1b5..0
--- a/app-text/lizard/lizard-1.17.17.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11,12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
-HOMEPAGE="http://www.lizard.ws/";
-SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-python/pygments[${PYTHON_USEDEP}]
- test? (
- dev-python/jinja2[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: 34e4d5031074ed2a144c7f610183cd4fa3f700a5
Author: David Roman gmail com>
AuthorDate: Thu Feb 6 13:48:11 2025 +
Commit: David Roman gmail com>
CommitDate: Thu Feb 6 13:48:11 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34e4d503
app-text/lizard: add 1.17.17
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest | 1 +
app-text/lizard/lizard-1.17.17.ebuild | 27 +++
2 files changed, 28 insertions(+)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index 006d572a7..2b35df84e 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1,2 +1,3 @@
DIST lizard-1.17.13.tar.gz 1233745 BLAKE2B
e41e7bb461f64459f9327fa5719e57cc713dcebb89dfb6b01e27f38a9c6014bbe77b1a50cab094a8b68b630385ca9ff3c35b1a9a65545e9c23942f038b560d33
SHA512
2a81c7033bdda8a4698ae010a5a2c5394a5290008dbc80812063ade1088ac616debb7dd24b4498712979845ed6dee91b728b6ace8c7451f0716707d2caa48c18
DIST lizard-1.17.14.tar.gz 1238085 BLAKE2B
5261ff0ae39c7d5640ba6aa7074fa8b6315f3650b916c9ca4eb5e5da5cd7e1acba201a949095b6ed049e221af4ac610eb632427c7e39732b8ab0eb0b8737a44b
SHA512
db508eb1b0593f4662dd38669939f895f97e385212f0c69547263a6e840ba6bd43c261df15408d7fde15c9b24b139e61a1a53821206144e0ab4dc8bfcb238133
+DIST lizard-1.17.17.tar.gz 1246156 BLAKE2B
68967687b849557da680f05ad62047870bd79b80e52169c2a128732bbb563d9015285528d1b95df2e24a26789d6badfe90c63fbaf4f56bb80292698bf734dce7
SHA512
343b8e515ae24fbfdfc3875e471458fb46694164785c951d87182b7199c63fba637303564f2b119b6d82eaea6ae98f4a0f30e34bef370a7ce85ceeeb30594730
diff --git a/app-text/lizard/lizard-1.17.17.ebuild
b/app-text/lizard/lizard-1.17.17.ebuild
new file mode 100644
index 0..18a4ff1b5
--- /dev/null
+++ b/app-text/lizard/lizard-1.17.17.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11,12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
+HOMEPAGE="http://www.lizard.ws/";
+SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-python/pygments[${PYTHON_USEDEP}]
+ test? (
+ dev-python/jinja2[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: a6f0b1d04e4e31878967db69ee28e9fc58f1472f
Author: David Roman gmail com>
AuthorDate: Fri Jan 31 10:45:00 2025 +
Commit: David Roman gmail com>
CommitDate: Fri Jan 31 10:45:00 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6f0b1d0
app-text/lizard: add 1.17.14
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest | 1 +
app-text/lizard/lizard-1.17.14.ebuild | 27 +++
2 files changed, 28 insertions(+)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index 06a1d5833..6a4620b5e 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1,2 +1,3 @@
DIST lizard-1.17.10.tar.gz 1230723 BLAKE2B
ed6a899088a19c05de7f1a01a0dea23add0ab917a7bf8213bac8417831ad061f0802a742f955ca2dc025e7ad4caf3447ba4f33cd5b020f669dff8aff062f5aa6
SHA512
7b2ebc8ccacec9a72b79f01af76a5574caca28b8d03f28353f29a61cb683cf2fe73e09b7a238f4aa3c487d49aa73b69f040d4040e2d36406c2408d4c1a7d80c3
DIST lizard-1.17.13.tar.gz 1233745 BLAKE2B
e41e7bb461f64459f9327fa5719e57cc713dcebb89dfb6b01e27f38a9c6014bbe77b1a50cab094a8b68b630385ca9ff3c35b1a9a65545e9c23942f038b560d33
SHA512
2a81c7033bdda8a4698ae010a5a2c5394a5290008dbc80812063ade1088ac616debb7dd24b4498712979845ed6dee91b728b6ace8c7451f0716707d2caa48c18
+DIST lizard-1.17.14.tar.gz 1238085 BLAKE2B
5261ff0ae39c7d5640ba6aa7074fa8b6315f3650b916c9ca4eb5e5da5cd7e1acba201a949095b6ed049e221af4ac610eb632427c7e39732b8ab0eb0b8737a44b
SHA512
db508eb1b0593f4662dd38669939f895f97e385212f0c69547263a6e840ba6bd43c261df15408d7fde15c9b24b139e61a1a53821206144e0ab4dc8bfcb238133
diff --git a/app-text/lizard/lizard-1.17.14.ebuild
b/app-text/lizard/lizard-1.17.14.ebuild
new file mode 100644
index 0..18a4ff1b5
--- /dev/null
+++ b/app-text/lizard/lizard-1.17.14.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11,12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
+HOMEPAGE="http://www.lizard.ws/";
+SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-python/pygments[${PYTHON_USEDEP}]
+ test? (
+ dev-python/jinja2[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: ed296e277580bdc90fbc4e365e9027caeff990b2
Author: David Roman gmail com>
AuthorDate: Fri Jan 31 10:45:13 2025 +
Commit: David Roman gmail com>
CommitDate: Fri Jan 31 10:45:13 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed296e27
app-text/lizard: drop 1.17.10-r1
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest | 1 -
app-text/lizard/lizard-1.17.10-r1.ebuild | 28
2 files changed, 29 deletions(-)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index 6a4620b5e..006d572a7 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1,3 +1,2 @@
-DIST lizard-1.17.10.tar.gz 1230723 BLAKE2B
ed6a899088a19c05de7f1a01a0dea23add0ab917a7bf8213bac8417831ad061f0802a742f955ca2dc025e7ad4caf3447ba4f33cd5b020f669dff8aff062f5aa6
SHA512
7b2ebc8ccacec9a72b79f01af76a5574caca28b8d03f28353f29a61cb683cf2fe73e09b7a238f4aa3c487d49aa73b69f040d4040e2d36406c2408d4c1a7d80c3
DIST lizard-1.17.13.tar.gz 1233745 BLAKE2B
e41e7bb461f64459f9327fa5719e57cc713dcebb89dfb6b01e27f38a9c6014bbe77b1a50cab094a8b68b630385ca9ff3c35b1a9a65545e9c23942f038b560d33
SHA512
2a81c7033bdda8a4698ae010a5a2c5394a5290008dbc80812063ade1088ac616debb7dd24b4498712979845ed6dee91b728b6ace8c7451f0716707d2caa48c18
DIST lizard-1.17.14.tar.gz 1238085 BLAKE2B
5261ff0ae39c7d5640ba6aa7074fa8b6315f3650b916c9ca4eb5e5da5cd7e1acba201a949095b6ed049e221af4ac610eb632427c7e39732b8ab0eb0b8737a44b
SHA512
db508eb1b0593f4662dd38669939f895f97e385212f0c69547263a6e840ba6bd43c261df15408d7fde15c9b24b139e61a1a53821206144e0ab4dc8bfcb238133
diff --git a/app-text/lizard/lizard-1.17.10-r1.ebuild
b/app-text/lizard/lizard-1.17.10-r1.ebuild
deleted file mode 100644
index ef1bda5c6..0
--- a/app-text/lizard/lizard-1.17.10-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11,12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
-HOMEPAGE="http://www.lizard.ws/";
-SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- test? (
- dev-python/jinja2[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- )
-"
-
-PATCHES=( "${FILESDIR}/${P}-py3.11.patch" "${FILESDIR}/${P}-py3.12.patch" )
-
-distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: fbb3146525df72f8248a483b8e734f18d9583df5
Author: David Roman gmail com>
AuthorDate: Thu Oct 31 11:30:00 2024 +
Commit: David Roman gmail com>
CommitDate: Thu Oct 31 11:30:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fbb31465
app-text/lizard: add 1.17.13
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest | 1 +
app-text/lizard/lizard-1.17.13.ebuild | 27 +++
2 files changed, 28 insertions(+)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index 60c953cd4..06a1d5833 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1 +1,2 @@
DIST lizard-1.17.10.tar.gz 1230723 BLAKE2B
ed6a899088a19c05de7f1a01a0dea23add0ab917a7bf8213bac8417831ad061f0802a742f955ca2dc025e7ad4caf3447ba4f33cd5b020f669dff8aff062f5aa6
SHA512
7b2ebc8ccacec9a72b79f01af76a5574caca28b8d03f28353f29a61cb683cf2fe73e09b7a238f4aa3c487d49aa73b69f040d4040e2d36406c2408d4c1a7d80c3
+DIST lizard-1.17.13.tar.gz 1233745 BLAKE2B
e41e7bb461f64459f9327fa5719e57cc713dcebb89dfb6b01e27f38a9c6014bbe77b1a50cab094a8b68b630385ca9ff3c35b1a9a65545e9c23942f038b560d33
SHA512
2a81c7033bdda8a4698ae010a5a2c5394a5290008dbc80812063ade1088ac616debb7dd24b4498712979845ed6dee91b728b6ace8c7451f0716707d2caa48c18
diff --git a/app-text/lizard/lizard-1.17.13.ebuild
b/app-text/lizard/lizard-1.17.13.ebuild
new file mode 100644
index 0..e53cc8fa9
--- /dev/null
+++ b/app-text/lizard/lizard-1.17.13.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11,12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
+HOMEPAGE="http://www.lizard.ws/";
+SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-python/pygments[${PYTHON_USEDEP}]
+ test? (
+ dev-python/jinja[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/files/, app-text/lizard/
commit: 62eac930d9029a343ad9f39bb147a9fb5cf6ef8f
Author: David Roman gmail com>
AuthorDate: Mon Apr 15 11:58:58 2024 +
Commit: David Roman gmail com>
CommitDate: Mon Apr 15 11:59:23 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62eac930
app-text/lizard: fix py3.12 tests
Closes: https://bugs.gentoo.org/927725
Signed-off-by: David Roman gmail.com>
app-text/lizard/files/lizard-1.17.10-py3.12.patch | 45 +++
app-text/lizard/lizard-1.17.10-r1.ebuild | 4 +-
2 files changed, 47 insertions(+), 2 deletions(-)
diff --git a/app-text/lizard/files/lizard-1.17.10-py3.12.patch
b/app-text/lizard/files/lizard-1.17.10-py3.12.patch
new file mode 100644
index 00..f150f74f8e
--- /dev/null
+++ b/app-text/lizard/files/lizard-1.17.10-py3.12.patch
@@ -0,0 +1,45 @@
+From f44f7969c592ecbc1752827cb27dd44e79e1e75e Mon Sep 17 00:00:00 2001
+From: David Roman
+Date: Thu, 27 Jul 2023 15:07:51 +0200
+Subject: [PATCH] replace deprecated assertRegexpMatches -> assertRegex
+
+Close: #374
+---
+ test/testOutputCSV.py | 4 ++--
+ test/testOutputHTML.py | 3 +--
+ 2 files changed, 3 insertions(+), 4 deletions(-)
+
+diff --git a/test/testOutputCSV.py b/test/testOutputCSV.py
+index 78cb221..4d10217 100644
+--- a/test/testOutputCSV.py
b/test/testOutputCSV.py
+@@ -22,7 +22,7 @@ def test_csv_header(self):
+ options_mock.verbose = True
+ options_mock.extensions = []
+ csv_output(AllResult([self.fileSummary]), options_mock)
+-self.assertRegexpMatches(sys.stdout.stream,
++self.assertRegex(sys.stdout.stream,
+
r"NLOC,CCN,token,PARAM,length,location,file,function,long_name,start,end")
+
+ def test_csv_header_with_extension(self):
+@@ -35,7 +35,7 @@ def test_csv_header_with_extension(self):
+ results = AllResult([self.fileSummary])
+ results.result[0].function_list[0].exit_count = 1
+ csv_output(results, options_mock)
+-self.assertRegexpMatches(sys.stdout.stream,
++self.assertRegex(sys.stdout.stream,
+
r"NLOC,CCN,token,PARAM,length,location,file,function,long_name,start,end,exits")
+
+ def test_csv_no_header(self):
+diff --git a/test/testOutputHTML.py b/test/testOutputHTML.py
+index f91156b..81965fc 100644
+--- a/test/testOutputHTML.py
b/test/testOutputHTML.py
+@@ -17,6 +17,5 @@ def setUp(self):
+
+ def test_should_have_html_body(self):
+ html_output([self.fileSummary], self.option, None, AllResult)
+-self.assertRegexpMatches(sys.stdout.stream,
+- r"\")
++self.assertRegex(sys.stdout.stream, r"\")
+
diff --git a/app-text/lizard/lizard-1.17.10-r1.ebuild
b/app-text/lizard/lizard-1.17.10-r1.ebuild
index 20e6432fa3..c562054a2d 100644
--- a/app-text/lizard/lizard-1.17.10-r1.ebuild
+++ b/app-text/lizard/lizard-1.17.10-r1.ebuild
@@ -12,9 +12,9 @@ DESCRIPTION="A simple code complexity analyser, supports most
of the popular lan
HOMEPAGE="http://www.lizard.ws/";
SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
-KEYWORDS="~amd64"
LICENSE="MIT"
SLOT="0"
+KEYWORDS="~amd64"
DEPEND="
test? (
@@ -23,6 +23,6 @@ DEPEND="
)
"
-PATCHES=( "${FILESDIR}/${P}-py3.11.patch" )
+PATCHES=( "${FILESDIR}/${P}-py3.11.patch" "${FILESDIR}/${P}-py3.12.patch" )
distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: 66d94e83aada74e4c3907b651f19c7663a827a7d
Author: Julien Roy jroy ca>
AuthorDate: Tue Apr 2 22:57:34 2024 +
Commit: Julien Roy jroy ca>
CommitDate: Tue Apr 2 22:57:34 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66d94e83
app-text/lizard: drop 1.17.10
Signed-off-by: Julien Roy jroy.ca>
app-text/lizard/lizard-1.17.10.ebuild | 26 --
1 file changed, 26 deletions(-)
diff --git a/app-text/lizard/lizard-1.17.10.ebuild
b/app-text/lizard/lizard-1.17.10.ebuild
deleted file mode 100644
index 5ac75fd3d5..00
--- a/app-text/lizard/lizard-1.17.10.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_11 )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
-HOMEPAGE="http://www.lizard.ws/";
-SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
-
-KEYWORDS="~amd64"
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND="
- test? (
- dev-python/jinja[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/, app-text/lizard/files/
commit: fb3679d5071a1b10333c964b121eab0223cfb803
Author: David Roman gmail com>
AuthorDate: Thu Jul 27 13:50:59 2023 +
Commit: David Roman gmail com>
CommitDate: Thu Jul 27 13:50:59 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb3679d5
app-text/lizard: add support for python3.11
Closes: https://bugs.gentoo.org/907137
Signed-off-by: David Roman gmail.com>
app-text/lizard/files/lizard-1.17.10-py3.11.patch | 60 +++
app-text/lizard/lizard-1.17.10-r1.ebuild | 28 +++
2 files changed, 88 insertions(+)
diff --git a/app-text/lizard/files/lizard-1.17.10-py3.11.patch
b/app-text/lizard/files/lizard-1.17.10-py3.11.patch
new file mode 100644
index 00..d17b9511db
--- /dev/null
+++ b/app-text/lizard/files/lizard-1.17.10-py3.11.patch
@@ -0,0 +1,60 @@
+commit fc8a14e84acd8a4baa2d98bdec4e7ac18ed137a5
+Author: Mazunki Hoksaas
+Date: Thu Jul 27 15:04:16 2023 +0200
+
+add support for python3.11 re module
+
+diff --git a/lizard_languages/code_reader.py b/lizard_languages/code_reader.py
+index 1eb95d5..9e12658 100644
+--- a/lizard_languages/code_reader.py
b/lizard_languages/code_reader.py
+@@ -4,6 +4,8 @@ Base class for all language parsers
+
+ import re
+ from copy import copy
++from functools import reduce
++from operator import or_
+
+
+ class CodeStateMachine(object):
+@@ -112,7 +114,7 @@ class CodeReader:
+ if not token_class:
+ token_class = create_token
+
+-def _generate_tokens(source, add):
++def _generate_tokens(source, add, flags=re.NOFLAG):
+ # DO NOT put any sub groups in the regex. Good for performance
+ _until_end = r"(?:\\\n|[^\n])*"
+ combined_symbols = ["<<=", ">>=", "||", "&&", "===", "!==",
+@@ -136,7 +138,7 @@ class CodeReader:
+ r"|\\\n" +
+ r"|\n" +
+ r"|[^\S\n]+" +
+-r"|.)", re.M | re.S)
++r"|.)", re.M | re.S | flags)
+ macro = ""
+ for match in token_pattern.finditer(source):
+ token = token_class(match)
+@@ -154,7 +156,21 @@ class CodeReader:
+ if macro:
+ yield macro
+
+-return _generate_tokens(source_code, addition)
++flag_dict = {
++'a': re.A, # ASCII-only matching
++'i': re.I, # Ignore case
++'L': re.L, # Locale dependent
++'m': re.M, # Multi-line
++'s': re.S, # Dot matches all
++'u': re.U, # Unicode matching
++'x': re.X # Verbose
++}
++
++pattern = re.compile(r'\(\?[aiLmsux]+\)')
++re_flags = ''.join(opt[2:-1] for opt in pattern.findall(addition))
++flags = reduce(or_, (flag_dict[flag] for flag in re_flags), re.NOFLAG)
++
++return _generate_tokens(source_code, pattern.sub('', addition),
flags=flags)
+
+ def __call__(self, tokens, reader):
+ self.context = reader.context
diff --git a/app-text/lizard/lizard-1.17.10-r1.ebuild
b/app-text/lizard/lizard-1.17.10-r1.ebuild
new file mode 100644
index 00..20e6432fa3
--- /dev/null
+++ b/app-text/lizard/lizard-1.17.10-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11,12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
+HOMEPAGE="http://www.lizard.ws/";
+SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0"
+
+DEPEND="
+ test? (
+ dev-python/jinja[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ )
+"
+
+PATCHES=( "${FILESDIR}/${P}-py3.11.patch" )
+
+distutils_enable_tests pytest
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: 0e0423a553ece987d3d66fa4cbbbf6140db4d4b1 Author: David Roman gmail com> AuthorDate: Tue May 23 20:12:04 2023 + Commit: David Roman gmail com> CommitDate: Tue May 23 20:12:24 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e0423a5 app-text/lizard: enable py3.11 and disable py3.10 Closes: https://bugs.gentoo.org/897378 Signed-off-by: David Roman gmail.com> app-text/lizard/lizard-1.17.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/lizard/lizard-1.17.10.ebuild b/app-text/lizard/lizard-1.17.10.ebuild index 157fe5111..5ac75fd3d 100644 --- a/app-text/lizard/lizard-1.17.10.ebuild +++ b/app-text/lizard/lizard-1.17.10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1
[gentoo-commits] repo/proj/guru:dev commit in: app-text/lizard/
commit: 4aa447498d5a5bf0d29cdcd83ac052cce744c8a1
Author: David Roman gmail com>
AuthorDate: Fri Jun 3 08:25:03 2022 +
Commit: David Roman gmail com>
CommitDate: Fri Jun 3 08:25:03 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4aa44749
app-text/lizard: add 1.17.10, drop 1.17.7
Closes: https://bugs.gentoo.org/848105
Signed-off-by: David Roman gmail.com>
app-text/lizard/Manifest| 2 +-
app-text/lizard/{lizard-1.17.7.ebuild => lizard-1.17.10.ebuild} | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index 23a178c0e..60c953cd4 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1 +1 @@
-DIST lizard-1.17.7.tar.gz 1223565 BLAKE2B
d49b7c05d459ff2c24a6c252840fd411a6fa720327d1ef0a7d0bb7fda6684210cca20f5d6e675c2e80f7edf9d4703c31b0e0aca267222037a6167a0265385169
SHA512
c47079e3077ebf87ee42dc361ffa4b68100408215f76d110ba20eaa44de51fbe54d695cefdd0a9e20752aafade865b7ed24551db4d34466b6e2d25df80806e79
+DIST lizard-1.17.10.tar.gz 1230723 BLAKE2B
ed6a899088a19c05de7f1a01a0dea23add0ab917a7bf8213bac8417831ad061f0802a742f955ca2dc025e7ad4caf3447ba4f33cd5b020f669dff8aff062f5aa6
SHA512
7b2ebc8ccacec9a72b79f01af76a5574caca28b8d03f28353f29a61cb683cf2fe73e09b7a238f4aa3c487d49aa73b69f040d4040e2d36406c2408d4c1a7d80c3
diff --git a/app-text/lizard/lizard-1.17.7.ebuild
b/app-text/lizard/lizard-1.17.10.ebuild
similarity index 86%
rename from app-text/lizard/lizard-1.17.7.ebuild
rename to app-text/lizard/lizard-1.17.10.ebuild
index a915a188a..af001e18d 100644
--- a/app-text/lizard/lizard-1.17.7.ebuild
+++ b/app-text/lizard/lizard-1.17.10.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
