From 961a2f7dd7760b9f32d2fa7061c1edc3cab6441d Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Sat, 8 May 2021 15:53:29 +0200 Subject: [PATCH] dev-python/django-mptt: New package Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alarig Le Lay --- dev-python/django-mptt/Manifest | 2 ++ .../django-mptt/django-mptt-0.11.0.ebuild | 22 +++++++++++++++++++ .../django-mptt/django-mptt-0.12.0.ebuild | 22 +++++++++++++++++++ dev-python/django-mptt/metadata.xml | 11 ++++++++++ 4 files changed, 57 insertions(+) create mode 100644 dev-python/django-mptt/Manifest create mode 100644 dev-python/django-mptt/django-mptt-0.11.0.ebuild create mode 100644 dev-python/django-mptt/django-mptt-0.12.0.ebuild create mode 100644 dev-python/django-mptt/metadata.xml diff --git a/dev-python/django-mptt/Manifest b/dev-python/django-mptt/Manifest new file mode 100644 index 0000000..c1cc341 --- /dev/null +++ b/dev-python/django-mptt/Manifest @@ -0,0 +1,2 @@ +DIST django-mptt-0.11.0.tar.gz 98300 BLAKE2B cbae24143007dfe8913aacf4cbe22bbccdf929617adc31640c2d429d6ea8be727a937be0aa8353e82862b9fe8c571397db4dd3877015eb17c2c5a56172cc66a5 SHA512 21af30007661db1474628b6f8af86a3f6de52494efe1aaf9235f8b1660ba153f0de3ad91ff979588e4b681b00b44652a05146df7d3951d6ee62da38a1900fd89 +DIST django-mptt-0.12.0.tar.gz 103513 BLAKE2B 7eb5fd5079eb977b26495b5c475a9f49da06a02eb8ceba6125cd2d9100d89e794ff835b43c285f282cf51cb1cbb2f0188a437d4bfac0a3a45043f23f58e8617a SHA512 527135b859170c887f592f4f9b6f105dfc7f54af18affbf205d33860e80e3ba2336cfc9a3727792f4778817359cbef705d696c122725cf45d36838b5026e8699 diff --git a/dev-python/django-mptt/django-mptt-0.11.0.ebuild b/dev-python/django-mptt/django-mptt-0.11.0.ebuild new file mode 100644 index 0000000..d25ee9a --- /dev/null +++ b/dev-python/django-mptt/django-mptt-0.11.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) +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}" diff --git a/dev-python/django-mptt/django-mptt-0.12.0.ebuild b/dev-python/django-mptt/django-mptt-0.12.0.ebuild new file mode 100644 index 0000000..d25ee9a --- /dev/null +++ b/dev-python/django-mptt/django-mptt-0.12.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) +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}" diff --git a/dev-python/django-mptt/metadata.xml b/dev-python/django-mptt/metadata.xml new file mode 100644 index 0000000..5153951 --- /dev/null +++ b/dev-python/django-mptt/metadata.xml @@ -0,0 +1,11 @@ + + + + + williamh@gentoo.org + William Hubbs + + + django-mptt + +