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

2024-02-09 Thread Ionen Wolkens
commit: 0c118cc06d51017a05bf702963d4e15c7880fe4f
Author: Matoro Mahri  matoro  tk>
AuthorDate: Sat Feb 10 06:23:52 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb 10 06:48:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c118cc0

dev-python/deprecated: Stabilize 1.2.14 hppa, #922552

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

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

diff --git a/dev-python/deprecated/deprecated-1.2.14.ebuild 
b/dev-python/deprecated/deprecated-1.2.14.ebuild
index 5b302cf3fca3..2503a4b7b259 100644
--- a/dev-python/deprecated/deprecated-1.2.14.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,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"
 
 RDEPEND="
dev-python/wrapt[${PYTHON_USEDEP}]



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

2023-12-08 Thread Arthur Zamarin
commit: 83924d7774607e96a9f70d8aeea775546d87fff3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  8 19:53:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  8 19:53:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83924d77

dev-python/deprecated: Keyword 1.2.14 s390, #917309

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.14.ebuild 
b/dev-python/deprecated/deprecated-1.2.14.ebuild
index 607761199f72..04d541df7ebd 100644
--- a/dev-python/deprecated/deprecated-1.2.14.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.14.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/wrapt[${PYTHON_USEDEP}]



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

2023-07-05 Thread Michał Górny
commit: 3fc21d9b1370d981c952336579625a4df43edf1c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  5 07:59:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  5 08:03:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc21d9b

dev-python/deprecated: Remove old

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

 dev-python/deprecated/Manifest|  1 -
 dev-python/deprecated/deprecated-1.2.13-r1.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest
index b4411320b4b8..cae2216ad75a 100644
--- a/dev-python/deprecated/Manifest
+++ b/dev-python/deprecated/Manifest
@@ -1,2 +1 @@
 DIST Deprecated-1.2.14.tar.gz 2974416 BLAKE2B 
d7994a435f7709a74fde71b1bfe20aaec44813893fd8d9fba70b55938ec2dcb01364a0084e5b161ad84819a6ce258ef28813f7272c9cc48cfc8a2159408b5f29
 SHA512 
5c2f71fc4c1abb6d4a6913bd9644d47d12f709a0830b2aa3513aa2aa92c13e916c49fcd45a5f38aa29279822a5bb8563c4062e5f3e21bb6c55ca97b7845ee736
-DIST deprecated-1.2.13.gh.tar.gz 2971610 BLAKE2B 
00c1fad34e869b143ad7cada2426f999f1d353d23e33076b0197a7ca6c87b0f2d240d7f4944b7c7669974c89304a6cf04f5d2b4c44e6fee22c27522ec2cc9711
 SHA512 
c170b086bc4e37462181a0f53edbe745aa4f4924c7fd64d9693de267e070392b74445f9cba935e85c878b755603ca6cada8b4130ac96ab071be284047aa35619

diff --git a/dev-python/deprecated/deprecated-1.2.13-r1.ebuild 
b/dev-python/deprecated/deprecated-1.2.13-r1.ebuild
deleted file mode 100644
index 8d456d42bf61..
--- a/dev-python/deprecated/deprecated-1.2.13-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python @deprecated decorator to deprecate old API"
-HOMEPAGE="
-   https://github.com/tantale/deprecated/
-   https://pypi.org/project/Deprecated/
-"
-SRC_URI="
-   https://github.com/tantale/deprecated/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
-
-RDEPEND="
-   dev-python/wrapt[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=()
-
-   [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
-   tests/test_deprecated.py::test_respect_global_filter
-   tests/test_deprecated_class.py::test_class_respect_global_filter
-   )
-
-   epytest
-}



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

2023-07-04 Thread Arthur Zamarin
commit: 3724344555aa42309797656eaa128f3522db2482
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jul  5 05:55:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jul  5 05:55:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37243445

dev-python/deprecated: Stabilize 1.2.14 ALLARCHES, #909681

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.14.ebuild 
b/dev-python/deprecated/deprecated-1.2.14.ebuild
index a2e73c91655a..5e8689e4702f 100644
--- a/dev-python/deprecated/deprecated-1.2.14.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.14.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
dev-python/wrapt[${PYTHON_USEDEP}]



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

2023-05-31 Thread Michał Górny
commit: 55e33827073253916bcfb675f641181d0e9dce97
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 31 15:42:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 31 16:05:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e33827

dev-python/deprecated: Enable py3.12

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.14.ebuild 
b/dev-python/deprecated/deprecated-1.2.14.ebuild
index f0f289559634..a2e73c91655a 100644
--- a/dev-python/deprecated/deprecated-1.2.14.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.14.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYPI_PN=${PN^}
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-05-27 Thread Michał Górny
commit: 62d009740037fa2e5ff58de8d4cfcecf35fe6b5c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 28 02:48:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 28 02:50:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d00974

dev-python/deprecated: Add GH remote-id

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

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

diff --git a/dev-python/deprecated/metadata.xml 
b/dev-python/deprecated/metadata.xml
index 6f701b39b32b..c45ae963f499 100644
--- a/dev-python/deprecated/metadata.xml
+++ b/dev-python/deprecated/metadata.xml
@@ -6,6 +6,7 @@



+   tantale/deprecated
Deprecated

 



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

2023-05-27 Thread Michał Górny
commit: 6ac494f544f4ac307041cc9e7091b15a190f0835
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 28 02:46:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 28 02:50:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac494f5

dev-python/deprecated: Bump to 1.2.14

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

 dev-python/deprecated/Manifest |  1 +
 dev-python/deprecated/deprecated-1.2.14.ebuild | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest
index cd6a8d61366a..b4411320b4b8 100644
--- a/dev-python/deprecated/Manifest
+++ b/dev-python/deprecated/Manifest
@@ -1 +1,2 @@
+DIST Deprecated-1.2.14.tar.gz 2974416 BLAKE2B 
d7994a435f7709a74fde71b1bfe20aaec44813893fd8d9fba70b55938ec2dcb01364a0084e5b161ad84819a6ce258ef28813f7272c9cc48cfc8a2159408b5f29
 SHA512 
5c2f71fc4c1abb6d4a6913bd9644d47d12f709a0830b2aa3513aa2aa92c13e916c49fcd45a5f38aa29279822a5bb8563c4062e5f3e21bb6c55ca97b7845ee736
 DIST deprecated-1.2.13.gh.tar.gz 2971610 BLAKE2B 
00c1fad34e869b143ad7cada2426f999f1d353d23e33076b0197a7ca6c87b0f2d240d7f4944b7c7669974c89304a6cf04f5d2b4c44e6fee22c27522ec2cc9711
 SHA512 
c170b086bc4e37462181a0f53edbe745aa4f4924c7fd64d9693de267e070392b74445f9cba935e85c878b755603ca6cada8b4130ac96ab071be284047aa35619

diff --git a/dev-python/deprecated/deprecated-1.2.14.ebuild 
b/dev-python/deprecated/deprecated-1.2.14.ebuild
new file mode 100644
index ..f0f289559634
--- /dev/null
+++ b/dev-python/deprecated/deprecated-1.2.14.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN^}
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python @deprecated decorator to deprecate old API"
+HOMEPAGE="
+   https://github.com/tantale/deprecated/
+   https://pypi.org/project/Deprecated/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   dev-python/wrapt[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



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

2022-06-16 Thread Michał Górny
commit: a790b3612a8eb203e86e2e3f52773d0e47032553
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 16 09:18:20 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 16 09:18:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a790b361

dev-python/deprecated: Fix HOMEPAGE

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.13-r1.ebuild 
b/dev-python/deprecated/deprecated-1.2.13-r1.ebuild
index f077b2b6aa06..7bf2c03296f6 100644
--- a/dev-python/deprecated/deprecated-1.2.13-r1.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.13-r1.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 DESCRIPTION="Python @deprecated decorator to deprecate old API"
 HOMEPAGE="
