diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-python/pythonz-bd | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/pythonz-bd')
-rw-r--r-- | dev-python/pythonz-bd/Manifest | 3 | ||||
-rw-r--r-- | dev-python/pythonz-bd/metadata.xml | 15 | ||||
-rw-r--r-- | dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild | 24 |
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-python/pythonz-bd/Manifest b/dev-python/pythonz-bd/Manifest new file mode 100644 index 000000000000..f3612a749876 --- /dev/null +++ b/dev-python/pythonz-bd/Manifest @@ -0,0 +1,3 @@ +DIST pythonz-bd-1.11.4.tar.gz 86065 BLAKE2B 1b7710129a6c764693cf3092725e78a7f6321ecf1bd0323644f421ee4f1c3c1a1b6defb805fbb137e58001c9869d9fe9d124978d60127a6672bb54903fd2027b SHA512 de945a1a49094eb6f4f1d0a2dbab4d5e73b60eb4a5d5461c4368fd46e05bf97df7177f7bcecfe963600016f9641e4233ace15a2c231f658ed8eeb771ddb51ab7 +EBUILD pythonz-bd-1.11.4.ebuild 658 BLAKE2B 7771a5fd556898b9a353a8ded3dcdcd89bd4ce3db3255d3e4faf659731e407defca710bb5fc80ccb1b115f256ffa80fcab840cb7c0ab111982ae6be407d9b20c SHA512 53a26b10ed155a2c22d6915cdf35b9de6c16874e359fe52c5482d4dca2e7ff301d290214b06eaac8c05a35612c8c2ddfbf3fdc11285872cd9c457a9b853ea713 +MISC metadata.xml 439 BLAKE2B e9935c2cf2df4194b736a7d1a8ebaf53780289ccc7ebe2d02c0128e0b298c78f920602f25cddf052af016dba1c9218acd98576fe87874c2fc73241ed5f3c036f SHA512 e3d98902122dd0d5f99e139d58ed62f1291a606eb399c0531936d69e72b855a51bc1475998b7910b5773621ff7fd366253ed7e911ffa40ad61fc18c945f006d9 diff --git a/dev-python/pythonz-bd/metadata.xml b/dev-python/pythonz-bd/metadata.xml new file mode 100644 index 000000000000..2d6e2eed10d6 --- /dev/null +++ b/dev-python/pythonz-bd/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <upstream> + <remote-id type="pypi">pythonz-bd</remote-id> + <maintainer status="unknown"> + <email>saghul@gmail.com</email> + <name>saghul</name> + </maintainer> + </upstream> +</pkgmetadata> diff --git a/dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild b/dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild new file mode 100644 index 000000000000..8927d11a1015 --- /dev/null +++ b/dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Manage python installations in your system, berdario's shallow fork" +HOMEPAGE=" + https://github.com/berdario/pythonz/tree/bd + https://pypi.org/project/pythonz-bd/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/resumable-urlretrieve[${PYTHON_USEDEP}]' 'python3*')" |