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

2023-10-06 Thread Michał Górny
commit: 1161615686ecb7662054f780e2b97e16660386f7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  6 14:58:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  6 15:07:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11616156

dev-python/bracex: Remove old

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

 dev-python/bracex/Manifest |  1 -
 dev-python/bracex/bracex-2.3_p1.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/dev-python/bracex/Manifest b/dev-python/bracex/Manifest
index 2da853cec91c..b763e1a5dffe 100644
--- a/dev-python/bracex/Manifest
+++ b/dev-python/bracex/Manifest
@@ -1,2 +1 @@
-DIST bracex-2.3.post1.tar.gz 27578 BLAKE2B 
0d459c5fe7380363786ab09aea8e26be56cd51075a847de7f521e2c35e413f311a00110e4149ebf626ba07fc025539dcb9a69c1bca6b80b69f3c8475ff7de65d
 SHA512 
ac8b7bae97e41d68d8be85c80643c1d4181f7f4f17bde038803e77ee9264bc2a042b9dd391b0be460fc0317f451621f3975f583c9ad89e43ae8690533fb95626
 DIST bracex-2.4.tar.gz 26588 BLAKE2B 
99a3a846c1b427e11fd9fe05389d20c81126c5f9a23cb86961265fb1ea4ec51a48e1afa5e40f569b52533732784b00f2b504637efd4d19286a4bb603b1db76cd
 SHA512 
14e520aad81b65df5047374b1920c7202bc62d4524fba4ae82ca7e92e18ae4e0f5d6a184fd772da0cafc3e891f45bab53ad31f6b444d914c3469969b33fa1a28

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
deleted file mode 100644
index ba2c1ddcb655..
--- a/dev-python/bracex/bracex-2.3_p1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=hatchling
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
-   dev-python/mkdocs-git-revision-date-localized-plugin
-   dev-python/mkdocs-material
-   dev-python/mkdocs-minify-plugin
-   dev-python/mkdocs-pymdownx-material-extras
-   dev-python/pyspelling
-"
-
-inherit distutils-r1 docs pypi
-
-DESCRIPTION="Bash style brace expansion for Python"
-HOMEPAGE="
-   https://github.com/facelessuser/bracex/
-   https://pypi.org/project/bracex/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
-
-BDEPEND="
-   test? (
-   dev-vcs/git
-   )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # mkdocs-git-revision-date-localized-plugin needs git repo
-   if use doc; then
-   git init || die
-   git config --global user.email "y...@example.com" || die
-   git config --global user.name "Your Name" || die
-   git add . || die
-   git commit -m 'init' || die
-   fi
-
-   distutils-r1_python_prepare_all
-}



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

2023-10-06 Thread Sam James
commit: bd848461a2ec6213dfb69e7c49640445409299a1
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct  6 14:09:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct  6 14:09:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd848461

dev-python/bracex: Stabilize 2.4 ALLARCHES, #915265

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

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

diff --git a/dev-python/bracex/bracex-2.4.ebuild 
b/dev-python/bracex/bracex-2.4.ebuild
index f1de5d961183..ba2c1ddcb655 100644
--- a/dev-python/bracex/bracex-2.4.ebuild
+++ b/dev-python/bracex/bracex-2.4.ebuild
@@ -25,7 +25,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
 
 BDEPEND="
