commit: a74eca9fbf7ffb34bda5b30fa9e32723058b9c43
Author: William Hubbs <william.hubbs <AT> sony <DOT> com>
AuthorDate: Thu Mar 14 22:05:52 2019 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 22:07:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74eca9f
dev-python/django-mptt: django modified preorder tree traversal utilities
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-python/django-mptt/Manifest | 1 +
dev-python/django-mptt/django-mptt-0.9.1.ebuild | 20 ++++++++++++++++++++
dev-python/django-mptt/metadata.xml | 8 ++++++++
3 files changed, 29 insertions(+)
diff --git a/dev-python/django-mptt/Manifest b/dev-python/django-mptt/Manifest
new file mode 100644
index 00000000000..7496d1da4c2
--- /dev/null
+++ b/dev-python/django-mptt/Manifest
@@ -0,0 +1 @@
+DIST django-mptt-0.9.1.tar.gz 95615 BLAKE2B
980bd2165a66da0af8e5cb877e42cb9e7deaf7c2bfc09ff0125753127a07f4bd546ba98e10831878fb9c5fd254bb95d5e2be0c2d574d35f4eb06fa6d4f9db74b
SHA512
54e0d36fe4893846491cc253d9010024b53eff4c6570e77cde33257844dba36406ad56f4dc13a586806abbc4e53d4864101002227d5c5819c72926b45100914d
diff --git a/dev-python/django-mptt/django-mptt-0.9.1.ebuild
b/dev-python/django-mptt/django-mptt-0.9.1.ebuild
new file mode 100644
index 00000000000..b091eb73e43
--- /dev/null
+++ b/dev-python/django-mptt/django-mptt-0.9.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6} )
+inherit distutils-r1
+
+DESCRIPTION="utilities for modified preorder tree traversal and trees of model
instances"
+HOMEPAGE="https://github.com/django-mptt/django-mptt"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]
+ dev-python/django-js-asset[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/django-mptt/metadata.xml
b/dev-python/django-mptt/metadata.xml
new file mode 100644
index 00000000000..c36c37139fa
--- /dev/null
+++ b/dev-python/django-mptt/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>William Hubbs</name>
+ </maintainer>
+</pkgmetadata>