commit:     bd0a19fec1df60e5a1676011184f1f372dc5ca58
Author:     Sławomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  4 20:41:53 2015 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Wed Nov  4 20:41:53 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd0a19fe

Added django-treebeard package

Package-Manager: portage-2.2.23

 dev-python/django-treebeard/Manifest               |  1 +
 .../django-treebeard/django-treebeard-3.0.ebuild   | 27 ++++++++++++++++++++++
 dev-python/django-treebeard/metadata.xml           |  7 ++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-python/django-treebeard/Manifest 
b/dev-python/django-treebeard/Manifest
new file mode 100644
index 0000000..62dad84
--- /dev/null
+++ b/dev-python/django-treebeard/Manifest
@@ -0,0 +1 @@
+DIST django-treebeard-3.0.tar.gz 93278 SHA256 
ac9935d855359951f1a9c51904f55f2a1b1b41930ea472ded78cfd50c5cae982 SHA512 
9c15dd75142a36cbd73d09c1f677f9875f67dc809178aeec79fab817a2ec60dc4afb0ca81ffa818be489d4bb1190299197e0f9b7d90e704428ca6c3fc6bf0a61
 WHIRLPOOL 
b1e1fd9923b1495374cd4d3fef5b808926fc89f6d175dd18157aab778d5f13d2ed4b789c1fbcbbe9efea96a152a6943037f3093aafcadd1a14d977bcdd698c6c

diff --git a/dev-python/django-treebeard/django-treebeard-3.0.ebuild 
b/dev-python/django-treebeard/django-treebeard-3.0.ebuild
new file mode 100644
index 0000000..93cbf0f
--- /dev/null
+++ b/dev-python/django-treebeard/django-treebeard-3.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_7,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Efficient tree implementations for Django 1.6+"
+HOMEPAGE="https://tabo.pe/projects/django-treebeard/ 
https://pypi.python.org/pypi/django-treebeard";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+       >=dev-python/django-1.6
+"
+
+DEPEND="
+       ${RDEPEND}
+       dev-python/setuptools
+"
\ No newline at end of file

diff --git a/dev-python/django-treebeard/metadata.xml 
b/dev-python/django-treebeard/metadata.xml
new file mode 100644
index 0000000..1847f17
--- /dev/null
+++ b/dev-python/django-treebeard/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer>
+    <email>[email protected]</email>
+  </maintainer>
+</pkgmetadata>

Reply via email to