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

2024-05-15 Thread Michał Górny
commit: b1c0baa3fda31e556ce8063f377db90334d4765a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 16 03:44:01 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 16 03:49:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c0baa3

dev-python/wcmatch: Bump to 8.5.2

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

 dev-python/wcmatch/Manifest |  1 +
 dev-python/wcmatch/wcmatch-8.5.2.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/dev-python/wcmatch/Manifest b/dev-python/wcmatch/Manifest
index 9e1a9ccab3ab..69523c887f81 100644
--- a/dev-python/wcmatch/Manifest
+++ b/dev-python/wcmatch/Manifest
@@ -1 +1,2 @@
 DIST wcmatch-8.5.1.gh.tar.gz 117483 BLAKE2B 
db4d77651ab4fc6692c746d94dda68dc0fcdfe72a6e3b512b4f60a1bd5bf7015e21349d022c6ec17ea2bbc55ae87cf6c9a3690d9b6774f02a167b4b0ad65b691
 SHA512 
10ab7d76ad7c71efb2639e2d439593a45339f485f1f628770ae845c291c34d0e3fc8a9b75b6ce6d3c131c1f0a521f3aafcadc7d24ffad5284e9db06dc5838974
+DIST wcmatch-8.5.2.gh.tar.gz 117532 BLAKE2B 
f01ce989d1580da6575535a3c025aa50defe779ca723359dab379dda1c4c98d812343773d0130c56f8ebf74dae4472caa188b4b7b323f2df09686ebba297fa9a
 SHA512 
1a79940bc54996f587dda6aacefee212adb4d527be68cc7b762e7e16c0796ebd833bdeb5abe6f48fa3d6d82f720ade054633ce28ee506b17c4d89cccffaa8e70

diff --git a/dev-python/wcmatch/wcmatch-8.5.2.ebuild 
b/dev-python/wcmatch/wcmatch-8.5.2.ebuild
new file mode 100644
index ..67f86264c16d
--- /dev/null
+++ b/dev-python/wcmatch/wcmatch-8.5.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2024 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-pymdownx-material-extras-2.0
+   dev-python/mkdocs-material
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-minify-plugin
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Wildcard/glob file name matcher"
+HOMEPAGE="
+   https://github.com/facelessuser/wcmatch/
+   https://pypi.org/project/wcmatch/
+"
+SRC_URI="
+   https://github.com/facelessuser/wcmatch/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/bracex-2.1.1[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-vcs/git
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # tests require some files in homedir
+   > "${HOME}"/test1.txt || die
+   > "${HOME}"/test2.txt || die
+
+   # mkdocs-git-revision-date-localized-plugin needs git repo
+   if use doc; then
+   git init || die
+   git config --global user.email "la...@gentoo.org" || die
+   git config --global user.name "Larry the Cow" || die
+   git add . || die
+   git commit -m 'init' || die
+   fi
+
+   distutils-r1_python_prepare_all
+}



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

2024-03-07 Thread Michał Górny
commit: d58146b84a92dd6279ab36edfac3963de17b9119
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  7 17:10:48 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  7 17:10:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58146b8

dev-python/wcmatch: Remove old

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

 dev-python/wcmatch/Manifest   |  1 -
 dev-python/wcmatch/wcmatch-8.5.ebuild | 61 ---
 2 files changed, 62 deletions(-)

diff --git a/dev-python/wcmatch/Manifest b/dev-python/wcmatch/Manifest
index e56e0d2e7a89..9e1a9ccab3ab 100644
--- a/dev-python/wcmatch/Manifest
+++ b/dev-python/wcmatch/Manifest
@@ -1,2 +1 @@
 DIST wcmatch-8.5.1.gh.tar.gz 117483 BLAKE2B 
db4d77651ab4fc6692c746d94dda68dc0fcdfe72a6e3b512b4f60a1bd5bf7015e21349d022c6ec17ea2bbc55ae87cf6c9a3690d9b6774f02a167b4b0ad65b691
 SHA512 
10ab7d76ad7c71efb2639e2d439593a45339f485f1f628770ae845c291c34d0e3fc8a9b75b6ce6d3c131c1f0a521f3aafcadc7d24ffad5284e9db06dc5838974
-DIST wcmatch-8.5.gh.tar.gz 117301 BLAKE2B 
db62057e9fe148d64a7b326ba15029a20781008288a60171793db3e4e3aab75ca4eeb1be63b7c2af5951225d512d4a5886982cb278c703980b755e6b816e51bf
 SHA512 
a4de7714945e36e0ac68c5ce99cc06887fdceb3a461464ceb05e66f5a84965cafa9cdac337e3332f5fe42aaef90d53978185e451b28d56730418ca830f98c290

diff --git a/dev-python/wcmatch/wcmatch-8.5.ebuild 
b/dev-python/wcmatch/wcmatch-8.5.ebuild
deleted file mode 100644
index b615f7f7e248..
--- a/dev-python/wcmatch/wcmatch-8.5.ebuild
+++ /dev/null
@@ -1,61 +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-pymdownx-material-extras-2.0
-   dev-python/mkdocs-material
-   dev-python/mkdocs-git-revision-date-localized-plugin
-   dev-python/mkdocs-minify-plugin
-   dev-python/pyspelling
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Wildcard/glob file name matcher"
-HOMEPAGE="
-   https://github.com/facelessuser/wcmatch/
-   https://pypi.org/project/wcmatch/
-"
-SRC_URI="
-   https://github.com/facelessuser/wcmatch/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/bracex-2.1.1[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-vcs/git
-   )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # tests require some files in homedir
-   > "${HOME}"/test1.txt || die
-   > "${HOME}"/test2.txt || die
-
-   # mkdocs-git-revision-date-localized-plugin needs git repo
-   if use doc; then
-   git init || die
-   git config --global user.email "la...@gentoo.org" || die
-   git config --global user.name "Larry the Cow" || die
-   git add . || die
-   git commit -m 'init' || die
-   fi
-
-   distutils-r1_python_prepare_all
-}



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

2024-03-07 Thread Michał Górny
commit: db9ae34dd9bd14c098169adf2a5b5b1e4187e1ee
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  7 17:09:02 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  7 17:09:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9ae34d

dev-python/wcmatch: Stabilize 8.5.1 ALLARCHES, #926389

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

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

diff --git a/dev-python/wcmatch/wcmatch-8.5.1.ebuild 
b/dev-python/wcmatch/wcmatch-8.5.1.ebuild
index 67f86264c16d..a1e9df7b7e6a 100644
--- a/dev-python/wcmatch/wcmatch-8.5.1.ebuild
+++ b/dev-python/wcmatch/wcmatch-8.5.1.ebuild
@@ -29,7 +29,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/bracex-2.1.1[${PYTHON_USEDEP}]



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

2024-02-20 Thread Michał Górny
commit: 5bbb4d25138629d5bf80f66af605a01cffe32a71
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 21 04:31:06 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 21 04:31:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bbb4d25

dev-python/wcmatch: Bump to 8.5.1

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

 dev-python/wcmatch/Manifest |  1 +
 dev-python/wcmatch/wcmatch-8.5.1.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/dev-python/wcmatch/Manifest b/dev-python/wcmatch/Manifest
index d4cd5b88324f..e56e0d2e7a89 100644
--- a/dev-python/wcmatch/Manifest
+++ b/dev-python/wcmatch/Manifest
@@ -1 +1,2 @@
+DIST wcmatch-8.5.1.gh.tar.gz 117483 BLAKE2B 
db4d77651ab4fc6692c746d94dda68dc0fcdfe72a6e3b512b4f60a1bd5bf7015e21349d022c6ec17ea2bbc55ae87cf6c9a3690d9b6774f02a167b4b0ad65b691
 SHA512 
10ab7d76ad7c71efb2639e2d439593a45339f485f1f628770ae845c291c34d0e3fc8a9b75b6ce6d3c131c1f0a521f3aafcadc7d24ffad5284e9db06dc5838974
 DIST wcmatch-8.5.gh.tar.gz 117301 BLAKE2B 
db62057e9fe148d64a7b326ba15029a20781008288a60171793db3e4e3aab75ca4eeb1be63b7c2af5951225d512d4a5886982cb278c703980b755e6b816e51bf
 SHA512 
a4de7714945e36e0ac68c5ce99cc06887fdceb3a461464ceb05e66f5a84965cafa9cdac337e3332f5fe42aaef90d53978185e451b28d56730418ca830f98c290

diff --git a/dev-python/wcmatch/wcmatch-8.5.1.ebuild 
b/dev-python/wcmatch/wcmatch-8.5.1.ebuild
new file mode 100644
index ..67f86264c16d
--- /dev/null
+++ b/dev-python/wcmatch/wcmatch-8.5.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2024 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-pymdownx-material-extras-2.0
+   dev-python/mkdocs-material
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-minify-plugin
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Wildcard/glob file name matcher"
+HOMEPAGE="
+   https://github.com/facelessuser/wcmatch/
+   https://pypi.org/project/wcmatch/
+"
+SRC_URI="
+   https://github.com/facelessuser/wcmatch/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/bracex-2.1.1[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-vcs/git
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # tests require some files in homedir
+   > "${HOME}"/test1.txt || die
+   > "${HOME}"/test2.txt || die
+
+   # mkdocs-git-revision-date-localized-plugin needs git repo
+   if use doc; then
+   git init || die
+   git config --global user.email "la...@gentoo.org" || die
+   git config --global user.name "Larry the Cow" || die
+   git add . || die
+   git commit -m 'init' || die
+   fi
+
+   distutils-r1_python_prepare_all
+}



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