https://github.com/tantale/deprecated/
-   https://pypi.org/project/deprecated/
+   https://pypi.org/project/Deprecated/
 "
 SRC_URI="
https://github.com/tantale/deprecated/archive/v${PV}.tar.gz



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

2022-06-16 Thread Michał Górny
commit: 1f4a0bd3bd5841790cc1e853a9ca7797de26d4c7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 16 09:14:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 16 09:18:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f4a0bd3

dev-python/deprecated: Remove old

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

 dev-python/deprecated/deprecated-1.2.13.ebuild | 32 --
 1 file changed, 32 deletions(-)

diff --git a/dev-python/deprecated/deprecated-1.2.13.ebuild 
b/dev-python/deprecated/deprecated-1.2.13.ebuild
deleted file mode 100644
index 000465c10a44..
--- a/dev-python/deprecated/deprecated-1.2.13.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Python @deprecated decorator to deprecate old API"
-HOMEPAGE="https://github.com/tantale/deprecated;
-SRC_URI="
-   https://github.com/tantale/deprecated/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
-
-RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=()
-
-   [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
-   tests/test_deprecated.py::test_respect_global_filter
-   tests/test_deprecated_class.py::test_class_respect_global_filter
-   )
-
-   epytest
-}



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

2022-06-16 Thread Jakov Smolić
commit: ee13d87c35fb78993ea826bcd9bda43600614181
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jun 16 08:58:43 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jun 16 08:58:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee13d87c

dev-python/deprecated: Stabilize 1.2.13-r1 ALLARCHES, #852356

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.13-r1.ebuild 
b/dev-python/deprecated/deprecated-1.2.13-r1.ebuild
index 39fc23902db5..f077b2b6aa06 100644
--- a/dev-python/deprecated/deprecated-1.2.13-r1.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.13-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
dev-python/wrapt[${PYTHON_USEDEP}]



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

2022-05-13 Thread Michał Górny
commit: 986e7caf2a0e515529afa4740167291dd0a04eac
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 13 05:49:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 13 06:15:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986e7caf

dev-python/deprecated: Use PEP517 build

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

 dev-python/deprecated/deprecated-1.2.13-r1.ebuild | 40 +++
 1 file changed, 40 insertions(+)

diff --git a/dev-python/deprecated/deprecated-1.2.13-r1.ebuild 
b/dev-python/deprecated/deprecated-1.2.13-r1.ebuild
new file mode 100644
index ..760bc6cccf9f
--- /dev/null
+++ b/dev-python/deprecated/deprecated-1.2.13-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python @deprecated decorator to deprecate old API"
+HOMEPAGE="
+   https://github.com/tantale/deprecated/
+   https://pypi.org/project/deprecated/
+"
+SRC_URI="
+   https://github.com/tantale/deprecated/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   dev-python/wrapt[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=()
+
+   [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
+   tests/test_deprecated.py::test_respect_global_filter
+   tests/test_deprecated_class.py::test_class_respect_global_filter
+   )
+
+   epytest
+}



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

2022-05-13 Thread Michał Górny
commit: f6517f3ad949438e9e741c14b60bf8ce36a9fef9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 13 05:49:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 13 06:15:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6517f3a

dev-python/deprecated: Enable py3.11

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.13-r1.ebuild 
b/dev-python/deprecated/deprecated-1.2.13-r1.ebuild
index 760bc6cccf9f..39fc23902db5 100644
--- a/dev-python/deprecated/deprecated-1.2.13-r1.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.13-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-03-08 Thread Jakov Smolić
commit: 8ec0e9500b81ea51ee0f2662c435f78e1d300e30
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Mar  8 17:11:03 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar  8 17:11:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec0e950

dev-python/deprecated: Keyword 1.2.13 riscv, #834786

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.13.ebuild 
b/dev-python/deprecated/deprecated-1.2.13.ebuild
index 62eb4c16b23f..000465c10a44 100644
--- a/dev-python/deprecated/deprecated-1.2.13.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
 



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

2021-12-23 Thread Sam James
commit: 8069fe39fe7a542d2a6fde5a39b6240908a6a415
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 23 22:41:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 23 22:41:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8069fe39

dev-python/deprecated: Stabilize 1.2.13 sparc, #829881

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.13.ebuild 
b/dev-python/deprecated/deprecated-1.2.13.ebuild
index ca282a1ddeaf..62eb4c16b23f 100644
--- a/dev-python/deprecated/deprecated-1.2.13.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 sparc x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
 



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

2021-12-23 Thread Arthur Zamarin
commit: d6b1ade95c606ba8e31683bc46c35f19e7ef5149
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 23 18:27:36 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 23 18:27:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b1ade9

dev-python/deprecated: Stabilize 1.2.13 ppc, #829881

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.13.ebuild 
b/dev-python/deprecated/deprecated-1.2.13.ebuild
index 54fce033f4aa..9a8cffa0cba1 100644
--- a/dev-python/deprecated/deprecated-1.2.13.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 ~sparc x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
 



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

2021-12-23 Thread Arthur Zamarin
commit: 6c8a97a3b3ea27a2bb7f50fb7197b5e831b92d64
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 23 18:27:40 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 23 18:27:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c8a97a3

dev-python/deprecated: Stabilize 1.2.13 ppc64, #829881

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.13.ebuild 
b/dev-python/deprecated/deprecated-1.2.13.ebuild
index 9a8cffa0cba1..ca282a1ddeaf 100644
--- a/dev-python/deprecated/deprecated-1.2.13.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
 



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

2021-12-23 Thread Arthur Zamarin
commit: ba6f62f0d52a2659e52234e85a03609b027cd6cd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 23 18:27:33 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 23 18:27:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba6f62f0

dev-python/deprecated: Stabilize 1.2.13 arm, #829881

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.13.ebuild 
b/dev-python/deprecated/deprecated-1.2.13.ebuild
index d22e2781fae1..54fce033f4aa 100644
--- a/dev-python/deprecated/deprecated-1.2.13.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
 



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

2021-12-23 Thread Arthur Zamarin
commit: b865716002fbd39834ccf1548e6b4ebaab27b4f3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 23 18:20:49 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 23 18:20:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8657160

dev-python/deprecated: Stabilize 1.2.13 arm64, #829881

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.13.ebuild 
b/dev-python/deprecated/deprecated-1.2.13.ebuild
index 0690c6db67d7..d22e2781fae1 100644
--- a/dev-python/deprecated/deprecated-1.2.13.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
 



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

2021-12-04 Thread Arthur Zamarin
commit: 27cbb0e99f3c897b3a2876d390b0e9572988b30e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  4 17:41:00 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  4 17:43:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27cbb0e9

dev-python/deprecated: Keyword 1.2.13 hppa, #826690

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.13.ebuild 
b/dev-python/deprecated/deprecated-1.2.13.ebuild
index 035af4f97084..0690c6db67d7 100644
--- a/dev-python/deprecated/deprecated-1.2.13.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
 



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

2021-12-04 Thread Arthur Zamarin
commit: 743105c899a969efa9121b82f3324365185e7615
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  4 17:40:57 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  4 17:43:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743105c8

dev-python/deprecated: Keyword 1.2.13 ppc, #826690

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.13.ebuild 
b/dev-python/deprecated/deprecated-1.2.13.ebuild
index 5a084b8dd4aa..035af4f97084 100644
--- a/dev-python/deprecated/deprecated-1.2.13.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
 



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

2021-11-25 Thread Arthur Zamarin
commit: 6aa44e8cbf83d8731d204b34b403dcd8fc62bed1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 25 20:28:00 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 25 20:28:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa44e8c

