[gentoo-commits] repo/gentoo:master commit in: dev-python/pylev/

2024-06-19 Thread Petr Vaněk
commit: 96b25c1a70ef4e842ccecdc7eb933b09bc31f246
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Jun 19 14:49:52 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Wed Jun 19 14:59:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96b25c1a

dev-python/pylev: enable py3.13

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-python/pylev/pylev-1.4.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pylev/pylev-1.4.0-r1.ebuild 
b/dev-python/pylev/pylev-1.4.0-r1.ebuild
index fb63e139d236..3c4b4229fe0f 100644
--- a/dev-python/pylev/pylev-1.4.0-r1.ebuild
+++ b/dev-python/pylev/pylev-1.4.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pylev/

2023-12-26 Thread Jakov Smolić
commit: 995bd085be967558e12ab74aded112b583319da6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Dec 26 18:08:46 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 27 00:02:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995bd085

dev-python/pylev: drop myself as a maintainer

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/pylev/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/pylev/metadata.xml b/dev-python/pylev/metadata.xml
index 8bc9cf79abd7..863ba0734572 100644
--- a/dev-python/pylev/metadata.xml
+++ b/dev-python/pylev/metadata.xml
@@ -1,10 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-jsmo...@gentoo.org
-Jakov Smolić
-  
   
 pyt...@gentoo.org
 Python



[gentoo-commits] repo/gentoo:master commit in: dev-python/pylev/

2023-11-24 Thread Arthur Zamarin
commit: 6e9a5c3149602c8d0294365c97d09622271a68df
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 24 15:12:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 24 15:12:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9a5c31

dev-python/pylev: Stabilize 1.4.0-r1 arm64, #918154

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pylev/pylev-1.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylev/pylev-1.4.0-r1.ebuild 
b/dev-python/pylev/pylev-1.4.0-r1.ebuild
index d3f7f63d5fad..fb63e139d236 100644
--- a/dev-python/pylev/pylev-1.4.0-r1.ebuild
+++ b/dev-python/pylev/pylev-1.4.0-r1.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
 
 distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pylev/

2023-10-20 Thread Michał Górny
commit: f64fe9f2c7b9848da07148fff97e5a9c7a0c564c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 13:46:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 13:46:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f64fe9f2

dev-python/pylev: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pylev/pylev-1.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylev/pylev-1.4.0-r1.ebuild 
b/dev-python/pylev/pylev-1.4.0-r1.ebuild
index dbb33a039f72..d3f7f63d5fad 100644
--- a/dev-python/pylev/pylev-1.4.0-r1.ebuild
+++ b/dev-python/pylev/pylev-1.4.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pylev/

2022-08-21 Thread Michał Górny
commit: 0640f93aa40d217f743699e732be20f660c5d0d8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 21 06:57:16 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 21 06:57:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0640f93a

dev-python/pylev: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pylev/Manifest   |  1 -
 dev-python/pylev/pylev-1.4.0.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-python/pylev/Manifest b/dev-python/pylev/Manifest
index fba4b3fc7099..0e4150b04e1e 100644
--- a/dev-python/pylev/Manifest
+++ b/dev-python/pylev/Manifest
@@ -1,2 +1 @@
 DIST pylev-1.4.0.gh.tar.gz 4895 BLAKE2B 
d49e153d308165dcdc06bad94013afa4ccc6d2a6ecff943a2718a8f9ab71bbacb9c0cf8b604dbf0c77322a8d0cbeba5ffaed13531a31210507f144f716f8e740
 SHA512 
3999adf04b159499a199b1aa66e2540904c689c50a407bf7e0cc0affe834ea289006d2fc73f65e4fcd486c755c580e9657dc5c67290dccb4704bebc6a4348de3
-DIST pylev-1.4.0.tar.gz 4895 BLAKE2B 
d49e153d308165dcdc06bad94013afa4ccc6d2a6ecff943a2718a8f9ab71bbacb9c0cf8b604dbf0c77322a8d0cbeba5ffaed13531a31210507f144f716f8e740
 SHA512 
3999adf04b159499a199b1aa66e2540904c689c50a407bf7e0cc0affe834ea289006d2fc73f65e4fcd486c755c580e9657dc5c67290dccb4704bebc6a4348de3

