Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pythonz-bd/
Date: Sat, 02 Dec 2017 20:09:13
Message-Id: 1512245347.e410ec23363ed48c5a99f1b1794bfe66dbb9c8cc.jlec@gentoo
1 commit: e410ec23363ed48c5a99f1b1794bfe66dbb9c8cc
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 19:52:12 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 20:09:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e410ec23
7
8 dev-python/pythonz-bd: New package
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11 Package-Manager: Portage-2.3.16, Repoman-2.3.6
12
13 dev-python/pythonz-bd/Manifest | 1 +
14 dev-python/pythonz-bd/metadata.xml | 15 +++++++++++++++
15 dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild | 24 ++++++++++++++++++++++++
16 3 files changed, 40 insertions(+)
17
18 diff --git a/dev-python/pythonz-bd/Manifest b/dev-python/pythonz-bd/Manifest
19 new file mode 100644
20 index 00000000000..b824e97c8b4
21 --- /dev/null
22 +++ b/dev-python/pythonz-bd/Manifest
23 @@ -0,0 +1 @@
24 +DIST pythonz-bd-1.11.4.tar.gz 86065 BLAKE2B 1b7710129a6c764693cf3092725e78a7f6321ecf1bd0323644f421ee4f1c3c1a1b6defb805fbb137e58001c9869d9fe9d124978d60127a6672bb54903fd2027b SHA512 de945a1a49094eb6f4f1d0a2dbab4d5e73b60eb4a5d5461c4368fd46e05bf97df7177f7bcecfe963600016f9641e4233ace15a2c231f658ed8eeb771ddb51ab7
25
26 diff --git a/dev-python/pythonz-bd/metadata.xml b/dev-python/pythonz-bd/metadata.xml
27 new file mode 100644
28 index 00000000000..2d6e2eed10d
29 --- /dev/null
30 +++ b/dev-python/pythonz-bd/metadata.xml
31 @@ -0,0 +1,15 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 + <maintainer type="project">
36 + <email>python@g.o</email>
37 + <name>Python</name>
38 + </maintainer>
39 + <upstream>
40 + <remote-id type="pypi">pythonz-bd</remote-id>
41 + <maintainer status="unknown">
42 + <email>saghul@×××××.com</email>
43 + <name>saghul</name>
44 + </maintainer>
45 + </upstream>
46 +</pkgmetadata>
47
48 diff --git a/dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild b/dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild
49 new file mode 100644
50 index 00000000000..371d0631468
51 --- /dev/null
52 +++ b/dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild
53 @@ -0,0 +1,24 @@
54 +# Copyright 1999-2017 Gentoo Foundation
55 +# Distributed under the terms of the GNU General Public License v2
56 +
57 +EAPI=6
58 +
59 +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy pypy3 )
60 +
61 +inherit distutils-r1
62 +
63 +DESCRIPTION="Manage python installations in your system, berdario's shallow fork"
64 +HOMEPAGE="
65 + https://github.com/berdario/pythonz/tree/bd
66 + https://pypi.python.org/pypi/pythonz-bd"
67 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
68 +
69 +LICENSE="MIT"
70 +SLOT="0"
71 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
72 +IUSE=""
73 +
74 +RDEPEND=""
75 +DEPEND="${RDEPEND}
76 + dev-python/setuptools[${PYTHON_USEDEP}]
77 + $(python_gen_cond_dep 'dev-python/resumable-urlretrieve[${PYTHON_USEDEP}]' 'python3*')"