app-admin/dxf: Initial version
authorManuel Rüger <mrueg@gentoo.org>
Mon, 16 Oct 2017 16:30:44 +0000 (18:30 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Mon, 16 Oct 2017 16:30:44 +0000 (18:30 +0200)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

app-admin/dxf/Manifest [new file with mode: 0644]
app-admin/dxf/dxf-6.0.0.ebuild [new file with mode: 0644]
app-admin/dxf/metadata.xml [new file with mode: 0644]

diff --git a/app-admin/dxf/Manifest b/app-admin/dxf/Manifest
new file mode 100644 (file)
index 0000000..79585aa
--- /dev/null
@@ -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 (file)
index 0000000..f256e77
--- /dev/null
@@ -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 (file)
index 0000000..3dbf29f
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>mrueg@gentoo.org</email>
+               <name>Manuel Rüger</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">python-dxf</remote-id>
+               <remote-id type="github">davedoesdev/dxf</remote-id>
+       </upstream>
+</pkgmetadata>