Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysmi/
Date: Sun, 05 Aug 2018 13:53:28
Message-Id: 1533477180.b159d3f9268bd77e7ab821c8336c967f5413dadc.monsieurp@gentoo
1 commit: b159d3f9268bd77e7ab821c8336c967f5413dadc
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 5 13:23:59 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 5 13:53:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b159d3f9
7
8 dev-python/pysmi: version bump.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/pysmi/Manifest | 1 +
13 dev-python/pysmi/pysmi-0.3.1.ebuild | 18 ++++++++++++++++++
14 2 files changed, 19 insertions(+)
15
16 diff --git a/dev-python/pysmi/Manifest b/dev-python/pysmi/Manifest
17 index f040ccaaf23..126301ba410 100644
18 --- a/dev-python/pysmi/Manifest
19 +++ b/dev-python/pysmi/Manifest
20 @@ -1 +1,2 @@
21 DIST pysmi-0.1.3.tar.gz 78325 BLAKE2B 8f82d86e096a47944eccbd4b7ef846f3d9ca155f3f6e0790eecad88cf872c20a725a4071c8c2b9295fc348fa20efbd41ae7d0479cbd4ffe054e9956a6b6784f1 SHA512 d321fbbc68e4b6b2b18de5c1215dc450ad2ba2ea6c70cbeee9d981d2e2106b59582eae42b09da72bc02af789f7f58a6fc97712869b74f0137d8f7fd7238b2211
22 +DIST pysmi-0.3.1.tar.gz 93003 BLAKE2B 91fa382aa693d8849299baf27a2fe10116441cc0661aa553321d9b5584e64751df547172f185e207a7eb0c6438ded60a0acef5aa51263cc1f29219dd8cdef2fc SHA512 b7ffff85689a1f99c53fdfecaed3d9dc1b5c3685388695e715cde9b42eb8511aac8a47b04dcce243c0fb09a4823a799d80a0033ed576637356b991c71bc660c8
23
24 diff --git a/dev-python/pysmi/pysmi-0.3.1.ebuild b/dev-python/pysmi/pysmi-0.3.1.ebuild
25 new file mode 100644
26 index 00000000000..c583f95f237
27 --- /dev/null
28 +++ b/dev-python/pysmi/pysmi-0.3.1.ebuild
29 @@ -0,0 +1,18 @@
30 +# Copyright 2017-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Python Lex & Yacc"
39 +HOMEPAGE="https://github.com/etingof/pysmi"
40 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
41 +
42 +LICENSE="BSD"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
45 +
46 +RDEPEND="dev-python/ply[${PYTHON_USEDEP}]"
47 +DEPEND="${RDEPEND}"