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

2024-06-27 Thread Petr Vaněk
commit: cc3f29f28a29f3ec95965cfb97d5be6fd2b45314
Author: Petr Vaněk  gentoo  org>
AuthorDate: Thu Jun 27 20:48:54 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Thu Jun 27 21:27:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3f29f2

dev-python/deprecation: enable py3.13

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

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

diff --git a/dev-python/deprecation/deprecation-2.1.0-r1.ebuild 
b/dev-python/deprecation/deprecation-2.1.0-r1.ebuild
index 6334a81745ca..9f324a04fc38 100644
--- a/dev-python/deprecation/deprecation-2.1.0-r1.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 inherit distutils-r1 pypi
 
 DESCRIPTION="A library to handle automated deprecations"



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

2023-07-09 Thread Michał Górny
commit: 10a1f12223f28b68d2d15c2069937070d8359e78
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 10 01:41:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 10 01:46:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a1f122

dev-python/deprecation: Remove old

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

 dev-python/deprecation/deprecation-2.1.0.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
deleted file mode 100644
index 9d6b7eeb440e..
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="A library to handle automated deprecations"
-HOMEPAGE="https://deprecation.readthedocs.io/";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
-
-RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
-
-distutils_enable_sphinx docs
-distutils_enable_tests unittest
-
-src_prepare() {
-   sed -i -e 's:unittest2:unittest:' tests/test_deprecation.py || die
-   distutils-r1_src_prepare
-}



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

2023-07-09 Thread Arthur Zamarin
commit: 95459c9dcf0ea6860f9921c78a464cfbba3e91a5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul  9 16:50:01 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul  9 16:50:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95459c9d

dev-python/deprecation: Stabilize 2.1.0-r1 ALLARCHES, #910109

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

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

diff --git a/dev-python/deprecation/deprecation-2.1.0-r1.ebuild 
b/dev-python/deprecation/deprecation-2.1.0-r1.ebuild
index 1c44aa5d42c6..6334a81745ca 100644
--- a/dev-python/deprecation/deprecation-2.1.0-r1.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 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/packaging[${PYTHON_USEDEP}]"
 



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

2023-06-06 Thread Michał Górny
commit: 86243ee790551c1908e28726bb1e2dea257ffe95
Author: Petr Vaněk  atlas  cz>
AuthorDate: Tue Jun  6 12:43:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 16:10:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86243ee7

dev-python/deprecation: enable py3.12, pep517

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

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

diff --git a/dev-python/deprecation/deprecation-2.1.0-r1.ebuild 
b/dev-python/deprecation/deprecation-2.1.0-r1.ebuild
new file mode 100644
index ..1c44aa5d42c6
--- /dev/null
+++ b/dev-python/deprecation/deprecation-2.1.0-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="A library to handle automated deprecations"
+HOMEPAGE="
+   https://deprecation.readthedocs.io/
+   https://github.com/briancurtin/deprecation/
+   https://pypi.org/project/deprecation/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
+
+distutils_enable_sphinx docs
+distutils_enable_tests unittest
+
+src_prepare() {
+   sed -i -e 's:unittest2:unittest:' tests/test_deprecation.py || die
+   distutils-r1_src_prepare
+}



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

2023-03-15 Thread Michał Górny
commit: a93eaa403177336f1c222e915073ae9053b67614
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 17:45:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 03:45:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93eaa40

