From 84c5066020cf72a8aa77fa4f26ce120d1766dad1 Mon Sep 17 00:00:00 2001 From: Cédric Krier Date: Fri, 19 Jun 2020 00:36:29 +0200 Subject: dev-util/cookiecutter: clean old version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Cédric Krier --- dev-util/cookiecutter/Manifest | 1 - dev-util/cookiecutter/cookiecutter-1.6.0.ebuild | 44 ------------------------- 2 files changed, 45 deletions(-) delete mode 100644 dev-util/cookiecutter/cookiecutter-1.6.0.ebuild (limited to 'dev-util/cookiecutter') diff --git a/dev-util/cookiecutter/Manifest b/dev-util/cookiecutter/Manifest index 36833f080859..6120f947881e 100644 --- a/dev-util/cookiecutter/Manifest +++ b/dev-util/cookiecutter/Manifest @@ -1,2 +1 @@ -DIST cookiecutter-1.6.0.tar.gz 255579 BLAKE2B 68d50bc51cc0fa2f7fa84bf77933ad27b4dbdd9c06ed459c5aad8d604256c205bad5434b19b1b93ee95fdf5bf211124558994a9204a79cdfc1e433576a0e7fba SHA512 0a06ae8fe7aceeeb0bcb98b5981d743b2e2e5d5f121c2e0703bb76399b0433816beaddb64c92f28d50f1781737db25907a10ec7b59f6c02c17171cfb56fb12f4 DIST cookiecutter-1.7.2.tar.gz 253484 BLAKE2B de1c773cd5e53532edc7af7aaeac6061b1a5293330b8162da0f31895b0c3a58a4e0f36d66bee3da328a6b0a59fb5bd917a2f3f6fcf7772a4c63db5cd0030caae SHA512 15cc145f143b4cac6e78b12e1c29e191d0c1c96b0187db05a4c8aac18310a5cb31d912073674ef4c01727c9b5a3b67f8c508842cb625db338b4034faa52a4a4c diff --git a/dev-util/cookiecutter/cookiecutter-1.6.0.ebuild b/dev-util/cookiecutter/cookiecutter-1.6.0.ebuild deleted file mode 100644 index 9f74aae46a14..000000000000 --- a/dev-util/cookiecutter/cookiecutter-1.6.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -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? ( test )" - -RDEPEND=">=dev-python/future-0.15.2[${PYTHON_USEDEP}] - >=dev-python/binaryornot-0.2.0[${PYTHON_USEDEP}] - >=dev-python/jinja-2.7[${PYTHON_USEDEP}] - >=dev-python/click-5.0[${PYTHON_USEDEP}] - >=dev-python/whichcraft-0.1.1[${PYTHON_USEDEP}] - >=dev-python/poyo-0.4.0[${PYTHON_USEDEP}] - >=dev-python/jinja2-time-0.1.0[${PYTHON_USEDEP}] - >=dev-python/requests-2.18.0[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" - -DEPEND="${RDEPEND} - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - >=dev-python/pytest-mock-1.1[${PYTHON_USEDEP}] - dev-python/pytest-catchlog[${PYTHON_USEDEP}] - dev-python/freezegun[${PYTHON_USEDEP}] - dev-vcs/git )" - -DOCS=( README.rst HISTORY.rst CONTRIBUTING.rst ) - -python_test() { - py.test || die -} -- cgit v1.2.3-65-gdbad