dev-python/deprecated: Keyword 1.2.13 ppc64, #826690

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.13.ebuild 
b/dev-python/deprecated/deprecated-1.2.13.ebuild
index fe5802700079..5a084b8dd4aa 100644
--- a/dev-python/deprecated/deprecated-1.2.13.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
 



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

2021-11-24 Thread Sam James
commit: 62c3ba35d71be5c60ee517d5f59de048682f5011
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Nov 25 06:20:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 25 06:47:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62c3ba35

dev-python/deprecated: keyworded 1.2.13 for sparc, bug #826690

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/deprecated/deprecated-1.2.13.ebuild 
b/dev-python/deprecated/deprecated-1.2.13.ebuild
index 6edb35e2cb24..fe5802700079 100644
--- a/dev-python/deprecated/deprecated-1.2.13.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~sparc x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
 



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

2021-11-24 Thread Sam James
commit: 0dcb235488f72d600af650dd0d40dc351096fe3b
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 25 00:53:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 25 00:53:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dcb2354

dev-python/deprecated: Keyword 1.2.13 arm, #826690

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.13.ebuild 
b/dev-python/deprecated/deprecated-1.2.13.ebuild
index 2b29703c6c02..6edb35e2cb24 100644
--- a/dev-python/deprecated/deprecated-1.2.13.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
 



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

2021-10-10 Thread Michał Górny
commit: ef0346c5e7cc6449963ba6bec309589ac9efbf31
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 10 16:16:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 10 16:16:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef0346c5

dev-python/deprecated: Remove old

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

 dev-python/deprecated/Manifest |  1 -
 dev-python/deprecated/deprecated-1.2.12.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest
index a25e50052cd..cd6a8d61366 100644
--- a/dev-python/deprecated/Manifest
+++ b/dev-python/deprecated/Manifest
@@ -1,2 +1 @@
-DIST deprecated-1.2.12.gh.tar.gz 2969891 BLAKE2B 
c5fe02ff2c0588c5c6fb1e9054ad7851943c4574be633aa6ae37a466b3cac9889d8ed119962fcffc2092ab844a6d18a5d72766141e149bba2ba0c2dd4ee5131b
 SHA512 
ff9b03a35b688474b6d5390347c4acdf5e19fcee5f7fcbb61a456c6819adbcda72ce00200d55b92c65873addad5abf9d1d5617bf477f64beb08ca23f10ebaea2
 DIST deprecated-1.2.13.gh.tar.gz 2971610 BLAKE2B 
00c1fad34e869b143ad7cada2426f999f1d353d23e33076b0197a7ca6c87b0f2d240d7f4944b7c7669974c89304a6cf04f5d2b4c44e6fee22c27522ec2cc9711
 SHA512 
c170b086bc4e37462181a0f53edbe745aa4f4924c7fd64d9693de267e070392b74445f9cba935e85c878b755603ca6cada8b4130ac96ab071be284047aa35619

diff --git a/dev-python/deprecated/deprecated-1.2.12.ebuild 
b/dev-python/deprecated/deprecated-1.2.12.ebuild
deleted file mode 100644
index a0b37087257..000
--- a/dev-python/deprecated/deprecated-1.2.12.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Python @deprecated decorator to deprecate old API"
-HOMEPAGE="https://github.com/tantale/deprecated;
-SRC_URI="
-   https://github.com/tantale/deprecated/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local deselect=()
-
-   [[ ${EPYTHON} == pypy3 ]] && deselect+=(
-   tests/test_deprecated.py::test_respect_global_filter
-   tests/test_deprecated_class.py::test_class_respect_global_filter
-   )
-
-   pytest -vv ${deselect[@]/#/--deselect } || die "Tests failed with 
${EPYTHON}"
-}



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

2021-09-06 Thread Michał Górny
commit: 2e6b0d72824c2ad2084f32b79126fc2e7eeb0136
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep  6 06:03:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep  6 06:23:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e6b0d72

dev-python/deprecated: Bump to 1.2.13

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

 dev-python/deprecated/Manifest |  1 +
 dev-python/deprecated/deprecated-1.2.13.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest
index aabed087e35..a25e50052cd 100644
--- a/dev-python/deprecated/Manifest
+++ b/dev-python/deprecated/Manifest
@@ -1 +1,2 @@
 DIST deprecated-1.2.12.gh.tar.gz 2969891 BLAKE2B 
c5fe02ff2c0588c5c6fb1e9054ad7851943c4574be633aa6ae37a466b3cac9889d8ed119962fcffc2092ab844a6d18a5d72766141e149bba2ba0c2dd4ee5131b
 SHA512 
ff9b03a35b688474b6d5390347c4acdf5e19fcee5f7fcbb61a456c6819adbcda72ce00200d55b92c65873addad5abf9d1d5617bf477f64beb08ca23f10ebaea2
+DIST deprecated-1.2.13.gh.tar.gz 2971610 BLAKE2B 
00c1fad34e869b143ad7cada2426f999f1d353d23e33076b0197a7ca6c87b0f2d240d7f4944b7c7669974c89304a6cf04f5d2b4c44e6fee22c27522ec2cc9711
 SHA512 
c170b086bc4e37462181a0f53edbe745aa4f4924c7fd64d9693de267e070392b74445f9cba935e85c878b755603ca6cada8b4130ac96ab071be284047aa35619

diff --git a/dev-python/deprecated/deprecated-1.2.13.ebuild 
b/dev-python/deprecated/deprecated-1.2.13.ebuild
new file mode 100644
index 000..89023d5fda4
--- /dev/null
+++ b/dev-python/deprecated/deprecated-1.2.13.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Python @deprecated decorator to deprecate old API"
+HOMEPAGE="https://github.com/tantale/deprecated;
+SRC_URI="
+   https://github.com/tantale/deprecated/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=()
+
+   [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
+   tests/test_deprecated.py::test_respect_global_filter
+   tests/test_deprecated_class.py::test_class_respect_global_filter
+   )
+
+   epytest
+}



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

2021-06-07 Thread Sam James
commit: 826bca1db8e50f3c319aed5add7d2d0e768b1d95
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  8 04:09:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  8 04:09:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826bca1d

dev-python/deprecated: Keyword 1.2.12 arm64, #793767

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.12.ebuild 
b/dev-python/deprecated/deprecated-1.2.12.ebuild
index 381f05a3a5f..a0b37087257 100644
--- a/dev-python/deprecated/deprecated-1.2.12.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.12.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
 



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

2021-06-01 Thread Michał Górny
commit: dba9fc1c2b9c438478fad1c47ecb4b78f59d060b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  1 21:40:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  1 21:40:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba9fc1c

dev-python/deprecated: Enable py3.10

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.12.ebuild 
b/dev-python/deprecated/deprecated-1.2.12.ebuild
index aa8bf30defe..381f05a3a5f 100644
--- a/dev-python/deprecated/deprecated-1.2.12.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.12.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Python @deprecated decorator to deprecate old API"



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

2021-04-18 Thread Michał Górny
commit: ee276140a27b9d9e8f03a875e900153e366ea421
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 18 06:41:44 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 18 07:05:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee276140

dev-python/deprecated: Remove old

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

 dev-python/deprecated/Manifest |  1 -
 dev-python/deprecated/deprecated-1.2.11.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest
index cffd1f1f516..aabed087e35 100644
--- a/dev-python/deprecated/Manifest
+++ b/dev-python/deprecated/Manifest
@@ -1,2 +1 @@
-DIST deprecated-1.2.11.gh.tar.gz 2968469 BLAKE2B 
5b1b8872e8786897a51ff96a659ceef0deed81b3cf02edc1f69b6ee504a3c4510621b56678dd28fa795231dfe8481daf3a77bb151ee117fe0541af1983412548
 SHA512 