dev-python/deprecation: Use pypi.eclass

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

 dev-python/deprecation/deprecation-2.1.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index afaa4844871d..9d6b7eeb440e 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -4,11 +4,10 @@
 EAPI=8
 
 PYTHON_COMPAT=( pypy3 python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="A library to handle automated deprecations"
 HOMEPAGE="https://deprecation.readthedocs.io/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"



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

2022-10-07 Thread Michał Górny
commit: 5ffb4a74e511e7f0a6309f462789ba9669341658
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  7 07:00:13 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  7 07:03:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ffb4a74

dev-python/deprecation: Keyword 2.1.0 alpha, #873544

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

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

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index 394eae93dbec..4d6f96cf66e9 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
 



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

2022-05-31 Thread Sam James
commit: 3d930aa8f3faa7c1d9cf7eab2eceea42498aa1f1
Author: Sam James  gentoo  org>
AuthorDate: Tue May 31 09:47:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 31 10:14:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d930aa8

dev-python/deprecation: enable py3.11

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

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

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index 529761e3008a..394eae93dbec 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="A library to handle automated deprecations"



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

2022-04-25 Thread Sam James
commit: f15ef26db2e86a0cfeed0cf395728488c2fb1843
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 25 18:41:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 25 18:41:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f15ef26d

dev-python/deprecation: Keyword 2.1.0 s390, #840824

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

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

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index c3aa3a743e87..529761e3008a 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
 



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

2022-03-05 Thread Sam James
commit: 54dd8872d144be6f25d54a0413479c46741ccb14
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar  6 07:50:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar  6 07:50:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54dd8872

dev-python/deprecation: Stabilize 2.1.0 arm64, #834270

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

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

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index 8c5a0f2d7a4f..c3aa3a743e87 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
 



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

2022-02-20 Thread Sam James
commit: a09525b3d6e99bffb973ba3030e15a1b85190b12
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Feb 20 14:30:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 20 20:33:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09525b3

dev-python/deprecation: stable 2.1.0 for hppa, bug #833219

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

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

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index f3183fabca12..8c5a0f2d7a4f 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
 



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

2021-08-24 Thread Marek Szuba
commit: efeef7002726796eb0ed0360fbc1b57f3640aeb7
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Aug 24 14:16:28 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Aug 24 14:33:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efeef700

dev-python/deprecation: keyword 2.1.0 for ~riscv

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

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

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index 27e83e0c585..f3183fabca1 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
 



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

2021-07-05 Thread Michał Górny
commit: c29bbd37d9ef84c0f9be4ca30912be5973554322
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul  5 11:05:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul  5 11:05:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c29bbd37

dev-python/deprecation: Eliminate unittest2

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

 dev-python/deprecation/deprecation-2.1.0.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index 435613b7860..beaa31f1df7 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -16,11 +16,11 @@ SLOT="0"
 KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/unittest2[${PYTHON_USEDEP}]
-   )
-"
 
 distutils_enable_sphinx docs
 distutils_enable_tests unittest
+
+src_prepare() {
+   sed -i -e 's:unittest2:unittest:' tests/test_deprecation.py || die
+   distutils-r1_src_prepare
+}



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

2021-07-05 Thread Michał Górny
commit: 77014b637da466604ebb21052b5f99ee54f3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul  5 11:05:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul  5 11:05:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77014b63

dev-python/deprecation: Port to py3.10

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

 dev-python/deprecation/deprecation-2.1.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index beaa31f1df7..27e83e0c585 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -1,10 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+EAPI=8
 
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="A library to handle automated deprecations"



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

2021-01-12 Thread Sam James
commit: f9291f31e335f8be993f5b4f429dd19c4c7ca387
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 12:04:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 12:04:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9291f31

dev-python/deprecation: Stabilize 2.1.0 ppc, #752252

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

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

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index b8222027e55..a88be0e0b7b 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
 BDEPEND="



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

2021-01-07 Thread Sam James
commit: 1fa79329681f035c0b4df052d9cc5f46b908db04
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 12:47:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 12:47:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa79329

dev-python/deprecation: Stabilize 2.1.0 ppc64, #752252

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

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

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index 6ab07e7c28b..b8222027e55 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-11-23 Thread Sergei Trofimovich
commit: 48cf65e42ab1f9a2c4f5a82087d6b160f4124790
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Nov 23 16:08:40 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov 23 16:38:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48cf65e4

dev-python/deprecation: stable 2.1.0 for hppa, bug #752252

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index 6ab07e7c28b..634ee7f7c47 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-11-12 Thread Sam James
commit: eafd9dcbe5a3772747dcaa785019ea734651781f
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 12 15:28:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 12 15:28:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eafd9dcb

