dev-python/django-mptt: New package
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
dc7df06b8d
commit
961a2f7dd7
2
dev-python/django-mptt/Manifest
Normal file
2
dev-python/django-mptt/Manifest
Normal file
|
@ -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
|
22
dev-python/django-mptt/django-mptt-0.11.0.ebuild
Normal file
22
dev-python/django-mptt/django-mptt-0.11.0.ebuild
Normal file
|
@ -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}"
|
22
dev-python/django-mptt/django-mptt-0.12.0.ebuild
Normal file
22
dev-python/django-mptt/django-mptt-0.12.0.ebuild
Normal file
|
@ -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}"
|
11
dev-python/django-mptt/metadata.xml
Normal file
11
dev-python/django-mptt/metadata.xml
Normal file
|
@ -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>williamh@gentoo.org</email>
|
||||
<name>William Hubbs</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">django-mptt</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
Reference in a new issue