From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95A45138334 for ; Mon, 30 Jul 2018 21:56:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D35B6E0843; Mon, 30 Jul 2018 21:56:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A61D1E0843 for ; Mon, 30 Jul 2018 21:56:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47F5E335C99 for ; Mon, 30 Jul 2018 21:56:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92A1B38F for ; Mon, 30 Jul 2018 21:56:04 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1532987740.4aed5724c3d851031b2e4921a2f15805c3000c59.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/dxf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/dxf/Manifest app-admin/dxf/dxf-7.4.0.ebuild X-VCS-Directories: app-admin/dxf/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 4aed5724c3d851031b2e4921a2f15805c3000c59 X-VCS-Branch: master Date: Mon, 30 Jul 2018 21:56:04 +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: f372597d-02c2-49ed-a4cd-28da55acc670 X-Archives-Hash: 17ded05d038fc636fb7e3865e9dfc7b7 commit: 4aed5724c3d851031b2e4921a2f15805c3000c59 Author: Manuel Rüger gentoo org> AuthorDate: Mon Jul 30 21:55:40 2018 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Jul 30 21:55:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aed5724 app-admin/dxf: Version bump to 7.4.0 Package-Manager: Portage-2.3.43, Repoman-2.3.10 app-admin/dxf/Manifest | 1 + app-admin/dxf/dxf-7.4.0.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/app-admin/dxf/Manifest b/app-admin/dxf/Manifest index c57d5d4282f..fc684bf8eca 100644 --- a/app-admin/dxf/Manifest +++ b/app-admin/dxf/Manifest @@ -1 +1,2 @@ DIST dxf-7.3.0.tar.gz 298408 BLAKE2B a8ba078d1bea8fed58df35562af678f902513f4da18123a3eabb52a707b7973358a7690d309b3b7d86fadc4086856580792177525b4e7e217da4542249e83663 SHA512 2bb16a41990f572c3352f708438e67550cc089c078296c765fcffec4ada60f40f097bfcdf4def3c57a0e6c1db31d2ab9020407b2c165509f132e51cc93af8205 +DIST dxf-7.4.0.tar.gz 300099 BLAKE2B a3d17709efed3af5be82b1bf4ebd4201101e92867f714355467d72b84d560cddcf13a9ad2b4b71553decfc664f29c7ee13f74d551092d8a3a25dc48eea9a4214 SHA512 7aaa5827c6f02bb22b4d2dae9e24aa921ecebe72fe8278d3fc84f48448c1f903c0b70c22873d2772f3da5367ecc45770b8719c4d1aa95cac146a392bd9a923d2 diff --git a/app-admin/dxf/dxf-7.4.0.ebuild b/app-admin/dxf/dxf-7.4.0.ebuild new file mode 100644 index 00000000000..f6e0099fdfe --- /dev/null +++ b/app-admin/dxf/dxf-7.4.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +inherit distutils-r1 + +DESCRIPTION="Docker registry v2 client in Python" +HOMEPAGE="https://github.com/davedoesdev/dxf" +SRC_URI="https://github.com/davedoesdev/dxf/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=dev-python/jwcrypto-0.4.2[${PYTHON_USEDEP}] + >=dev-python/requests-2.18.4[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/tqdm-4.19.4[${PYTHON_USEDEP}] + >=dev-python/www-authenticate-0.9.2[${PYTHON_USEDEP}]" + +RESTRICT="test" +# Require dockerd running + +python_test() { + emake test +}