343f62a7a658569de885ac923a1de7f7b4cc5bf63d27d1b13474795ca38cc52932e35133b45d05c1b42d498af56f5945fad5c49b3cbdebda70337294da5d84c4
 DIST deprecated-1.2.12.gh.tar.gz 2969891 BLAKE2B 
c5fe02ff2c0588c5c6fb1e9054ad7851943c4574be633aa6ae37a466b3cac9889d8ed119962fcffc2092ab844a6d18a5d72766141e149bba2ba0c2dd4ee5131b
 SHA512 
ff9b03a35b688474b6d5390347c4acdf5e19fcee5f7fcbb61a456c6819adbcda72ce00200d55b92c65873addad5abf9d1d5617bf477f64beb08ca23f10ebaea2

diff --git a/dev-python/deprecated/deprecated-1.2.11.ebuild 
b/dev-python/deprecated/deprecated-1.2.11.ebuild
deleted file mode 100644
index aa8bf30defe..000
--- a/dev-python/deprecated/deprecated-1.2.11.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Python @deprecated decorator to deprecate old API"
-HOMEPAGE="https://github.com/tantale/deprecated;
-SRC_URI="
-   https://github.com/tantale/deprecated/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local deselect=()
-
-   [[ ${EPYTHON} == pypy3 ]] && deselect+=(
-   tests/test_deprecated.py::test_respect_global_filter
-   tests/test_deprecated_class.py::test_class_respect_global_filter
-   )
-
-   pytest -vv ${deselect[@]/#/--deselect } || die "Tests failed with 
${EPYTHON}"
-}



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

2021-04-17 Thread Sam James
commit: 51de99759b26cee4fe8ee0d6e6e2dc8cfe328634
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 01:39:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 01:39:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51de9975

dev-python/deprecated: Stabilize 1.2.12 ALLARCHES, #783273

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.12.ebuild 
b/dev-python/deprecated/deprecated-1.2.12.ebuild
index 1b72f93f745..aa8bf30defe 100644
--- a/dev-python/deprecated/deprecated-1.2.12.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.12.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
 



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

2021-03-14 Thread Michał Górny
commit: 5b4d9367f11a77f3f23876c00460b5ff79650bcf
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 14 07:52:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 14 07:52:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4d9367

dev-python/deprecated: Bump to 1.2.12

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

 dev-python/deprecated/Manifest |  1 +
 dev-python/deprecated/deprecated-1.2.12.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest
index 8913bac94ff..cffd1f1f516 100644
--- a/dev-python/deprecated/Manifest
+++ b/dev-python/deprecated/Manifest
@@ -1 +1,2 @@
 DIST deprecated-1.2.11.gh.tar.gz 2968469 BLAKE2B 
5b1b8872e8786897a51ff96a659ceef0deed81b3cf02edc1f69b6ee504a3c4510621b56678dd28fa795231dfe8481daf3a77bb151ee117fe0541af1983412548
 SHA512 
343f62a7a658569de885ac923a1de7f7b4cc5bf63d27d1b13474795ca38cc52932e35133b45d05c1b42d498af56f5945fad5c49b3cbdebda70337294da5d84c4
+DIST deprecated-1.2.12.gh.tar.gz 2969891 BLAKE2B 
c5fe02ff2c0588c5c6fb1e9054ad7851943c4574be633aa6ae37a466b3cac9889d8ed119962fcffc2092ab844a6d18a5d72766141e149bba2ba0c2dd4ee5131b
 SHA512 
ff9b03a35b688474b6d5390347c4acdf5e19fcee5f7fcbb61a456c6819adbcda72ce00200d55b92c65873addad5abf9d1d5617bf477f64beb08ca23f10ebaea2

diff --git a/dev-python/deprecated/deprecated-1.2.12.ebuild 
b/dev-python/deprecated/deprecated-1.2.12.ebuild
new file mode 100644
index 000..1b72f93f745
--- /dev/null
+++ b/dev-python/deprecated/deprecated-1.2.12.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Python @deprecated decorator to deprecate old API"
+HOMEPAGE="https://github.com/tantale/deprecated;
+SRC_URI="
+   https://github.com/tantale/deprecated/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local deselect=()
+
+   [[ ${EPYTHON} == pypy3 ]] && deselect+=(
+   tests/test_deprecated.py::test_respect_global_filter
+   tests/test_deprecated_class.py::test_class_respect_global_filter
+   )
+
+   pytest -vv ${deselect[@]/#/--deselect } || die "Tests failed with 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/deprecated/, dev-python/deprecated/files/

2021-02-19 Thread Michał Górny
commit: 4adf6bb483480d045f450a387d9b7531c442a5bf
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 19 08:57:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 19 08:57:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4adf6bb4

dev-python/deprecated: Remove old

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

 dev-python/deprecated/Manifest |  1 -
 dev-python/deprecated/deprecated-1.2.10.ebuild | 23 -
 .../deprecated/files/deprecated-1.2.10-py39.patch  | 57 --
 3 files changed, 81 deletions(-)

diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest
index 7c981b68070..8913bac94ff 100644
--- a/dev-python/deprecated/Manifest
+++ b/dev-python/deprecated/Manifest
@@ -1,2 +1 @@
-DIST deprecated-1.2.10.gh.tar.gz 2967353 BLAKE2B 
941fa81dd27940be4fde1219a9fe12354aa2054b15178cade4a859b01f8dff426e0da8161bac580ff6446b44767f3207b474bb5f555826239db039085497
 SHA512 
4bd53b759d04ab15c74a4c147b2c69c73aed6e40555acf0e84cf0c5b7ffe248da234bd1311c5629f9357d50bc08e55e81363340dcfdabe88933525bcc7859a70
 DIST deprecated-1.2.11.gh.tar.gz 2968469 BLAKE2B 
5b1b8872e8786897a51ff96a659ceef0deed81b3cf02edc1f69b6ee504a3c4510621b56678dd28fa795231dfe8481daf3a77bb151ee117fe0541af1983412548
 SHA512 
343f62a7a658569de885ac923a1de7f7b4cc5bf63d27d1b13474795ca38cc52932e35133b45d05c1b42d498af56f5945fad5c49b3cbdebda70337294da5d84c4

diff --git a/dev-python/deprecated/deprecated-1.2.10.ebuild 
b/dev-python/deprecated/deprecated-1.2.10.ebuild
deleted file mode 100644
index d9befb9fe1a..000
--- a/dev-python/deprecated/deprecated-1.2.10.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Python @deprecated decorator to deprecate old API"
-HOMEPAGE="https://github.com/tantale/deprecated;
-SRC_URI="https://github.com/tantale/deprecated/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/${P}-py39.patch
-)

diff --git a/dev-python/deprecated/files/deprecated-1.2.10-py39.patch 
b/dev-python/deprecated/files/deprecated-1.2.10-py39.patch
deleted file mode 100644
index 42ab81445b7..000
--- a/dev-python/deprecated/files/deprecated-1.2.10-py39.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-From 629e7b702ede03262afeb86cd7a6d42d739504d2 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
-Date: Sat, 30 May 2020 09:30:58 +0200
-Subject: [PATCH] Update expected class method deprecation msgs in tests for
- py3.9
-
-Python 3.9 has fixed @classmethod combining with other decorators,
-making deprecated correctly report 'class method' (instead of function
-or static method).  Update the tests to account for that.
-
-Fixes #29

- tests/test_deprecated.py | 6 +-
- tests/test_sphinx.py | 5 -
- 2 files changed, 9 insertions(+), 2 deletions(-)
-
-diff --git a/tests/test_deprecated.py b/tests/test_deprecated.py
-index 3796640..e4c00ef 100644
 a/tests/test_deprecated.py
