Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backcall/
Date: Sun, 01 Mar 2020 03:49:16
Message-Id: 1583034542.2150623947a6733af00ce26008a8a14e9c9f7cce.grozin@gentoo
1 commit: 2150623947a6733af00ce26008a8a14e9c9f7cce
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 1 03:49:02 2020 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 03:49:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21506239
7
8 dev-python/backcall: add python3_8
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
12
13 dev-python/backcall/backcall-0.1.0-r1.ebuild | 18 ++++++++++++++++++
14 1 file changed, 18 insertions(+)
15
16 diff --git a/dev-python/backcall/backcall-0.1.0-r1.ebuild b/dev-python/backcall/backcall-0.1.0-r1.ebuild
17 new file mode 100644
18 index 00000000000..a7e52c38225
19 --- /dev/null
20 +++ b/dev-python/backcall/backcall-0.1.0-r1.ebuild
21 @@ -0,0 +1,18 @@
22 +# Copyright 1999-2020 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +PYTHON_COMPAT=( python3_{6,7,8} )
27 +inherit distutils-r1
28 +
29 +DESCRIPTION="Specifications for callback functions passed in to an API"
30 +HOMEPAGE="https://pypi.org/project/backcall/"
31 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 +
33 +LICENSE="BSD"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
36 +IUSE=""
37 +
38 +RDEPEND=""
39 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"