diff --git a/dev-python/pylev/pylev-1.4.0.ebuild 
b/dev-python/pylev/pylev-1.4.0.ebuild
deleted file mode 100644
index bb9015c80a5f..
--- a/dev-python/pylev/pylev-1.4.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-inherit distutils-r1
-
-DESCRIPTION="Python Levenshtein implementation"
-HOMEPAGE="https://github.com/toastdriven/pylev;
-SRC_URI="https://github.com/toastdriven/pylev/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pylev/

2022-08-20 Thread Sam James
commit: b1ab1bfda461f7cec2f165d7926e6e010798d377
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 20 23:01:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 20 23:01:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ab1bfd

dev-python/pylev: Stabilize 1.4.0-r1 ALLARCHES, #865853

Signed-off-by: Sam James  gentoo.org>

 dev-python/pylev/pylev-1.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylev/pylev-1.4.0-r1.ebuild 
b/dev-python/pylev/pylev-1.4.0-r1.ebuild
index 0baaed9b640d..d02880e563ce 100644
--- a/dev-python/pylev/pylev-1.4.0-r1.ebuild
+++ b/dev-python/pylev/pylev-1.4.0-r1.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pylev/

2022-08-19 Thread Michał Górny
commit: dfcc941de3a9f04c7f6b9aed88d6e97fdfafc789
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 19 10:46:27 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 19 10:48:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfcc941d

dev-python/pylev: Modernize

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pylev/Manifest  |  1 +
 dev-python/pylev/pylev-1.4.0-r1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/pylev/Manifest b/dev-python/pylev/Manifest
index 9add27a3a01c..fba4b3fc7099 100644
--- a/dev-python/pylev/Manifest
+++ b/dev-python/pylev/Manifest
@@ -1 +1,2 @@
+DIST pylev-1.4.0.gh.tar.gz 4895 BLAKE2B 
d49e153d308165dcdc06bad94013afa4ccc6d2a6ecff943a2718a8f9ab71bbacb9c0cf8b604dbf0c77322a8d0cbeba5ffaed13531a31210507f144f716f8e740
 SHA512 
3999adf04b159499a199b1aa66e2540904c689c50a407bf7e0cc0affe834ea289006d2fc73f65e4fcd486c755c580e9657dc5c67290dccb4704bebc6a4348de3
 DIST pylev-1.4.0.tar.gz 4895 BLAKE2B 
d49e153d308165dcdc06bad94013afa4ccc6d2a6ecff943a2718a8f9ab71bbacb9c0cf8b604dbf0c77322a8d0cbeba5ffaed13531a31210507f144f716f8e740
 SHA512 
3999adf04b159499a199b1aa66e2540904c689c50a407bf7e0cc0affe834ea289006d2fc73f65e4fcd486c755c580e9657dc5c67290dccb4704bebc6a4348de3

diff --git a/dev-python/pylev/pylev-1.4.0-r1.ebuild 
b/dev-python/pylev/pylev-1.4.0-r1.ebuild
new file mode 100644
index ..0baaed9b640d
--- /dev/null
+++ b/dev-python/pylev/pylev-1.4.0-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Levenshtein implementation"
+HOMEPAGE="
+   https://github.com/toastdriven/pylev/
+   https://pypi.org/project/pylev/
+"
+SRC_URI="
+   https://github.com/toastdriven/pylev/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pylev/

2022-03-25 Thread Jakov Smolić
commit: f0907db66d04f583c4f244124859b8f6e537a641
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Mar 25 19:40:15 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Mar 25 19:40:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0907db6

dev-python/pylev: destabilize 1.4.0 for ~x86

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/pylev/pylev-1.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pylev/pylev-1.4.0.ebuild 
b/dev-python/pylev/pylev-1.4.0.ebuild
index c392e0f2c2bd..bb9015c80a5f 100644
--- a/dev-python/pylev/pylev-1.4.0.ebuild
+++ b/dev-python/pylev/pylev-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,6 +12,6 @@ 
SRC_URI="https://github.com/toastdriven/pylev/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pylev/

2021-11-16 Thread Arthur Zamarin
commit: 7ff544a2823ec7f67333725c4cda8116a885683a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 17 06:57:02 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 17 06:57:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff544a2