-+++ b/tests/test_deprecated.py
-@@ -1,4 +1,5 @@
- # -*- coding: utf-8 -*-
-+import sys
- import warnings
- 
- import pytest
-@@ -184,7 +185,10 @@ def 
test_classic_deprecated_class_method__warns(classic_deprecated_class_method)
- assert len(warns) == 1
- warn = warns[0]
- assert issubclass(warn.category, DeprecationWarning)
--assert "deprecated function (or staticmethod)" in str(warn.message)
-+if sys.version_info >= (3, 9):
-+assert "deprecated class method" in str(warn.message)
-+else:
-+assert "deprecated function (or staticmethod)" in str(warn.message)
- assert warn.filename == __file__, 'Incorrect warning stackLevel'
- 
- 
-diff --git a/tests/test_sphinx.py b/tests/test_sphinx.py
-index 42f2460..efc8628 100644
 a/tests/test_sphinx.py
-+++ b/tests/test_sphinx.py
-@@ -334,7 +334,10 @@ def 
test_sphinx_deprecated_class_method__warns(sphinx_deprecated_class_method):
- assert len(warns) == 1
- warn = warns[0]
- assert issubclass(warn.category, DeprecationWarning)
--assert "deprecated function (or staticmethod)" in str(warn.message)
-+if sys.version_info >= (3, 9):
-+assert "deprecated class method" in str(warn.message)
-+else:
-+assert "deprecated function (or staticmethod)" in str(warn.message)
- 
- 
- def test_should_raise_type_error():
--- 
-2.26.2
-



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

2021-02-18 Thread Sam James
commit: e9a8c446de9356b14ad1141a211ed376ec1eabec
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 19 03:37:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 19 03:37:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a8c446

dev-python/deprecated: Stabilize 1.2.11 ALLARCHES, #771384

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.11.ebuild 
b/dev-python/deprecated/deprecated-1.2.11.ebuild
index 1b72f93f745..aa8bf30defe 100644
--- a/dev-python/deprecated/deprecated-1.2.11.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.11.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
 



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

2021-01-17 Thread Michał Górny
commit: 529b0eb2d2d0fad0bb72cfd18856151f9ce32462
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 17 15:13:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 17 15:13:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529b0eb2

dev-python/deprecated: Bump to 1.2.11

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

 dev-python/deprecated/Manifest |  1 +
 dev-python/deprecated/deprecated-1.2.11.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest
index 559a01991a5..7c981b68070 100644
--- a/dev-python/deprecated/Manifest
+++ b/dev-python/deprecated/Manifest
@@ -1 +1,2 @@
 DIST deprecated-1.2.10.gh.tar.gz 2967353 BLAKE2B 
941fa81dd27940be4fde1219a9fe12354aa2054b15178cade4a859b01f8dff426e0da8161bac580ff6446b44767f3207b474bb5f555826239db039085497
 SHA512 
4bd53b759d04ab15c74a4c147b2c69c73aed6e40555acf0e84cf0c5b7ffe248da234bd1311c5629f9357d50bc08e55e81363340dcfdabe88933525bcc7859a70
+DIST deprecated-1.2.11.gh.tar.gz 2968469 BLAKE2B 
5b1b8872e8786897a51ff96a659ceef0deed81b3cf02edc1f69b6ee504a3c4510621b56678dd28fa795231dfe8481daf3a77bb151ee117fe0541af1983412548
 SHA512 
343f62a7a658569de885ac923a1de7f7b4cc5bf63d27d1b13474795ca38cc52932e35133b45d05c1b42d498af56f5945fad5c49b3cbdebda70337294da5d84c4

diff --git a/dev-python/deprecated/deprecated-1.2.11.ebuild 
b/dev-python/deprecated/deprecated-1.2.11.ebuild
new file mode 100644
index 000..1b72f93f745
--- /dev/null
+++ b/dev-python/deprecated/deprecated-1.2.11.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Python @deprecated decorator to deprecate old API"
+HOMEPAGE="https://github.com/tantale/deprecated;
+SRC_URI="
+   https://github.com/tantale/deprecated/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local deselect=()
+
+   [[ ${EPYTHON} == pypy3 ]] && deselect+=(
+   tests/test_deprecated.py::test_respect_global_filter
+   tests/test_deprecated_class.py::test_class_respect_global_filter
+   )
+
+   pytest -vv ${deselect[@]/#/--deselect } || die "Tests failed with 
${EPYTHON}"
+}



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

2020-07-08 Thread Michał Górny
commit: e0a89d02ef17ba36a6cec796b3500f3c767e1e08
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  8 12:50:16 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  8 12:52:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a89d02

dev-python/deprecated: Mark ALLARCHES

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

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

diff --git a/dev-python/deprecated/metadata.xml 
b/dev-python/deprecated/metadata.xml
index 266e3f19ca5..e59516686a4 100644
--- a/dev-python/deprecated/metadata.xml
+++ b/dev-python/deprecated/metadata.xml
@@ -4,4 +4,5 @@

pyt...@gentoo.org

+   
 



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

2020-07-08 Thread Michał Górny
commit: e5f6a5dc94ac51318589128c7d188772b770e9d4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  8 12:51:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  8 12:52:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f6a5dc

dev-python/deprecated: Stabilize 1.2.10 ALLARCHES, #731358

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.10.ebuild 
b/dev-python/deprecated/deprecated-1.2.10.ebuild
index b2b1fcd65d1..2a68c9e3fff 100644
--- a/dev-python/deprecated/deprecated-1.2.10.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.10.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/tantale/deprecated/archive/v${PV}.tar.gz -> ${P}.gh.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/deprecated/files/, dev-python/deprecated/

2020-05-30 Thread Michał Górny
commit: 46b5dffed4d5d8fff2592c4e9f9a731b8235ff03
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 29 14:11:02 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 30 07:40:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b5dffe

dev-python/deprecated: Port to py39

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

 dev-python/deprecated/deprecated-1.2.10.ebuild |  7 ++-
 dev-python/deprecated/deprecated-1.2.9.ebuild  |  1 -
 .../deprecated/files/deprecated-1.2.10-py39.patch  | 57 ++
 3 files changed, 62 insertions(+), 3 deletions(-)

diff --git a/dev-python/deprecated/deprecated-1.2.10.ebuild 
b/dev-python/deprecated/deprecated-1.2.10.ebuild
index a5088d2c205..b2b1fcd65d1 100644
--- a/dev-python/deprecated/deprecated-1.2.10.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.10.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Python @deprecated decorator to deprecate old API"
@@ -15,6 +15,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
 distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/${P}-py39.patch
+)

diff --git a/dev-python/deprecated/deprecated-1.2.9.ebuild 
b/dev-python/deprecated/deprecated-1.2.9.ebuild
index a6bed5059a0..cf3f9570dd6 100644
--- a/dev-python/deprecated/deprecated-1.2.9.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.9.ebuild
@@ -15,6 +15,5 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
 distutils_enable_tests pytest

diff --git a/dev-python/deprecated/files/deprecated-1.2.10-py39.patch 
b/dev-python/deprecated/files/deprecated-1.2.10-py39.patch
new file mode 100644
index 000..42ab81445b7
--- /dev/null
+++ b/dev-python/deprecated/files/deprecated-1.2.10-py39.patch
@@ -0,0 +1,57 @@
+From 629e7b702ede03262afeb86cd7a6d42d739504d2 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Sat, 30 May 2020 09:30:58 +0200
+Subject: [PATCH] Update expected class method deprecation msgs in tests for
+ py3.9
+
+Python 3.9 has fixed @classmethod combining with other decorators,
+making deprecated correctly report 'class method' (instead of function
+or static method).  Update the tests to account for that.
+
+Fixes #29
+---
+ tests/test_deprecated.py | 6 +-
+ tests/test_sphinx.py | 5 -
+ 2 files changed, 9 insertions(+), 2 deletions(-)
+
+diff --git a/tests/test_deprecated.py b/tests/test_deprecated.py
+index 3796640..e4c00ef 100644
+--- a/tests/test_deprecated.py
 b/tests/test_deprecated.py