dev-python/deprecation: Stabilize 2.1.0 arm, #752252

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

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

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index 2b7faf89797..6ab07e7c28b 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-11-04 Thread Sergei Trofimovich
commit: 93c3784e8f3c258ad8a6377d55ac0694ef6a60dd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov  4 09:47:25 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov  4 09:47:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c3784e

dev-python/deprecation: stable 2.1.0 for sparc

stable wrt bug #752252

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index 7b44faa014c..2b7faf89797 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-09-28 Thread Sergei Trofimovich
commit: da23a2b8dcc1eb332c7de55e62ce15b78ac56d55
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Sep 28 16:46:04 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 28 17:40:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da23a2b8

dev-python/deprecation: keyworded 2.1.0 for hppa, bug #736519

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index 3e560278b43..7b44faa014c 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-09-18 Thread Michał Górny
commit: ae3b0999ba80b38ce07d8930674b8a22bc985f5a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 18 14:41:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 18 14:41:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3b0999

dev-python/deprecation: Remove old

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

 dev-python/deprecation/Manifest |  1 -
 dev-python/deprecation/deprecation-2.0.7.ebuild | 26 -
 2 files changed, 27 deletions(-)

diff --git a/dev-python/deprecation/Manifest b/dev-python/deprecation/Manifest
index e223da81429..ae6cfdd1b11 100644
--- a/dev-python/deprecation/Manifest
+++ b/dev-python/deprecation/Manifest
@@ -1,2 +1 @@
-DIST deprecation-2.0.7.tar.gz 17077 BLAKE2B 
da3fb5db53f281c29e2af40335ef4038e37d133563b85d0ea795a314fd9f2d725a98c100aca338dc9ebe60bb1000476e0debcfdc9c4583108004df207cb36747
 SHA512 
4412e2e95f4aa4b3d5598346a6649c8d945d7401ac2d0fba3b6f6eef567403c8454ebe537e8de646903cd0c2308f48ecb949dae3015ba7617edd2fa3a26ed429
 DIST deprecation-2.1.0.tar.gz 173788 BLAKE2B 
444c7ff688d6eab7dfcf58ad24580b5a6df39a5749341b28d6d5b9b516fd6aa7a462d7f644e6cba596bbf289be0224968f579837c6c71dbe7b36b65588da6eea
 SHA512 
c184665d210c6eeb3f055b23e75c3714f3b18050e03bfe1384baf6c2504f1370116ae0e8c53ff818ccc54c0d633bbb3ba5791fe20b8029f3be0207b019a00275