dev-python/pylev: Keyword 1.4.0 ppc64, #818877

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pylev/pylev-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylev/pylev-1.4.0.ebuild 
b/dev-python/pylev/pylev-1.4.0.ebuild
index cb7b34195eed..c392e0f2c2bd 100644
--- a/dev-python/pylev/pylev-1.4.0.ebuild
+++ b/dev-python/pylev/pylev-1.4.0.ebuild
@@ -12,6 +12,6 @@ 
SRC_URI="https://github.com/toastdriven/pylev/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pylev/

2021-11-04 Thread Sam James
commit: 93ebd76304a79538015d4c1b41aac0a708ff01e1
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov  5 03:16:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  5 03:16:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ebd763

dev-python/pylev: Keyword 1.4.0 arm, #818877

Signed-off-by: Sam James  gentoo.org>

 dev-python/pylev/pylev-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylev/pylev-1.4.0.ebuild 
b/dev-python/pylev/pylev-1.4.0.ebuild
index 49b82a5e800..cb7b34195ee 100644
--- a/dev-python/pylev/pylev-1.4.0.ebuild
+++ b/dev-python/pylev/pylev-1.4.0.ebuild
@@ -12,6 +12,6 @@ 
SRC_URI="https://github.com/toastdriven/pylev/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pylev/

2021-10-23 Thread Sam James
commit: d48a4c2661adc62cf8a1f3d3bd9e6b497f83bca2
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 24 01:09:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 24 01:09:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48a4c26

dev-python/pylev: Keyword 1.4.0 arm64, #818877

Signed-off-by: Sam James  gentoo.org>

 dev-python/pylev/pylev-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylev/pylev-1.4.0.ebuild 
b/dev-python/pylev/pylev-1.4.0.ebuild
index a5db68b2d76..49b82a5e800 100644
--- a/dev-python/pylev/pylev-1.4.0.ebuild
+++ b/dev-python/pylev/pylev-1.4.0.ebuild
@@ -12,6 +12,6 @@ 
SRC_URI="https://github.com/toastdriven/pylev/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pylev/

2021-07-03 Thread Michał Górny
commit: 54b473c7bf947e6e5fe3ed259a161700447885ee
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  3 06:27:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  3 06:27:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b473c7

dev-python/pylev: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pylev/Manifest   |  1 -
 dev-python/pylev/pylev-1.2.0.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-python/pylev/Manifest b/dev-python/pylev/Manifest
index 1a351b33e10..9add27a3a01 100644
--- a/dev-python/pylev/Manifest
+++ b/dev-python/pylev/Manifest
@@ -1,2 +1 @@
-DIST pylev-1.2.0.tar.gz 3048 BLAKE2B 
3bb8c18350667cd6405ae87afb0bce5c7aa987bb318f6ede0220b268facc2bb06f0c0daedb8cfcc9e7a64f65ac32d75b80e9c2718214925fe9965082f434f47a
 SHA512 
848bda63a3bb5f686944ec1396ad916fe18546fd681a106b7b9641231bed540db6ad9f88f56bbcceb71cedd2c2d7c567295071b1de81f3d10cf115b6459bc793
 DIST pylev-1.4.0.tar.gz 4895 BLAKE2B 
d49e153d308165dcdc06bad94013afa4ccc6d2a6ecff943a2718a8f9ab71bbacb9c0cf8b604dbf0c77322a8d0cbeba5ffaed13531a31210507f144f716f8e740
 SHA512 
3999adf04b159499a199b1aa66e2540904c689c50a407bf7e0cc0affe834ea289006d2fc73f65e4fcd486c755c580e9657dc5c67290dccb4704bebc6a4348de3

diff --git a/dev-python/pylev/pylev-1.2.0.ebuild 
b/dev-python/pylev/pylev-1.2.0.ebuild
deleted file mode 100644
index 4c9d4648c59..000
--- a/dev-python/pylev/pylev-1.2.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..10} )
-inherit distutils-r1
-
-DESCRIPTION="Python Levenshtein implementation"
-HOMEPAGE="https://github.com/toastdriven/pylev;
-SRC_URI="https://github.com/toastdriven/pylev/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pylev/

2021-07-03 Thread Agostino Sarubbo
commit: 1f3ecba1ae877f69702a7b0d00b5d69b25fe4cf2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul  3 06:14:03 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul  3 06:14:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f3ecba1