2023-10-06 Thread Michał Górny
commit: 7ff9f471538fdf029eb1d4a948dd429fd1db7bbf
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  6 17:44:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  6 18:12:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff9f471

dev-python/wcmatch: Remove old

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

 dev-python/wcmatch/Manifest |  1 -
 dev-python/wcmatch/wcmatch-8.4.1.ebuild | 61 -
 2 files changed, 62 deletions(-)

diff --git a/dev-python/wcmatch/Manifest b/dev-python/wcmatch/Manifest
index 4e5f4e8672d9..d4cd5b88324f 100644
--- a/dev-python/wcmatch/Manifest
+++ b/dev-python/wcmatch/Manifest
@@ -1,2 +1 @@
-DIST wcmatch-8.4.1.gh.tar.gz 117065 BLAKE2B 
6528170503507aa9742a0e0878f7cfe2586408471acde82ffbf1011fbf48cbed6a45d580436cb6a63a54a81d1c237544a48112eb4c06f923752eb09521d7f8a5
 SHA512 
6bc8d59b678a40e28eee7816f3b447fe3396f52e982df8e0b5e26472b4ffd1342f58edc41850386954783e6d07f1d66d9372cc1495f048b9a542b572b1d8e20f
 DIST wcmatch-8.5.gh.tar.gz 117301 BLAKE2B 
db62057e9fe148d64a7b326ba15029a20781008288a60171793db3e4e3aab75ca4eeb1be63b7c2af5951225d512d4a5886982cb278c703980b755e6b816e51bf
 SHA512 
a4de7714945e36e0ac68c5ce99cc06887fdceb3a461464ceb05e66f5a84965cafa9cdac337e3332f5fe42aaef90d53978185e451b28d56730418ca830f98c290

diff --git a/dev-python/wcmatch/wcmatch-8.4.1.ebuild 
b/dev-python/wcmatch/wcmatch-8.4.1.ebuild
deleted file mode 100644
index 8b4b86038e61..
--- a/dev-python/wcmatch/wcmatch-8.4.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=hatchling
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
-   >=dev-python/mkdocs-pymdownx-material-extras-2.0
-   dev-python/mkdocs-material
-   dev-python/mkdocs-git-revision-date-localized-plugin
-   dev-python/mkdocs-minify-plugin
-   dev-python/pyspelling
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Wildcard/glob file name matcher"
-HOMEPAGE="
-   https://github.com/facelessuser/wcmatch/
-   https://pypi.org/project/wcmatch/
-"
-SRC_URI="
-   https://github.com/facelessuser/wcmatch/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/bracex-2.1.1[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-vcs/git
-   )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # tests require some files in homedir
-   > "${HOME}"/test1.txt || die
-   > "${HOME}"/test2.txt || die
-
-   # mkdocs-git-revision-date-localized-plugin needs git repo
-   if use doc; then
-   git init || die
-   git config --global user.email "la...@gentoo.org" || die
-   git config --global user.name "Larry the Cow" || die
-   git add . || die
-   git commit -m 'init' || die
-   fi
-
-   distutils-r1_python_prepare_all
-}



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

2023-10-06 Thread Arthur Zamarin
commit: 3bd148b5898bb49eec61b903db11b57ebe1aa7b6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct  6 17:05:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct  6 17:05:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd148b5

dev-python/wcmatch: Stabilize 8.5 ALLARCHES, #915300

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

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

diff --git a/dev-python/wcmatch/wcmatch-8.5.ebuild 
b/dev-python/wcmatch/wcmatch-8.5.ebuild
index 71f39ff5caa7..bd249c23bbb8 100644
--- a/dev-python/wcmatch/wcmatch-8.5.ebuild
+++ b/dev-python/wcmatch/wcmatch-8.5.ebuild
@@ -29,7 +29,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/bracex-2.1.1[${PYTHON_USEDEP}]



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

2023-08-31 Thread Michał Górny
commit: 224c2e3b61f1b61ea0665ad6cee0a512160fb0df
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 31 12:56:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 31 13:06:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224c2e3b

dev-python/wcmatch: Bump to 8.5

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

 dev-python/wcmatch/Manifest   |  1 +
 dev-python/wcmatch/wcmatch-8.5.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/dev-python/wcmatch/Manifest b/dev-python/wcmatch/Manifest
index c9f68c43a050..4e5f4e8672d9 100644
--- a/dev-python/wcmatch/Manifest
+++ b/dev-python/wcmatch/Manifest
@@ -1 +1,2 @@
 DIST wcmatch-8.4.1.gh.tar.gz 117065 BLAKE2B 
6528170503507aa9742a0e0878f7cfe2586408471acde82ffbf1011fbf48cbed6a45d580436cb6a63a54a81d1c237544a48112eb4c06f923752eb09521d7f8a5
 SHA512 
6bc8d59b678a40e28eee7816f3b447fe3396f52e982df8e0b5e26472b4ffd1342f58edc41850386954783e6d07f1d66d9372cc1495f048b9a542b572b1d8e20f
+DIST wcmatch-8.5.gh.tar.gz 117301 BLAKE2B 
db62057e9fe148d64a7b326ba15029a20781008288a60171793db3e4e3aab75ca4eeb1be63b7c2af5951225d512d4a5886982cb278c703980b755e6b816e51bf
 SHA512 
a4de7714945e36e0ac68c5ce99cc06887fdceb3a461464ceb05e66f5a84965cafa9cdac337e3332f5fe42aaef90d53978185e451b28d56730418ca830f98c290

diff --git a/dev-python/wcmatch/wcmatch-8.5.ebuild 
b/dev-python/wcmatch/wcmatch-8.5.ebuild
new file mode 100644
index ..71f39ff5caa7
--- /dev/null
+++ b/dev-python/wcmatch/wcmatch-8.5.ebuild
@@ -0,0 +1,61 @@
+# 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-pymdownx-material-extras-2.0
+   dev-python/mkdocs-material
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-minify-plugin
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Wildcard/glob file name matcher"
+HOMEPAGE="
+   https://github.com/facelessuser/wcmatch/
+   https://pypi.org/project/wcmatch/
+"
+SRC_URI="
+   https://github.com/facelessuser/wcmatch/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/bracex-2.1.1[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-vcs/git
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # tests require some files in homedir
+   > "${HOME}"/test1.txt || die
+   > "${HOME}"/test2.txt || die
+
+   # mkdocs-git-revision-date-localized-plugin needs git repo
+   if use doc; then
+   git init || die
+   git config --global user.email "la...@gentoo.org" || die
+   git config --global user.name "Larry the Cow" || die
+   git add . || die
+   git commit -m 'init' || die
+   fi
+
+   distutils-r1_python_prepare_all
+}



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

2023-04-14 Thread Sam James
commit: 3d9c5b3728edec17279f230511ba9954573b28c1
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 19:37:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 19:37:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d9c5b37

dev-python/wcmatch: Keyword 8.4.1 ppc64, #888513

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

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

diff --git a/dev-python/wcmatch/wcmatch-8.4.1.ebuild 
b/dev-python/wcmatch/wcmatch-8.4.1.ebuild
index d45ad37db1da..8b4b86038e61 100644
--- a/dev-python/wcmatch/wcmatch-8.4.1.ebuild
+++ b/dev-python/wcmatch/wcmatch-8.4.1.ebuild
@@ -29,7 +29,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/bracex-2.1.1[${PYTHON_USEDEP}]



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

2023-04-13 Thread Sam James
commit: 2e215e0884382866dd0ff58ebcbdd989d51fac06
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 04:03:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 04:03:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e215e08

dev-python/wcmatch: Keyword 8.4.1 arm64, #888513

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

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

diff --git a/dev-python/wcmatch/wcmatch-8.4.1.ebuild 
b/dev-python/wcmatch/wcmatch-8.4.1.ebuild
index 5ce47a994029..d45ad37db1da 100644
--- a/dev-python/wcmatch/wcmatch-8.4.1.ebuild
+++ b/dev-python/wcmatch/wcmatch-8.4.1.ebuild
@@ -29,7 +29,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv x86"
 
 RDEPEND="
>=dev-python/bracex-2.1.1[${PYTHON_USEDEP}]



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

2023-04-09 Thread Andrew Ammerlaan
commit: a0f1b5c85efb6ba1948d748b7dc72097f07c9874
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Apr  9 20:28:51 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Apr  9 20:40:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f1b5c8

dev-python/wcmatch: drop myself as a maintainer

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

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

diff --git a/dev-python/wcmatch/metadata.xml b/dev-python/wcmatch/metadata.xml
index 04bf616e8e5b..6f3b96a114db 100644
--- a/dev-python/wcmatch/metadata.xml
+++ b/dev-python/wcmatch/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/wcmatch/

