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

2023-06-06 Thread Michał Górny
commit: ea4c7cdc20124ee60e306cd1bbb438dc7b0b3239
Author: Petr Vaněk  atlas  cz>
AuthorDate: Tue Jun  6 13:55:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 16:10:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4c7cdc

dev-python/pytrie: enable py3.12

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/pytrie/pytrie-0.4.0-r1.ebuild 
b/dev-python/pytrie/pytrie-0.4.0-r1.ebuild
index 468dbd07a186..226d234bb8a8 100644
--- a/dev-python/pytrie/pytrie-0.4.0-r1.ebuild
+++ b/dev-python/pytrie/pytrie-0.4.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYPI_PN="PyTrie"
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-03-25 Thread Michał Górny
commit: f91aaed36266cf6414f28fd7caaead9c6990b4b2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 24 13:53:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 17:18:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f91aaed3

dev-python/pytrie: Use pypi.eclass

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

 dev-python/pytrie/Manifest   | 2 +-
 dev-python/pytrie/pytrie-0.4.0-r1.ebuild | 8 +++-
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-python/pytrie/Manifest b/dev-python/pytrie/Manifest
index c59a83811750..693b96c68c71 100644
--- a/dev-python/pytrie/Manifest
+++ b/dev-python/pytrie/Manifest
@@ -1 +1 @@
-DIST pytrie-0.4.0.tar.gz 95139 BLAKE2B 
de57b4c36429c3e2d9ec7cb89e6515fd0a131e890bbfec17797a9a03b932ca2370cf283c67b4a99bb742b275c6f005789af410b875e857d30e6ba9e959403899
 SHA512 
c951568774c1e35d2b2bd5a52e5368da5ef2ffc83476d60882aa842debcd53c5eb0ed19f497a09f78c6a736ffba57702eda3aa0f3afa74dd0d1e770c17885c74
+DIST PyTrie-0.4.0.tar.gz 95139 BLAKE2B 
de57b4c36429c3e2d9ec7cb89e6515fd0a131e890bbfec17797a9a03b932ca2370cf283c67b4a99bb742b275c6f005789af410b875e857d30e6ba9e959403899
 SHA512 
c951568774c1e35d2b2bd5a52e5368da5ef2ffc83476d60882aa842debcd53c5eb0ed19f497a09f78c6a736ffba57702eda3aa0f3afa74dd0d1e770c17885c74

diff --git a/dev-python/pytrie/pytrie-0.4.0-r1.ebuild 
b/dev-python/pytrie/pytrie-0.4.0-r1.ebuild
index c4a81e03273e..468dbd07a186 100644
--- a/dev-python/pytrie/pytrie-0.4.0-r1.ebuild
+++ b/dev-python/pytrie/pytrie-0.4.0-r1.ebuild
@@ -4,19 +4,17 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN="PyTrie"
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
-MY_PN="PyTrie"
-MY_P="${MY_PN}-${PV}"
 DESCRIPTION="A pure Python implementation of the trie data structure"
 HOMEPAGE="
https://github.com/gsakkis/pytrie/
https://pypi.org/project/PyTrie/
 "
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
-S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"



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

2023-03-03 Thread Arthur Zamarin
commit: 3c0adad44b80442ba601ff13147d921e5fbf002b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  4 06:36:59 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  4 06:36:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0adad4

dev-python/pytrie: Keyword 0.4.0-r1 sparc, #891161

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

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

diff --git a/dev-python/pytrie/pytrie-0.4.0-r1.ebuild 
b/dev-python/pytrie/pytrie-0.4.0-r1.ebuild
index ba95d92c75c1..c4a81e03273e 100644
--- a/dev-python/pytrie/pytrie-0.4.0-r1.ebuild
+++ b/dev-python/pytrie/pytrie-0.4.0-r1.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/sortedcontainers[${PYTHON_USEDEP}]



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

2022-06-21 Thread Arthur Zamarin
commit: 6d6582d731fb6bfa488f5fa3a314c0c0746836fb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jun 21 18:39:13 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jun 21 18:39:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d6582d7