diff --git a/dev-python/deprecation/deprecation-2.0.7.ebuild 
b/dev-python/deprecation/deprecation-2.0.7.ebuild
deleted file mode 100644
index 029bb0494da..000
--- a/dev-python/deprecation/deprecation-2.0.7.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library to handle automated deprecations"
-HOMEPAGE="https://deprecation.readthedocs.io/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ia64 x86"
-
-RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/unittest2[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs
-distutils_enable_tests unittest



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

2020-09-13 Thread Sam James
commit: c3711188d0b6076b3263c520d1fef5bc4dec19f8
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 13 09:17:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 13 09:17:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3711188

dev-python/deprecation: Keyword 2.1.0 ppc, #736519

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

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

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index d70f3219ddb..445d9e0f66b 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-09-08 Thread Michał Górny
commit: 03af371b6a85b24f1c1961e48fc18505c58501da
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  8 17:54:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  8 19:11:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03af371b

dev-python/deprecation: Mark ALLARCHES

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

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

diff --git a/dev-python/deprecation/metadata.xml 
b/dev-python/deprecation/metadata.xml
index 44c6802a4ba..42d0c0af24a 100644
--- a/dev-python/deprecation/metadata.xml
+++ b/dev-python/deprecation/metadata.xml
@@ -8,6 +8,7 @@
prometheanf...@gentoo.org
Matthew Thode

+   

deprecation
briancurtin/deprecation



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

2020-08-30 Thread Sam James
commit: 2c72451455beb37d56eb09fb3cc56669a86ce4f6
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 04:49:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 04:52:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c724514

dev-python/deprecation: Keyword 2.1.0 ppc64, #736519

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

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

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index 502f70be50b..d70f3219ddb 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc ~x86"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-08-29 Thread Sam James
commit: 4a26ac71e40d54e66a8c92ff9a334fd02e764a69
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 05:31:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 05:31:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a26ac71

dev-python/deprecation: Keyword 2.1.0 arm, #736519

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

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

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index 6f0a706779f..502f70be50b 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ia64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~sparc ~x86"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-08-14 Thread Sergei Trofimovich
commit: 9270ce33fc874024b6f9b4b82fcfc15b166c99b5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Aug 14 08:16:02 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Aug 14 08:16:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9270ce33

dev-python/deprecation: keyworded 2.1.0 for ia64

keyworded wrt bug #736519

Package-Manager: Portage-3.0.2, Repoman-2.3.23
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index c1024b7ca1a..6f0a706779f 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~sparc ~x86"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-08-10 Thread Sergei Trofimovich
commit: a1c469d323d5d18158d470bcc2a3eb8832ecd17e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 10 18:42:45 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 10 19:24:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c469d3

dev-python/deprecation: keyworded 2.1.0 for sparc, bug #736519

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index e5d8d60b80d..c1024b7ca1a 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~sparc ~x86"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-08-09 Thread Sergei Trofimovich
commit: ff738844e4b59fbeecbf120e875c15ff40370f9f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug  9 16:52:29 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug  9 16:52:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff738844

dev-python/deprecation: keyworded 2.0.7 for ia64

keyworded wrt bug #736519

Package-Manager: Portage-3.0.1, Repoman-2.3.23
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/deprecation/deprecation-2.0.7.ebuild 
b/dev-python/deprecation/deprecation-2.0.7.ebuild
index e60bd893598..029bb0494da 100644
--- a/dev-python/deprecation/deprecation-2.0.7.ebuild
+++ b/dev-python/deprecation/deprecation-2.0.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 ~ia64 x86"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-08-09 Thread Michał Górny
commit: 4a3f6b5abf3ecc1e2309fb9320c208cde0de0f63
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  9 12:49:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  9 13:08:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3f6b5a

dev-python/deprecation: Bump to 2.1.0

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

 dev-python/deprecation/Manifest |  1 +
 dev-python/deprecation/deprecation-2.1.0.ebuild | 26 +
 2 files changed, 27 insertions(+)

diff --git a/dev-python/deprecation/Manifest b/dev-python/deprecation/Manifest
index c9974089d59..e223da81429 100644
--- a/dev-python/deprecation/Manifest
+++ b/dev-python/deprecation/Manifest
@@ -1 +1,2 @@
 DIST deprecation-2.0.7.tar.gz 17077 BLAKE2B 
da3fb5db53f281c29e2af40335ef4038e37d133563b85d0ea795a314fd9f2d725a98c100aca338dc9ebe60bb1000476e0debcfdc9c4583108004df207cb36747
 SHA512 
4412e2e95f4aa4b3d5598346a6649c8d945d7401ac2d0fba3b6f6eef567403c8454ebe537e8de646903cd0c2308f48ecb949dae3015ba7617edd2fa3a26ed429
+DIST deprecation-2.1.0.tar.gz 173788 BLAKE2B 
444c7ff688d6eab7dfcf58ad24580b5a6df39a5749341b28d6d5b9b516fd6aa7a462d7f644e6cba596bbf289be0224968f579837c6c71dbe7b36b65588da6eea
 SHA512 
c184665d210c6eeb3f055b23e75c3714f3b18050e03bfe1384baf6c2504f1370116ae0e8c53ff818ccc54c0d633bbb3ba5791fe20b8029f3be0207b019a00275

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
new file mode 100644
index 000..e5d8d60b80d
--- /dev/null
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library to handle automated deprecations"
+HOMEPAGE="https://deprecation.readthedocs.io/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/unittest2[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests unittest



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

2020-08-09 Thread Michał Górny
commit: 3526ec7c90064d85e83f378c6cb00d96fd8c9170
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  9 12:48:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  9 13:08:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3526ec7c

dev-python/deprecation: Port to py3.9

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

 dev-python/deprecation/deprecation-2.0.7.ebuild | 24 +++-
 1 file changed, 3 insertions(+), 21 deletions(-)

diff --git a/dev-python/deprecation/deprecation-2.0.7.ebuild 
b/dev-python/deprecation/deprecation-2.0.7.ebuild
index 112502583e0..e60bd893598 100644
--- a/dev-python/deprecation/deprecation-2.0.7.ebuild
+++ b/dev-python/deprecation/deprecation-2.0.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{6,7} )
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
 
 inherit distutils-r1
 