2023-02-24 Thread Arthur Zamarin
commit: 53510d8538b8ce92b81d63004905e3d1137e8398
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 25 05:46:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 25 05:46:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53510d85

dev-python/wcmatch: Keyword 8.4.1 arm, #888513

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

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

diff --git a/dev-python/wcmatch/wcmatch-8.4.1.ebuild 
b/dev-python/wcmatch/wcmatch-8.4.1.ebuild
index dac0ffc31d87..7c604979306e 100644
--- a/dev-python/wcmatch/wcmatch-8.4.1.ebuild
+++ b/dev-python/wcmatch/wcmatch-8.4.1.ebuild
@@ -29,7 +29,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~riscv x86"
+KEYWORDS="amd64 ~arm ~ppc ~riscv x86"
 
 RDEPEND="
>=dev-python/bracex-2.1.1[${PYTHON_USEDEP}]



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

2023-01-14 Thread Arthur Zamarin
commit: 8156939b92f60f0dd62aabc7188be80786181a48
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 14 09:59:57 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 14 09:59:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8156939b

dev-python/wcmatch: Keyword 8.4.1 ppc, #888513

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

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

diff --git a/dev-python/wcmatch/wcmatch-8.4.1.ebuild 
b/dev-python/wcmatch/wcmatch-8.4.1.ebuild
index c855cdb18ae5..22b76ffd9c86 100644
--- a/dev-python/wcmatch/wcmatch-8.4.1.ebuild
+++ b/dev-python/wcmatch/wcmatch-8.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -29,7 +29,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
+KEYWORDS="amd64 ~ppc ~riscv x86"
 
 RDEPEND="
>=dev-python/bracex-2.1.1[${PYTHON_USEDEP}]



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

2022-10-24 Thread Michał Górny
commit: 277e0f5e929314c239ec7444f9d385936f1981cf
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 24 10:14:33 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 24 10:14:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=277e0f5e

dev-python/wcmatch: Remove old

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

 dev-python/wcmatch/Manifest   |  1 -
 dev-python/wcmatch/wcmatch-8.4.ebuild | 61 ---
 2 files changed, 62 deletions(-)

diff --git a/dev-python/wcmatch/Manifest b/dev-python/wcmatch/Manifest
index 56830604ca0d..c9f68c43a050 100644
--- a/dev-python/wcmatch/Manifest
+++ b/dev-python/wcmatch/Manifest
@@ -1,2 +1 @@
 DIST wcmatch-8.4.1.gh.tar.gz 117065 BLAKE2B 
6528170503507aa9742a0e0878f7cfe2586408471acde82ffbf1011fbf48cbed6a45d580436cb6a63a54a81d1c237544a48112eb4c06f923752eb09521d7f8a5
 SHA512 
6bc8d59b678a40e28eee7816f3b447fe3396f52e982df8e0b5e26472b4ffd1342f58edc41850386954783e6d07f1d66d9372cc1495f048b9a542b572b1d8e20f
-DIST wcmatch-8.4.gh.tar.gz 116596 BLAKE2B 
cdfbc243fa62f4854490510a563163f99dac09eed16248fa7a72d0a2a7b96484fab4edf3ba497e96a46dca1f734b9c1b098da4d71784775f51b48fcfa5b8a24c
 SHA512 
92478a769be129f9997ef75a384b9978d0647bbd7f2212aa058f1438e698a0a77d069871daf20889455f6e9bb73266d4e312f29f61c704a708fa48fa565d7614

diff --git a/dev-python/wcmatch/wcmatch-8.4.ebuild 
b/dev-python/wcmatch/wcmatch-8.4.ebuild
deleted file mode 100644
index 74c632c98978..
--- a/dev-python/wcmatch/wcmatch-8.4.ebuild
+++ /dev/null
@@ -1,61 +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_pymdownx_material_extras-2.0
-   dev-python/mkdocs-material
-   dev-python/mkdocs-git-revision-date-localized-plugin
-   dev-python/mkdocs-minify-plugin
-   dev-python/pyspelling
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Wildcard/glob file name matcher"
-HOMEPAGE="
-   https://github.com/facelessuser/wcmatch/
-   https://pypi.org/project/wcmatch/
-"
-SRC_URI="
-   https://github.com/facelessuser/wcmatch/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/bracex-2.1.1[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-vcs/git
-   )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # tests require some files in homedir
-   > "${HOME}"/test1.txt || die
-   > "${HOME}"/test2.txt || die
-
-   # 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/wcmatch/

2022-10-24 Thread Joonas Niilola
commit: 7ecb3abd1498176883c4033e597a9e6be2acbd73
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct 24 07:17:48 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct 24 07:17:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecb3abd

dev-python/wcmatch: Stabilize 8.4.1 ALLARCHES, #878007

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

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

diff --git a/dev-python/wcmatch/wcmatch-8.4.1.ebuild 
b/dev-python/wcmatch/wcmatch-8.4.1.ebuild
index 42be0b6abeee..c855cdb18ae5 100644
--- a/dev-python/wcmatch/wcmatch-8.4.1.ebuild
+++ b/dev-python/wcmatch/wcmatch-8.4.1.ebuild
@@ -29,7 +29,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 
 RDEPEND="
>=dev-python/bracex-2.1.1[${PYTHON_USEDEP}]



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

2022-09-22 Thread Andrew Ammerlaan
commit: 2fc3749ed4c45b09277e5df4d98e2933f56b0977
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep 22 10:32:48 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep 22 10:55:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc3749e

dev-python/wcmatch: add 8.4.1

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

 dev-python/wcmatch/Manifest |  1 +
 dev-python/wcmatch/wcmatch-8.4.1.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/dev-python/wcmatch/Manifest b/dev-python/wcmatch/Manifest
index 106502d62cf3..56830604ca0d 100644
--- a/dev-python/wcmatch/Manifest
+++ b/dev-python/wcmatch/Manifest
@@ -1 +1,2 @@
+DIST wcmatch-8.4.1.gh.tar.gz 117065 BLAKE2B 
6528170503507aa9742a0e0878f7cfe2586408471acde82ffbf1011fbf48cbed6a45d580436cb6a63a54a81d1c237544a48112eb4c06f923752eb09521d7f8a5
 SHA512 
6bc8d59b678a40e28eee7816f3b447fe3396f52e982df8e0b5e26472b4ffd1342f58edc41850386954783e6d07f1d66d9372cc1495f048b9a542b572b1d8e20f
 DIST wcmatch-8.4.gh.tar.gz 116596 BLAKE2B 
cdfbc243fa62f4854490510a563163f99dac09eed16248fa7a72d0a2a7b96484fab4edf3ba497e96a46dca1f734b9c1b098da4d71784775f51b48fcfa5b8a24c
 SHA512 
92478a769be129f9997ef75a384b9978d0647bbd7f2212aa058f1438e698a0a77d069871daf20889455f6e9bb73266d4e312f29f61c704a708fa48fa565d7614

diff --git a/dev-python/wcmatch/wcmatch-8.4.1.ebuild 
b/dev-python/wcmatch/wcmatch-8.4.1.ebuild
new file mode 100644
index ..42be0b6abeee
--- /dev/null
+++ b/dev-python/wcmatch/wcmatch-8.4.1.ebuild
@@ -0,0 +1,61 @@
+# 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_pymdownx_material_extras-2.0
+   dev-python/mkdocs-material
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-minify-plugin
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Wildcard/glob file name matcher"
+HOMEPAGE="
+   https://github.com/facelessuser/wcmatch/
+   https://pypi.org/project/wcmatch/
+"
+SRC_URI="
+   https://github.com/facelessuser/wcmatch/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/bracex-2.1.1[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-vcs/git
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # tests require some files in homedir
+   > "${HOME}"/test1.txt || die
+   > "${HOME}"/test2.txt || die
+
+   # mkdocs-git-revision-date-localized-plugin needs git repo
+   if use doc; then
+   git init || die
+   git config --global user.email "la...@gentoo.org" || die
+   git config --global user.name "Larry the Cow" || die
+   git add . || die
+   git commit -m 'init' || die
+   fi
+
+   distutils-r1_python_prepare_all
+}



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

2022-07-02 Thread Michał Górny
commit: 4b15f52d109ac1252a0ac501498b165155d7388a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 16:08:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  2 16:08:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b15f52d

dev-python/wcmatch: Remove old

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

 dev-python/wcmatch/Manifest   |  1 -
 dev-python/wcmatch/wcmatch-8.3.ebuild | 58 ---
 2 files changed, 59 deletions(-)

diff --git a/dev-python/wcmatch/Manifest b/dev-python/wcmatch/Manifest
index 6500eaa4c51c..106502d62cf3 100644
--- a/dev-python/wcmatch/Manifest
+++ b/dev-python/wcmatch/Manifest
@@ -1,2 +1 @@
-DIST wcmatch-8.3.tar.gz 116600 BLAKE2B 
8576a546278a69ba46af262bc925370e6d8b1828975d54fe3fe1a2e39fc8456134c7f7986e1674883ca0f0298c223be7efc67c7296a29d9a4f1b64e42614ce17
 SHA512 