+@@ -1,4 +1,5 @@
+ # -*- coding: utf-8 -*-
++import sys
+ import warnings
+ 
+ import pytest
+@@ -184,7 +185,10 @@ def 
test_classic_deprecated_class_method__warns(classic_deprecated_class_method)
+ assert len(warns) == 1
+ warn = warns[0]
+ assert issubclass(warn.category, DeprecationWarning)
+-assert "deprecated function (or staticmethod)" in str(warn.message)
++if sys.version_info >= (3, 9):
++assert "deprecated class method" in str(warn.message)
++else:
++assert "deprecated function (or staticmethod)" in str(warn.message)
+ assert warn.filename == __file__, 'Incorrect warning stackLevel'
+ 
+ 
+diff --git a/tests/test_sphinx.py b/tests/test_sphinx.py
+index 42f2460..efc8628 100644
+--- a/tests/test_sphinx.py
 b/tests/test_sphinx.py
+@@ -334,7 +334,10 @@ def 
test_sphinx_deprecated_class_method__warns(sphinx_deprecated_class_method):
+ assert len(warns) == 1
+ warn = warns[0]
+ assert issubclass(warn.category, DeprecationWarning)
+-assert "deprecated function (or staticmethod)" in str(warn.message)
++if sys.version_info >= (3, 9):
++assert "deprecated class method" in str(warn.message)
++else:
++assert "deprecated function (or staticmethod)" in str(warn.message)
+ 
+ 
+ def test_should_raise_type_error():
+-- 
+2.26.2
+



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

2020-05-15 Thread Agostino Sarubbo
commit: 2846df4bbcc9c4b8baf42d03e8b0f859ace1c158
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 15 10:28:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 15 10:28:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2846df4b

dev-python/deprecated: amd64 stable wrt bug #722984

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/deprecated/deprecated-1.2.9.ebuild 
b/dev-python/deprecated/deprecated-1.2.9.ebuild
index d1bfce5191d..a6bed5059a0 100644
--- a/dev-python/deprecated/deprecated-1.2.9.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.9.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/tantale/deprecated/archive/v${PV}.tar.gz -> ${P}.gh.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-05-15 Thread Agostino Sarubbo
commit: 66c0a7e90adc2dad24d5e9ed5762f9f954e10400
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 15 10:18:30 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 15 10:18:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c0a7e9

dev-python/deprecated: x86 stable wrt bug #722984

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.9.ebuild 
b/dev-python/deprecated/deprecated-1.2.9.ebuild
index a5088d2c205..d1bfce5191d 100644
--- a/dev-python/deprecated/deprecated-1.2.9.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.9.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/tantale/deprecated/archive/v${PV}.tar.gz -> ${P}.gh.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-05-14 Thread Michał Górny
commit: f655bebc01d7e0afa541c85370c501b72a521dc2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 14 05:29:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 14 06:04:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f655bebc

dev-python/deprecated: Bump to 1.2.10

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

 dev-python/deprecated/Manifest |  1 +
 dev-python/deprecated/deprecated-1.2.10.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest
index 410e9e8ea9e..6d9aa092871 100644
--- a/dev-python/deprecated/Manifest
+++ b/dev-python/deprecated/Manifest
@@ -1,2 +1,3 @@
+DIST deprecated-1.2.10.gh.tar.gz 2967353 BLAKE2B 
941fa81dd27940be4fde1219a9fe12354aa2054b15178cade4a859b01f8dff426e0da8161bac580ff6446b44767f3207b474bb5f555826239db039085497
 SHA512 
4bd53b759d04ab15c74a4c147b2c69c73aed6e40555acf0e84cf0c5b7ffe248da234bd1311c5629f9357d50bc08e55e81363340dcfdabe88933525bcc7859a70
 DIST deprecated-1.2.7.gh.tar.gz 5044697 BLAKE2B 
5e295ce21a3e536e08b6e57d78d3682b31e9041f4c53d97c06af03f8272a5b729c892449210471b80500ce499fe9e6af22df8ac0aeec5ac774fd74590ebdfc3b
 SHA512 
da99a22410fdcc2a96cb5b15c489971078ce34e251406ae3dce6b3f97e284a4f09aaf1c5702407abe85a94cb6c8d9237f373a3096d6182e4a9cd1990be2817f1
 DIST deprecated-1.2.9.gh.tar.gz 5332765 BLAKE2B 
0b88c15a0186d3adcfe3076a477e1bce3565caf39feb8e25c28865d85a168ed4cecda33fd68158571ebaed429e61b2de290f0c7e832dc87baa9cd4d439dcb093
 SHA512 
04a248d78021c45a1254f80966e6e4e6817ff3f8312d36fa9874c300fc106b7bed3600702a6953044f88cfa08f8ea8d6447c160554d8c1e1568051d3ce4a175b

diff --git a/dev-python/deprecated/deprecated-1.2.10.ebuild 
b/dev-python/deprecated/deprecated-1.2.10.ebuild
new file mode 100644
index 000..a5088d2c205
--- /dev/null
+++ b/dev-python/deprecated/deprecated-1.2.10.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Python @deprecated decorator to deprecate old API"
+HOMEPAGE="https://github.com/tantale/deprecated;
+SRC_URI="https://github.com/tantale/deprecated/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest



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

2020-04-11 Thread Michał Górny
commit: 4603d64cc0977f3bd577203ad405e63c82da0dd6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 11 05:07:27 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 11 07:49:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4603d64c

dev-python/deprecated: Bump to 1.2.9

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

 dev-python/deprecated/Manifest|  1 +
 dev-python/deprecated/deprecated-1.2.9.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest
index 8c92df6b67a..410e9e8ea9e 100644
--- a/dev-python/deprecated/Manifest
+++ b/dev-python/deprecated/Manifest
@@ -1 +1,2 @@
 DIST deprecated-1.2.7.gh.tar.gz 5044697 BLAKE2B 
5e295ce21a3e536e08b6e57d78d3682b31e9041f4c53d97c06af03f8272a5b729c892449210471b80500ce499fe9e6af22df8ac0aeec5ac774fd74590ebdfc3b
 SHA512 
da99a22410fdcc2a96cb5b15c489971078ce34e251406ae3dce6b3f97e284a4f09aaf1c5702407abe85a94cb6c8d9237f373a3096d6182e4a9cd1990be2817f1
+DIST deprecated-1.2.9.gh.tar.gz 5332765 BLAKE2B 
0b88c15a0186d3adcfe3076a477e1bce3565caf39feb8e25c28865d85a168ed4cecda33fd68158571ebaed429e61b2de290f0c7e832dc87baa9cd4d439dcb093
 SHA512 
04a248d78021c45a1254f80966e6e4e6817ff3f8312d36fa9874c300fc106b7bed3600702a6953044f88cfa08f8ea8d6447c160554d8c1e1568051d3ce4a175b

diff --git a/dev-python/deprecated/deprecated-1.2.9.ebuild 
b/dev-python/deprecated/deprecated-1.2.9.ebuild
new file mode 100644
index 000..a5088d2c205
--- /dev/null
+++ b/dev-python/deprecated/deprecated-1.2.9.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Python @deprecated decorator to deprecate old API"
+HOMEPAGE="https://github.com/tantale/deprecated;
+SRC_URI="https://github.com/tantale/deprecated/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest



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