dev-python/pylev: amd64/x86 stable (ALLARCHES policy) wrt bug #800019

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pylev/pylev-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylev/pylev-1.4.0.ebuild 
b/dev-python/pylev/pylev-1.4.0.ebuild
index b15eb286215..a5db68b2d76 100644
--- a/dev-python/pylev/pylev-1.4.0.ebuild
+++ b/dev-python/pylev/pylev-1.4.0.ebuild
@@ -12,6 +12,6 @@ 
SRC_URI="https://github.com/toastdriven/pylev/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pylev/

2021-05-30 Thread Michał Górny
commit: 2eefc5ced9687857ddfaef36d227dc4349fb834d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 30 20:29:55 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 30 20:47:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eefc5ce

dev-python/pylev: Add python@ as co-maint.

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pylev/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/pylev/metadata.xml b/dev-python/pylev/metadata.xml
index cb2cc6da3b2..a914219acbf 100644
--- a/dev-python/pylev/metadata.xml
+++ b/dev-python/pylev/metadata.xml
@@ -9,6 +9,10 @@
 proxy-ma...@gentoo.org
 Proxy Maintainers
   
+  
+pyt...@gentoo.org
+Python
+  
   
   
 toastdriven/pylev



[gentoo-commits] repo/gentoo:master commit in: dev-python/pylev/

2021-05-30 Thread Michał Górny
commit: 7c636aa9c4121720bd048f97376de9bd83167d31
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 30 20:29:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 30 20:47:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c636aa9

dev-python/pylev: Bump to 1.4.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pylev/Manifest   |  1 +
 dev-python/pylev/pylev-1.4.0.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-python/pylev/Manifest b/dev-python/pylev/Manifest
index f84c24144c1..1a351b33e10 100644
--- a/dev-python/pylev/Manifest
+++ b/dev-python/pylev/Manifest
@@ -1 +1,2 @@
 DIST pylev-1.2.0.tar.gz 3048 BLAKE2B 
3bb8c18350667cd6405ae87afb0bce5c7aa987bb318f6ede0220b268facc2bb06f0c0daedb8cfcc9e7a64f65ac32d75b80e9c2718214925fe9965082f434f47a
 SHA512 
848bda63a3bb5f686944ec1396ad916fe18546fd681a106b7b9641231bed540db6ad9f88f56bbcceb71cedd2c2d7c567295071b1de81f3d10cf115b6459bc793
+DIST pylev-1.4.0.tar.gz 4895 BLAKE2B 
d49e153d308165dcdc06bad94013afa4ccc6d2a6ecff943a2718a8f9ab71bbacb9c0cf8b604dbf0c77322a8d0cbeba5ffaed13531a31210507f144f716f8e740
 SHA512 
3999adf04b159499a199b1aa66e2540904c689c50a407bf7e0cc0affe834ea289006d2fc73f65e4fcd486c755c580e9657dc5c67290dccb4704bebc6a4348de3

diff --git a/dev-python/pylev/pylev-1.4.0.ebuild 
b/dev-python/pylev/pylev-1.4.0.ebuild
new file mode 100644
index 000..b15eb286215
--- /dev/null
+++ b/dev-python/pylev/pylev-1.4.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+inherit distutils-r1
+
+DESCRIPTION="Python Levenshtein implementation"
+HOMEPAGE="https://github.com/toastdriven/pylev;
+SRC_URI="https://github.com/toastdriven/pylev/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pylev/

2021-05-06 Thread Michał Górny
commit: b7dee6847e03161c938e63508ee6c1bc8600c52a
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu May  6 09:48:17 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  6 11:19:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7dee684

dev-python/pylev: Port to python3.10, enable tests

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pylev/pylev-1.2.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/pylev/pylev-1.2.0.ebuild 
b/dev-python/pylev/pylev-1.2.0.ebuild
index 179e299303d..4c9d4648c59 100644
--- a/dev-python/pylev/pylev-1.2.0.ebuild
+++ b/dev-python/pylev/pylev-1.2.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 inherit distutils-r1
 
 DESCRIPTION="Python Levenshtein implementation"
@@ -14,3 +14,5 @@ 
SRC_URI="https://github.com/toastdriven/pylev/archive/v${PV}.tar.gz -> ${P}.tar.
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 x86"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pylev/