64cd84e69ceb6c5953f281711d026540ac198256cda3ca32c90d2acb01b18c93ceaebd3440b395c3e77fc7ec38f350821b0095518ab5c065e698cfe0f2df4c1b
 DIST wcmatch-8.4.gh.tar.gz 116596 BLAKE2B 
cdfbc243fa62f4854490510a563163f99dac09eed16248fa7a72d0a2a7b96484fab4edf3ba497e96a46dca1f734b9c1b098da4d71784775f51b48fcfa5b8a24c
 SHA512 
92478a769be129f9997ef75a384b9978d0647bbd7f2212aa058f1438e698a0a77d069871daf20889455f6e9bb73266d4e312f29f61c704a708fa48fa565d7614

diff --git a/dev-python/wcmatch/wcmatch-8.3.ebuild 
b/dev-python/wcmatch/wcmatch-8.3.ebuild
deleted file mode 100644
index 7648775293cb..
--- a/dev-python/wcmatch/wcmatch-8.3.ebuild
+++ /dev/null
@@ -1,58 +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_pymdownx_material_extras-1.0.7
-   dev-python/mkdocs-material
-   dev-python/mkdocs-git-revision-date-localized-plugin
-   dev-python/mkdocs-minify-plugin
-   dev-python/pyspelling
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Wildcard/glob file name matcher"
-HOMEPAGE="
-   https://github.com/facelessuser/wcmatch/
-   https://pypi.org/project/wcmatch/;
-SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/backrefs-4.1[${PYTHON_USEDEP}]
-   >=dev-python/bracex-2.0[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-vcs/git
-   )"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # tests require some files in homedir
-   > "${HOME}"/test1.txt || die
-   > "${HOME}"/test2.txt || die
-
-   # 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/wcmatch/

2022-07-02 Thread Jakov Smolić
commit: 6c36949c53b84ead85509a0cfd73252dd0196cb2
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Jul  2 16:03:49 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Jul  2 16:03:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c36949c

dev-python/wcmatch: Stabilize 8.4 ALLARCHES, #855740

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

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

diff --git a/dev-python/wcmatch/wcmatch-8.4.ebuild 
b/dev-python/wcmatch/wcmatch-8.4.ebuild
index c5bddee62f3a..74c632c98978 100644
--- a/dev-python/wcmatch/wcmatch-8.4.ebuild
+++ b/dev-python/wcmatch/wcmatch-8.4.ebuild
@@ -29,7 +29,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 
 RDEPEND="
>=dev-python/bracex-2.1.1[${PYTHON_USEDEP}]



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

2022-05-31 Thread Michał Górny
commit: 5f46cda902df89d0f0f68c944638b8437eb52260
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 31 05:47:43 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 31 06:18:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f46cda9

dev-python/wcmatch: Bump to 8.4

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

 dev-python/wcmatch/Manifest   |  1 +
 dev-python/wcmatch/wcmatch-8.4.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/dev-python/wcmatch/Manifest b/dev-python/wcmatch/Manifest
index 87219ce1e621..6500eaa4c51c 100644
--- a/dev-python/wcmatch/Manifest
+++ b/dev-python/wcmatch/Manifest
@@ -1 +1,2 @@
 DIST wcmatch-8.3.tar.gz 116600 BLAKE2B 
8576a546278a69ba46af262bc925370e6d8b1828975d54fe3fe1a2e39fc8456134c7f7986e1674883ca0f0298c223be7efc67c7296a29d9a4f1b64e42614ce17
 SHA512 
64cd84e69ceb6c5953f281711d026540ac198256cda3ca32c90d2acb01b18c93ceaebd3440b395c3e77fc7ec38f350821b0095518ab5c065e698cfe0f2df4c1b
+DIST wcmatch-8.4.gh.tar.gz 116596 BLAKE2B 
cdfbc243fa62f4854490510a563163f99dac09eed16248fa7a72d0a2a7b96484fab4edf3ba497e96a46dca1f734b9c1b098da4d71784775f51b48fcfa5b8a24c
 SHA512 
92478a769be129f9997ef75a384b9978d0647bbd7f2212aa058f1438e698a0a77d069871daf20889455f6e9bb73266d4e312f29f61c704a708fa48fa565d7614

diff --git a/dev-python/wcmatch/wcmatch-8.4.ebuild 
b/dev-python/wcmatch/wcmatch-8.4.ebuild
new file mode 100644
index ..c5bddee62f3a
--- /dev/null
+++ b/dev-python/wcmatch/wcmatch-8.4.ebuild
@@ -0,0 +1,61 @@
+# 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_pymdownx_material_extras-2.0
+   dev-python/mkdocs-material
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-minify-plugin
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Wildcard/glob file name matcher"
+HOMEPAGE="
+   https://github.com/facelessuser/wcmatch/
+   https://pypi.org/project/wcmatch/
+"
+SRC_URI="
+   https://github.com/facelessuser/wcmatch/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/bracex-2.1.1[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-vcs/git
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # tests require some files in homedir
+   > "${HOME}"/test1.txt || die
+   > "${HOME}"/test2.txt || die
+
+   # 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/wcmatch/

2022-05-17 Thread Andrew Ammerlaan
commit: 609b685d78e5f4d57711dc873b82eaf6223e
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue May 17 11:31:08 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue May 17 12:19:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=609b685d

dev-python/wcmatch: enable py3.11

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

 dev-python/wcmatch/wcmatch-8.3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/wcmatch/wcmatch-8.3.ebuild 
b/dev-python/wcmatch/wcmatch-8.3.ebuild
index 8a9fe29ef3f2..7648775293cb 100644
--- a/dev-python/wcmatch/wcmatch-8.3.ebuild
+++ b/dev-python/wcmatch/wcmatch-8.3.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
 
 DOCS_BUILDER="mkdocs"
 DOCS_DEPEND="



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

2022-01-10 Thread Michał Górny
commit: a217a70ec16d98c3b2fae05444023e155b9d7d61
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 10 12:25:52 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 10 12:25:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a217a70e

dev-python/wcmatch: Remove old

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

 dev-python/wcmatch/Manifest   |  1 -
 dev-python/wcmatch/wcmatch-8.2.ebuild | 57 ---
 2 files changed, 58 deletions(-)

diff --git a/dev-python/wcmatch/Manifest b/dev-python/wcmatch/Manifest
index de2f81d5d20a..87219ce1e621 100644
--- a/dev-python/wcmatch/Manifest
+++ b/dev-python/wcmatch/Manifest
@@ -1,2 +1 @@
-DIST wcmatch-8.2.tar.gz 113537 BLAKE2B 
d1fe53f7d2394af31750c0b98451749201b1adbd8d00a734418afd8e208a9480b913059f78f62016be2fc2109813406c096f8ab60973a716b6ca275377551281
 SHA512 
d56d868ec0578ae59eb5f39ff17005faed13162141e3ced15c60d8de5f8e8b1a16eaf66e7c73cffdbd288b94db57843112624de8e5b588d26a5e46d4edb72168
 DIST wcmatch-8.3.tar.gz 116600 BLAKE2B 
8576a546278a69ba46af262bc925370e6d8b1828975d54fe3fe1a2e39fc8456134c7f7986e1674883ca0f0298c223be7efc67c7296a29d9a4f1b64e42614ce17
 SHA512 
64cd84e69ceb6c5953f281711d026540ac198256cda3ca32c90d2acb01b18c93ceaebd3440b395c3e77fc7ec38f350821b0095518ab5c065e698cfe0f2df4c1b

diff --git a/dev-python/wcmatch/wcmatch-8.2.ebuild 
b/dev-python/wcmatch/wcmatch-8.2.ebuild
deleted file mode 100644
index 83020ce9dad8..
--- a/dev-python/wcmatch/wcmatch-8.2.ebuild
+++ /dev/null
@@ -1,57 +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_pymdownx_material_extras-1.0.7
-   dev-python/mkdocs-material
-   dev-python/mkdocs-git-revision-date-localized-plugin
-   dev-python/mkdocs-minify-plugin
-   dev-python/pyspelling
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Wildcard/glob file name matcher"
-HOMEPAGE="
-   https://github.com/facelessuser/wcmatch/
-   https://pypi.org/project/wcmatch/;
-SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/backrefs-4.1[${PYTHON_USEDEP}]
-   >=dev-python/bracex-2.0[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-vcs/git
-   )"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # tests require some files in homedir
-   > "${HOME}"/test1.txt || die
-   > "${HOME}"/test2.txt || die
-
-   # 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/wcmatch/

2022-01-10 Thread Arthur Zamarin
commit: fdad3b1c8e6b1a27049032d50e6059423d48bd60
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jan 10 11:25:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jan 10 11:25:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdad3b1c

dev-python/wcmatch: Stabilize 8.3 ALLARCHES, #828356

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

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

