summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-10-16 18:30:44 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-10-16 18:30:44 +0200
commitf0685bf488cb8936dc4760322039050d604d4f76 (patch)
treec1d56abce255dfb835586a429ef1d3683373dc0f
parentdev-util/radare2: drop old ebuilds, bug #634460 (diff)
downloadgentoo-f0685bf4.tar.gz
gentoo-f0685bf4.tar.bz2
gentoo-f0685bf4.zip
app-admin/dxf: Initial version
Package-Manager: Portage-2.3.11, Repoman-2.3.3
-rw-r--r--app-admin/dxf/Manifest1
-rw-r--r--app-admin/dxf/dxf-6.0.0.ebuild28
-rw-r--r--app-admin/dxf/metadata.xml12
3 files changed, 41 insertions, 0 deletions
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 @@
+<?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>