From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 815071384B4 for ; Thu, 26 Nov 2015 10:35:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DF9821C0FF; Thu, 26 Nov 2015 10:35:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0601021C0FE for ; Thu, 26 Nov 2015 10:35:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9986B33BF11 for ; Thu, 26 Nov 2015 10:35:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA2CEA3F for ; Thu, 26 Nov 2015 10:35:25 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: <1448534073.3d94349e9cd128e76f1ed90ef7c76b6f0001f18f.dev-zero@gentoo> Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-python/whichcraft/, dev-python/binaryornot/, dev-python/pytest-mock/, ... X-VCS-Repository: dev/dev-zero X-VCS-Files: dev-python/binaryornot/Manifest dev-python/binaryornot/binaryornot-0.4.0.ebuild dev-python/binaryornot/metadata.xml dev-python/pytest-mock/Manifest dev-python/pytest-mock/metadata.xml dev-python/pytest-mock/pytest-mock-0.8.1.ebuild dev-python/whichcraft/Manifest dev-python/whichcraft/metadata.xml dev-python/whichcraft/whichcraft-0.1.1.ebuild dev-util/cookiecutter/Manifest dev-util/cookiecutter/cookiecutter-1.3.0.ebuild dev-util/cookiecutter/metadata.xml X-VCS-Directories: dev-util/cookiecutter/ dev-python/pytest-mock/ dev-python/whichcraft/ dev-python/binaryornot/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: 3d94349e9cd128e76f1ed90ef7c76b6f0001f18f X-VCS-Branch: master Date: Thu, 26 Nov 2015 10:35:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2b339540-ba03-4d53-afeb-d40003983e73 X-Archives-Hash: b0fe5ed519761ca5797eb2512f8f5d60 commit: 3d94349e9cd128e76f1ed90ef7c76b6f0001f18f Author: Tiziano Müller gentoo org> AuthorDate: Thu Nov 26 10:34:33 2015 +0000 Commit: Tiziano Müller gentoo org> CommitDate: Thu Nov 26 10:34:33 2015 +0000 URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=3d94349e import (and bump) cookiecutter and some rev-deps from mrueg's overlay dev-python/binaryornot/Manifest | 1 + dev-python/binaryornot/binaryornot-0.4.0.ebuild | 28 ++++++++++++++++++ dev-python/binaryornot/metadata.xml | 8 ++++++ dev-python/pytest-mock/Manifest | 1 + dev-python/pytest-mock/metadata.xml | 8 ++++++ dev-python/pytest-mock/pytest-mock-0.8.1.ebuild | 21 ++++++++++++++ dev-python/whichcraft/Manifest | 1 + dev-python/whichcraft/metadata.xml | 8 ++++++ dev-python/whichcraft/whichcraft-0.1.1.ebuild | 24 ++++++++++++++++ dev-util/cookiecutter/Manifest | 1 + dev-util/cookiecutter/cookiecutter-1.3.0.ebuild | 38 +++++++++++++++++++++++++ dev-util/cookiecutter/metadata.xml | 8 ++++++ 12 files changed, 147 insertions(+) diff --git a/dev-python/binaryornot/Manifest b/dev-python/binaryornot/Manifest new file mode 100644 index 0000000..029709a --- /dev/null +++ b/dev-python/binaryornot/Manifest @@ -0,0 +1 @@ +DIST binaryornot-0.4.0.tar.gz 371339 SHA256 2d2fa466cf6755638af0295b6ad048543e31332b40e905bbf546e28f63eeb9be SHA512 b63123a1496168142aa7d9119ac6d910682b8fe28bde1624f933b2368f884d8a6552608238e2dd64779fb035a20ecd8d16d7777f3f0eaf48674750eae2f3ef10 WHIRLPOOL 5434ba25f29dee39399c58d62d7a776194740b25a54592b8002d4687117d9748b129314e559c7fb5ad846dfe4ab3d1b253f72c2bc0f7a424b165eee500a3a881 diff --git a/dev-python/binaryornot/binaryornot-0.4.0.ebuild b/dev-python/binaryornot/binaryornot-0.4.0.ebuild new file mode 100644 index 0000000..68536cf --- /dev/null +++ b/dev-python/binaryornot/binaryornot-0.4.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="Ultra-lightweight pure Python package to guess whether a file is binary or text" +HOMEPAGE="https://github.com/audreyr/binaryornot" +SRC_URI="https://github.com/audreyr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND=">=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]" +DEPEND="test? ( ${RDEPEND} + dev-python/hypothesis[${PYTHON_USEDEP}] )" + +DOCS=( README.rst HISTORY.rst CONTRIBUTING.rst ) + +python_test() { + esetup.py test || die +} diff --git a/dev-python/binaryornot/metadata.xml b/dev-python/binaryornot/metadata.xml new file mode 100644 index 0000000..bfcb697 --- /dev/null +++ b/dev-python/binaryornot/metadata.xml @@ -0,0 +1,8 @@ + + + + + mrueg@gentoo.org + Manuel Rüger + + diff --git a/dev-python/pytest-mock/Manifest b/dev-python/pytest-mock/Manifest new file mode 100644 index 0000000..5d5bad7 --- /dev/null +++ b/dev-python/pytest-mock/Manifest @@ -0,0 +1 @@ +DIST pytest-mock-0.8.1.zip 16596 SHA256 2ba9b5feebc3c4fd5fc34df8c4b8401f9d5936aa8c64be15d74dae303467946b SHA512 30b20e315124a1a0a2aadd548d8b6b4a4762b425e5b4807e7ac4661cdaa3e5b62876fe62a68a3e3de693d2910f8c0c24be3e82e5b24215e5692c80fedfd1f8df WHIRLPOOL e934e1dfa0fbeeab5b72a7048d940e499e057ea1c631c21339c54e15792f7a0aaa119fda8c45922e47e2efbfe276fb82725d0b1d22bb877f952896887e71b790 diff --git a/dev-python/pytest-mock/metadata.xml b/dev-python/pytest-mock/metadata.xml new file mode 100644 index 0000000..bfcb697 --- /dev/null +++ b/dev-python/pytest-mock/metadata.xml @@ -0,0 +1,8 @@ + + + + + mrueg@gentoo.org + Manuel Rüger + + diff --git a/dev-python/pytest-mock/pytest-mock-0.8.1.ebuild b/dev-python/pytest-mock/pytest-mock-0.8.1.ebuild new file mode 100644 index 0000000..b9e31cf --- /dev/null +++ b/dev-python/pytest-mock/pytest-mock-0.8.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=(python{2_7,3_4}) + +inherit distutils-r1 + +DESCRIPTION="Thin-wrapper around the mock package for easier use with py.test" +HOMEPAGE="https://github.com/pytest-dev/pytest-mock" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]" +DEPEND="app-arch/unzip + test? ( ${RDEPEND} )" diff --git a/dev-python/whichcraft/Manifest b/dev-python/whichcraft/Manifest new file mode 100644 index 0000000..d06a519 --- /dev/null +++ b/dev-python/whichcraft/Manifest @@ -0,0 +1 @@ +DIST whichcraft-0.1.1.tar.gz 7833 SHA256 7b2d3584318a890acc8e2665b434ad3214caff0684450cc60c60d16fa73117f7 SHA512 e6c3e5ea866e9bf47ddf7a4a11ac1124d3f6fd50233624a493b09685e0e4b5d805768399391f0580228c8ca60d6c347499108027b12b05bf65a2d8dc78a9801a WHIRLPOOL 1f4a92df6ac16e729ea03be340971d97ffb11b3da795f5d1a7e0bc836aaa06de04a0d7c2a819b45fccf18f7881af046c355d60bb9d0f8453161116c26da9fdd4 diff --git a/dev-python/whichcraft/metadata.xml b/dev-python/whichcraft/metadata.xml new file mode 100644 index 0000000..bfcb697 --- /dev/null +++ b/dev-python/whichcraft/metadata.xml @@ -0,0 +1,8 @@ + + + + + mrueg@gentoo.org + Manuel Rüger + + diff --git a/dev-python/whichcraft/whichcraft-0.1.1.ebuild b/dev-python/whichcraft/whichcraft-0.1.1.ebuild new file mode 100644 index 0000000..91b4688 --- /dev/null +++ b/dev-python/whichcraft/whichcraft-0.1.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_4} ) + +inherit distutils-r1 + +DESCRIPTION=" This package provides cross-platform cross-python shutil.which functionality" +HOMEPAGE="https://github.com/pydanny/whichcraft" +SRC_URI="https://github.com/pydanny/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +DOCS=( README.rst HISTORY.rst CONTRIBUTING.rst ) + +python_test() { + ${PYTHON} test_whichcraft.py || die +} diff --git a/dev-util/cookiecutter/Manifest b/dev-util/cookiecutter/Manifest new file mode 100644 index 0000000..fae5887 --- /dev/null +++ b/dev-util/cookiecutter/Manifest @@ -0,0 +1 @@ +DIST cookiecutter-1.3.0.tar.gz 219110 SHA256 8fb5297bea5956d20a68c2d487a7a917d634e153a5fc2ffe6736a472e09690ed SHA512 e195e103da2cbc2aa40ea2cde47db8bea3cadf79506ad11062f2856a7fe7199168037a4805f2a1cfb56bc423c7e4f15f43ef15f974c7d38240720e3cb0d12c61 WHIRLPOOL e96c22fd05ee01cf1d525245764cdc408234af704d8f95d639b2a727af01f35178a9633f17cf716af5c26efba8e868b50ab07cfbe939b01815f03b0d07a57821 diff --git a/dev-util/cookiecutter/cookiecutter-1.3.0.ebuild b/dev-util/cookiecutter/cookiecutter-1.3.0.ebuild new file mode 100644 index 0000000..9417719 --- /dev/null +++ b/dev-util/cookiecutter/cookiecutter-1.3.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +inherit distutils-r1 + +DESCRIPTION="Command-line utility to create projects from cookiecutters (project templates)" +HOMEPAGE="https://github.com/audreyr/cookiecutter" + +SRC_URI="https://github.com/audreyr/cookiecutter/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +#RESTRICT="test" # tests currently fail here + +RDEPEND=">=dev-python/binaryornot-0.2.0[${PYTHON_USEDEP}] + >=dev-python/future-0.15.2[${PYTHON_USEDEP}] + >=dev-python/jinja-2.7[${PYTHON_USEDEP}] + >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] + >=dev-python/click-4.0[${PYTHON_USEDEP}] + >=dev-python/whichcraft-0.1.1[${PYTHON_USEDEP}]" + +DEPEND="test? ( ${RDEPEND} + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] )" + +DOCS=( README.rst HISTORY.rst CONTRIBUTING.rst ) + +python_test() { + py.test || die +} diff --git a/dev-util/cookiecutter/metadata.xml b/dev-util/cookiecutter/metadata.xml new file mode 100644 index 0000000..bfcb697 --- /dev/null +++ b/dev-util/cookiecutter/metadata.xml @@ -0,0 +1,8 @@ + + + + + mrueg@gentoo.org + Manuel Rüger + +