diff --git a/dev-python/wcmatch/wcmatch-8.3.ebuild 
b/dev-python/wcmatch/wcmatch-8.3.ebuild
index 61d6e0564f4d..8a9fe29ef3f2 100644
--- a/dev-python/wcmatch/wcmatch-8.3.ebuild
+++ b/dev-python/wcmatch/wcmatch-8.3.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=8
@@ -24,7 +24,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"
 
 RDEPEND="
>=dev-python/backrefs-4.1[${PYTHON_USEDEP}]



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

2021-11-03 Thread Michał Górny
commit: 42957501b336c5ee8a3d87c9419d92a39131a814
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov  3 06:28:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov  3 06:42:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42957501

dev-python/wcmatch: Bump to 8.3

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

 dev-python/wcmatch/Manifest   |  1 +
 dev-python/wcmatch/wcmatch-8.3.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/wcmatch/Manifest b/dev-python/wcmatch/Manifest
index f72ef09386d..de2f81d5d20 100644
--- a/dev-python/wcmatch/Manifest
+++ b/dev-python/wcmatch/Manifest
@@ -1 +1,2 @@
 DIST wcmatch-8.2.tar.gz 113537 BLAKE2B 
d1fe53f7d2394af31750c0b98451749201b1adbd8d00a734418afd8e208a9480b913059f78f62016be2fc2109813406c096f8ab60973a716b6ca275377551281
 SHA512 
d56d868ec0578ae59eb5f39ff17005faed13162141e3ced15c60d8de5f8e8b1a16eaf66e7c73cffdbd288b94db57843112624de8e5b588d26a5e46d4edb72168
+DIST wcmatch-8.3.tar.gz 116600 BLAKE2B 
8576a546278a69ba46af262bc925370e6d8b1828975d54fe3fe1a2e39fc8456134c7f7986e1674883ca0f0298c223be7efc67c7296a29d9a4f1b64e42614ce17
 SHA512 
64cd84e69ceb6c5953f281711d026540ac198256cda3ca32c90d2acb01b18c93ceaebd3440b395c3e77fc7ec38f350821b0095518ab5c065e698cfe0f2df4c1b

diff --git a/dev-python/wcmatch/wcmatch-8.3.ebuild 
b/dev-python/wcmatch/wcmatch-8.3.ebuild
new file mode 100644
index 000..61d6e0564f4
--- /dev/null
+++ b/dev-python/wcmatch/wcmatch-8.3.ebuild
@@ -0,0 +1,57 @@
+# 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_pymdownx_material_extras-1.0.7
+   dev-python/mkdocs-material
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-minify-plugin
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Wildcard/glob file name matcher"
+HOMEPAGE="
+   https://github.com/facelessuser/wcmatch/
+   https://pypi.org/project/wcmatch/;
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/backrefs-4.1[${PYTHON_USEDEP}]
+   >=dev-python/bracex-2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-vcs/git
+   )"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # tests require some files in homedir
+   > "${HOME}"/test1.txt || die
+   > "${HOME}"/test2.txt || die
+
+   # 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/wcmatch/

2021-10-17 Thread Michał Górny
commit: 3b07ea2b98362d6cdf82b7171ebfb4a2a01afc41
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 09:40:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 09:40:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b07ea2b

dev-python/wcmatch: Remove old

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

 dev-python/wcmatch/Manifest |  1 -
 dev-python/wcmatch/wcmatch-8.1.2.ebuild | 61 -
 2 files changed, 62 deletions(-)

diff --git a/dev-python/wcmatch/Manifest b/dev-python/wcmatch/Manifest
index df2a0153589..f72ef09386d 100644
--- a/dev-python/wcmatch/Manifest
+++ b/dev-python/wcmatch/Manifest
@@ -1,2 +1 @@
-DIST wcmatch-8.1.2.tar.gz 112726 BLAKE2B 
4d91425f30e81f1ff3449b364b74f242b7393b7a4a162538e57406f9d5cc05d24277d6c0119c40266d4474c9c99919ade8d0450b1999abb39077ffc64f495719
 SHA512 
f96fc646db334407229ee9885b308eb2b27967d9b4e4245df33641605af678f3edfb54f53c5c8722b946029d39779fcd775299963530036c723cfa860dcfff38
 DIST wcmatch-8.2.tar.gz 113537 BLAKE2B 
d1fe53f7d2394af31750c0b98451749201b1adbd8d00a734418afd8e208a9480b913059f78f62016be2fc2109813406c096f8ab60973a716b6ca275377551281
 SHA512 
d56d868ec0578ae59eb5f39ff17005faed13162141e3ced15c60d8de5f8e8b1a16eaf66e7c73cffdbd288b94db57843112624de8e5b588d26a5e46d4edb72168

diff --git a/dev-python/wcmatch/wcmatch-8.1.2.ebuild 
b/dev-python/wcmatch/wcmatch-8.1.2.ebuild
deleted file mode 100644
index fdc416d5245..000
--- a/dev-python/wcmatch/wcmatch-8.1.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# 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_pymdownx_material_extras-1.0.7
-   dev-python/mkdocs-material
-   dev-python/mkdocs-git-revision-date-localized-plugin
-   dev-python/mkdocs-minify-plugin
-   dev-python/pyspelling
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Wildcard/glob file name matcher"
-HOMEPAGE="
-   https://github.com/facelessuser/wcmatch/
-   https://pypi.org/project/wcmatch/;
-SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/backrefs-4.1[${PYTHON_USEDEP}]
-   >=dev-python/bracex-2.0[${PYTHON_USEDEP}]
-"
-
-BDEPEND="test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-vcs/git
-)"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # this test makes a really wrong assumption that basename of $HOME
-   # will be a username
-   sed -i -e 's:test_tilde_user:_&:' \
-   tests/test_glob.py || die
-
-   # tests require some files in homedir
-   > "${HOME}"/test1.txt || die
-   > "${HOME}"/test2.txt || die
-
-   # 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/wcmatch/

2021-09-23 Thread Marek Szuba
commit: 0b348c7eb600275414cf1ad13cdc52dee165b3cc
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep 23 12:10:58 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep 23 15:35:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b348c7e

dev-python/wcmatch: keyword 8.2 for ~riscv

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

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

diff --git a/dev-python/wcmatch/wcmatch-8.2.ebuild 
b/dev-python/wcmatch/wcmatch-8.2.ebuild
index 445b9af017e..83020ce9dad 100644
--- a/dev-python/wcmatch/wcmatch-8.2.ebuild
+++ b/dev-python/wcmatch/wcmatch-8.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 DOCS_BUILDER="mkdocs"
 DOCS_DEPEND="
@@ -24,7 +24,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"
 
 RDEPEND="
>=dev-python/backrefs-4.1[${PYTHON_USEDEP}]



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

2021-07-15 Thread Agostino Sarubbo
commit: 07e5175eb9eeb5af2830891ced847a708b17079c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul 15 07:37:14 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul 15 07:37:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e5175e

dev-python/wcmatch: 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/wcmatch/wcmatch-8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/wcmatch/wcmatch-8.2.ebuild 
b/dev-python/wcmatch/wcmatch-8.2.ebuild
index 780c9e32404..445b9af017e 100644
--- a/dev-python/wcmatch/wcmatch-8.2.ebuild
+++ b/dev-python/wcmatch/wcmatch-8.2.ebuild
@@ -24,7 +24,7 @@ 
SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
>=dev-python/backrefs-4.1[${PYTHON_USEDEP}]



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

2021-05-22 Thread Andrew Ammerlaan
commit: 2573d71e28eb5b5e6aa54a60d52c76141a15806b
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat May 22 20:51:28 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat May 22 20:55:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2573d71e

dev-python/wcmatch: add 

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

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

diff --git a/dev-python/wcmatch/metadata.xml b/dev-python/wcmatch/metadata.xml
index 1890dab7aa7..3dae50904c3 100644
--- a/dev-python/wcmatch/metadata.xml
+++ b/dev-python/wcmatch/metadata.xml
@@ -15,6 +15,7 @@


pyt...@gentoo.org
+   Python


facelessuser/wcmatch
@@ -51,4 +52,5 @@ Features:
Provides an alternative file crawler called wcmatch.
And more...

+   
 



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

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

dev-python/wcmatch: Bump to 8.2

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

 dev-python/wcmatch/Manifest   |  1 +
 dev-python/wcmatch/wcmatch-8.2.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/wcmatch/Manifest b/dev-python/wcmatch/Manifest
index bbf3b163860..df2a0153589 100644
--- a/dev-python/wcmatch/Manifest
+++ b/dev-python/wcmatch/Manifest
@@ -1 +1,2 @@
 DIST wcmatch-8.1.2.tar.gz 112726 BLAKE2B 
4d91425f30e81f1ff3449b364b74f242b7393b7a4a162538e57406f9d5cc05d24277d6c0119c40266d4474c9c99919ade8d0450b1999abb39077ffc64f495719
 SHA512 
f96fc646db334407229ee9885b308eb2b27967d9b4e4245df33641605af678f3edfb54f53c5c8722b946029d39779fcd775299963530036c723cfa860dcfff38
+DIST wcmatch-8.2.tar.gz 113537 BLAKE2B 
d1fe53f7d2394af31750c0b98451749201b1adbd8d00a734418afd8e208a9480b913059f78f62016be2fc2109813406c096f8ab60973a716b6ca275377551281
 SHA512 