dev-python/pytrie: drop 0.4.0

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

 dev-python/pytrie/pytrie-0.4.0.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/dev-python/pytrie/pytrie-0.4.0.ebuild 
b/dev-python/pytrie/pytrie-0.4.0.ebuild
deleted file mode 100644
index 83a96afb25ee..
--- a/dev-python/pytrie/pytrie-0.4.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-MY_PN="PyTrie"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="A pure Python implementation of the trie data structure"
-HOMEPAGE="https://github.com/gsakkis/pytrie/ https://pypi.org/project/PyTrie/;
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py



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

2022-06-21 Thread Arthur Zamarin
commit: b7c20a7a72b3a1d6ec1acb532db7cbb938dba9e5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jun 21 18:19:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jun 21 18:19:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c20a7a

dev-python/pytrie: Stabilize 0.4.0-r1 ALLARCHES, #853418

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

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

diff --git a/dev-python/pytrie/pytrie-0.4.0-r1.ebuild 
b/dev-python/pytrie/pytrie-0.4.0-r1.ebuild
index 98f1cb18d611..f18d53d95962 100644
--- a/dev-python/pytrie/pytrie-0.4.0-r1.ebuild
+++ b/dev-python/pytrie/pytrie-0.4.0-r1.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~riscv x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/sortedcontainers[${PYTHON_USEDEP}]



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

2022-05-19 Thread Michał Górny
commit: 8a8e6eaad89556b21c782e38b47943ba6d01b130
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 19 14:36:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 19 15:23:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8e6eaa

dev-python/pytrie: Use PEP517 build

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

 dev-python/pytrie/pytrie-0.4.0-r1.ebuild | 29 +
 1 file changed, 29 insertions(+)

