From f0685bf488cb8936dc4760322039050d604d4f76 Mon Sep 17 00:00:00 2001 From: Manuel Rüger Date: Mon, 16 Oct 2017 18:30:44 +0200 Subject: app-admin/dxf: Initial version Package-Manager: Portage-2.3.11, Repoman-2.3.3 --- app-admin/dxf/Manifest | 1 + app-admin/dxf/dxf-6.0.0.ebuild | 28 ++++++++++++++++++++++++++++ app-admin/dxf/metadata.xml | 12 ++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 app-admin/dxf/Manifest create mode 100644 app-admin/dxf/dxf-6.0.0.ebuild create mode 100644 app-admin/dxf/metadata.xml (limited to 'app-admin') diff --git a/app-admin/dxf/Manifest b/app-admin/dxf/Manifest new file mode 100644 index 000000000000..79585aa7237e --- /dev/null +++ b/app-admin/dxf/Manifest @@ -0,0 +1 @@ +DIST python-dxf-6.0.0.tar.gz 18059 SHA256 9f3b60f87be1f47bf03f26f4fcfa8176dccdcfa7ea0533a0a6bb89b05f96a1bf SHA512 fb502aac73f7e4ff6c2ef8e11887ec71093c9387857da4eeca222fba23bd669d06e0f085660637ad9774decb310b56ed36c14e29014de3e15108d77417309d41 WHIRLPOOL 2ceb04804a358c2f09b7c1cff15b15c5b0d249639a3909eb0401c06e523ca0f655d740fa3929009c0cef23932e3ce65e1b52a05e59c2bb127c25947e1c528f5b diff --git a/app-admin/dxf/dxf-6.0.0.ebuild b/app-admin/dxf/dxf-6.0.0.ebuild new file mode 100644 index 000000000000..f256e77ae0d2 --- /dev/null +++ b/app-admin/dxf/dxf-6.0.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 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="mirror://pypi/p/python-${PN}/python-${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=dev-python/jwcrypto-0.4.2[${PYTHON_USEDEP}] + >=dev-python/requests-2.9.0[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/tqdm-4.10.0[${PYTHON_USEDEP}] + >=dev-python/www-authenticate-0.9.2[${PYTHON_USEDEP}]" + +S=${WORKDIR}/python-${P} + +RESTRICT="test" +# Fixtures and Makefile missing on pypi +# No tag in upstream repository diff --git a/app-admin/dxf/metadata.xml b/app-admin/dxf/metadata.xml new file mode 100644 index 000000000000..3dbf29ff0e73 --- /dev/null +++ b/app-admin/dxf/metadata.xml @@ -0,0 +1,12 @@ + + + + + mrueg@gentoo.org + Manuel Rüger + + + python-dxf + davedoesdev/dxf + + -- cgit v1.2.3-65-gdbad