d56d868ec0578ae59eb5f39ff17005faed13162141e3ced15c60d8de5f8e8b1a16eaf66e7c73cffdbd288b94db57843112624de8e5b588d26a5e46d4edb72168

diff --git a/dev-python/wcmatch/wcmatch-8.2.ebuild 
b/dev-python/wcmatch/wcmatch-8.2.ebuild
new file mode 100644
index 000..9ec783dd32b
--- /dev/null
+++ b/dev-python/wcmatch/wcmatch-8.2.ebuild
@@ -0,0 +1,57 @@
+# 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_pymdownx_material_extras-1.0.7
+   dev-python/mkdocs-material
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-minify-plugin
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Wildcard/glob file name matcher"
+HOMEPAGE="
+   https://github.com/facelessuser/wcmatch/
+   https://pypi.org/project/wcmatch/;
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/backrefs-4.1[${PYTHON_USEDEP}]
+   >=dev-python/bracex-2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-vcs/git
+   )"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # tests require some files in homedir
+   > "${HOME}"/test1.txt || die
+   > "${HOME}"/test2.txt || die
+
+   # 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/wcmatch/

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

dev-python/wcmatch: Enable python3.10

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

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

diff --git a/dev-python/wcmatch/wcmatch-8.2.ebuild 
b/dev-python/wcmatch/wcmatch-8.2.ebuild
index 9ec783dd32b..780c9e32404 100644
--- a/dev-python/wcmatch/wcmatch-8.2.ebuild
+++ b/dev-python/wcmatch/wcmatch-8.2.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/wcmatch/

2021-03-10 Thread Michał Górny
commit: 44e256191f062a512da0d1fcd15ae98f59e49906
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 10 07:10:12 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 10 10:38:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e25619

dev-python/wcmatch: Bump to 8.1.2

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

 dev-python/wcmatch/Manifest |  1 +
 dev-python/wcmatch/wcmatch-8.1.2.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/dev-python/wcmatch/Manifest b/dev-python/wcmatch/Manifest
index e3b2fe10ab5..6b6eb91b679 100644
--- a/dev-python/wcmatch/Manifest
+++ b/dev-python/wcmatch/Manifest
@@ -3,4 +3,5 @@ DIST wcmatch-7.2.tar.gz 105087 BLAKE2B 
a28bd9d02468f3ca83d606ee7f7d5c9b6b8883cf6
 DIST wcmatch-8.0.1.tar.gz 105948 BLAKE2B 
efa23d89f01b91dfb06885a9dcce94622c76e889fa7a0d8ed839cba1eafac4bd3bd1f9a8ccd95d0c7f3a6d990346de2df2bed05a1ac092b07076c548e61b77f0
 SHA512 
ae99df5ea8f2d1c9e0e120ba23c36dd7b0b13832e5ee599cf08dee2c93f624bab550d937743a3063fac8cce6ce18f56582380521aa3860f220abdcbfe9461dec
 DIST wcmatch-8.0.tar.gz 105910 BLAKE2B 
228295a28511ac8c534feed31459dc3e75316febc377473de6d30075886cf33262d6f97931c134b5aaef9109216a4b50383e884e9f3f370849e8a1ac5af5999a
 SHA512 
94bd02e02d544746b678704bd77c1252bd569f1030316e2617f340ee81266dcba398a1a6a15d9460203e681a4825a853cbebee3681d8d338a17ef9ae8d9a03ce
 DIST wcmatch-8.1.1.tar.gz 111931 BLAKE2B 
0ec1bac5b26d3f45dac1b24eb3994b803e2297d064277965f6f46e23db3841f008dd6d9ebe7914c68e9c4733c5455cdcdb9652be0f6a1dc3674eaaa28666a91b
 SHA512 
1e31a2a9edf25a7d7e64f8e64a6d8b5e00595ce4c9ac4780f073a2c8d0c123d33860f0843c8313de51478e927746f5b56902afda7b1dee0784dfb3231eb807b7
+DIST wcmatch-8.1.2.tar.gz 112726 BLAKE2B 
4d91425f30e81f1ff3449b364b74f242b7393b7a4a162538e57406f9d5cc05d24277d6c0119c40266d4474c9c99919ade8d0450b1999abb39077ffc64f495719
 SHA512 
f96fc646db334407229ee9885b308eb2b27967d9b4e4245df33641605af678f3edfb54f53c5c8722b946029d39779fcd775299963530036c723cfa860dcfff38
 DIST wcmatch-8.1.tar.gz 111866 BLAKE2B 
c896c67437e28faa0accc47f2faacedfcd9baf8f3c795f4c4429eb91bc22c0e71668db58979ee81356d5ead73e244ac2d13053ef421b8e212efd3a3feadc4eae
 SHA512 
fdb06c46d6ea83f02f2a4ac8743431d1b7821188a6ad9f845c583707091cbfd1231d1970ba3cea92e993583ed91ee314f04240dcb9285f6bb5624bd4dbae8743

diff --git a/dev-python/wcmatch/wcmatch-8.1.2.ebuild 
b/dev-python/wcmatch/wcmatch-8.1.2.ebuild
new file mode 100644
index 000..fdc416d5245
--- /dev/null
+++ b/dev-python/wcmatch/wcmatch-8.1.2.ebuild
@@ -0,0 +1,61 @@
+# 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_pymdownx_material_extras-1.0.7
+   dev-python/mkdocs-material
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-minify-plugin
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Wildcard/glob file name matcher"
+HOMEPAGE="
+   https://github.com/facelessuser/wcmatch/
+   https://pypi.org/project/wcmatch/;
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/backrefs-4.1[${PYTHON_USEDEP}]
+   >=dev-python/bracex-2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-vcs/git
+)"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # this test makes a really wrong assumption that basename of $HOME
+   # will be a username
+   sed -i -e 's:test_tilde_user:_&:' \
+   tests/test_glob.py || die
+
+   # tests require some files in homedir
+   > "${HOME}"/test1.txt || die
+   > "${HOME}"/test2.txt || die
+
+   # 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/wcmatch/

2021-02-10 Thread Michał Górny
commit: 2c402bf8db46f4ff010f9a52722a62caef0cab10
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 10 08:49:10 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 10 08:49:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c402bf8

dev-python/wcmatch: Bump to 8.1.1

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

 dev-python/wcmatch/Manifest |  1 +
 dev-python/wcmatch/wcmatch-8.1.1.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/dev-python/wcmatch/Manifest b/dev-python/wcmatch/Manifest
index 1260f165fe9..e3b2fe10ab5 100644
--- a/dev-python/wcmatch/Manifest
+++ b/dev-python/wcmatch/Manifest
@@ -2,4 +2,5 @@ DIST wcmatch-7.1.tar.gz 105744 BLAKE2B 
0add1c68025c92ac57d6ea64d82bddb20bace60de
 DIST wcmatch-7.2.tar.gz 105087 BLAKE2B 
a28bd9d02468f3ca83d606ee7f7d5c9b6b8883cf6e0c04b711765aefafce189f7f524a490c6831a739b579be66af5f4b1c7b6373da22e170211e611677c5788f
 SHA512 
6fdc0a3cb6d66b323c509a5ee34c1e8df9a46a93fd1fc0921dfdbc17ac604934fdad3df5e8f253aa6a880bea2e81bb26ec097b9503c920433c5827ea91b327d8
 DIST wcmatch-8.0.1.tar.gz 105948 BLAKE2B 
efa23d89f01b91dfb06885a9dcce94622c76e889fa7a0d8ed839cba1eafac4bd3bd1f9a8ccd95d0c7f3a6d990346de2df2bed05a1ac092b07076c548e61b77f0
 SHA512 
ae99df5ea8f2d1c9e0e120ba23c36dd7b0b13832e5ee599cf08dee2c93f624bab550d937743a3063fac8cce6ce18f56582380521aa3860f220abdcbfe9461dec
 DIST wcmatch-8.0.tar.gz 105910 BLAKE2B 
228295a28511ac8c534feed31459dc3e75316febc377473de6d30075886cf33262d6f97931c134b5aaef9109216a4b50383e884e9f3f370849e8a1ac5af5999a
 SHA512 
94bd02e02d544746b678704bd77c1252bd569f1030316e2617f340ee81266dcba398a1a6a15d9460203e681a4825a853cbebee3681d8d338a17ef9ae8d9a03ce
+DIST wcmatch-8.1.1.tar.gz 111931 BLAKE2B 
0ec1bac5b26d3f45dac1b24eb3994b803e2297d064277965f6f46e23db3841f008dd6d9ebe7914c68e9c4733c5455cdcdb9652be0f6a1dc3674eaaa28666a91b
 SHA512 
1e31a2a9edf25a7d7e64f8e64a6d8b5e00595ce4c9ac4780f073a2c8d0c123d33860f0843c8313de51478e927746f5b56902afda7b1dee0784dfb3231eb807b7
 DIST wcmatch-8.1.tar.gz 111866 BLAKE2B 