2020-03-26 Thread Michał Górny
commit: a4135898d7dbb0365ba1d8e86b2f92c7a4576291
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 20:28:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 20:34:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4135898

dev-python/deprecated: Remove redundant versions

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

 dev-python/deprecated/Manifest|  1 -
 dev-python/deprecated/deprecated-1.2.6.ebuild | 28 ---
 2 files changed, 29 deletions(-)

diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest
index 613dccd32bc..8c92df6b67a 100644
--- a/dev-python/deprecated/Manifest
+++ b/dev-python/deprecated/Manifest
@@ -1,2 +1 @@
-DIST deprecated-1.2.6.gh.tar.gz 5043633 BLAKE2B 
cc72838dc772db62ca75637268d09cbab4c9acb84b42bd1d2d76397d43b81781cfcef075a9a6e6ca2ab55eda19acae95cdfbdd820c1363e7ea4841fb1cb61b7b
 SHA512 
fcef322c6d9c317081dae365d469d4b26b0d23d8290e7aa0ca18592fb098ae7f535cb5e898cc81e5c734e7e211c847cdd9d5430c1999a4b9612f30934243ee9e
 DIST deprecated-1.2.7.gh.tar.gz 5044697 BLAKE2B 
5e295ce21a3e536e08b6e57d78d3682b31e9041f4c53d97c06af03f8272a5b729c892449210471b80500ce499fe9e6af22df8ac0aeec5ac774fd74590ebdfc3b
 SHA512 
da99a22410fdcc2a96cb5b15c489971078ce34e251406ae3dce6b3f97e284a4f09aaf1c5702407abe85a94cb6c8d9237f373a3096d6182e4a9cd1990be2817f1

diff --git a/dev-python/deprecated/deprecated-1.2.6.ebuild 
b/dev-python/deprecated/deprecated-1.2.6.ebuild
deleted file mode 100644
index 96830f8dde4..000
--- a/dev-python/deprecated/deprecated-1.2.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-inherit distutils-r1
-
-DESCRIPTION="Python @deprecated decorator to deprecate old API"
-HOMEPAGE="https://github.com/tantale/deprecated;
-SRC_URI="https://github.com/tantale/deprecated/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-
-python_test() {
-   pytest -vv || die "Tests fail with ${EPYTHON}"
-}



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

2020-03-16 Thread Michał Górny
commit: 48d018849941bd883625c7c6dcae056764168558
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 16 11:49:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 16 11:59:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d01884

dev-python/deprecated: Remove py2

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

 dev-python/deprecated/deprecated-1.2.6.ebuild | 2 +-
 dev-python/deprecated/deprecated-1.2.7.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/deprecated/deprecated-1.2.6.ebuild 
b/dev-python/deprecated/deprecated-1.2.6.ebuild
index 28c8ff5ffb1..96830f8dde4 100644
--- a/dev-python/deprecated/deprecated-1.2.6.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Python @deprecated decorator to deprecate old API"

diff --git a/dev-python/deprecated/deprecated-1.2.7.ebuild 
b/dev-python/deprecated/deprecated-1.2.7.ebuild
index c5ef661a2a3..a6bed5059a0 100644
--- a/dev-python/deprecated/deprecated-1.2.7.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Python @deprecated decorator to deprecate old API"



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

2020-02-10 Thread Michał Górny
commit: c5b8c41b72e2b2706292c441f264864ddc2dbd2d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 11 06:31:21 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 11 06:31:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b8c41b

dev-python/deprecated: Enable py3.8 & pypy3

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.7.ebuild 
b/dev-python/deprecated/deprecated-1.2.7.ebuild
index 1c28971d7ad..c5ef661a2a3 100644
--- a/dev-python/deprecated/deprecated-1.2.7.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Python @deprecated decorator to deprecate old API"



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

2020-01-03 Thread Michał Górny
commit: 5aa129c5f1898a60e8ec7b66387c22de9dd534b7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  3 08:40:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  3 08:40:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa129c5

dev-python/deprecated: Drop to python@

This is a nice, generally usable Python package with tests.  Let's put
it between other python@ packages.

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

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

diff --git a/dev-python/deprecated/metadata.xml 
b/dev-python/deprecated/metadata.xml
index 22e0d6d87f6..266e3f19ca5 100644
--- a/dev-python/deprecated/metadata.xml
+++ b/dev-python/deprecated/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   mgo...@gentoo.org
-   Michał Górny
-   

pyt...@gentoo.org




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

2019-12-31 Thread Agostino Sarubbo
commit: af24d5b876dbd4f9ce0acd0a467936572865a437
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 31 14:02:36 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 31 14:02:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af24d5b8

dev-python/deprecated: x86 stable wrt bug #704120

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.7.ebuild 
b/dev-python/deprecated/deprecated-1.2.7.ebuild
index 1769c930d94..d7fa85058a8 100644
--- a/dev-python/deprecated/deprecated-1.2.7.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.7.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/tantale/deprecated/archive/v${PV}.tar.gz -> ${P}.gh.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-12-30 Thread Agostino Sarubbo
commit: 2981865994d4170b73f64c2726eb96cc509ffa90
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec 30 15:32:13 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec 30 15:32:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29818659

dev-python/deprecated: amd64 stable wrt bug #704120

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/deprecated/deprecated-1.2.7.ebuild 
b/dev-python/deprecated/deprecated-1.2.7.ebuild
index b42bdd73004..1769c930d94 100644
--- a/dev-python/deprecated/deprecated-1.2.7.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.7.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/tantale/deprecated/archive/v${PV}.tar.gz -> ${P}.gh.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-11-11 Thread Michał Górny
commit: 7bf585ea6db14ca2c31cdf4b290c6a0a10a34470
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 12 06:34:02 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 12 06:35:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf585ea

dev-python/deprecated: Bump to 1.2.7

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

 dev-python/deprecated/Manifest|  1 +
 dev-python/deprecated/deprecated-1.2.7.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest
index 178dcb22116..613dccd32bc 100644
--- a/dev-python/deprecated/Manifest
+++ b/dev-python/deprecated/Manifest
@@ -1 +1,2 @@
 DIST deprecated-1.2.6.gh.tar.gz 5043633 BLAKE2B 
cc72838dc772db62ca75637268d09cbab4c9acb84b42bd1d2d76397d43b81781cfcef075a9a6e6ca2ab55eda19acae95cdfbdd820c1363e7ea4841fb1cb61b7b
 SHA512 
fcef322c6d9c317081dae365d469d4b26b0d23d8290e7aa0ca18592fb098ae7f535cb5e898cc81e5c734e7e211c847cdd9d5430c1999a4b9612f30934243ee9e
+DIST deprecated-1.2.7.gh.tar.gz 5044697 BLAKE2B 
5e295ce21a3e536e08b6e57d78d3682b31e9041f4c53d97c06af03f8272a5b729c892449210471b80500ce499fe9e6af22df8ac0aeec5ac774fd74590ebdfc3b
 SHA512 
da99a22410fdcc2a96cb5b15c489971078ce34e251406ae3dce6b3f97e284a4f09aaf1c5702407abe85a94cb6c8d9237f373a3096d6182e4a9cd1990be2817f1

diff --git a/dev-python/deprecated/deprecated-1.2.7.ebuild 
b/dev-python/deprecated/deprecated-1.2.7.ebuild
new file mode 100644
index 000..b42bdd73004
--- /dev/null
+++ b/dev-python/deprecated/deprecated-1.2.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+inherit distutils-r1
+
+DESCRIPTION="Python @deprecated decorator to deprecate old API"
+HOMEPAGE="https://github.com/tantale/deprecated;
+SRC_URI="https://github.com/tantale/deprecated/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest



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

