Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ptyprocess/
Date: Mon, 28 Dec 2020 20:06:32
Message-Id: 1609185711.ff155a5df1cb54c8aa03ddb65564e69513730766.mgorny@gentoo
1 commit: ff155a5df1cb54c8aa03ddb65564e69513730766
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 20:01:51 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 20:01:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff155a5d
7
8 dev-python/ptyprocess: Bump to 0.7.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ptyprocess/Manifest | 1 +
13 dev-python/ptyprocess/ptyprocess-0.7.0.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/dev-python/ptyprocess/Manifest b/dev-python/ptyprocess/Manifest
17 index cee8c8bb677..6e3aebb0ca9 100644
18 --- a/dev-python/ptyprocess/Manifest
19 +++ b/dev-python/ptyprocess/Manifest
20 @@ -1 +1,2 @@
21 DIST ptyprocess-0.6.0.tar.gz 70115 BLAKE2B 02499e560c4df2f852d0951a9acfcb88a2bfe659592ead0304bb6a240e831fb093dd40a457714a8a91d1af70b5364b7af91d2c14c956d8a84d3eeec3eb2a9edf SHA512 b34b6bca977f09d1443b210e338e1300e12d6ef35857f9543b3a116ef3b500ad4844357a7a283321756f886af41bddb1f02b27bf200ef1e82a96fd9e431bed86
22 +DIST ptyprocess-0.7.0.tar.gz 70762 BLAKE2B 6c72cda3eae7dbf4335af11b6ffe1d46040d01fc5c2599948abf0a4fbd53ea45e9d2833843465dbb868da7b4058a014ed08754bb49888795de221bd54ae092a5 SHA512 791d8f2e79900627215ce80ce67ee9c79173dbc08297c6219d5058f9b80c5e323b93049e6836a70c4073f43548d22e3cf310f2e9948ef12f96bcaa15b0ddb2f3
23
24 diff --git a/dev-python/ptyprocess/ptyprocess-0.7.0.ebuild b/dev-python/ptyprocess/ptyprocess-0.7.0.ebuild
25 new file mode 100644
26 index 00000000000..b1ca6b3d3d5
27 --- /dev/null
28 +++ b/dev-python/ptyprocess/ptyprocess-0.7.0.ebuild
29 @@ -0,0 +1,19 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +DISTUTILS_USE_SETUPTOOLS=no
36 +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Run a subprocess in a pseudo terminal"
41 +HOMEPAGE="https://github.com/pexpect/ptyprocess"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="ISC"
45 +SLOT="0"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
47 +
48 +distutils_enable_tests pytest