@@ -14,31 +14,13 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
 BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
dev-python/unittest2[${PYTHON_USEDEP}]
-   ${RDEPEND}
)
 "
 
-python_prepare_all() {
-   sed -i "s/, 'sphinx.ext.intersphinx'//" docs/conf.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   sphinx-build docs docs/_build/html || die
-   HTML_DOCS=( docs/_build/html/. )
-   fi
-}
-
-python_test() {
-   "${EPYTHON}" -m unittest discover -v || die "tests failed with 
${EPYTHON}"
-}
+distutils_enable_sphinx docs
+distutils_enable_tests unittest



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

2020-03-26 Thread Michał Górny
commit: cec0afdd1af321aed93294d7ed3f76ffa6fa2d1b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 20:32:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 20:35:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec0afdd

dev-python/deprecation: Remove redundant longdesc

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

 dev-python/deprecation/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/deprecation/metadata.xml 
b/dev-python/deprecation/metadata.xml
index f24663f48ab..44c6802a4ba 100644
--- a/dev-python/deprecation/metadata.xml
+++ b/dev-python/deprecation/metadata.xml
@@ -8,9 +8,6 @@
prometheanf...@gentoo.org
Matthew Thode

-   
-   A library to handle automated deprecations
-   

deprecation
briancurtin/deprecation



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

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

dev-python/deprecation: Remove redundant versions

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

 dev-python/deprecation/Manifest |  2 --
 dev-python/deprecation/deprecation-1.0.1.ebuild | 19 ---
 dev-python/deprecation/deprecation-2.0.6.ebuild | 31 -
 3 files changed, 52 deletions(-)

diff --git a/dev-python/deprecation/Manifest b/dev-python/deprecation/Manifest
index 6f805c69365..c9974089d59 100644
--- a/dev-python/deprecation/Manifest
+++ b/dev-python/deprecation/Manifest
@@ -1,3 +1 @@
-DIST deprecation-1.0.1.tar.gz 9596 BLAKE2B 
afc4cb457ce224f120d41944e6eb71c212ef4d40d5a7c5d6d695d31bd105a4a5291daf5d3c7af0f94b58049f7e745e7e5be462495de88c48cabf5a28c22b3637
 SHA512 
fc35e6516e1617e2baad598a91e5d83ca95ab8a2d6a2753751d6752675de93cb44210109450a2aad9eb52b3c772a8b753c1d42ab2356c6663d2a03c4f779f086
-DIST deprecation-2.0.6.tar.gz 13381 BLAKE2B 
1f21a4b8bd9293d50e9068762d4f909afe02fb1f7a8f352c5b3d5d10e0da90d122927a97cf060bec626ff8538478f83740dc1d79e050fe43dc27ade8729f26d1
 SHA512 
69dcf5e07cfc1c746564e03063088cce65690e2b34cffe327d59edad24f00d23cf9904089ab9ff5e67dce2b6b02ed617e53959be4a907074440ddb778576aa2f
 DIST deprecation-2.0.7.tar.gz 17077 BLAKE2B 
