Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cppy/
Date: Sun, 03 Apr 2022 04:55:43
Message-Id: 1648961720.1b477b43c8000d5746953cb53c8010c94e2ee791.sam@gentoo
1 commit: 1b477b43c8000d5746953cb53c8010c94e2ee791
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 3 04:55:20 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 04:55:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b477b43
7
8 dev-python/cppy: add 1.2.1
9
10 Closes: https://bugs.gentoo.org/836600
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/cppy/Manifest | 1 +
14 dev-python/cppy/cppy-1.2.1.ebuild | 19 +++++++++++++++++++
15 2 files changed, 20 insertions(+)
16
17 diff --git a/dev-python/cppy/Manifest b/dev-python/cppy/Manifest
18 index db2553cb4a10..9c08b3698b72 100644
19 --- a/dev-python/cppy/Manifest
20 +++ b/dev-python/cppy/Manifest
21 @@ -1,2 +1,3 @@
22 DIST cppy-1.1.0.tar.gz 11777 BLAKE2B 3bdeba7ee9bb478b51090a52077abc44ee74f72439c3cf2bca898bfc84bd97993bf4dd20d641a1952e2738e3f6b89434f7435fe0a5a8302f91ebef9d02729686 SHA512 9ef4db580c963219a111ab10bc263cdf2c4386e27fce8ffe5c785fc7e8f6c6b60cb23ce918959c6f17194fd6977cc65fa64d167a0b62e6cff0cf662154bc734c
23 DIST cppy-1.2.0.tar.gz 16701 BLAKE2B 0d77f742f5436145ef5923253c1e4949352b6dce904519d655943eb9e9293a47ef19471fde0aefd914309677db0aa5ca1ddb81a2b1e6541b2ff5724b734f8c5b SHA512 074496bc08b1e163610fcd8fc15225a6110ea874a1e1680ec85e449fb8de77dda548d170c631fc90c3cb81d8fa090d2e1d8f19c156e34b0fa1da2b1f20b531fa
24 +DIST cppy-1.2.1.tar.gz 18040 BLAKE2B f828fd6e7b401ea2f7672ade94acd8014e77890d68cf09c4f189f4c8776875130db185a7458016dd20f8b3eae536ad6794a79a0aab6894092b26ea341e73e309 SHA512 4215051ce848faccfabcfbd840a343bc81d1ef0321ff0837354560dc6208cc235a6a130bab96f8fe42d5f630d1dfc20795928c64f6204a49e8f04b3fda8f9c90
25
26 diff --git a/dev-python/cppy/cppy-1.2.1.ebuild b/dev-python/cppy/cppy-1.2.1.ebuild
27 new file mode 100644
28 index 000000000000..768ec61a39ba
29 --- /dev/null
30 +++ b/dev-python/cppy/cppy-1.2.1.ebuild
31 @@ -0,0 +1,19 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +DISTUTILS_USE_PEP517=setuptools
38 +PYTHON_COMPAT=( python3_{8..10} )
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="C++ header library which makes it easier to write Python extension modules"
43 +HOMEPAGE="https://pypi.org/project/cppy"
44 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 +
46 +LICENSE="BSD"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
49 +
50 +distutils_enable_tests pytest