c896c67437e28faa0accc47f2faacedfcd9baf8f3c795f4c4429eb91bc22c0e71668db58979ee81356d5ead73e244ac2d13053ef421b8e212efd3a3feadc4eae
 SHA512 
fdb06c46d6ea83f02f2a4ac8743431d1b7821188a6ad9f845c583707091cbfd1231d1970ba3cea92e993583ed91ee314f04240dcb9285f6bb5624bd4dbae8743

diff --git a/dev-python/wcmatch/wcmatch-8.1.1.ebuild 
b/dev-python/wcmatch/wcmatch-8.1.1.ebuild
new file mode 100644
index 000..fdc416d5245
--- /dev/null
+++ b/dev-python/wcmatch/wcmatch-8.1.1.ebuild
@@ -0,0 +1,61 @@
+# 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_pymdownx_material_extras-1.0.7
+   dev-python/mkdocs-material
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-minify-plugin
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Wildcard/glob file name matcher"
+HOMEPAGE="
+   https://github.com/facelessuser/wcmatch/
+   https://pypi.org/project/wcmatch/;
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/backrefs-4.1[${PYTHON_USEDEP}]
+   >=dev-python/bracex-2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-vcs/git
+)"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # this test makes a really wrong assumption that basename of $HOME
+   # will be a username
+   sed -i -e 's:test_tilde_user:_&:' \
+   tests/test_glob.py || die
+
+   # tests require some files in homedir
+   > "${HOME}"/test1.txt || die
+   > "${HOME}"/test2.txt || die
+
+   # 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/wcmatch/

2021-02-08 Thread Michał Górny
commit: 83663d622626e49f567654483d79bdc104d39b82
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  8 22:25:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  8 22:25:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83663d62

dev-python/wcmatch: Bump to 8.1

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

 dev-python/wcmatch/Manifest   |  1 +
 dev-python/wcmatch/wcmatch-8.1.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/dev-python/wcmatch/Manifest b/dev-python/wcmatch/Manifest
index cc7b8279a3a..1260f165fe9 100644
--- a/dev-python/wcmatch/Manifest
+++ b/dev-python/wcmatch/Manifest
@@ -2,3 +2,4 @@ DIST wcmatch-7.1.tar.gz 105744 BLAKE2B 
0add1c68025c92ac57d6ea64d82bddb20bace60de
 DIST wcmatch-7.2.tar.gz 105087 BLAKE2B 
a28bd9d02468f3ca83d606ee7f7d5c9b6b8883cf6e0c04b711765aefafce189f7f524a490c6831a739b579be66af5f4b1c7b6373da22e170211e611677c5788f
 SHA512 
6fdc0a3cb6d66b323c509a5ee34c1e8df9a46a93fd1fc0921dfdbc17ac604934fdad3df5e8f253aa6a880bea2e81bb26ec097b9503c920433c5827ea91b327d8
 DIST wcmatch-8.0.1.tar.gz 105948 BLAKE2B 
efa23d89f01b91dfb06885a9dcce94622c76e889fa7a0d8ed839cba1eafac4bd3bd1f9a8ccd95d0c7f3a6d990346de2df2bed05a1ac092b07076c548e61b77f0
 SHA512 
ae99df5ea8f2d1c9e0e120ba23c36dd7b0b13832e5ee599cf08dee2c93f624bab550d937743a3063fac8cce6ce18f56582380521aa3860f220abdcbfe9461dec
 DIST wcmatch-8.0.tar.gz 105910 BLAKE2B 
228295a28511ac8c534feed31459dc3e75316febc377473de6d30075886cf33262d6f97931c134b5aaef9109216a4b50383e884e9f3f370849e8a1ac5af5999a
 SHA512 
94bd02e02d544746b678704bd77c1252bd569f1030316e2617f340ee81266dcba398a1a6a15d9460203e681a4825a853cbebee3681d8d338a17ef9ae8d9a03ce
+DIST wcmatch-8.1.tar.gz 111866 BLAKE2B 
c896c67437e28faa0accc47f2faacedfcd9baf8f3c795f4c4429eb91bc22c0e71668db58979ee81356d5ead73e244ac2d13053ef421b8e212efd3a3feadc4eae
 SHA512 
fdb06c46d6ea83f02f2a4ac8743431d1b7821188a6ad9f845c583707091cbfd1231d1970ba3cea92e993583ed91ee314f04240dcb9285f6bb5624bd4dbae8743

diff --git a/dev-python/wcmatch/wcmatch-8.1.ebuild 
b/dev-python/wcmatch/wcmatch-8.1.ebuild
new file mode 100644
index 000..fdc416d5245
--- /dev/null
+++ b/dev-python/wcmatch/wcmatch-8.1.ebuild
@@ -0,0 +1,61 @@
+# 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_pymdownx_material_extras-1.0.7
+   dev-python/mkdocs-material
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-minify-plugin
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Wildcard/glob file name matcher"
+HOMEPAGE="
+   https://github.com/facelessuser/wcmatch/
+   https://pypi.org/project/wcmatch/;
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/backrefs-4.1[${PYTHON_USEDEP}]
+   >=dev-python/bracex-2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-vcs/git
+)"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # this test makes a really wrong assumption that basename of $HOME
+   # will be a username
+   sed -i -e 's:test_tilde_user:_&:' \
+   tests/test_glob.py || die
+
+   # tests require some files in homedir
+   > "${HOME}"/test1.txt || die
+   > "${HOME}"/test2.txt || die
+
+   # 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/wcmatch/

2021-01-22 Thread Michał Górny
commit: 6cddd9ddbcce4cf0b576729b740edbf46001d6ff
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 22 09:00:04 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 22 09:55:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cddd9dd

dev-python/wcmatch: Bump to 8.0.1

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

 dev-python/wcmatch/Manifest |  1 +
 dev-python/wcmatch/wcmatch-8.0.1.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/dev-python/wcmatch/Manifest b/dev-python/wcmatch/Manifest
index 03c63f1fe02..cc7b8279a3a 100644
--- a/dev-python/wcmatch/Manifest
+++ b/dev-python/wcmatch/Manifest
@@ -1,3 +1,4 @@
 DIST wcmatch-7.1.tar.gz 105744 BLAKE2B 
0add1c68025c92ac57d6ea64d82bddb20bace60de5d319fb16e16802f208d788d876695bfcd186b80630039f544565c631d36e1c7327dee5d8c799eff8c80ce2
 SHA512 
79d62d85f13d245e38d0fe92a275e24058b86af8aaf9a926bfd950dad4ec47e40e763c18b08d3eb4ddd925832ae9910f13407094070442b41dbe2fe4ad11fb39
 DIST wcmatch-7.2.tar.gz 105087 BLAKE2B 
a28bd9d02468f3ca83d606ee7f7d5c9b6b8883cf6e0c04b711765aefafce189f7f524a490c6831a739b579be66af5f4b1c7b6373da22e170211e611677c5788f
 SHA512 
6fdc0a3cb6d66b323c509a5ee34c1e8df9a46a93fd1fc0921dfdbc17ac604934fdad3df5e8f253aa6a880bea2e81bb26ec097b9503c920433c5827ea91b327d8
+DIST wcmatch-8.0.1.tar.gz 105948 BLAKE2B 
efa23d89f01b91dfb06885a9dcce94622c76e889fa7a0d8ed839cba1eafac4bd3bd1f9a8ccd95d0c7f3a6d990346de2df2bed05a1ac092b07076c548e61b77f0
 SHA512 
ae99df5ea8f2d1c9e0e120ba23c36dd7b0b13832e5ee599cf08dee2c93f624bab550d937743a3063fac8cce6ce18f56582380521aa3860f220abdcbfe9461dec
 DIST wcmatch-8.0.tar.gz 105910 BLAKE2B 
228295a28511ac8c534feed31459dc3e75316febc377473de6d30075886cf33262d6f97931c134b5aaef9109216a4b50383e884e9f3f370849e8a1ac5af5999a
 SHA512 
94bd02e02d544746b678704bd77c1252bd569f1030316e2617f340ee81266dcba398a1a6a15d9460203e681a4825a853cbebee3681d8d338a17ef9ae8d9a03ce

diff --git a/dev-python/wcmatch/wcmatch-8.0.1.ebuild 
b/dev-python/wcmatch/wcmatch-8.0.1.ebuild
new file mode 100644
index 000..fdc416d5245
--- /dev/null
+++ b/dev-python/wcmatch/wcmatch-8.0.1.ebuild
@@ -0,0 +1,61 @@
+# 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_pymdownx_material_extras-1.0.7
+   dev-python/mkdocs-material
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-minify-plugin
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Wildcard/glob file name matcher"
+HOMEPAGE="
+   https://github.com/facelessuser/wcmatch/
+   https://pypi.org/project/wcmatch/;
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/backrefs-4.1[${PYTHON_USEDEP}]
+   >=dev-python/bracex-2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-vcs/git
+)"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # this test makes a really wrong assumption that basename of $HOME
+   # will be a username
+   sed -i -e 's:test_tilde_user:_&:' \
+   tests/test_glob.py || die
+
+   # tests require some files in homedir
+   > "${HOME}"/test1.txt || die
+   > "${HOME}"/test2.txt || die
+
+   # 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/wcmatch/

