Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyasn1-modules/
Date: Sun, 29 Oct 2017 06:53:43
Message-Id: 1509259948.a3e453ee6e21ed87e1fcabe7d97bba083e45a83b.radhermit@gentoo
1 commit: a3e453ee6e21ed87e1fcabe7d97bba083e45a83b
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 06:51:02 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 06:52:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e453ee
7
8 dev-python/pyasn1-modules: version bump to 0.1.5
9
10 dev-python/pyasn1-modules/Manifest | 1 +
11 .../pyasn1-modules/pyasn1-modules-0.1.5.ebuild | 32 ++++++++++++++++++++++
12 2 files changed, 33 insertions(+)
13
14 diff --git a/dev-python/pyasn1-modules/Manifest b/dev-python/pyasn1-modules/Manifest
15 index 0473a8badf6..75874aacf68 100644
16 --- a/dev-python/pyasn1-modules/Manifest
17 +++ b/dev-python/pyasn1-modules/Manifest
18 @@ -2,3 +2,4 @@ DIST pyasn1-modules-0.0.10.tar.gz 63543 SHA256 3d86ab0fa226a60897c8123c505b3d071
19 DIST pyasn1-modules-0.0.5.tar.gz 38710 SHA256 be65f00ed28e30756f1ef39377cb382480a2368699179d646a84d79fe9349941 SHA512 b8fa41ed28087097502e8362022d819fe6914511c09f60f64f173c5674684fa8c45de23ce718700001d9f2d9b11adc17657d7cfd4cb24ea740b8d14eba8d8161 WHIRLPOOL c0df005909ffa4320f0ff7c580410ff2468cdd4002dfa5383e561c9c65721c0a72169e10c72fdc225b308d8fd1d5691dc519b6ee811c167ddc466ba1657e92c8
20 DIST pyasn1-modules-0.0.8.tar.gz 38776 SHA256 10561934f1829bcc455c7ecdcdacdb4be5ffd3696f26f468eb6eb41e107f3837 SHA512 6040d4f83c6b00f7a0e6ba0e1264090d0fa96fc39e97b04d624721cef200b6cf4dabfe550127ade4edc181187ca1b4219fb46a95082a39e6291d0e2e08f36d78 WHIRLPOOL 45f3c2ad6e3320f5d7d1f3bef6f0168f2d85b3093f33438aaacc8251d6457d88c2db659d0912a76417196f5ed431c427fc9a47a8a6af5c490d97f931515d2884
21 DIST pyasn1-modules-0.1.4.tar.gz 65552 SHA256 b07c17bdb34d6f64aafea6269f2e8fb306a57473f0f38d9a6ca389d6ab30ac4a SHA512 29467aa9fff15b7a7ef999389db01fe696350e29910397f0c867685689a9fa8e5df8128a7703ae0de095804ae20c3759b24656467cec8d086d07a1014ccf5d65 WHIRLPOOL 99ff13b3d4b5749360f9ae9845ccce228e6c1835b3cf692216c4dee49b0ab834ae11aef256e869b18a3517114707ae5eb1b13aaf068c1610bf5c5ad8102a0467
22 +DIST pyasn1-modules-0.1.5.tar.gz 65690 SHA256 1d303eed5aa54cafeca209d16b8c7ea2c6064735fb61f1bee2e0ed63a0816988 SHA512 0d7f631fdbcb4c89ccf65b91c106483f536daadd099f5b3fb9b144bbcfcb0619bf818fa18715b8f61baf10699421a1af80f003781a5ebac28ebb4f4e7f677c1a WHIRLPOOL 24f1f20b23bca1327ed554463f5dca5d3ed374878a0cc60327050c46c01918980401f7569039660e515d508de61136e1117a1fefa3801f1919b8c9d1d45df1d9
23
24 diff --git a/dev-python/pyasn1-modules/pyasn1-modules-0.1.5.ebuild b/dev-python/pyasn1-modules/pyasn1-modules-0.1.5.ebuild
25 new file mode 100644
26 index 00000000000..6b4d97a374f
27 --- /dev/null
28 +++ b/dev-python/pyasn1-modules/pyasn1-modules-0.1.5.ebuild
29 @@ -0,0 +1,32 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="pyasn1 modules"
40 +HOMEPAGE="http://pyasn1.sourceforge.net/ https://pypi.python.org/pypi/pyasn1-modules"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="BSD"
44 +SLOT="0"
45 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
46 +IUSE="test"
47 +
48 +RDEPEND=">=dev-python/pyasn1-0.3.4[${PYTHON_USEDEP}]"
49 +DEPEND="${RDEPEND}
50 + dev-python/setuptools[${PYTHON_USEDEP}]
51 + test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
52 +
53 +python_test() {
54 + esetup.py test
55 +}
56 +
57 +python_install_all() {
58 + distutils-r1_python_install_all
59 + insinto /usr/share/${P}
60 + doins -r tools
61 +}