test? (



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

2023-09-01 Thread Michał Górny
commit: 5ef1f6299b3f3144f949b11f8b002526617eb7ab
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:49:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:49:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef1f629

dev-python/bracex: Bump to 2.4

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

 dev-python/bracex/Manifest  |  1 +
 dev-python/bracex/bracex-2.4.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/dev-python/bracex/Manifest b/dev-python/bracex/Manifest
index d028c071fa44..2da853cec91c 100644
--- a/dev-python/bracex/Manifest
+++ b/dev-python/bracex/Manifest
@@ -1 +1,2 @@
 DIST bracex-2.3.post1.tar.gz 27578 BLAKE2B 
0d459c5fe7380363786ab09aea8e26be56cd51075a847de7f521e2c35e413f311a00110e4149ebf626ba07fc025539dcb9a69c1bca6b80b69f3c8475ff7de65d
 SHA512 
ac8b7bae97e41d68d8be85c80643c1d4181f7f4f17bde038803e77ee9264bc2a042b9dd391b0be460fc0317f451621f3975f583c9ad89e43ae8690533fb95626
+DIST bracex-2.4.tar.gz 26588 BLAKE2B 
99a3a846c1b427e11fd9fe05389d20c81126c5f9a23cb86961265fb1ea4ec51a48e1afa5e40f569b52533732784b00f2b504637efd4d19286a4bb603b1db76cd
 SHA512 
14e520aad81b65df5047374b1920c7202bc62d4524fba4ae82ca7e92e18ae4e0f5d6a184fd772da0cafc3e891f45bab53ad31f6b444d914c3469969b33fa1a28

diff --git a/dev-python/bracex/bracex-2.4.ebuild 
b/dev-python/bracex/bracex-2.4.ebuild
new file mode 100644
index ..f1de5d961183
--- /dev/null
+++ b/dev-python/bracex/bracex-2.4.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=hatchling
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-material
+   dev-python/mkdocs-minify-plugin
+   dev-python/mkdocs-pymdownx-material-extras
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs pypi
+
+DESCRIPTION="Bash style brace expansion for Python"
+HOMEPAGE="
+   https://github.com/facelessuser/bracex/
+   https://pypi.org/project/bracex/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+BDEPEND="
+   test? (
+   dev-vcs/git
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # mkdocs-git-revision-date-localized-plugin needs git repo
+   if use doc; then
+   git init || die
+   git config --global user.email "y...@example.com" || die
+   git config --global user.name "Your Name" || die
+   git add . || die
+   git commit -m 'init' || die
+   fi
+
+   distutils-r1_python_prepare_all
+}



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

2023-06-17 Thread Sam James
commit: 40033872e88a1882312356a53d536b231632a6f8
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Fri Jun 16 16:57:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 18 01:06:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40033872

dev-python/bracex: Keyword 2.3_p1 alpha, #908234

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/bracex/bracex-2.3_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
index 6fccaaf93b4c..ba2c1ddcb655 100644
--- a/dev-python/bracex/bracex-2.3_p1.ebuild
+++ b/dev-python/bracex/bracex-2.3_p1.ebuild
@@ -25,7 +25,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
 
 BDEPEND="
test? (



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

2023-05-29 Thread Sam James
commit: 4868937013851e73cde22a6eeab868bbb6287468
Author: Sam James  gentoo  org>
AuthorDate: Tue May 30 00:23:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 30 00:23:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48689370

dev-python/bracex: enable py3.12

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

 dev-python/bracex/bracex-2.3_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
index 49c2b14bc9fc..6fccaaf93b4c 100644
--- a/dev-python/bracex/bracex-2.3_p1.ebuild
+++ b/dev-python/bracex/bracex-2.3_p1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=hatchling
 
 DOCS_BUILDER="mkdocs"



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

2023-04-29 Thread Arthur Zamarin
commit: f1a2357fd97eac84cc5be75fbf170be275a1d085
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr 29 11:48:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 29 11:48:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a2357f

dev-python/bracex: Stabilize 2.3_p1 hppa, #904929

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

 dev-python/bracex/bracex-2.3_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
index 62ed8b4af3b6..49c2b14bc9fc 100644
--- a/dev-python/bracex/bracex-2.3_p1.ebuild
+++ b/dev-python/bracex/bracex-2.3_p1.ebuild
@@ -25,7 +25,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 BDEPEND="
test? (



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

2023-04-24 Thread Arthur Zamarin
commit: 3c93075d0eab81777a1c1b6a3abf64614120191a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Apr 24 08:25:09 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Apr 24 08:25:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c93075d

dev-python/bracex: Stabilize 2.3_p1 arm, #904929

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

 dev-python/bracex/bracex-2.3_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
index a77ba562cb9e..62ed8b4af3b6 100644
--- a/dev-python/bracex/bracex-2.3_p1.ebuild
+++ b/dev-python/bracex/bracex-2.3_p1.ebuild
@@ -25,7 +25,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 BDEPEND="
test? (



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

2023-04-24 Thread Arthur Zamarin
commit: e2864f14d030afc1d4ba8fb158cbc7ea4985fd98
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Apr 24 08:25:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Apr 24 08:25:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2864f14

dev-python/bracex: Stabilize 2.3_p1 ppc64, #904929

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

 dev-python/bracex/bracex-2.3_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
index f1316987e61a..e3de510f188a 100644
--- a/dev-python/bracex/bracex-2.3_p1.ebuild
+++ b/dev-python/bracex/bracex-2.3_p1.ebuild
@@ -25,7 +25,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc 
x86"
 
 BDEPEND="
test? (



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

2023-04-24 Thread Arthur Zamarin
commit: 70cc63f6ba819d77c1d4b5e07e832d4faa7f8a46
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Apr 24 08:25:08 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Apr 24 08:25:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70cc63f6

dev-python/bracex: Stabilize 2.3_p1 sparc, #904929

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

 dev-python/bracex/bracex-2.3_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
index e3de510f188a..a77ba562cb9e 100644
--- a/dev-python/bracex/bracex-2.3_p1.ebuild
+++ b/dev-python/bracex/bracex-2.3_p1.ebuild
@@ -25,7 +25,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc 
x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 BDEPEND="
test? (



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

2023-04-23 Thread Sam James
commit: 931c91b90bb961d91c85950a829b27bc829c
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 23 21:28:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 23 21:28:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=931c91b6

dev-python/bracex: Stabilize 2.3_p1 ppc, #904929

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

 dev-python/bracex/bracex-2.3_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
index dade78aa2cd0..f1316987e61a 100644
--- a/dev-python/bracex/bracex-2.3_p1.ebuild
+++ b/dev-python/bracex/bracex-2.3_p1.ebuild
@@ -25,7 +25,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
 
 BDEPEND="
test? (



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

2023-04-23 Thread Sam James
commit: 820475725834a2c68036e9fa46f13fb0ff66007f
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 23 20:52:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 23 20:52:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82047572

dev-python/bracex: Stabilize 2.3_p1 arm64, #904929

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

 dev-python/bracex/bracex-2.3_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
index 769b3b561767..dade78aa2cd0 100644
--- a/dev-python/bracex/bracex-2.3_p1.ebuild
+++ b/dev-python/bracex/bracex-2.3_p1.ebuild
@@ -25,7 +25,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
 
 BDEPEND="
test? (



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

2023-04-09 Thread Andrew Ammerlaan
commit: 7129a89a0f1954d24a58744e20f031e6f6595e93
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Apr  9 20:36:24 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Apr  9 20:40:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7129a89a

dev-python/bracex: drop myself as a maintainer

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/bracex/metadata.xml b/dev-python/bracex/metadata.xml
index b1ed97104dd1..55e0bab1255e 100644
--- a/dev-python/bracex/metadata.xml
+++ b/dev-python/bracex/metadata.xml
@@ -5,10 +5,6 @@
lssndrbarbi...@gmail.com
Alessandro Barbieri

-   
-   andrewammerl...@gentoo.org
-   Andrew Ammerlaan
-   

proxy-ma...@gentoo.org
Proxy Maintainers



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

2023-04-07 Thread Michał Górny
commit: 831aa3648e8d05000379945188648da9b4d54daa
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  8 05:12:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  8 05:12:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831aa364

dev-python/bracex: Use pypi sdist

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

 dev-python/bracex/Manifest | 2 +-
 dev-python/bracex/bracex-2.3_p1.ebuild | 9 +
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/dev-python/bracex/Manifest b/dev-python/bracex/Manifest
index 4ca10df673c8..d028c071fa44 100644
--- a/dev-python/bracex/Manifest
+++ b/dev-python/bracex/Manifest
@@ -1 +1 @@
-DIST bracex-2.3_p1.tar.gz 27541 BLAKE2B 
a9e33e01f014c6b784b059a76da338a708a24ff88787c98c0916a6d13ac5497a1f4f14d711cab8bde1281a9968db68bdc8fdfbc23a531ef6c89adfa9974492b1
 SHA512 
3c5a8a81adb78c9d3d40b57328a6a47b3257bb0072be2685c8049cf8a91501993ce470dfd394a61d0a0fdcd082405b204e5e3e0666018978b5aa820b0d74b631
+DIST bracex-2.3.post1.tar.gz 27578 BLAKE2B 
0d459c5fe7380363786ab09aea8e26be56cd51075a847de7f521e2c35e413f311a00110e4149ebf626ba07fc025539dcb9a69c1bca6b80b69f3c8475ff7de65d
 SHA512 
ac8b7bae97e41d68d8be85c80643c1d4181f7f4f17bde038803e77ee9264bc2a042b9dd391b0be460fc0317f451621f3975f583c9ad89e43ae8690533fb95626

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
index 3cbe67de037c..769b3b561767 100644
--- a/dev-python/bracex/bracex-2.3_p1.ebuild
+++ b/dev-python/bracex/bracex-2.3_p1.ebuild
@@ -15,20 +15,13 @@ DOCS_DEPEND="
dev-python/pyspelling
 "
 
-inherit distutils-r1 docs
-
-MY_PV="${PV%_p1}.post1"
+inherit distutils-r1 docs pypi
 
 DESCRIPTION="Bash style brace expansion for Python"
 HOMEPAGE="
https://github.com/facelessuser/bracex/
https://pypi.org/project/bracex/
 "
-SRC_URI="
-   https://github.com/facelessuser/${PN}/archive/${MY_PV}.tar.gz
-   -> ${P}.tar.gz
-"
-S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="MIT"
 SLOT="0"



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

2022-11-24 Thread Arthur Zamarin
commit: 1d9a35eaf8beb1748f9411bdc53d93ad28e009bb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 06:33:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 06:33:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9a35ea

dev-python/bracex: Keyword 2.3_p1 ia64, #882593

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

 dev-python/bracex/bracex-2.3_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
index c7173fbae49d..31c20d57b29d 100644
--- a/dev-python/bracex/bracex-2.3_p1.ebuild
+++ b/dev-python/bracex/bracex-2.3_p1.ebuild
@@ -32,7 +32,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 BDEPEND="
test? (



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

2022-11-23 Thread Sam James
commit: 5a7f69235164cb403bb4c2832b1ac5bb59c86136
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 23 23:40:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 23 23:40:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a7f6923

dev-python/bracex: Keyword 2.3_p1 arm, #882593

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

 dev-python/bracex/bracex-2.3_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
index 403c795cf0e8..c7173fbae49d 100644
--- a/dev-python/bracex/bracex-2.3_p1.ebuild
+++ b/dev-python/bracex/bracex-2.3_p1.ebuild
@@ -32,7 +32,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 BDEPEND="
test? (



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

2022-11-23 Thread Sam James
commit: d5648a19b20879ce0fe8582fa5fc0f5de833d999
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 23 23:39:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 23 23:39:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5648a19

dev-python/bracex: Keyword 2.3_p1 sparc, #882593

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

 dev-python/bracex/bracex-2.3_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
index b40c73702159..403c795cf0e8 100644
--- a/dev-python/bracex/bracex-2.3_p1.ebuild
+++ b/dev-python/bracex/bracex-2.3_p1.ebuild
@@ -32,7 +32,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 BDEPEND="
test? (



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

2022-11-23 Thread Sam James
commit: 3e642d805459da18e88e58af39896fc85ab6a7ed
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 23 23:39:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 23 23:39:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e642d80

dev-python/bracex: Keyword 2.3_p1 arm64, #882593

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

 dev-python/bracex/bracex-2.3_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
index c689d4f18857..b40c73702159 100644
--- a/dev-python/bracex/bracex-2.3_p1.ebuild
+++ b/dev-python/bracex/bracex-2.3_p1.ebuild
@@ -32,7 +32,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 x86"
 
 BDEPEND="
test? (



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

2022-11-23 Thread Jakov Smolić
commit: f37d798efe5aad79cb5890a732098954db3a51d2
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:43:43 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:43:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f37d798e

dev-python/bracex: Keyword 2.3_p1 hppa, #882593

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

 dev-python/bracex/bracex-2.3_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
index 0bf751dfe903..c689d4f18857 100644
--- a/dev-python/bracex/bracex-2.3_p1.ebuild
+++ b/dev-python/bracex/bracex-2.3_p1.ebuild
@@ -32,7 +32,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~riscv ~s390 x86"
 
 BDEPEND="
test? (



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

2022-11-23 Thread Arthur Zamarin
commit: eb45667b514902819ee8fe4397362e0df1eb12c3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 23 14:40:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 23 14:40:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb45667b

dev-python/bracex: Keyword 2.3_p1 s390, #882593

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

 dev-python/bracex/bracex-2.3_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
index 15c37af48db7..0bf751dfe903 100644
--- a/dev-python/bracex/bracex-2.3_p1.ebuild
+++ b/dev-python/bracex/bracex-2.3_p1.ebuild
@@ -32,7 +32,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~s390 x86"
 
 BDEPEND="
test? (



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

2022-11-23 Thread Arthur Zamarin
commit: e2dd0f2459976ce2240d7f25e5556c99fa2fb7ff
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 23 12:03:15 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 23 12:03:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2dd0f24

dev-python/bracex: Keyword 2.3_p1 ppc, #882593

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

 dev-python/bracex/bracex-2.3_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
index a3775d62639c..15c37af48db7 100644
--- a/dev-python/bracex/bracex-2.3_p1.ebuild
+++ b/dev-python/bracex/bracex-2.3_p1.ebuild
@@ -32,7 +32,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~riscv x86"
 
 BDEPEND="
test? (



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

2022-11-23 Thread Arthur Zamarin
commit: 9214fbbd8f4c724782960e8fc3e250d0d503ef71
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 23 12:03:13 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 23 12:03:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9214fbbd

dev-python/bracex: Keyword 2.3_p1 ppc64, #882593

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

 dev-python/bracex/bracex-2.3_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
index 8ac52e0eef59..a3775d62639c 100644
--- a/dev-python/bracex/bracex-2.3_p1.ebuild
+++ b/dev-python/bracex/bracex-2.3_p1.ebuild
@@ -32,7 +32,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 
 BDEPEND="
test? (



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

2022-06-22 Thread Michał Górny
commit: 5ab27d414bcce408d4c688b0fac4ce719854391c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 22 07:39:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 22 07:39:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab27d41

dev-python/bracex: Remove old

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

 dev-python/bracex/Manifest|  2 --
 dev-python/bracex/bracex-2.2.1.ebuild | 46 --
 dev-python/bracex/bracex-2.3.ebuild   | 53 ---
 3 files changed, 101 deletions(-)

diff --git a/dev-python/bracex/Manifest b/dev-python/bracex/Manifest
index 87161d35c8ea..4ca10df673c8 100644
--- a/dev-python/bracex/Manifest
+++ b/dev-python/bracex/Manifest
@@ -1,3 +1 @@
-DIST bracex-2.2.1.tar.gz 27642 BLAKE2B 
e9eb12dd70b3cf1c6abd8a59f19d8f77f8fc85e07efad02a2c0213266b93641406d05fa8454b2b4cd6870b7f866a22c0b2132d690444f1910a599c9b17594065
 SHA512 
cad9faf73258493581606bf5c8068d34a82fdcca338dd6a1d7da5dacfbee1932f48d04d6f295151d79f02495ddf89aa6a5d53d6596db7bd53ddb3cd23d59a71d
-DIST bracex-2.3.tar.gz 27489 BLAKE2B 
c48b668c35d40337fe9096c8fbc67565ea74abf330a278e1fe070055fcf8835a60dc23fba40c0f1c0677d506c7d8f8ca5168f809b13ab0442868bc962faaf1d5
 SHA512 
73f3b951ce1119154794883106a317e9ed4bbe8d96dc914afb6ca6d358104ae4908bc587504e2761c751a3795adf7f2136e96a2d46634b10478c7523fbee4f60
 DIST bracex-2.3_p1.tar.gz 27541 BLAKE2B 
a9e33e01f014c6b784b059a76da338a708a24ff88787c98c0916a6d13ac5497a1f4f14d711cab8bde1281a9968db68bdc8fdfbc23a531ef6c89adfa9974492b1
 SHA512 
3c5a8a81adb78c9d3d40b57328a6a47b3257bb0072be2685c8049cf8a91501993ce470dfd394a61d0a0fdcd082405b204e5e3e0666018978b5aa820b0d74b631

diff --git a/dev-python/bracex/bracex-2.2.1.ebuild 
b/dev-python/bracex/bracex-2.2.1.ebuild
deleted file mode 100644
index 7a2533e15fda..
--- a/dev-python/bracex/bracex-2.2.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
-   dev-python/mkdocs-git-revision-date-localized-plugin
-   dev-python/mkdocs-material
-   dev-python/mkdocs-minify-plugin
-   dev-python/mkdocs_pymdownx_material_extras
-   dev-python/pyspelling
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Bash style brace expansion for Python"
-HOMEPAGE="
-   https://github.com/facelessuser/bracex/
-   https://pypi.org/project/bracex/
-"
-SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-BDEPEND="test? ( dev-vcs/git )"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # mkdocs-git-revision-date-localized-plugin needs git repo
-   if use doc; then
-   git init || die
-   git config --global user.email "y...@example.com" || die
-   git config --global user.name "Your Name" || die
-   git add . || die
-   git commit -m 'init' || die
-   fi
-
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/bracex/bracex-2.3.ebuild 
b/dev-python/bracex/bracex-2.3.ebuild
deleted file mode 100644
index 79d80ace20ef..
--- a/dev-python/bracex/bracex-2.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_PEP517=hatchling
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
-   dev-python/mkdocs-git-revision-date-localized-plugin
-   dev-python/mkdocs-material
-   dev-python/mkdocs-minify-plugin
-   dev-python/mkdocs_pymdownx_material_extras
-   dev-python/pyspelling
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Bash style brace expansion for Python"
-HOMEPAGE="
-   https://github.com/facelessuser/bracex/
-   https://pypi.org/project/bracex/
-"
-SRC_URI="
-   https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-
-BDEPEND="
-   test? (
-   dev-vcs/git
-   )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # mkdocs-git-revision-date-localized-plugin needs git repo
-   if use doc; then
-   git init || die
-   git config --global user.email "y...@example.com" || die
-   git config --global user.name "Your Name" || die
-   git add . || die
-   git commit -m 'init' || die
-   fi
-
-   distutils-r1_python_prepare_all
-}



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

2022-06-21 Thread Joonas Niilola
commit: 1a48431240e73018d392f94cd39e10a21488aadc
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Jun 22 05:28:40 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jun 22 05:28:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a484312

dev-python/bracex: Stabilize 2.3_p1 ALLARCHES, #853565

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/bracex/bracex-2.3_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
index 2b8cd91b69c0..8ac52e0eef59 100644
--- a/dev-python/bracex/bracex-2.3_p1.ebuild
+++ b/dev-python/bracex/bracex-2.3_p1.ebuild
@@ -32,7 +32,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 
 BDEPEND="
test? (



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

2022-06-04 Thread Michał Górny
commit: 0c4b0c7e58eb4da51d6d4acc9e8b10cabe6ba1da
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  4 17:40:59 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  4 17:48:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c4b0c7e

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

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

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

diff --git a/dev-python/bracex/metadata.xml b/dev-python/bracex/metadata.xml
index 101d10bde0ed..b1ed97104dd1 100644
--- a/dev-python/bracex/metadata.xml
+++ b/dev-python/bracex/metadata.xml
@@ -13,6 +13,10 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   pyt...@gentoo.org
+   Python
+   

facelessuser/bracex
bracex



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

2022-06-01 Thread Andrew Ammerlaan
commit: 5b85366d84c1388b409988ee66ee086ce7afecc8
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Jun  1 09:09:28 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jun  1 09:20:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b85366d

dev-python/bracex: add 2.3_p1

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/bracex/Manifest |  1 +
 dev-python/bracex/bracex-2.3_p1.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/bracex/Manifest b/dev-python/bracex/Manifest
index f2e35cbff530..87161d35c8ea 100644
--- a/dev-python/bracex/Manifest
+++ b/dev-python/bracex/Manifest
@@ -1,2 +1,3 @@
 DIST bracex-2.2.1.tar.gz 27642 BLAKE2B 
e9eb12dd70b3cf1c6abd8a59f19d8f77f8fc85e07efad02a2c0213266b93641406d05fa8454b2b4cd6870b7f866a22c0b2132d690444f1910a599c9b17594065
 SHA512 
cad9faf73258493581606bf5c8068d34a82fdcca338dd6a1d7da5dacfbee1932f48d04d6f295151d79f02495ddf89aa6a5d53d6596db7bd53ddb3cd23d59a71d
 DIST bracex-2.3.tar.gz 27489 BLAKE2B 
c48b668c35d40337fe9096c8fbc67565ea74abf330a278e1fe070055fcf8835a60dc23fba40c0f1c0677d506c7d8f8ca5168f809b13ab0442868bc962faaf1d5
 SHA512 
73f3b951ce1119154794883106a317e9ed4bbe8d96dc914afb6ca6d358104ae4908bc587504e2761c751a3795adf7f2136e96a2d46634b10478c7523fbee4f60
+DIST bracex-2.3_p1.tar.gz 27541 BLAKE2B 
a9e33e01f014c6b784b059a76da338a708a24ff88787c98c0916a6d13ac5497a1f4f14d711cab8bde1281a9968db68bdc8fdfbc23a531ef6c89adfa9974492b1
 SHA512 
3c5a8a81adb78c9d3d40b57328a6a47b3257bb0072be2685c8049cf8a91501993ce470dfd394a61d0a0fdcd082405b204e5e3e0666018978b5aa820b0d74b631

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
new file mode 100644
index ..2b8cd91b69c0
--- /dev/null
+++ b/dev-python/bracex/bracex-2.3_p1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=hatchling
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-material
+   dev-python/mkdocs-minify-plugin
+   dev-python/mkdocs_pymdownx_material_extras
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+MY_PV="${PV%_p1}.post1"
+
+DESCRIPTION="Bash style brace expansion for Python"
+HOMEPAGE="
+   https://github.com/facelessuser/bracex/
+   https://pypi.org/project/bracex/
+"
+SRC_URI="
+   https://github.com/facelessuser/${PN}/archive/${MY_PV}.tar.gz
+   -> ${P}.tar.gz
+"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+BDEPEND="
+   test? (
+   dev-vcs/git
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # mkdocs-git-revision-date-localized-plugin needs git repo
+   if use doc; then
+   git init || die
+   git config --global user.email "y...@example.com" || die
+   git config --global user.name "Your Name" || die
+   git add . || die
+   git commit -m 'init' || die
+   fi
+
+   distutils-r1_python_prepare_all
+}



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

2022-05-21 Thread Michał Górny
commit: 981ba1ef6b9dd0c952c8327c95ddae08b9485bdf
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 22 05:33:00 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 22 05:53:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981ba1ef

dev-python/bracex: Bump to 2.3

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

 dev-python/bracex/Manifest  |  1 +
 dev-python/bracex/bracex-2.3.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/dev-python/bracex/Manifest b/dev-python/bracex/Manifest
index c86d52a00d04..f2e35cbff530 100644
--- a/dev-python/bracex/Manifest
+++ b/dev-python/bracex/Manifest
@@ -1 +1,2 @@
 DIST bracex-2.2.1.tar.gz 27642 BLAKE2B 
e9eb12dd70b3cf1c6abd8a59f19d8f77f8fc85e07efad02a2c0213266b93641406d05fa8454b2b4cd6870b7f866a22c0b2132d690444f1910a599c9b17594065
 SHA512 
cad9faf73258493581606bf5c8068d34a82fdcca338dd6a1d7da5dacfbee1932f48d04d6f295151d79f02495ddf89aa6a5d53d6596db7bd53ddb3cd23d59a71d
+DIST bracex-2.3.tar.gz 27489 BLAKE2B 
c48b668c35d40337fe9096c8fbc67565ea74abf330a278e1fe070055fcf8835a60dc23fba40c0f1c0677d506c7d8f8ca5168f809b13ab0442868bc962faaf1d5
 SHA512 
73f3b951ce1119154794883106a317e9ed4bbe8d96dc914afb6ca6d358104ae4908bc587504e2761c751a3795adf7f2136e96a2d46634b10478c7523fbee4f60

diff --git a/dev-python/bracex/bracex-2.3.ebuild 
b/dev-python/bracex/bracex-2.3.ebuild
new file mode 100644
index ..79d80ace20ef
--- /dev/null
+++ b/dev-python/bracex/bracex-2.3.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=hatchling
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-material
+   dev-python/mkdocs-minify-plugin
+   dev-python/mkdocs_pymdownx_material_extras
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Bash style brace expansion for Python"
+HOMEPAGE="
+   https://github.com/facelessuser/bracex/
+   https://pypi.org/project/bracex/
+"
+SRC_URI="
+   https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+BDEPEND="
+   test? (
+   dev-vcs/git
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # mkdocs-git-revision-date-localized-plugin needs git repo
+   if use doc; then
+   git init || die
+   git config --global user.email "y...@example.com" || die
+   git config --global user.name "Your Name" || die
+   git add . || die
+   git commit -m 'init' || die
+   fi
+
+   distutils-r1_python_prepare_all
+}



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

2021-11-21 Thread Michał Górny
commit: b00f845e996fea1ea5a4afc263940b0ae0e35a34
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 21 19:11:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 21 19:11:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b00f845e

dev-python/bracex: Remove old

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

 dev-python/bracex/Manifest|  2 --
 dev-python/bracex/bracex-2.1.1.ebuild | 45 ---
 dev-python/bracex/bracex-2.2.ebuild   | 45 ---
 3 files changed, 92 deletions(-)

diff --git a/dev-python/bracex/Manifest b/dev-python/bracex/Manifest
index b7d574463b12..c86d52a00d04 100644
--- a/dev-python/bracex/Manifest
+++ b/dev-python/bracex/Manifest
@@ -1,3 +1 @@
-DIST bracex-2.1.1.tar.gz 26078 BLAKE2B 
7313aac70d2bdb8473396a651a5d62a399084a0277e8c4665ef79fbe00347b86fc9793066584275f2a77c6c4cc217e6235f2f06ef4977f733039984c562ec529
 SHA512 
922f627a001c239cf5ace47fb2f295e04200116add01ff969f8de49067098dea43286c3c739d51286b283d354cb6e411b7e2e6cb1c4863ba78edccc7bd461c86
 DIST bracex-2.2.1.tar.gz 27642 BLAKE2B 
e9eb12dd70b3cf1c6abd8a59f19d8f77f8fc85e07efad02a2c0213266b93641406d05fa8454b2b4cd6870b7f866a22c0b2132d690444f1910a599c9b17594065
 SHA512 
cad9faf73258493581606bf5c8068d34a82fdcca338dd6a1d7da5dacfbee1932f48d04d6f295151d79f02495ddf89aa6a5d53d6596db7bd53ddb3cd23d59a71d
-DIST bracex-2.2.tar.gz 27605 BLAKE2B 
18e14711840c02c814c44c0f7f939e69091d34f8e1d25494e802ce5d5ae1debce73bb9cb7cf27ff6e431cc7a71e2fc3f247109c2b24875af5c06aba315028e8f
 SHA512 
386b30b528085569df0a891df3cf7a343aed692efe27f8050373adf39877ffbb191c48574f4d078acdd441ff76ab90912f2337461e36171561209a6608f10546

diff --git a/dev-python/bracex/bracex-2.1.1.ebuild 
b/dev-python/bracex/bracex-2.1.1.ebuild
deleted file mode 100644
index 5e03b2f5a2e7..
--- a/dev-python/bracex/bracex-2.1.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
-   dev-python/mkdocs-git-revision-date-localized-plugin
-   dev-python/mkdocs-material
-   dev-python/mkdocs-minify-plugin
-   dev-python/mkdocs_pymdownx_material_extras
-   dev-python/pyspelling
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Bash style brace expansion for Python"
-HOMEPAGE="
-   https://github.com/facelessuser/bracex/
-   https://pypi.org/project/bracex/
-"
-SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-BDEPEND="test? ( dev-vcs/git )"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # mkdocs-git-revision-date-localized-plugin needs git repo
-   if use doc; then
-   git init || die
-   git config --global user.email "y...@example.com" || die
-   git config --global user.name "Your Name" || die
-   git add . || die
-   git commit -m 'init' || die
-   fi
-
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/bracex/bracex-2.2.ebuild 
b/dev-python/bracex/bracex-2.2.ebuild
deleted file mode 100644
index befaccde331d..
--- a/dev-python/bracex/bracex-2.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
-   dev-python/mkdocs-git-revision-date-localized-plugin
-   dev-python/mkdocs-material
-   dev-python/mkdocs-minify-plugin
-   dev-python/mkdocs_pymdownx_material_extras
-   dev-python/pyspelling
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Bash style brace expansion for Python"
-HOMEPAGE="
-   https://github.com/facelessuser/bracex/
-   https://pypi.org/project/bracex/
-"
-SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-
-BDEPEND="test? ( dev-vcs/git )"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # mkdocs-git-revision-date-localized-plugin needs git repo
-   if use doc; then
-   git init || die
-   git config --global user.email "y...@example.com" || die
-   git config --global user.name "Your Name" || die
-   git add . || die
-   git commit -m 'init' || die
-   fi
-
-   distutils-r1_python_prepare_all
-}



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

2021-11-21 Thread Jakov Smolić
commit: 0cc1373c9ce3f7cd198aa0d21e6ab08e07234f32
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Nov 21 18:37:15 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Nov 21 18:38:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc1373c

dev-python/bracex: Stabilize 2.2.1 ALLARCHES, #825590

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

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

diff --git a/dev-python/bracex/bracex-2.2.1.ebuild 
b/dev-python/bracex/bracex-2.2.1.ebuild
index befaccde331d..60e4d11db697 100644
--- a/dev-python/bracex/bracex-2.2.1.ebuild
+++ b/dev-python/bracex/bracex-2.2.1.ebuild
@@ -25,7 +25,7 @@ 
SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 
 BDEPEND="test? ( dev-vcs/git )"
 



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

2021-11-04 Thread Michał Górny
commit: bf0b0a30f7da600f4078b2b00c060f9f8ac383e5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  4 21:16:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  4 22:09:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0b0a30

dev-python/bracex: Bump to 2.2.1

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

 dev-python/bracex/Manifest|  1 +
 dev-python/bracex/bracex-2.2.1.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/bracex/Manifest b/dev-python/bracex/Manifest
index 8b7cf135a81..b7d574463b1 100644
--- a/dev-python/bracex/Manifest
+++ b/dev-python/bracex/Manifest
@@ -1,2 +1,3 @@
 DIST bracex-2.1.1.tar.gz 26078 BLAKE2B 
7313aac70d2bdb8473396a651a5d62a399084a0277e8c4665ef79fbe00347b86fc9793066584275f2a77c6c4cc217e6235f2f06ef4977f733039984c562ec529
 SHA512 
922f627a001c239cf5ace47fb2f295e04200116add01ff969f8de49067098dea43286c3c739d51286b283d354cb6e411b7e2e6cb1c4863ba78edccc7bd461c86
+DIST bracex-2.2.1.tar.gz 27642 BLAKE2B 
e9eb12dd70b3cf1c6abd8a59f19d8f77f8fc85e07efad02a2c0213266b93641406d05fa8454b2b4cd6870b7f866a22c0b2132d690444f1910a599c9b17594065
 SHA512 
cad9faf73258493581606bf5c8068d34a82fdcca338dd6a1d7da5dacfbee1932f48d04d6f295151d79f02495ddf89aa6a5d53d6596db7bd53ddb3cd23d59a71d
 DIST bracex-2.2.tar.gz 27605 BLAKE2B 
18e14711840c02c814c44c0f7f939e69091d34f8e1d25494e802ce5d5ae1debce73bb9cb7cf27ff6e431cc7a71e2fc3f247109c2b24875af5c06aba315028e8f
 SHA512 
386b30b528085569df0a891df3cf7a343aed692efe27f8050373adf39877ffbb191c48574f4d078acdd441ff76ab90912f2337461e36171561209a6608f10546

diff --git a/dev-python/bracex/bracex-2.2.1.ebuild 
b/dev-python/bracex/bracex-2.2.1.ebuild
new file mode 100644
index 000..befaccde331
--- /dev/null
+++ b/dev-python/bracex/bracex-2.2.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-material
+   dev-python/mkdocs-minify-plugin
+   dev-python/mkdocs_pymdownx_material_extras
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Bash style brace expansion for Python"
+HOMEPAGE="
+   https://github.com/facelessuser/bracex/
+   https://pypi.org/project/bracex/
+"
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+BDEPEND="test? ( dev-vcs/git )"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # mkdocs-git-revision-date-localized-plugin needs git repo
+   if use doc; then
+   git init || die
+   git config --global user.email "y...@example.com" || die
+   git config --global user.name "Your Name" || die
+   git add . || die
+   git commit -m 'init' || die
+   fi
+
+   distutils-r1_python_prepare_all
+}



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

2021-10-18 Thread Michał Górny
commit: d0aac7f38ecf570d7cf21d35779188f3a9080c9b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 18 07:27:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 18 07:35:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0aac7f3

dev-python/bracex: Bump to 2.2

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

 dev-python/bracex/Manifest  |  1 +
 dev-python/bracex/bracex-2.2.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/dev-python/bracex/Manifest b/dev-python/bracex/Manifest
index a683ec5bcf1..8b7cf135a81 100644
--- a/dev-python/bracex/Manifest
+++ b/dev-python/bracex/Manifest
@@ -1 +1,2 @@
 DIST bracex-2.1.1.tar.gz 26078 BLAKE2B 
7313aac70d2bdb8473396a651a5d62a399084a0277e8c4665ef79fbe00347b86fc9793066584275f2a77c6c4cc217e6235f2f06ef4977f733039984c562ec529
 SHA512 
922f627a001c239cf5ace47fb2f295e04200116add01ff969f8de49067098dea43286c3c739d51286b283d354cb6e411b7e2e6cb1c4863ba78edccc7bd461c86
+DIST bracex-2.2.tar.gz 27605 BLAKE2B 
18e14711840c02c814c44c0f7f939e69091d34f8e1d25494e802ce5d5ae1debce73bb9cb7cf27ff6e431cc7a71e2fc3f247109c2b24875af5c06aba315028e8f
 SHA512 
386b30b528085569df0a891df3cf7a343aed692efe27f8050373adf39877ffbb191c48574f4d078acdd441ff76ab90912f2337461e36171561209a6608f10546

diff --git a/dev-python/bracex/bracex-2.2.ebuild 
b/dev-python/bracex/bracex-2.2.ebuild
new file mode 100644
index 000..befaccde331
--- /dev/null
+++ b/dev-python/bracex/bracex-2.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-material
+   dev-python/mkdocs-minify-plugin
+   dev-python/mkdocs_pymdownx_material_extras
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Bash style brace expansion for Python"
+HOMEPAGE="
+   https://github.com/facelessuser/bracex/
+   https://pypi.org/project/bracex/
+"
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+BDEPEND="test? ( dev-vcs/git )"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # mkdocs-git-revision-date-localized-plugin needs git repo
+   if use doc; then
+   git init || die
+   git config --global user.email "y...@example.com" || die
+   git config --global user.name "Your Name" || die
+   git add . || die
+   git commit -m 'init' || die
+   fi
+
+   distutils-r1_python_prepare_all
+}



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

2021-09-23 Thread Marek Szuba
commit: 2bbf0e6433f9af860e7ceeab1c420854638fb9a7
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep 23 12:13:05 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep 23 15:35:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bbf0e64

dev-python/bracex: keyword 2.1.1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/dev-python/bracex/bracex-2.1.1.ebuild 
b/dev-python/bracex/bracex-2.1.1.ebuild
index 210344a4ca1..5e03b2f5a2e 100644
--- a/dev-python/bracex/bracex-2.1.1.ebuild
+++ b/dev-python/bracex/bracex-2.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 DOCS_BUILDER="mkdocs"
 DOCS_DEPEND="
@@ -25,7 +25,7 @@ 
SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 
 BDEPEND="test? ( dev-vcs/git )"
 



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

2021-07-15 Thread Agostino Sarubbo
commit: bcad0cc6aa4d83ee083b9be46be8f18f93f571fc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul 15 07:36:20 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul 15 07:36:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcad0cc6

dev-python/bracex: amd64/x86 stable (ALLARCHES policy) wrt bug #794619

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

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

diff --git a/dev-python/bracex/bracex-2.1.1.ebuild 
b/dev-python/bracex/bracex-2.1.1.ebuild
index 14f6cc11376..210344a4ca1 100644
--- a/dev-python/bracex/bracex-2.1.1.ebuild
+++ b/dev-python/bracex/bracex-2.1.1.ebuild
@@ -25,7 +25,7 @@ 
SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="test? ( dev-vcs/git )"
 



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

2021-05-22 Thread Andrew Ammerlaan
commit: 9358fd314ef7345110d1f4d8192365736bab23bc
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat May 22 20:37:36 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat May 22 20:55:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9358fd31

dev-python/bracex: add 

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/bracex/metadata.xml b/dev-python/bracex/metadata.xml
index 8badec61ee2..106da756d0b 100644
--- a/dev-python/bracex/metadata.xml
+++ b/dev-python/bracex/metadata.xml
@@ -22,4 +22,5 @@
 
Bracex actually follows pretty closely to how Bash processes 
braces. It is not a 1:1 implementation of how Bash handles braces, but 
generally, it follows very closely. Almost all of the test cases are run 
through Bash first, then our implementation is compared against the results 
Bash gives. There are a few cases where we have purposely deviated. For 
instance, we are not handling Bash's command line inputs, so we are not giving 
special meaning to back ticks and quotes at this time.

+   
 



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

2021-05-22 Thread Michał Górny
commit: f10e0971cc7d42a8c7caf96dc0966bf8a4e1522b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 22 07:57:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 22 07:58:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10e0971

dev-python/bracex: Fix URLs

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

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

diff --git a/dev-python/bracex/bracex-2.1.1.ebuild 
b/dev-python/bracex/bracex-2.1.1.ebuild
index 97076b1d957..14f6cc11376 100644
--- a/dev-python/bracex/bracex-2.1.1.ebuild
+++ b/dev-python/bracex/bracex-2.1.1.ebuild
@@ -18,8 +18,8 @@ inherit distutils-r1 docs
 
 DESCRIPTION="Bash style brace expansion for Python"
 HOMEPAGE="
-   https://github.com/facelessuser/bracex
-   https://pypi.org/project/bracex
+   https://github.com/facelessuser/bracex/
+   https://pypi.org/project/bracex/
 "
 SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 



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

2021-05-22 Thread Michał Górny
commit: f164c210c01cc70f9cf52136fa0ad41f5f530c1c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 22 07:24:23 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 22 07:58:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f164c210

dev-python/bracex: Enable python3.10

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

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

diff --git a/dev-python/bracex/bracex-2.1.1.ebuild 
b/dev-python/bracex/bracex-2.1.1.ebuild
index 0af93ef28dd..97076b1d957 100644
--- a/dev-python/bracex/bracex-2.1.1.ebuild
+++ b/dev-python/bracex/bracex-2.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 DOCS_BUILDER="mkdocs"
 DOCS_DEPEND="



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

2021-02-08 Thread Michał Górny
commit: 93dc74396bbe19f5f6643c8c850dca1341f14e41
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  8 16:04:39 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  8 16:04:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93dc7439

dev-python/bracex: Bump to 2.1.1

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

 dev-python/bracex/Manifest|  1 +
 dev-python/bracex/bracex-2.1.1.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/bracex/Manifest b/dev-python/bracex/Manifest
index e7a22a677bd..6a3a6bbc81c 100644
--- a/dev-python/bracex/Manifest
+++ b/dev-python/bracex/Manifest
@@ -1,2 +1,3 @@
 DIST bracex-2.0.1.tar.gz 24356 BLAKE2B 
dc4df37c569e26a4319d4240694a397926075ba8cc3d6f44cb35ae42dd20c36f690f904d6a6895aa4e02d7108b3bc173d4a6f672ac9bf5ee426f280dab5fc0e1
 SHA512 
28758ce4796ad64cceeab0e93edf4c9bb71c6a968db3b917db3e22619278a4639e587da7070c15c5a3c8c1121871541e7764904769859c3c590ac8611f224a13
 DIST bracex-2.1.0.tar.gz 25148 BLAKE2B 
bf0c2b60713bc17dd40b9617bc8066e44b5654bd1a12948109a496588050efdf6a31d5e1d31a587cd08da9033520c2f4e0db89a806acd628f7455b6a34a03c2d
 SHA512 
ec1deeb466cf456ca3ab93ecd429b23f59fbac74215cd0de6c447f67be2bc40552dc7ba71331771d765804a190cdbf17eb7c255e976c1fef2f7e47d3351dfdce
+DIST bracex-2.1.1.tar.gz 26078 BLAKE2B 
7313aac70d2bdb8473396a651a5d62a399084a0277e8c4665ef79fbe00347b86fc9793066584275f2a77c6c4cc217e6235f2f06ef4977f733039984c562ec529
 SHA512 
922f627a001c239cf5ace47fb2f295e04200116add01ff969f8de49067098dea43286c3c739d51286b283d354cb6e411b7e2e6cb1c4863ba78edccc7bd461c86

diff --git a/dev-python/bracex/bracex-2.1.1.ebuild 
b/dev-python/bracex/bracex-2.1.1.ebuild
new file mode 100644
index 000..0af93ef28dd
--- /dev/null
+++ b/dev-python/bracex/bracex-2.1.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-material
+   dev-python/mkdocs-minify-plugin
+   dev-python/mkdocs_pymdownx_material_extras
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Bash style brace expansion for Python"
+HOMEPAGE="
+   https://github.com/facelessuser/bracex
+   https://pypi.org/project/bracex
+"
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="test? ( dev-vcs/git )"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # mkdocs-git-revision-date-localized-plugin needs git repo
+   if use doc; then
+   git init || die
+   git config --global user.email "y...@example.com" || die
+   git config --global user.name "Your Name" || die
+   git add . || die
+   git commit -m 'init' || die
+   fi
+
+   distutils-r1_python_prepare_all
+}



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

2021-02-07 Thread Michał Górny
commit: 494f18fb86ce5f273b65fc0a3d5b1dace2859001
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb  7 08:57:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  7 09:00:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494f18fb

dev-python/bracex: Bump to 2.1.0

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

 dev-python/bracex/Manifest|  1 +
 dev-python/bracex/bracex-2.1.0.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/bracex/Manifest b/dev-python/bracex/Manifest
index ea2f1af7fbb..e7a22a677bd 100644
--- a/dev-python/bracex/Manifest
+++ b/dev-python/bracex/Manifest
@@ -1 +1,2 @@
 DIST bracex-2.0.1.tar.gz 24356 BLAKE2B 
dc4df37c569e26a4319d4240694a397926075ba8cc3d6f44cb35ae42dd20c36f690f904d6a6895aa4e02d7108b3bc173d4a6f672ac9bf5ee426f280dab5fc0e1
 SHA512 
28758ce4796ad64cceeab0e93edf4c9bb71c6a968db3b917db3e22619278a4639e587da7070c15c5a3c8c1121871541e7764904769859c3c590ac8611f224a13
+DIST bracex-2.1.0.tar.gz 25148 BLAKE2B 
bf0c2b60713bc17dd40b9617bc8066e44b5654bd1a12948109a496588050efdf6a31d5e1d31a587cd08da9033520c2f4e0db89a806acd628f7455b6a34a03c2d
 SHA512 
ec1deeb466cf456ca3ab93ecd429b23f59fbac74215cd0de6c447f67be2bc40552dc7ba71331771d765804a190cdbf17eb7c255e976c1fef2f7e47d3351dfdce

diff --git a/dev-python/bracex/bracex-2.1.0.ebuild 
b/dev-python/bracex/bracex-2.1.0.ebuild
new file mode 100644
index 000..0af93ef28dd
--- /dev/null
+++ b/dev-python/bracex/bracex-2.1.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-material
+   dev-python/mkdocs-minify-plugin
+   dev-python/mkdocs_pymdownx_material_extras
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Bash style brace expansion for Python"
+HOMEPAGE="
+   https://github.com/facelessuser/bracex
+   https://pypi.org/project/bracex
+"
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="test? ( dev-vcs/git )"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # mkdocs-git-revision-date-localized-plugin needs git repo
+   if use doc; then
+   git init || die
+   git config --global user.email "y...@example.com" || die
+   git config --global user.name "Your Name" || die
+   git add . || die
+   git commit -m 'init' || die
+   fi
+
+   distutils-r1_python_prepare_all
+}



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

2020-12-07 Thread Joonas Niilola
commit: 9af3c41ad7b62d03402eb95343ea457528c388f5
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Dec  8 05:40:30 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Dec  8 05:53:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af3c41a

dev-python/bracex: add missing test dep

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/bracex/bracex-2.0.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/bracex/bracex-2.0.1.ebuild 
b/dev-python/bracex/bracex-2.0.1.ebuild
index 5e4f9fdc45e..938c2fc2c53 100644
--- a/dev-python/bracex/bracex-2.0.1.ebuild
+++ b/dev-python/bracex/bracex-2.0.1.ebuild
@@ -27,6 +27,8 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+BDEPEND="test? ( dev-vcs/git )"
+
 distutils_enable_tests pytest
 
 python_prepare_all() {



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

2020-12-07 Thread Joonas Niilola
commit: 5baf0448b9b057378db6acb36209611da9455a96
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Dec  8 05:48:43 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Dec  8 05:53:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5baf0448

dev-python/bracex: add missing dies

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/bracex/bracex-2.0.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/bracex/bracex-2.0.1.ebuild 
b/dev-python/bracex/bracex-2.0.1.ebuild
index 938c2fc2c53..3219582fd35 100644
--- a/dev-python/bracex/bracex-2.0.1.ebuild
+++ b/dev-python/bracex/bracex-2.0.1.ebuild
@@ -34,11 +34,11 @@ distutils_enable_tests pytest
 python_prepare_all() {
# mkdocs-git-revision-date-localized-plugin needs git repo
if use doc; then
-   git init
+   git init || die
git config --global user.email "y...@example.com" || die
git config --global user.name "Your Name" || die
-   git add .
-   git commit -m 'init'
+   git add . || die
+   git commit -m 'init' || die
fi
 
distutils-r1_python_prepare_all