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 4D3A8138334 for ; Wed, 6 Jun 2018 20:52:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BE7AE0B0A; Wed, 6 Jun 2018 20:52:22 +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 66C40E0B0A for ; Wed, 6 Jun 2018 20:52:22 +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 E8EE7335CA2 for ; Wed, 6 Jun 2018 20:52:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A3F729E for ; Wed, 6 Jun 2018 20:52:19 +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: <1528318323.f422d358f61de353c39e0e0be4187f0274f4c116.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.2.0.ebuild X-VCS-Directories: app-admin/dxf/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: f422d358f61de353c39e0e0be4187f0274f4c116 X-VCS-Branch: master Date: Wed, 6 Jun 2018 20:52:19 +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: 116bf2fe-9ec0-4a29-b91f-ae1cb4b956d6 X-Archives-Hash: c3e7d88be5bbdeeca3813ab1178a00be commit: f422d358f61de353c39e0e0be4187f0274f4c116 Author: Manuel Rüger gentoo org> AuthorDate: Wed Jun 6 20:51:10 2018 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Jun 6 20:52:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f422d358 app-admin/dxf: Version bump to 7.2.0 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-admin/dxf/Manifest | 1 + app-admin/dxf/dxf-7.2.0.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/app-admin/dxf/Manifest b/app-admin/dxf/Manifest index e7c563cf566..64fffa23a5a 100644 --- a/app-admin/dxf/Manifest +++ b/app-admin/dxf/Manifest @@ -1 +1,2 @@ DIST dxf-7.1.1.tar.gz 293629 BLAKE2B b6657e2b3b402e07a1f22dc5f8ece033fc8c7492e18a1654e7354420862c042ece359cdbb377dd9daefec606aaab865a22d26247d463097469c322d2877f4ea7 SHA512 9e9be7a69d885bfaf4f062ec601f33c7de2123c4c2910f046fc4b3f199608d08626e76ff47e2c9691149e6f3e0c6fb05e2264b83b3d74c06fe907f5bb7de5254 +DIST dxf-7.2.0.tar.gz 298396 BLAKE2B 2566f61ab4f621492b3f2c243a78bb02e25bc7278438c7698be4704724172605a5e1111a9f380e1de064c6d6ce35a95fee06ac4865e3c8f1318af4a6242ff1b9 SHA512 49f6a29d6d653f444d2f53b84a73b1282052c7ff7a87f65b59a87b5c2796ca37897b36b17d2252398d087377755ff9f474c6b271af80d955d79b6a971a2e124d diff --git a/app-admin/dxf/dxf-7.2.0.ebuild b/app-admin/dxf/dxf-7.2.0.ebuild new file mode 100644 index 00000000000..f6e0099fdfe --- /dev/null +++ b/app-admin/dxf/dxf-7.2.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 +}