2021-01-21 Thread Michał Górny
commit: 81ffe7ddda3f6c3138330d54492129bd65928c6d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 21 08:57:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 21 09:12:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ffe7dd

dev-python/wcmatch: Bump to 8.0

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

 dev-python/wcmatch/Manifest   |  1 +
 dev-python/wcmatch/wcmatch-8.0.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/dev-python/wcmatch/Manifest b/dev-python/wcmatch/Manifest
index c373472b893..03c63f1fe02 100644
--- a/dev-python/wcmatch/Manifest
+++ b/dev-python/wcmatch/Manifest
@@ -1,2 +1,3 @@
 DIST wcmatch-7.1.tar.gz 105744 BLAKE2B 
0add1c68025c92ac57d6ea64d82bddb20bace60de5d319fb16e16802f208d788d876695bfcd186b80630039f544565c631d36e1c7327dee5d8c799eff8c80ce2
 SHA512 
79d62d85f13d245e38d0fe92a275e24058b86af8aaf9a926bfd950dad4ec47e40e763c18b08d3eb4ddd925832ae9910f13407094070442b41dbe2fe4ad11fb39
 DIST wcmatch-7.2.tar.gz 105087 BLAKE2B 
a28bd9d02468f3ca83d606ee7f7d5c9b6b8883cf6e0c04b711765aefafce189f7f524a490c6831a739b579be66af5f4b1c7b6373da22e170211e611677c5788f
 SHA512 
6fdc0a3cb6d66b323c509a5ee34c1e8df9a46a93fd1fc0921dfdbc17ac604934fdad3df5e8f253aa6a880bea2e81bb26ec097b9503c920433c5827ea91b327d8
+DIST wcmatch-8.0.tar.gz 105910 BLAKE2B 
228295a28511ac8c534feed31459dc3e75316febc377473de6d30075886cf33262d6f97931c134b5aaef9109216a4b50383e884e9f3f370849e8a1ac5af5999a
 SHA512 
94bd02e02d544746b678704bd77c1252bd569f1030316e2617f340ee81266dcba398a1a6a15d9460203e681a4825a853cbebee3681d8d338a17ef9ae8d9a03ce

diff --git a/dev-python/wcmatch/wcmatch-8.0.ebuild 
b/dev-python/wcmatch/wcmatch-8.0.ebuild
new file mode 100644
index 000..fdc416d5245
--- /dev/null
+++ b/dev-python/wcmatch/wcmatch-8.0.ebuild
@@ -0,0 +1,61 @@
+# 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_pymdownx_material_extras-1.0.7
+   dev-python/mkdocs-material
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-minify-plugin
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Wildcard/glob file name matcher"
+HOMEPAGE="
+   https://github.com/facelessuser/wcmatch/
+   https://pypi.org/project/wcmatch/;
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/backrefs-4.1[${PYTHON_USEDEP}]
+   >=dev-python/bracex-2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-vcs/git
+)"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # this test makes a really wrong assumption that basename of $HOME
+   # will be a username
+   sed -i -e 's:test_tilde_user:_&:' \
+   tests/test_glob.py || die
+
+   # tests require some files in homedir
+   > "${HOME}"/test1.txt || die
+   > "${HOME}"/test2.txt || die
+
+   # 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/wcmatch/

2021-01-02 Thread Michał Górny
commit: ddfbf0d142b20161ffb0e78cee78f6301730ae5d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  2 23:09:25 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  2 23:18:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddfbf0d1

dev-python/wcmatch: Bump to 7.2

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

 dev-python/wcmatch/Manifest   |  1 +
 dev-python/wcmatch/wcmatch-7.2.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/wcmatch/Manifest b/dev-python/wcmatch/Manifest
index eb561b1f951..c373472b893 100644
--- a/dev-python/wcmatch/Manifest
+++ b/dev-python/wcmatch/Manifest
@@ -1 +1,2 @@
 DIST wcmatch-7.1.tar.gz 105744 BLAKE2B 
0add1c68025c92ac57d6ea64d82bddb20bace60de5d319fb16e16802f208d788d876695bfcd186b80630039f544565c631d36e1c7327dee5d8c799eff8c80ce2
 SHA512 
79d62d85f13d245e38d0fe92a275e24058b86af8aaf9a926bfd950dad4ec47e40e763c18b08d3eb4ddd925832ae9910f13407094070442b41dbe2fe4ad11fb39
+DIST wcmatch-7.2.tar.gz 105087 BLAKE2B 
a28bd9d02468f3ca83d606ee7f7d5c9b6b8883cf6e0c04b711765aefafce189f7f524a490c6831a739b579be66af5f4b1c7b6373da22e170211e611677c5788f
 SHA512 
6fdc0a3cb6d66b323c509a5ee34c1e8df9a46a93fd1fc0921dfdbc17ac604934fdad3df5e8f253aa6a880bea2e81bb26ec097b9503c920433c5827ea91b327d8

diff --git a/dev-python/wcmatch/wcmatch-7.2.ebuild 
b/dev-python/wcmatch/wcmatch-7.2.ebuild
new file mode 100644
index 000..4ab18a52134
--- /dev/null
+++ b/dev-python/wcmatch/wcmatch-7.2.ebuild
@@ -0,0 +1,56 @@
+# 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_pymdownx_material_extras-1.0.7
+   dev-python/mkdocs-material
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-minify-plugin
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Wildcard/glob file name matcher"
+HOMEPAGE="
+   https://github.com/facelessuser/wcmatch/
+   https://pypi.org/project/wcmatch/;
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/backrefs-4.1[${PYTHON_USEDEP}]
+   >=dev-python/bracex-2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-vcs/git
+)"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # no such file or dir ~homedir
+   sed -i -e 's:test_tilde_user:_&:' \
+   tests/test_glob.py || die
+
+   # 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/wcmatch/

2021-01-02 Thread Michał Górny
commit: c116a47bcc808291ecffbd18a3efeda823af69ae
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  2 23:10:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  2 23:18:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c116a47b

dev-python/wcmatch: Add python@ as backup

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

 dev-python/wcmatch/metadata.xml   | 3 +++
 dev-python/wcmatch/wcmatch-7.2.ebuild | 7 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-python/wcmatch/metadata.xml b/dev-python/wcmatch/metadata.xml
index a6af55c3882..5e9ad1b8133 100644
--- a/dev-python/wcmatch/metadata.xml
+++ b/dev-python/wcmatch/metadata.xml
@@ -14,6 +14,9 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   pyt...@gentoo.org
+   

facelessuser/wcmatch
wcmatch

diff --git a/dev-python/wcmatch/wcmatch-7.2.ebuild 
b/dev-python/wcmatch/wcmatch-7.2.ebuild
index 4ab18a52134..fdc416d5245 100644
--- a/dev-python/wcmatch/wcmatch-7.2.ebuild
+++ b/dev-python/wcmatch/wcmatch-7.2.ebuild
@@ -39,10 +39,15 @@ BDEPEND="test? (
 distutils_enable_tests pytest
 
 python_prepare_all() {
-   # no such file or dir ~homedir
+   # this test makes a really wrong assumption that basename of $HOME
+   # will be a username
sed -i -e 's:test_tilde_user:_&:' \
tests/test_glob.py || die
 
+   # tests require some files in homedir
+   > "${HOME}"/test1.txt || die
+   > "${HOME}"/test2.txt || die
+
# mkdocs-git-revision-date-localized-plugin needs git repo
if use doc; then
git init || die



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

2020-12-07 Thread Joonas Niilola
commit: b69cb84fbabde113874385926d43288072269d4c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Dec  8 05:46:50 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Dec  8 05:53:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69cb84f

dev-python/wcmatch: add missing test dep

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

 dev-python/wcmatch/wcmatch-7.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/wcmatch/wcmatch-7.1.ebuild 
b/dev-python/wcmatch/wcmatch-7.1.ebuild
index ef181cb493b..2b77ed17b04 100644
--- a/dev-python/wcmatch/wcmatch-7.1.ebuild
+++ b/dev-python/wcmatch/wcmatch-7.1.ebuild
@@ -31,8 +31,9 @@ RDEPEND="
>=dev-python/bracex-2.0[${PYTHON_USEDEP}]
 "
 
-DEPEND="test? (
+BDEPEND="test? (
dev-python/mock[${PYTHON_USEDEP}]
+   dev-vcs/git
 )"
 
 distutils_enable_tests pytest



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

2020-12-07 Thread Joonas Niilola
commit: e14d3c85a8ff068849f209b25351af96f995df79
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Dec  8 05:50:55 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Dec  8 05:53:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14d3c85

dev-python/wcmatch: add missing dies

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

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

diff --git a/dev-python/wcmatch/wcmatch-7.1.ebuild 
b/dev-python/wcmatch/wcmatch-7.1.ebuild
index 2b77ed17b04..4fc94a4a472 100644
--- a/dev-python/wcmatch/wcmatch-7.1.ebuild
+++ b/dev-python/wcmatch/wcmatch-7.1.ebuild
@@ -45,11 +45,11 @@ 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