dev-python/positional: adding for openstack mitaka
authorMatthew Thode <prometheanfire@gentoo.org>
Fri, 25 Mar 2016 04:49:48 +0000 (23:49 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Fri, 25 Mar 2016 04:49:48 +0000 (23:49 -0500)
Package-Manager: portage-2.2.26

dev-python/positional/Manifest [new file with mode: 0644]
dev-python/positional/metadata.xml [new file with mode: 0644]
dev-python/positional/positional-1.0.1.ebuild [new file with mode: 0644]

diff --git a/dev-python/positional/Manifest b/dev-python/positional/Manifest
new file mode 100644 (file)
index 0000000..af74b2d
--- /dev/null
@@ -0,0 +1 @@
+DIST positional-1.0.1.tar.gz 16398 SHA256 54a73f3593c6e30e9cdd0a727503b7c5dddbb75fb78bb681614b08dfde2bc444 SHA512 1071100fdc3d05520d452ef74a3294c7b16f84f41aac04ebd85fddcbbac58564e7ee836ac2a73af732b137bdf857efbfd15351e913afcdc88885d1b820183699 WHIRLPOOL 1a2a4ac9cc247f4e100f3acd55353d69b3adb79ed610bcc0a81f60816725ce66e60c258561dbbdcb98f42f11b3872873a956e6be838d0eae005918f621f2341f
diff --git a/dev-python/positional/metadata.xml b/dev-python/positional/metadata.xml
new file mode 100644 (file)
index 0000000..1458e7a
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>prometheanfire@gentoo.org</email>
+               <name>Matthew Thode</name>
+       </maintainer>
+       <longdescription lang="en">
+               A decorator which enforces only some args may be passed positionally.
+       </longdescription>
+</pkgmetadata>
diff --git a/dev-python/positional/positional-1.0.1.ebuild b/dev-python/positional/positional-1.0.1.ebuild
new file mode 100644 (file)
index 0000000..037652a
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="A decorator which enforces only some args may be passed positionally."
+HOMEPAGE="https://github.com/morganfainberg/positional"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+       >=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"