da3fb5db53f281c29e2af40335ef4038e37d133563b85d0ea795a314fd9f2d725a98c100aca338dc9ebe60bb1000476e0debcfdc9c4583108004df207cb36747
 SHA512 
4412e2e95f4aa4b3d5598346a6649c8d945d7401ac2d0fba3b6f6eef567403c8454ebe537e8de646903cd0c2308f48ecb949dae3015ba7617edd2fa3a26ed429

diff --git a/dev-python/deprecation/deprecation-1.0.1.ebuild 
b/dev-python/deprecation/deprecation-1.0.1.ebuild
deleted file mode 100644
index 54100da58a3..000
--- a/dev-python/deprecation/deprecation-1.0.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="A library to handle automated deprecations"
-HOMEPAGE="https://deprecation.readthedocs.io/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""

diff --git a/dev-python/deprecation/deprecation-2.0.6.ebuild 
b/dev-python/deprecation/deprecation-2.0.6.ebuild
deleted file mode 100644
index 6d059b81714..000
--- a/dev-python/deprecation/deprecation-2.0.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library to handle automated deprecations"
-HOMEPAGE="https://deprecation.readthedocs.io/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/unittest2[${PYTHON_USEDEP}]
-   ${RDEPEND}
-   )
-"
-
-python_test() {
-   "${EPYTHON}" -m unittest discover -v || die "tests failed with 
${EPYTHON}"
-}



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

2020-02-04 Thread Michał Górny
commit: 38c00b4522ee37f96062d80aee905c7e5071ec5f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 05:25:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 05:50:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c00b45

dev-python/deprecation: Remove py2

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

 dev-python/deprecation/deprecation-1.0.1.ebuild | 2 +-
 dev-python/deprecation/deprecation-2.0.6.ebuild | 2 +-
 dev-python/deprecation/deprecation-2.0.7.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/deprecation/deprecation-1.0.1.ebuild 
b/dev-python/deprecation/deprecation-1.0.1.ebuild
index 823f76d0e98..54100da58a3 100644
--- a/dev-python/deprecation/deprecation-1.0.1.ebuild
+++ b/dev-python/deprecation/deprecation-1.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="A library to handle automated deprecations"

diff --git a/dev-python/deprecation/deprecation-2.0.6.ebuild 
b/dev-python/deprecation/deprecation-2.0.6.ebuild
index 18e20d00af4..6d059b81714 100644
--- a/dev-python/deprecation/deprecation-2.0.6.ebuild
+++ b/dev-python/deprecation/deprecation-2.0.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/deprecation/deprecation-2.0.7.ebuild 
b/dev-python/deprecation/deprecation-2.0.7.ebuild
index a3979c046d2..2be319862dc 100644
--- a/dev-python/deprecation/deprecation-2.0.7.ebuild
+++ b/dev-python/deprecation/deprecation-2.0.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
 
 inherit distutils-r1
 



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

2019-08-12 Thread Louis Sautier
commit: 93dcca514f05fde16947feac1c6c52d004e0f335
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Aug 12 23:28:23 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Aug 12 23:29:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93dcca51

dev-python/deprecation: bump to 2.0.7, adds doc

Package-Manager: Portage-2.3.71, Repoman-2.3.16
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/deprecation/Manifest |  1 +
 dev-python/deprecation/deprecation-2.0.7.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/deprecation/Manifest b/dev-python/deprecation/Manifest
index d2de4799983..6f805c69365 100644
--- a/dev-python/deprecation/Manifest
+++ b/dev-python/deprecation/Manifest
@@ -1,2 +1,3 @@
 DIST deprecation-1.0.1.tar.gz 9596 BLAKE2B 
afc4cb457ce224f120d41944e6eb71c212ef4d40d5a7c5d6d695d31bd105a4a5291daf5d3c7af0f94b58049f7e745e7e5be462495de88c48cabf5a28c22b3637
 SHA512 
