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

2023-05-26 Thread Arthur Zamarin
commit: e54bde218f0866f23631368719fb0cbe197514ea
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 20:13:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 20:26:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54bde21

dev-python/backcall: enable py3.12

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

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

diff --git a/dev-python/backcall/backcall-0.2.0-r1.ebuild 
b/dev-python/backcall/backcall-0.2.0-r1.ebuild
index ef894432263d..a2a882bb382c 100644
--- a/dev-python/backcall/backcall-0.2.0-r1.ebuild
+++ b/dev-python/backcall/backcall-0.2.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

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

dev-python/backcall: Use pypi.eclass

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

 dev-python/backcall/backcall-0.2.0-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/backcall/backcall-0.2.0-r1.ebuild 
b/dev-python/backcall/backcall-0.2.0-r1.ebuild
index 693a10da3c73..ef894432263d 100644
--- a/dev-python/backcall/backcall-0.2.0-r1.ebuild
+++ b/dev-python/backcall/backcall-0.2.0-r1.ebuild
@@ -6,11 +6,10 @@ EAPI=8
 DISTUTILS_USE_PEP517=flit
 PYTHON_COMPAT=( pypy3 python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Specifications for callback functions passed in to an API"
 HOMEPAGE="https://pypi.org/project/backcall/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"



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

2022-09-22 Thread Michał Górny
commit: ca4ae9b4c721a37b77ebc1960a4e8cc8d9ccba27
Author: matoro  users  noreply  github  com>
AuthorDate: Wed Sep 21 21:56:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:45:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4ae9b4

dev-python/backcall: Keyword 0.2.0-r1 mips, #831222

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

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

diff --git a/dev-python/backcall/backcall-0.2.0-r1.ebuild 
b/dev-python/backcall/backcall-0.2.0-r1.ebuild
index cdd11a8d5655..e895cf1552e6 100644
--- a/dev-python/backcall/backcall-0.2.0-r1.ebuild
+++ b/dev-python/backcall/backcall-0.2.0-r1.ebuild
@@ -14,6 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest



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

2022-05-12 Thread Arthur Zamarin
commit: b0e1f7e814b71eca5c9fc16857a2fceea24a8290
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 19:14:59 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:14:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e1f7e8

dev-python/backcall: enable py3.11

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

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

diff --git a/dev-python/backcall/backcall-0.2.0-r1.ebuild 
b/dev-python/backcall/backcall-0.2.0-r1.ebuild
index b4920b10ac21..cdd11a8d5655 100644
--- a/dev-python/backcall/backcall-0.2.0-r1.ebuild
+++ b/dev-python/backcall/backcall-0.2.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-04-06 Thread Michał Górny
commit: 03930e74a59b9da88e252805839d801fd47029e0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr  7 04:36:37 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr  7 04:36:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03930e74

dev-python/backcall: Enable pypy3

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

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

diff --git a/dev-python/backcall/backcall-0.2.0-r1.ebuild 
b/dev-python/backcall/backcall-0.2.0-r1.ebuild
index cbc996c0ce99..b4920b10ac21 100644
--- a/dev-python/backcall/backcall-0.2.0-r1.ebuild
+++ b/dev-python/backcall/backcall-0.2.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 
 inherit distutils-r1
 



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

2022-03-15 Thread Michał Górny
commit: f236dd14e016539cb23e0e5dd63dd2edfbefa032
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 15 11:13:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 15 11:15:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f236dd14

dev-python/backcall: Remove old

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

 dev-python/backcall/backcall-0.2.0.ebuild | 18 --
 1 file changed, 18 deletions(-)

diff --git a/dev-python/backcall/backcall-0.2.0.ebuild 
b/dev-python/backcall/backcall-0.2.0.ebuild
deleted file mode 100644
index f80795ae5858..
--- a/dev-python/backcall/backcall-0.2.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-DISTUTILS_USE_SETUPTOOLS=no
-inherit distutils-r1
-
-DESCRIPTION="Specifications for callback functions passed in to an API"
-HOMEPAGE="https://pypi.org/project/backcall/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
-
-distutils_enable_tests pytest



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

2022-03-15 Thread Jakov Smolić
commit: be1b4c29ac28814b81915d7a7732d920a4c1d3f2
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Mar 15 10:11:18 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar 15 10:11:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1b4c29

dev-python/backcall: Stabilize 0.2.0-r1 ALLARCHES, #835178

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

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

diff --git a/dev-python/backcall/backcall-0.2.0-r1.ebuild 
b/dev-python/backcall/backcall-0.2.0-r1.ebuild
index a71279a7d0f6..cbc996c0ce99 100644
--- a/dev-python/backcall/backcall-0.2.0-r1.ebuild
+++ b/dev-python/backcall/backcall-0.2.0-r1.ebuild
@@ -14,6 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest



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

2022-02-14 Thread Matt Turner
commit: c06e670b350d65d62fc566d406345fab72ec5b51
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Feb 14 08:27:12 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb 14 08:35:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06e670b

dev-python/backcall: Keyword 0.2.0-r1 alpha, #831222

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-python/backcall/backcall-0.2.0-r1.ebuild 
b/dev-python/backcall/backcall-0.2.0-r1.ebuild
index 444d8975dc00..a71279a7d0f6 100644
--- a/dev-python/backcall/backcall-0.2.0-r1.ebuild
+++ b/dev-python/backcall/backcall-0.2.0-r1.ebuild
@@ -14,6 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest



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

2022-01-30 Thread James Le Cuirot
commit: 3f12e46846f01a00ca1b0a7e00260650dbf51d86
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Jan 30 11:31:40 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Jan 30 11:31:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f12e468

dev-python/backcall: Keyword 0.2.0-r1 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

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

diff --git a/dev-python/backcall/backcall-0.2.0-r1.ebuild 
b/dev-python/backcall/backcall-0.2.0-r1.ebuild
index f4b9aa9b9c94..444d8975dc00 100644
--- a/dev-python/backcall/backcall-0.2.0-r1.ebuild
+++ b/dev-python/backcall/backcall-0.2.0-r1.ebuild
@@ -14,6 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest



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

2022-01-29 Thread Michał Górny
commit: 9fb0e55d09c369a71e3e45356e7c1de0422ba23e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 29 11:49:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 29 11:51:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb0e55d

dev-python/backcall: Switch to PEP 517 build

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

 dev-python/backcall/backcall-0.2.0-r1.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/dev-python/backcall/backcall-0.2.0-r1.ebuild 
b/dev-python/backcall/backcall-0.2.0-r1.ebuild
new file mode 100644
index ..f4b9aa9b9c94
--- /dev/null
+++ b/dev-python/backcall/backcall-0.2.0-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Specifications for callback functions passed in to an API"
+HOMEPAGE="https://pypi.org/project/backcall/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+distutils_enable_tests pytest



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

2021-11-01 Thread Sam James
commit: 7d4fa7b9a46b5250a0dd0bdc6002efab94de1b31
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Nov  1 15:06:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov  1 15:46:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4fa7b9

dev-python/backcall: keyworded 0.2.0 for hppa, bug #808378

Package-Manager: Portage-3.0.28, 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/backcall/backcall-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/backcall/backcall-0.2.0.ebuild 
b/dev-python/backcall/backcall-0.2.0.ebuild
index d449fcdeade..67ffbe2ac9e 100644
--- a/dev-python/backcall/backcall-0.2.0.ebuild
+++ b/dev-python/backcall/backcall-0.2.0.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux 
~x86-linux"
 
 distutils_enable_tests pytest



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

2021-09-26 Thread Sam James
commit: 45d4466b70fb35993bb5f02d4f2b9ca7c85cd02c
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 26 17:49:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 26 17:49:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45d4466b

dev-python/backcall: Stabilize 0.2.0 arm, #811939

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

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

diff --git a/dev-python/backcall/backcall-0.2.0.ebuild 
b/dev-python/backcall/backcall-0.2.0.ebuild
index a8617f3d1a9..d449fcdeade 100644
--- a/dev-python/backcall/backcall-0.2.0.ebuild
+++ b/dev-python/backcall/backcall-0.2.0.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux 
~x86-linux"
 
 distutils_enable_tests pytest



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

2021-09-08 Thread Sam James
commit: 1101a4d6b77c85176fdc8ff72b956cf6261419d1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Sep  8 14:35:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  8 16:18:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1101a4d6

dev-python/backcall: stable 0.2.0 for sparc, bug #811939

Package-Manager: Portage-3.0.20, 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/backcall/backcall-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/backcall/backcall-0.2.0.ebuild 
b/dev-python/backcall/backcall-0.2.0.ebuild
index 6c045774e1c..a8617f3d1a9 100644
--- a/dev-python/backcall/backcall-0.2.0.ebuild
+++ b/dev-python/backcall/backcall-0.2.0.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux 
~x86-linux"
 
 distutils_enable_tests pytest



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

2021-05-07 Thread Michał Górny
commit: be299fb1e84f3253dfc92c8bcb742e4b782c3f8c
Author: Jakov Smolic  sartura  hr>
AuthorDate: Fri May  7 01:38:56 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May  7 11:57:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be299fb1

dev-python/backcall: Port to python3.10

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

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

diff --git a/dev-python/backcall/backcall-0.2.0.ebuild 
b/dev-python/backcall/backcall-0.2.0.ebuild
index eb3b4ecf647..0619b9ef720 100644
--- a/dev-python/backcall/backcall-0.2.0.ebuild
+++ b/dev-python/backcall/backcall-0.2.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+
+PYTHON_COMPAT=( python3_{7..10} )
 DISTUTILS_USE_SETUPTOOLS=no
 inherit distutils-r1
 



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

2020-08-02 Thread Sam James
commit: 3e07ec344e6bc84f45769d290a39021850ba05d7
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  3 03:08:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  3 03:08:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e07ec34

dev-python/backcall: arm64 stable (bug #732342)

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

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

diff --git a/dev-python/backcall/backcall-0.2.0.ebuild 
b/dev-python/backcall/backcall-0.2.0.ebuild
index 4cdb8b03978..f379287d83a 100644
--- a/dev-python/backcall/backcall-0.2.0.ebuild
+++ b/dev-python/backcall/backcall-0.2.0.ebuild
@@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest



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

2020-07-30 Thread Michał Górny
commit: 657704a5462122eb023de8be6884884a0e84c5c3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 30 20:39:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 20:41:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657704a5

dev-python/backcall: Remove old

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

 dev-python/backcall/Manifest |  1 -
 dev-python/backcall/backcall-0.1.0-r1.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-python/backcall/Manifest b/dev-python/backcall/Manifest
index 6df98ce51cb..fcd5a99d722 100644
--- a/dev-python/backcall/Manifest
+++ b/dev-python/backcall/Manifest
@@ -1,2 +1 @@
-DIST backcall-0.1.0.tar.gz 9690 BLAKE2B 
975944b508a4488cd78620b2f6efa8b0ebd7404966db5a53e409000c11641c979abb269289d3e570d01dc50961c881fe80ebbc2c6b79a01ce563d4e3f855af63
 SHA512 
359c483fbc8998fc2420daee2a6af7566c47fb03f64e465aa226589a2f98a4b219ab5e5b90e5f677087827a1ac658c02ec3062e9ffe9ac1ebfd9db3bb40339cd
 DIST backcall-0.2.0.tar.gz 18041 BLAKE2B 
67f9ac96d26b368972a5749775a70c497b5705b37d45ba7f64c1259be776cc7f4c9d78ae51da9c1e9e46521d33bf511790675688feef88a68d25ae30cd79612d
 SHA512 
7f086121c485c0ea4bc6935e7d116c8b14ff44ff6001a49665d0a698b6cf9a809823b9bca634a78d92cf40656f953dbac0132241327a5fa6be0ea685ff63636e

diff --git a/dev-python/backcall/backcall-0.1.0-r1.ebuild 
b/dev-python/backcall/backcall-0.1.0-r1.ebuild
deleted file mode 100644
index 4cdb8b03978..000
--- a/dev-python/backcall/backcall-0.1.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-DISTUTILS_USE_SETUPTOOLS=no
-inherit distutils-r1
-
-DESCRIPTION="Specifications for callback functions passed in to an API"
-HOMEPAGE="https://pypi.org/project/backcall/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
-
-distutils_enable_tests pytest



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

2020-07-30 Thread Sam James
commit: 048fd089579c5fe28e943ed86720312efcb2f4b9
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 19:59:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 19:59:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=048fd089

dev-python/backcall: ALLARCHES stable (via amd64, bug #734388)

Closes: https://bugs.gentoo.org/734388
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/backcall/backcall-0.2.0.ebuild 
b/dev-python/backcall/backcall-0.2.0.ebuild
index 8b293babaa7..4cdb8b03978 100644
--- a/dev-python/backcall/backcall-0.2.0.ebuild
+++ b/dev-python/backcall/backcall-0.2.0.ebuild
@@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest



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

2020-07-30 Thread Sam James
commit: 19bdc04ff31bb0a942f18e572f8eaa34023abac6
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 19:01:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 19:34:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bdc04f

dev-python/backcall: amd64 stable (bug #734388)

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

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

diff --git a/dev-python/backcall/backcall-0.2.0.ebuild 
b/dev-python/backcall/backcall-0.2.0.ebuild
index 75f09c04626..8b293babaa7 100644
--- a/dev-python/backcall/backcall-0.2.0.ebuild
+++ b/dev-python/backcall/backcall-0.2.0.ebuild
@@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest



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

2020-06-10 Thread Michał Górny
commit: 305926501c7f339724294b88060e8dee973a340d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 10 06:01:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 10 06:01:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30592650

dev-python/backcall: Bump to 0.2.0

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

 dev-python/backcall/Manifest  |  1 +
 dev-python/backcall/backcall-0.2.0.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-python/backcall/Manifest b/dev-python/backcall/Manifest
index 5c4ad01d476..6df98ce51cb 100644
--- a/dev-python/backcall/Manifest
+++ b/dev-python/backcall/Manifest
@@ -1 +1,2 @@
 DIST backcall-0.1.0.tar.gz 9690 BLAKE2B 
975944b508a4488cd78620b2f6efa8b0ebd7404966db5a53e409000c11641c979abb269289d3e570d01dc50961c881fe80ebbc2c6b79a01ce563d4e3f855af63
 SHA512 
359c483fbc8998fc2420daee2a6af7566c47fb03f64e465aa226589a2f98a4b219ab5e5b90e5f677087827a1ac658c02ec3062e9ffe9ac1ebfd9db3bb40339cd
+DIST backcall-0.2.0.tar.gz 18041 BLAKE2B 
67f9ac96d26b368972a5749775a70c497b5705b37d45ba7f64c1259be776cc7f4c9d78ae51da9c1e9e46521d33bf511790675688feef88a68d25ae30cd79612d
 SHA512 
7f086121c485c0ea4bc6935e7d116c8b14ff44ff6001a49665d0a698b6cf9a809823b9bca634a78d92cf40656f953dbac0132241327a5fa6be0ea685ff63636e

diff --git a/dev-python/backcall/backcall-0.2.0.ebuild 
b/dev-python/backcall/backcall-0.2.0.ebuild
new file mode 100644
index 000..75f09c04626
--- /dev/null
+++ b/dev-python/backcall/backcall-0.2.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=no
+inherit distutils-r1
+
+DESCRIPTION="Specifications for callback functions passed in to an API"
+HOMEPAGE="https://pypi.org/project/backcall/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+distutils_enable_tests pytest



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

2020-06-08 Thread Michał Górny
commit: 39cca28f995e904abf9c526dfa87e577152ec45c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  8 17:00:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  8 17:36:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39cca28f

dev-python/backcall: Port to py3.9, enable tests

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

 dev-python/backcall/backcall-0.1.0-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/backcall/backcall-0.1.0-r1.ebuild 
b/dev-python/backcall/backcall-0.1.0-r1.ebuild
index 3168ccb468d..4cdb8b03978 100644
--- a/dev-python/backcall/backcall-0.1.0-r1.ebuild
+++ b/dev-python/backcall/backcall-0.1.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 DISTUTILS_USE_SETUPTOOLS=no
 inherit distutils-r1
 
@@ -13,3 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
+
+distutils_enable_tests pytest



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

2020-04-14 Thread Mike Gilbert
commit: 0dd6e265d2387a81a5b7a2f3519ba791a89a257b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Apr 15 02:46:10 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Apr 15 02:48:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd6e265

dev-python/backcall: DISTUTILS_USE_SETUPTOOLS=no

Package-Manager: Portage-2.3.99, Repoman-2.3.22_p29
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-python/backcall/backcall-0.1.0-r1.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/backcall/backcall-0.1.0-r1.ebuild 
b/dev-python/backcall/backcall-0.1.0-r1.ebuild
index 4888e2be2a5..3168ccb468d 100644
--- a/dev-python/backcall/backcall-0.1.0-r1.ebuild
+++ b/dev-python/backcall/backcall-0.1.0-r1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=no
 inherit distutils-r1
 
 DESCRIPTION="Specifications for callback functions passed in to an API"
@@ -12,7 +13,3 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-03-26 Thread Michał Górny
commit: 19188236ae293ba43099e45a8d5bb1ea994d7ad7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 13:32:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 13:32:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19188236

dev-python/backcall: Remove redundant versions

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

 dev-python/backcall/backcall-0.1.0.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/dev-python/backcall/backcall-0.1.0.ebuild 
b/dev-python/backcall/backcall-0.1.0.ebuild
deleted file mode 100644
index db71318487e..000
--- a/dev-python/backcall/backcall-0.1.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Specifications for callback functions passed in to an API"
-HOMEPAGE="https://pypi.org/project/backcall/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-03-26 Thread Agostino Sarubbo
commit: 589d14858159e147e76624af82f234da79257604
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 26 10:24:16 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 26 10:24:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=589d1485

dev-python/backcall: x86 stable wrt bug #714356

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

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

diff --git a/dev-python/backcall/backcall-0.1.0-r1.ebuild 
b/dev-python/backcall/backcall-0.1.0-r1.ebuild
index 1a3f07d4117..4888e2be2a5 100644
--- a/dev-python/backcall/backcall-0.1.0-r1.ebuild
+++ b/dev-python/backcall/backcall-0.1.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=""



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

2020-03-26 Thread Agostino Sarubbo
commit: c3fadd2a2a1d43844f7f07132fd2c98f3a60c150
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 26 10:21:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 26 10:21:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3fadd2a

dev-python/backcall: ppc64 stable wrt bug #714356

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

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

diff --git a/dev-python/backcall/backcall-0.1.0-r1.ebuild 
b/dev-python/backcall/backcall-0.1.0-r1.ebuild
index 8e65f9a202b..1a3f07d4117 100644
--- a/dev-python/backcall/backcall-0.1.0-r1.ebuild
+++ b/dev-python/backcall/backcall-0.1.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=""



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

2020-03-26 Thread Agostino Sarubbo
commit: 3a0d2639677b56918497312f2af6f14abc7687ce
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 26 10:17:14 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 26 10:17:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0d2639

dev-python/backcall: amd64 stable wrt bug #714356

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

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

diff --git a/dev-python/backcall/backcall-0.1.0-r1.ebuild 
b/dev-python/backcall/backcall-0.1.0-r1.ebuild
index a7e52c38225..8e65f9a202b 100644
--- a/dev-python/backcall/backcall-0.1.0-r1.ebuild
+++ b/dev-python/backcall/backcall-0.1.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=""



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

2020-02-29 Thread Andrey Grozin
commit: 2150623947a6733af00ce26008a8a14e9c9f7cce
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Mar  1 03:49:02 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Mar  1 03:49:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21506239

dev-python/backcall: add python3_8

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andrey Grozin  gentoo.org>

 dev-python/backcall/backcall-0.1.0-r1.ebuild | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/dev-python/backcall/backcall-0.1.0-r1.ebuild 
b/dev-python/backcall/backcall-0.1.0-r1.ebuild
new file mode 100644
index 000..a7e52c38225
--- /dev/null
+++ b/dev-python/backcall/backcall-0.1.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+DESCRIPTION="Specifications for callback functions passed in to an API"
+HOMEPAGE="https://pypi.org/project/backcall/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-04-29 Thread Virgil Dupras
commit: 184ca1c79371a444128923825fd890d13f38983a
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Apr 29 18:53:22 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Apr 29 18:53:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184ca1c7

dev-python/backcall: new package

For IPython bump.

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/backcall/Manifest  |  1 +
 dev-python/backcall/backcall-0.1.0.ebuild | 20 
 dev-python/backcall/metadata.xml  | 11 +++
 3 files changed, 32 insertions(+)

diff --git a/dev-python/backcall/Manifest b/dev-python/backcall/Manifest
new file mode 100644
index 000..5c4ad01d476
--- /dev/null
+++ b/dev-python/backcall/Manifest
@@ -0,0 +1 @@
+DIST backcall-0.1.0.tar.gz 9690 BLAKE2B 
975944b508a4488cd78620b2f6efa8b0ebd7404966db5a53e409000c11641c979abb269289d3e570d01dc50961c881fe80ebbc2c6b79a01ce563d4e3f855af63
 SHA512 
359c483fbc8998fc2420daee2a6af7566c47fb03f64e465aa226589a2f98a4b219ab5e5b90e5f677087827a1ac658c02ec3062e9ffe9ac1ebfd9db3bb40339cd

diff --git a/dev-python/backcall/backcall-0.1.0.ebuild 
b/dev-python/backcall/backcall-0.1.0.ebuild
new file mode 100644
index 000..ef0e4797130
--- /dev/null
+++ b/dev-python/backcall/backcall-0.1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Specifications for callback functions passed in to an API"
+HOMEPAGE="https://pypi.org/project/backcall/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/backcall/metadata.xml b/dev-python/backcall/metadata.xml
new file mode 100644
index 000..ca0712e086e
--- /dev/null
+++ b/dev-python/backcall/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   backcall
+   
+