2021-02-18 Thread Sam James
commit: 3decfb908eb9725deff2d9a3c771457b93ac4b3c
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 18 17:11:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 18 17:11:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3decfb90

dev-python/pylev: Stabilize 1.2.0 amd64, #770742

Signed-off-by: Sam James  gentoo.org>

 dev-python/pylev/pylev-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylev/pylev-1.2.0.ebuild 
b/dev-python/pylev/pylev-1.2.0.ebuild
index f046eff3c31..179e299303d 100644
--- a/dev-python/pylev/pylev-1.2.0.ebuild
+++ b/dev-python/pylev/pylev-1.2.0.ebuild
@@ -13,4 +13,4 @@ 
SRC_URI="https://github.com/toastdriven/pylev/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pylev/

2021-02-16 Thread Sam James
commit: 31feaf431c9135f74c2070263ff26de7bc5bdfd9
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 16 12:26:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 16 12:26:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31feaf43

dev-python/pylev: Stabilize 1.2.0 x86, #770742

Signed-off-by: Sam James  gentoo.org>

 dev-python/pylev/pylev-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylev/pylev-1.2.0.ebuild 
b/dev-python/pylev/pylev-1.2.0.ebuild
index 0b7b6e90b6b..f046eff3c31 100644
--- a/dev-python/pylev/pylev-1.2.0.ebuild
+++ b/dev-python/pylev/pylev-1.2.0.ebuild
@@ -13,4 +13,4 @@ 
SRC_URI="https://github.com/toastdriven/pylev/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pylev/

2021-01-17 Thread Michał Górny
commit: 0747bb05660ab0bfabe1a765b4ee848892ea8d24
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 17 15:23:57 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 17 20:37:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0747bb05

dev-python/pylev: Add pypi remote-id

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pylev/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pylev/metadata.xml b/dev-python/pylev/metadata.xml
index fa047620d07..1023f11f98d 100644
--- a/dev-python/pylev/metadata.xml
+++ b/dev-python/pylev/metadata.xml
@@ -11,5 +11,6 @@
   
   
 toastdriven/pylev
+pylev
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pylev/

2021-01-16 Thread Joonas Niilola
commit: cef6f4936abfbeb0e910d3aa2b3e003aa8d1a675
Author: Jakov Smolic  sartura  hr>
AuthorDate: Fri Dec 18 18:53:05 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Jan 16 08:33:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef6f493

dev-python/pylev: Python Levenshtein implementation

* Dependency of dev-python/clikit

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pylev/Manifest   |  1 +
 dev-python/pylev/metadata.xml   | 15 +++
 dev-python/pylev/pylev-1.2.0.ebuild | 16 
 3 files changed, 32 insertions(+)

diff --git a/dev-python/pylev/Manifest b/dev-python/pylev/Manifest
new file mode 100644
index 000..f84c24144c1
--- /dev/null
+++ b/dev-python/pylev/Manifest
@@ -0,0 +1 @@
+DIST pylev-1.2.0.tar.gz 3048 BLAKE2B 
3bb8c18350667cd6405ae87afb0bce5c7aa987bb318f6ede0220b268facc2bb06f0c0daedb8cfcc9e7a64f65ac32d75b80e9c2718214925fe9965082f434f47a
 SHA512 
848bda63a3bb5f686944ec1396ad916fe18546fd681a106b7b9641231bed540db6ad9f88f56bbcceb71cedd2c2d7c567295071b1de81f3d10cf115b6459bc793

diff --git a/dev-python/pylev/metadata.xml b/dev-python/pylev/metadata.xml
new file mode 100644
index 000..fa047620d07
--- /dev/null
+++ b/dev-python/pylev/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+jakov.smo...@sartura.hr
+Jakov Smolic
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+  
+toastdriven/pylev
+  
+

diff --git a/dev-python/pylev/pylev-1.2.0.ebuild 
b/dev-python/pylev/pylev-1.2.0.ebuild
new file mode 100644
index 000..daa26288921
--- /dev/null
+++ b/dev-python/pylev/pylev-1.2.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="Python Levenshtein implementation"
+HOMEPAGE="https://github.com/toastdriven/pylev;
+SRC_URI="https://github.com/toastdriven/pylev/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"