2019-07-31 Thread Agostino Sarubbo
commit: 11cde60086e031bc3a79e00efd80bbde9e0a6b2a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul 31 11:02:13 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul 31 11:02:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11cde600

dev-python/deprecated: x86 stable wrt bug #690880

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

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

diff --git a/dev-python/deprecated/deprecated-1.2.6.ebuild 
b/dev-python/deprecated/deprecated-1.2.6.ebuild
index 8bd3951edcd..a90eadf150a 100644
--- a/dev-python/deprecated/deprecated-1.2.6.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.6.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/tantale/deprecated/archive/v${PV}.tar.gz -> ${P}.gh.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"



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

2019-07-31 Thread Agostino Sarubbo
commit: 33427fbd2afe38d92e9e3871063ea5e4667bcb36
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul 31 10:59:22 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul 31 10:59:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33427fbd

dev-python/deprecated: amd64 stable wrt bug #690880

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/deprecated/deprecated-1.2.6.ebuild 
b/dev-python/deprecated/deprecated-1.2.6.ebuild
index 4f502db5e1b..8bd3951edcd 100644
--- a/dev-python/deprecated/deprecated-1.2.6.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.6.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/tantale/deprecated/archive/v${PV}.tar.gz -> ${P}.gh.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"



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

2019-07-28 Thread Michał Górny
commit: 2c5019a441150e4f70323e949175ccfe502e08e4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 28 06:20:20 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 28 06:41:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c5019a4

dev-python/deprecated: Drop old

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

 dev-python/deprecated/Manifest|  1 -
 dev-python/deprecated/deprecated-1.2.5.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest
index 238f85ebe20..178dcb22116 100644
--- a/dev-python/deprecated/Manifest
+++ b/dev-python/deprecated/Manifest
@@ -1,2 +1 @@
-DIST deprecated-1.2.5.gh.tar.gz 5038752 BLAKE2B 
82ceadca4ccef4309b2a7d493620cc8a4dd9160ab7449a3019c9e9bc3a99e8016b6125d4165b71813d9543b7629d55372affdbd14ad2c71d101061595bdb677c
 SHA512 
3a16b5d4f2475788ce919c327b668bb8852dab88adfa959826c9b68ccbfba3207a1c60ca164edacde8a756bd3895225af944a51eebde1230a93a973145231234
 DIST deprecated-1.2.6.gh.tar.gz 5043633 BLAKE2B 
cc72838dc772db62ca75637268d09cbab4c9acb84b42bd1d2d76397d43b81781cfcef075a9a6e6ca2ab55eda19acae95cdfbdd820c1363e7ea4841fb1cb61b7b
 SHA512 
fcef322c6d9c317081dae365d469d4b26b0d23d8290e7aa0ca18592fb098ae7f535cb5e898cc81e5c734e7e211c847cdd9d5430c1999a4b9612f30934243ee9e

diff --git a/dev-python/deprecated/deprecated-1.2.5.ebuild 
b/dev-python/deprecated/deprecated-1.2.5.ebuild
deleted file mode 100644
index 4f502db5e1b..000
--- a/dev-python/deprecated/deprecated-1.2.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
-inherit distutils-r1
-
-DESCRIPTION="Python @deprecated decorator to deprecate old API"
-HOMEPAGE="https://github.com/tantale/deprecated;
-SRC_URI="https://github.com/tantale/deprecated/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-
-python_test() {
-   pytest -vv || die "Tests fail with ${EPYTHON}"
-}



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

2019-07-18 Thread Michał Górny
commit: c38701a1795f80656144f84209311b927e579ba8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 19 02:21:26 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 19 02:32:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38701a1

dev-python/deprecated: Bump to 1.2.6

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

 dev-python/deprecated/Manifest|  1 +
 dev-python/deprecated/deprecated-1.2.6.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest
index 73924199cbe..238f85ebe20 100644
--- a/dev-python/deprecated/Manifest
+++ b/dev-python/deprecated/Manifest
@@ -1 +1,2 @@
 DIST deprecated-1.2.5.gh.tar.gz 5038752 BLAKE2B 
82ceadca4ccef4309b2a7d493620cc8a4dd9160ab7449a3019c9e9bc3a99e8016b6125d4165b71813d9543b7629d55372affdbd14ad2c71d101061595bdb677c
 SHA512 
3a16b5d4f2475788ce919c327b668bb8852dab88adfa959826c9b68ccbfba3207a1c60ca164edacde8a756bd3895225af944a51eebde1230a93a973145231234
+DIST deprecated-1.2.6.gh.tar.gz 5043633 BLAKE2B 
cc72838dc772db62ca75637268d09cbab4c9acb84b42bd1d2d76397d43b81781cfcef075a9a6e6ca2ab55eda19acae95cdfbdd820c1363e7ea4841fb1cb61b7b
 SHA512 
fcef322c6d9c317081dae365d469d4b26b0d23d8290e7aa0ca18592fb098ae7f535cb5e898cc81e5c734e7e211c847cdd9d5430c1999a4b9612f30934243ee9e

diff --git a/dev-python/deprecated/deprecated-1.2.6.ebuild 
b/dev-python/deprecated/deprecated-1.2.6.ebuild
new file mode 100644
index 000..4f502db5e1b
--- /dev/null
+++ b/dev-python/deprecated/deprecated-1.2.6.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+inherit distutils-r1
+
+DESCRIPTION="Python @deprecated decorator to deprecate old API"
+HOMEPAGE="https://github.com/tantale/deprecated;
+SRC_URI="https://github.com/tantale/deprecated/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   pytest -vv || die "Tests fail with ${EPYTHON}"
+}



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

2019-06-18 Thread Michał Górny
commit: cbf5e0813c639946e746436fb8d40227d1ef34a5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 18 06:02:11 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 07:07:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf5e081

dev-python/deprecated: New package

A package to handle deprecations in API.  Required for PyGithub bump.

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

 dev-python/deprecated/Manifest|  1 +
 dev-python/deprecated/deprecated-1.2.5.ebuild | 27 +++
 dev-python/deprecated/metadata.xml| 11 +++
 3 files changed, 39 insertions(+)

diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest
new file mode 100644
index 000..73924199cbe
--- /dev/null
+++ b/dev-python/deprecated/Manifest
@@ -0,0 +1 @@
+DIST deprecated-1.2.5.gh.tar.gz 5038752 BLAKE2B 
82ceadca4ccef4309b2a7d493620cc8a4dd9160ab7449a3019c9e9bc3a99e8016b6125d4165b71813d9543b7629d55372affdbd14ad2c71d101061595bdb677c
 SHA512 
3a16b5d4f2475788ce919c327b668bb8852dab88adfa959826c9b68ccbfba3207a1c60ca164edacde8a756bd3895225af944a51eebde1230a93a973145231234

diff --git a/dev-python/deprecated/deprecated-1.2.5.ebuild 
b/dev-python/deprecated/deprecated-1.2.5.ebuild
new file mode 100644
index 000..4f502db5e1b
--- /dev/null
+++ b/dev-python/deprecated/deprecated-1.2.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+inherit distutils-r1
+
+DESCRIPTION="Python @deprecated decorator to deprecate old API"
+HOMEPAGE="https://github.com/tantale/deprecated;
+SRC_URI="https://github.com/tantale/deprecated/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   pytest -vv || die "Tests fail with ${EPYTHON}"
+}

diff --git a/dev-python/deprecated/metadata.xml 
b/dev-python/deprecated/metadata.xml
new file mode 100644
index 000..22e0d6d87f6
--- /dev/null
+++ b/dev-python/deprecated/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mgo...@gentoo.org
+   Michał Górny
+   
+   
+   pyt...@gentoo.org
+   
+