diff --git a/dev-python/pytrie/pytrie-0.4.0-r1.ebuild 
b/dev-python/pytrie/pytrie-0.4.0-r1.ebuild
new file mode 100644
index ..f516fd30d597
--- /dev/null
+++ b/dev-python/pytrie/pytrie-0.4.0-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_PN="PyTrie"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="A pure Python implementation of the trie data structure"
+HOMEPAGE="
+   https://github.com/gsakkis/pytrie/
+   https://pypi.org/project/PyTrie/
+"
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-python/sortedcontainers[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



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

2022-05-19 Thread Michał Górny
commit: 4daa7630bc45f4b2e515c4100d32924ef4aacb6b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 19 14:36:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 19 15:23:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4daa7630

dev-python/pytrie: Enable py3.11

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

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

diff --git a/dev-python/pytrie/pytrie-0.4.0-r1.ebuild 
b/dev-python/pytrie/pytrie-0.4.0-r1.ebuild
index f516fd30d597..98f1cb18d611 100644
--- a/dev-python/pytrie/pytrie-0.4.0-r1.ebuild
+++ b/dev-python/pytrie/pytrie-0.4.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-03-14 Thread Yixun Lan
commit: 8a6e3a96ceda52fce2c94e3167d7c95a122b179c
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Mar 10 15:35:30 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:26:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a6e3a96

dev-python/pytrie: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-python/pytrie/pytrie-0.4.0.ebuild 
b/dev-python/pytrie/pytrie-0.4.0.ebuild
index 0b437ef2be76..83a96afb25ee 100644
--- a/dev-python/pytrie/pytrie-0.4.0.ebuild
+++ b/dev-python/pytrie/pytrie-0.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~riscv x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
 



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

2021-05-07 Thread Michał Górny
commit: 92a9535342f2a2f1d55da86a22aabe66ea84af31
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu May  6 23:39:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May  7 11:25:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92a95353

dev-python/pytrie: Port to python3.10

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

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

diff --git a/dev-python/pytrie/pytrie-0.4.0.ebuild 
b/dev-python/pytrie/pytrie-0.4.0.ebuild
index 333f2170387..0b437ef2be7 100644
--- a/dev-python/pytrie/pytrie-0.4.0.ebuild
+++ b/dev-python/pytrie/pytrie-0.4.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 



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

2020-11-26 Thread Michał Górny
commit: 698103186d507371f237e5d8f285a9eed78d0e50
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 26 08:02:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 26 08:25:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69810318

dev-python/pytrie: Remove old

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

 dev-python/pytrie/Manifest   |  1 -
 dev-python/pytrie/pytrie-0.3.1-r1.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/pytrie/Manifest b/dev-python/pytrie/Manifest
index 8d6ecfaf5fd..c59a8381175 100644
--- a/dev-python/pytrie/Manifest
+++ b/dev-python/pytrie/Manifest
@@ -1,2 +1 @@
-DIST pytrie-0.3.1.tar.gz 94678 BLAKE2B 
12631652ea33d2f1575f86bc8c42982543f8fa146debc9cb86e1139ff089f0657e04e50bad97b9bc344f4a270d102ee98e03fd389eb2c56ba3baac32b2288670
 SHA512 
72cb453d01545658b27b6c0b798736404f95013bfe34586c51c8823cc923ac4b3a8e874a938b26e3045784ce98ce2d8e51ab70dc435ff50075ffaf9d6c51
 DIST pytrie-0.4.0.tar.gz 95139 BLAKE2B 
de57b4c36429c3e2d9ec7cb89e6515fd0a131e890bbfec17797a9a03b932ca2370cf283c67b4a99bb742b275c6f005789af410b875e857d30e6ba9e959403899
 SHA512 
c951568774c1e35d2b2bd5a52e5368da5ef2ffc83476d60882aa842debcd53c5eb0ed19f497a09f78c6a736ffba57702eda3aa0f3afa74dd0d1e770c17885c74

diff --git a/dev-python/pytrie/pytrie-0.3.1-r1.ebuild 
b/dev-python/pytrie/pytrie-0.3.1-r1.ebuild
deleted file mode 100644
index f50ac9e2a2f..000
--- a/dev-python/pytrie/pytrie-0.3.1-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-MY_PN="PyTrie"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="A pure Python implementation of the trie data structure"
-HOMEPAGE="https://github.com/gsakkis/pytrie/ https://pypi.org/project/PyTrie/;
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py



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

2020-11-25 Thread Sam James
commit: 51e09cddadbc76f6137242ec2d9a384aa961f267
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 26 05:41:55 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 26 05:41:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e09cdd

dev-python/pytrie: Stabilize 0.4.0 ALLARCHES, #756625

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

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

diff --git a/dev-python/pytrie/pytrie-0.4.0.ebuild 
b/dev-python/pytrie/pytrie-0.4.0.ebuild
index f9c007f91c0..6d51a60a796 100644
--- a/dev-python/pytrie/pytrie-0.4.0.ebuild
+++ b/dev-python/pytrie/pytrie-0.4.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
 



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

2020-11-25 Thread Michał Górny
commit: 790d9c629bbe54f2a0484a9ad93db16aee14471f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 25 09:49:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 25 09:49:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=790d9c62

dev-python/pytrie: Mark ALLARCHES

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

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

diff --git a/dev-python/pytrie/metadata.xml b/dev-python/pytrie/metadata.xml
index 5e85572308a..a1852430594 100644
--- a/dev-python/pytrie/metadata.xml
+++ b/dev-python/pytrie/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   


george.sak...@gmail.com



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

2020-10-21 Thread Michał Górny
commit: 67226953d07042126dbdc9d7cb161e395498c423
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 22 05:37:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 22 05:37:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67226953

dev-python/pytrie: Bump to 0.4.0

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

 dev-python/pytrie/Manifest|  1 +
 dev-python/pytrie/pytrie-0.4.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pytrie/Manifest b/dev-python/pytrie/Manifest
index 59d298f575e..8d6ecfaf5fd 100644
--- a/dev-python/pytrie/Manifest
+++ b/dev-python/pytrie/Manifest
@@ -1 +1,2 @@
 DIST pytrie-0.3.1.tar.gz 94678 BLAKE2B 
12631652ea33d2f1575f86bc8c42982543f8fa146debc9cb86e1139ff089f0657e04e50bad97b9bc344f4a270d102ee98e03fd389eb2c56ba3baac32b2288670
 SHA512 
72cb453d01545658b27b6c0b798736404f95013bfe34586c51c8823cc923ac4b3a8e874a938b26e3045784ce98ce2d8e51ab70dc435ff50075ffaf9d6c51
+DIST pytrie-0.4.0.tar.gz 95139 BLAKE2B 
de57b4c36429c3e2d9ec7cb89e6515fd0a131e890bbfec17797a9a03b932ca2370cf283c67b4a99bb742b275c6f005789af410b875e857d30e6ba9e959403899
 SHA512 
c951568774c1e35d2b2bd5a52e5368da5ef2ffc83476d60882aa842debcd53c5eb0ed19f497a09f78c6a736ffba57702eda3aa0f3afa74dd0d1e770c17885c74

diff --git a/dev-python/pytrie/pytrie-0.4.0.ebuild 
b/dev-python/pytrie/pytrie-0.4.0.ebuild
new file mode 100644
index 000..f9c007f91c0
--- /dev/null
+++ b/dev-python/pytrie/pytrie-0.4.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+MY_PN="PyTrie"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="A pure Python implementation of the trie data structure"
+HOMEPAGE="https://github.com/gsakkis/pytrie/ https://pypi.org/project/PyTrie/;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py



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

2020-07-20 Thread Sam James
commit: 82052da3b1b479d3f4566e8e18800e345f1f5ea6
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 20 11:42:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 11:42:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82052da3

dev-python/pytrie: arm64 stable (bug #722218)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pytrie/pytrie-0.3.1-r1.ebuild 
b/dev-python/pytrie/pytrie-0.3.1-r1.ebuild
index fc5d1d89a7a..f50ac9e2a2f 100644
--- a/dev-python/pytrie/pytrie-0.3.1-r1.ebuild
+++ b/dev-python/pytrie/pytrie-0.3.1-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
 



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

2020-05-04 Thread Michał Górny
commit: 53d2317a37f6a2e2c0981a1a06bc57bd7f338391
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 11:48:43 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 11:48:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d2317a

dev-python/pytrie: Remove old

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

 dev-python/pytrie/Manifest  |  1 -
 dev-python/pytrie/pytrie-0.3.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/pytrie/Manifest b/dev-python/pytrie/Manifest
index 68f7c5f1845..59d298f575e 100644
--- a/dev-python/pytrie/Manifest
+++ b/dev-python/pytrie/Manifest
@@ -1,2 +1 @@
 DIST pytrie-0.3.1.tar.gz 94678 BLAKE2B 
12631652ea33d2f1575f86bc8c42982543f8fa146debc9cb86e1139ff089f0657e04e50bad97b9bc344f4a270d102ee98e03fd389eb2c56ba3baac32b2288670
 SHA512 
72cb453d01545658b27b6c0b798736404f95013bfe34586c51c8823cc923ac4b3a8e874a938b26e3045784ce98ce2d8e51ab70dc435ff50075ffaf9d6c51
-DIST pytrie-0.3.tar.gz 228709 BLAKE2B 
84c415722a724ac668624b3da29bfe29998c2ec8662ad21ab0035bb2a694e94759e9d09de980842887972b5c1690d699e43de41bf9f62e84ef3fbee86477d0a2
 SHA512 
f1dc6f810e51385fa4dcf2cbec76cf7fe5c184208f8d6dccf6212d43260591580126095e68d28ab6c8b01a631e6e16b275fa088643ae81568493ca231dcc6161

diff --git a/dev-python/pytrie/pytrie-0.3.ebuild 
b/dev-python/pytrie/pytrie-0.3.ebuild
deleted file mode 100644
index 458bf5c0f66..000
--- a/dev-python/pytrie/pytrie-0.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-MY_PN="PyTrie"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A pure Python implementation of the trie data structure."
-HOMEPAGE="https://github.com/gsakkis/pytrie/ https://pypi.org/project/PyTrie/;
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE=""
-
-DEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}



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

2020-05-03 Thread Agostino Sarubbo
commit: f2c2ffa5d1607c133b90a3f2dd5267303060f6a6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 19:01:43 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 19:02:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c2ffa5

dev-python/pytrie: x86 stable wrt bug #720612

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pytrie/pytrie-0.3.1-r1.ebuild 
b/dev-python/pytrie/pytrie-0.3.1-r1.ebuild
index e7a71a9ed1a..fc5d1d89a7a 100644
--- a/dev-python/pytrie/pytrie-0.3.1-r1.ebuild
+++ b/dev-python/pytrie/pytrie-0.3.1-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
 



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

2020-05-03 Thread Agostino Sarubbo
commit: 75b59d6c78ceebfbcef529331489f7cc066ffd2f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 10:12:03 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 10:12:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b59d6c

dev-python/pytrie: arm stable wrt bug #720612

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pytrie/pytrie-0.3.1-r1.ebuild 
b/dev-python/pytrie/pytrie-0.3.1-r1.ebuild
index 885b89e0766..e7a71a9ed1a 100644
--- a/dev-python/pytrie/pytrie-0.3.1-r1.ebuild
+++ b/dev-python/pytrie/pytrie-0.3.1-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
 



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

2020-03-09 Thread Michał Górny
commit: 39953c8d360240f216ef9017cb61af9897ba3d2c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  9 11:17:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  9 11:21:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39953c8d

dev-python/pytrie: Modernize, add tests, py3.{7,8}

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

 .../pytrie/{pytrie-0.3.1.ebuild => pytrie-0.3.1-r1.ebuild}   | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/pytrie/pytrie-0.3.1.ebuild 
b/dev-python/pytrie/pytrie-0.3.1-r1.ebuild
similarity index 79%
rename from dev-python/pytrie/pytrie-0.3.1.ebuild
rename to dev-python/pytrie/pytrie-0.3.1-r1.ebuild
index 565ed086345..412387da357 100644
--- a/dev-python/pytrie/pytrie-0.3.1.ebuild
+++ b/dev-python/pytrie/pytrie-0.3.1-r1.ebuild
@@ -1,23 +1,23 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 
 MY_PN="PyTrie"
 MY_P="${MY_PN}-${PV}"
-
 DESCRIPTION="A pure Python implementation of the trie data structure"
 HOMEPAGE="https://github.com/gsakkis/pytrie/ https://pypi.org/project/PyTrie/;
 SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
-DEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
 
-S="${WORKDIR}/${MY_P}"
+distutils_enable_tests setup.py



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

2020-03-09 Thread Michał Górny
commit: 2fcc4df75460148ae40f69110676e76335ce0eb7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  9 11:18:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  9 11:21:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fcc4df7

dev-python/pytrie: Remove stale remote-id

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

 dev-python/pytrie/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/pytrie/metadata.xml b/dev-python/pytrie/metadata.xml
index e3f58daa782..5e85572308a 100644
--- a/dev-python/pytrie/metadata.xml
+++ b/dev-python/pytrie/metadata.xml
@@ -11,7 +11,6 @@
George Sakkis

PyTrie
-   gsakkis/pytrie
gsakkis/pytrie





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

2020-02-05 Thread Michał Górny
commit: 193cef39e58de9befa9fa3997e893c38d734831f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 20:54:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 21:21:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193cef39

dev-python/pytrie: Remove py2

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

 dev-python/pytrie/pytrie-0.3.1.ebuild | 2 +-
 dev-python/pytrie/pytrie-0.3.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytrie/pytrie-0.3.1.ebuild 
b/dev-python/pytrie/pytrie-0.3.1.ebuild
index 6e691bcdaff..565ed086345 100644
--- a/dev-python/pytrie/pytrie-0.3.1.ebuild
+++ b/dev-python/pytrie/pytrie-0.3.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/pytrie/pytrie-0.3.ebuild 
b/dev-python/pytrie/pytrie-0.3.ebuild
index 89b2e162a30..458bf5c0f66 100644
--- a/dev-python/pytrie/pytrie-0.3.ebuild
+++ b/dev-python/pytrie/pytrie-0.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



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

2019-06-25 Thread Michael Haubenwallner
commit: 2b51a6bb6a81dc5d5dfad7445217ea9f9ab22abc
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue Jun 25 11:54:06 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue Jun 25 12:08:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b51a6bb

dev-python/pytrie: add ~x86-linux keyword

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner  gentoo.org>

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

diff --git a/dev-python/pytrie/pytrie-0.3.1.ebuild 
b/dev-python/pytrie/pytrie-0.3.1.ebuild
index 3d33a7e6dbc..15cdea2a11c 100644
--- a/dev-python/pytrie/pytrie-0.3.1.ebuild
+++ b/dev-python/pytrie/pytrie-0.3.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 DEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"



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

2019-06-25 Thread Michael Haubenwallner
commit: 611d6ad90cf159a9c13984ae522683af37ce4f48
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue Jun 25 09:02:07 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue Jun 25 09:04:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=611d6ad9

dev-python/pytrie: add ~amd64-linux keyword

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner  gentoo.org>

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

diff --git a/dev-python/pytrie/pytrie-0.3.1.ebuild 
b/dev-python/pytrie/pytrie-0.3.1.ebuild
index 2193998d888..3d33a7e6dbc 100644
--- a/dev-python/pytrie/pytrie-0.3.1.ebuild
+++ b/dev-python/pytrie/pytrie-0.3.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
 
 DEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"



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

2019-05-21 Thread Stephen Klimaszewski
commit: cf594feca106972d83a3be6e9e69a4210111d3d9
Author: Stephen Klimaszewski  gentoo  org>
AuthorDate: Tue May 21 15:31:55 2019 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Tue May 21 15:31:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf594fec

dev-python/pytrie: add ~arm64 keyword

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Stephen Klimaszewski  gentoo.org>

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

diff --git a/dev-python/pytrie/pytrie-0.3.1.ebuild 
b/dev-python/pytrie/pytrie-0.3.1.ebuild
index 72cbe7cd186..2193998d888 100644
--- a/dev-python/pytrie/pytrie-0.3.1.ebuild
+++ b/dev-python/pytrie/pytrie-0.3.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 DEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"



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

2018-08-05 Thread Patrice Clement
commit: e899a0dacc1d32144b22330922d8e15200cdd4ed
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Aug  4 15:02:36 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug  5 13:52:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e899a0da

dev-python/pytrie: version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/pytrie/Manifest|  1 +
 dev-python/pytrie/pytrie-0.3.1.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pytrie/Manifest b/dev-python/pytrie/Manifest
index bea1151a8d1..68f7c5f1845 100644
--- a/dev-python/pytrie/Manifest
+++ b/dev-python/pytrie/Manifest
@@ -1 +1,2 @@
+DIST pytrie-0.3.1.tar.gz 94678 BLAKE2B 
12631652ea33d2f1575f86bc8c42982543f8fa146debc9cb86e1139ff089f0657e04e50bad97b9bc344f4a270d102ee98e03fd389eb2c56ba3baac32b2288670
 SHA512 
72cb453d01545658b27b6c0b798736404f95013bfe34586c51c8823cc923ac4b3a8e874a938b26e3045784ce98ce2d8e51ab70dc435ff50075ffaf9d6c51
 DIST pytrie-0.3.tar.gz 228709 BLAKE2B 
84c415722a724ac668624b3da29bfe29998c2ec8662ad21ab0035bb2a694e94759e9d09de980842887972b5c1690d699e43de41bf9f62e84ef3fbee86477d0a2
 SHA512 
f1dc6f810e51385fa4dcf2cbec76cf7fe5c184208f8d6dccf6212d43260591580126095e68d28ab6c8b01a631e6e16b275fa088643ae81568493ca231dcc6161

diff --git a/dev-python/pytrie/pytrie-0.3.1.ebuild 
b/dev-python/pytrie/pytrie-0.3.1.ebuild
new file mode 100644
index 000..8ebd37d7530
--- /dev/null
+++ b/dev-python/pytrie/pytrie-0.3.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+MY_PN="PyTrie"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A pure Python implementation of the trie data structure"
+HOMEPAGE="https://github.com/gsakkis/pytrie/ https://pypi.org/project/PyTrie/;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+DEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"



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

2017-09-28 Thread Michael Palimaka
commit: 22f78bf05584d7eaaf3e5d4e6e6bdc9d2e7affe9
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 28 13:21:58 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 28 13:42:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f78bf0

dev-python/pytrie: stabililse 0.3 for arm/x86 using ALLARCHES

Bug: https://bugs.gentoo.org/624990
Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/dev-python/pytrie/pytrie-0.3.ebuild 
b/dev-python/pytrie/pytrie-0.3.ebuild
index bfeae355634..543c238f4be 100644
--- a/dev-python/pytrie/pytrie-0.3.ebuild
+++ b/dev-python/pytrie/pytrie-0.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm"
+KEYWORDS="amd64 arm x86"
 IUSE=""
 
 DEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"



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

2017-09-08 Thread Markus Meier
commit: 08c64f4a34c5804ce45f5114b0dece9bb9ffa447
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Sep  8 20:52:52 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Sep  8 20:52:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c64f4a

dev-python/pytrie: add ~arm, bug #626834

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/pytrie/pytrie-0.3.ebuild 
b/dev-python/pytrie/pytrie-0.3.ebuild
index ac25d12e5c1..bfeae355634 100644
--- a/dev-python/pytrie/pytrie-0.3.ebuild
+++ b/dev-python/pytrie/pytrie-0.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~arm"
 IUSE=""
 
 DEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"



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

2017-07-31 Thread Tobias Klausmann
commit: 986a2f5fbd25734e08d88ae83cee2fc9575c2510
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jul 31 09:32:59 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jul 31 09:32:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986a2f5f

dev-python/pytrie-0.3-r0: amd64 stable

Gentoo-Bug: 624990

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

diff --git a/dev-python/pytrie/pytrie-0.3.ebuild 
b/dev-python/pytrie/pytrie-0.3.ebuild
index c6fa894e2e3..ac25d12e5c1 100644
--- a/dev-python/pytrie/pytrie-0.3.ebuild
+++ b/dev-python/pytrie/pytrie-0.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 
 DEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"



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

2017-03-28 Thread Brian Dolbec
commit: 4ff12d1d193f58779b4b331d7699f07e240fab0c
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Mar 29 01:34:52 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Mar 29 01:43:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff12d1d

dev-python/pytrie: Version bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30

 dev-python/pytrie/Manifest  |  1 +
 dev-python/pytrie/pytrie-0.3.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/pytrie/Manifest b/dev-python/pytrie/Manifest
index 02f1c0f4cde..2e3e8c6a5e7 100644
--- a/dev-python/pytrie/Manifest
+++ b/dev-python/pytrie/Manifest
@@ -1 +1,2 @@
 DIST pytrie-0.2.tar.gz 96378 SHA256 
b272021351efadc6757591aac03ed4794bdfd091122204a4673e94bfb66cc500 SHA512 
92cc2ae94bb38e947166af810d5104f5660f1084706260a883f9b4d209a1179c40f43094e881fe26694d2efc850e1c48941b3b97d812476bc9b81ef139a5d349
 WHIRLPOOL 
90a077593fbc38f1f9574b6121a52da54e66b77e1f34872d9f9901a52e20a90137f8c65733026c1426201a56931479ae03d6eee17e0d98f602a0766fa5d3ade2
+DIST pytrie-0.3.tar.gz 228709 SHA256 
0c1bd0cb7c301b193da4bcf31bdf68bbdbea88be4bea5f680caecc56d9b74020 SHA512 
f1dc6f810e51385fa4dcf2cbec76cf7fe5c184208f8d6dccf6212d43260591580126095e68d28ab6c8b01a631e6e16b275fa088643ae81568493ca231dcc6161
 WHIRLPOOL 
a88d6069cc0af607d475fa827dbb8eac847afca342a01dd224a6f253aa0537cba293c5b7c89aa8a2dd8e6682d5f000bef0f9d14dbf2dc07d6dbed3934ac8fccc

diff --git a/dev-python/pytrie/pytrie-0.3.ebuild 
b/dev-python/pytrie/pytrie-0.3.ebuild
new file mode 100644
index 000..e52e4626847
--- /dev/null
+++ b/dev-python/pytrie/pytrie-0.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+MY_PN="PyTrie"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A pure Python implementation of the trie data structure."
+HOMEPAGE="https://github.com/gsakkis/pytrie/ 
https://pypi.python.org/pypi/PyTrie;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}



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

2016-10-21 Thread Brian Dolbec
commit: af596596559375320ad46a360ceb24fde5d0c4cd
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Oct 22 01:18:42 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Oct 22 01:25:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af596596

dev-python/pytrie: Fix metadata.xml email address typo

Package-Manager: portage-2.3.2

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

diff --git a/dev-python/pytrie/metadata.xml b/dev-python/pytrie/metadata.xml
index 6d3849a..b56be76 100644
--- a/dev-python/pytrie/metadata.xml
+++ b/dev-python/pytrie/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   dol-...@gentoo.org
+   dol...@gentoo.org
Primary maintainer





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

2016-08-30 Thread Brian Dolbec
commit: f9003dbd4d903e2eac1f4edca91dd311c1002193
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Aug 31 00:07:15 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Aug 31 01:17:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9003dbd

dev-python/pytrie: New pkg, new dep of dev-python/autobahn-0.16.0

Package-Manager: portage-2.3.0

 dev-python/pytrie/Manifest  |  1 +
 dev-python/pytrie/metadata.xml  | 26 ++
 dev-python/pytrie/pytrie-0.2.ebuild | 25 +
 3 files changed, 52 insertions(+)

diff --git a/dev-python/pytrie/Manifest b/dev-python/pytrie/Manifest
new file mode 100644
index ..02f1c0f
--- /dev/null
+++ b/dev-python/pytrie/Manifest
@@ -0,0 +1 @@
+DIST pytrie-0.2.tar.gz 96378 SHA256 
b272021351efadc6757591aac03ed4794bdfd091122204a4673e94bfb66cc500 SHA512 
92cc2ae94bb38e947166af810d5104f5660f1084706260a883f9b4d209a1179c40f43094e881fe26694d2efc850e1c48941b3b97d812476bc9b81ef139a5d349
 WHIRLPOOL 
90a077593fbc38f1f9574b6121a52da54e66b77e1f34872d9f9901a52e20a90137f8c65733026c1426201a56931479ae03d6eee17e0d98f602a0766fa5d3ade2

diff --git a/dev-python/pytrie/metadata.xml b/dev-python/pytrie/metadata.xml
new file mode 100644
index ..6d3849a
--- /dev/null
+++ b/dev-python/pytrie/metadata.xml
@@ -0,0 +1,26 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dol-...@gentoo.org
+   Primary maintainer
+   
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   george.sak...@gmail.com
+   George Sakkis
+   
+   PyTrie
+   
+   
+   A *trie* is an ordered tree data structure that is used to 
store a
+   mapping where the keys are sequences, usually strings over an 
alphabet.
+   In addition to implementing the mapping interface, tries allow 
finding
+   the items for a given prefix, and vice versa, finding the items 
whose
+   keys are prefixes of a given key.
+   
+

diff --git a/dev-python/pytrie/pytrie-0.2.ebuild 
b/dev-python/pytrie/pytrie-0.2.ebuild
new file mode 100644
index ..0b4c380
--- /dev/null
+++ b/dev-python/pytrie/pytrie-0.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+MY_PN="PyTrie"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A pure Python implementation of the trie data structure."
+HOMEPAGE="http://bitbucket.org/gsakkis/pytrie/ 
https://pypi.python.org/pypi/PyTrie;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}