fc35e6516e1617e2baad598a91e5d83ca95ab8a2d6a2753751d6752675de93cb44210109450a2aad9eb52b3c772a8b753c1d42ab2356c6663d2a03c4f779f086
 DIST deprecation-2.0.6.tar.gz 13381 BLAKE2B 
1f21a4b8bd9293d50e9068762d4f909afe02fb1f7a8f352c5b3d5d10e0da90d122927a97cf060bec626ff8538478f83740dc1d79e050fe43dc27ade8729f26d1
 SHA512 
69dcf5e07cfc1c746564e03063088cce65690e2b34cffe327d59edad24f00d23cf9904089ab9ff5e67dce2b6b02ed617e53959be4a907074440ddb778576aa2f
+DIST deprecation-2.0.7.tar.gz 17077 BLAKE2B 
da3fb5db53f281c29e2af40335ef4038e37d133563b85d0ea795a314fd9f2d725a98c100aca338dc9ebe60bb1000476e0debcfdc9c4583108004df207cb36747
 SHA512 
4412e2e95f4aa4b3d5598346a6649c8d945d7401ac2d0fba3b6f6eef567403c8454ebe537e8de646903cd0c2308f48ecb949dae3015ba7617edd2fa3a26ed429

diff --git a/dev-python/deprecation/deprecation-2.0.7.ebuild 
b/dev-python/deprecation/deprecation-2.0.7.ebuild
new file mode 100644
index 000..7b4f8a12a27
--- /dev/null
+++ b/dev-python/deprecation/deprecation-2.0.7.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library to handle automated deprecations"
+HOMEPAGE="https://deprecation.readthedocs.io/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc test"
+
+RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/unittest2[${PYTHON_USEDEP}]
+   ${RDEPEND}
+   )
+"
+
+python_prepare_all() {
+   sed -i "s/, 'sphinx.ext.intersphinx'//" docs/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs docs/_build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   "${EPYTHON}" -m unittest discover -v || die "tests failed with 
${EPYTHON}"
+}



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

2019-08-12 Thread Louis Sautier
commit: 115c6edd543fbf40ea890c97fafc34be13fadb11
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Aug 12 09:30:09 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Aug 12 09:32:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115c6edd

dev-python/deprecation: add upstream info to metadata.xml

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Louis Sautier  gentoo.org>

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

diff --git a/dev-python/deprecation/metadata.xml 
b/dev-python/deprecation/metadata.xml
index ff92bdf665f..f24663f48ab 100644
--- a/dev-python/deprecation/metadata.xml
+++ b/dev-python/deprecation/metadata.xml
@@ -11,4 +11,9 @@

A library to handle automated deprecations

+   
+   deprecation
+   briancurtin/deprecation
+   
https://github.com/briancurtin/deprecation/issues
+   
 



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

2019-08-12 Thread Louis Sautier
commit: 29a7bda6343d32b047a409b1afc739ea47c8b7b0
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Aug 12 09:27:47 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Aug 12 09:32:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a7bda6

dev-python/deprecation: bump to 2.0.6, add tests, PyPy{,3}, fix deps

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/deprecation/Manifest |  1 +
 dev-python/deprecation/deprecation-2.0.6.ebuild | 30 +
 2 files changed, 31 insertions(+)

diff --git a/dev-python/deprecation/Manifest b/dev-python/deprecation/Manifest
index cc33c1fa1da..d2de4799983 100644
--- a/dev-python/deprecation/Manifest
+++ b/dev-python/deprecation/Manifest
@@ -1 +1,2 @@
 DIST deprecation-1.0.1.tar.gz 9596 BLAKE2B 
afc4cb457ce224f120d41944e6eb71c212ef4d40d5a7c5d6d695d31bd105a4a5291daf5d3c7af0f94b58049f7e745e7e5be462495de88c48cabf5a28c22b3637
 SHA512 
fc35e6516e1617e2baad598a91e5d83ca95ab8a2d6a2753751d6752675de93cb44210109450a2aad9eb52b3c772a8b753c1d42ab2356c6663d2a03c4f779f086
+DIST deprecation-2.0.6.tar.gz 13381 BLAKE2B 
1f21a4b8bd9293d50e9068762d4f909afe02fb1f7a8f352c5b3d5d10e0da90d122927a97cf060bec626ff8538478f83740dc1d79e050fe43dc27ade8729f26d1
 SHA512 
69dcf5e07cfc1c746564e03063088cce65690e2b34cffe327d59edad24f00d23cf9904089ab9ff5e67dce2b6b02ed617e53959be4a907074440ddb778576aa2f

diff --git a/dev-python/deprecation/deprecation-2.0.6.ebuild 
b/dev-python/deprecation/deprecation-2.0.6.ebuild
new file mode 100644
index 000..73bd41c2de6
--- /dev/null
+++ b/dev-python/deprecation/deprecation-2.0.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library to handle automated deprecations"
+HOMEPAGE="https://deprecation.readthedocs.io/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/unittest2[${PYTHON_USEDEP}]
+   ${RDEPEND}
+   )
+"
+
+python_test() {
+   "${EPYTHON}" -m unittest discover -v || die "tests failed with 
${EPYTHON}"
+}



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

2017-09-29 Thread Matt Thode
commit: 926378f051fc2a7f3ded224ab4d2c1f5bc6aa238
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 29 23:31:50 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 29 23:31:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=926378f0

dev-python/deprecation: 1.0.1 stablized amd64 x86 under allarches

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

diff --git a/dev-python/deprecation/deprecation-1.0.1.ebuild 
b/dev-python/deprecation/deprecation-1.0.1.ebuild
index 3d969ae1a11..6e17d108146 100644
--- a/dev-python/deprecation/deprecation-1.0.1.ebuild
+++ b/dev-python/deprecation/deprecation-1.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-08-28 Thread Matt Thode
commit: f6223f7603fac3874efc9ef1160340c484f5827a
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 28 21:32:55 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Aug 28 21:51:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6223f76

dev-python/deprecation: adding for openstacksdk

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/deprecation/Manifest |  1 +
 dev-python/deprecation/deprecation-1.0.1.ebuild | 19 +++
 dev-python/deprecation/metadata.xml | 14 ++
 3 files changed, 34 insertions(+)

diff --git a/dev-python/deprecation/Manifest b/dev-python/deprecation/Manifest
new file mode 100644
index 000..ee7ad58c6cf
--- /dev/null
+++ b/dev-python/deprecation/Manifest
@@ -0,0 +1 @@
+DIST deprecation-1.0.1.tar.gz 9596 SHA256 
b9bff5cc91f601ef2a8a0200bc6cde3f18a48c2ed3d1ecbfc16076b14b3ad935 SHA512 
fc35e6516e1617e2baad598a91e5d83ca95ab8a2d6a2753751d6752675de93cb44210109450a2aad9eb52b3c772a8b753c1d42ab2356c6663d2a03c4f779f086
 WHIRLPOOL 
ea13e9188272523512101c9336fc574ff7fc24118491ae6650e8e944ea96afc426f1351576366f5df5fe51ce897e666fc4a6558f645496ce7596e83df032e36f

diff --git a/dev-python/deprecation/deprecation-1.0.1.ebuild 
b/dev-python/deprecation/deprecation-1.0.1.ebuild
new file mode 100644
index 000..3d969ae1a11
--- /dev/null
+++ b/dev-python/deprecation/deprecation-1.0.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="A library to handle automated deprecations"
+HOMEPAGE="https://deprecation.readthedocs.io/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""

diff --git a/dev-python/deprecation/metadata.xml 
b/dev-python/deprecation/metadata.xml
new file mode 100644
index 000..ff92bdf665f
--- /dev/null
+++ b/dev-python/deprecation/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   pyt...@gentoo.org
+   
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   A library to handle automated deprecations
+   
+