mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 10:11:12 +02:00
django-guardian: 1.5.0 bump
This commit is contained in:
parent
fdd515e474
commit
146e9804b4
2 changed files with 26 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST django-guardian-1.4.3.tar.gz 145045 BLAKE2B 6a1a3ebef98ec6ef82c49919eb10864c51d5281453b682398379620723e10d27da2f150876ff791589e79f7c2f12cf8b77d376e5bb2f49d10175d840c9715e84 SHA512 7a90cd19947c27fb8afde2c96e140d15bc319cdb1164a13c5b3abd494d0c6af80ca75914c4c6e914629ad596cfe95d880ccecbfbb6f5e32a34bbf9a85ddcd6c6
|
||||
DIST django-guardian-1.4.9.tar.gz 152433 BLAKE2B 3264e56312ea0bd23d78f48e2c01af9078c05cbccbfcf903f0f2128701fa4c6256d75d74e78718dfaca432d3055ee7f3a5db07cdefa90dfc334f9a4618622a3d SHA512 349772959386cc9f925c1b9dc790e8cca65582c8d3630e0121811262ebad1c4e4534f4e73ef987120b9565ed7bbebf26407a042e5eec926f5168812aca8c1311
|
||||
DIST django-guardian-1.5.0.tar.gz 154863 BLAKE2B 2c1678be3a92f7a10ff1487838354936ef486b5b2108c941fd71259497484553c9e9208036fab4894f96f654058464c70ea1863ba7bd90bba09042b93a7c4548 SHA512 79030e7730fb316e0fea5f9b167dc99ade40484f634c88e62c47a6d91ed798cb6b4944b9ce52b262ac9a9ef7a6d4d88bb2da6e0b6c048212ebd3ff21df58b8bb
|
||||
|
|
|
|||
25
dev-python/django-guardian/django-guardian-1.5.0.ebuild
Normal file
25
dev-python/django-guardian/django-guardian-1.5.0.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Implementation of per object permissions for Django 1.2+"
|
||||
HOMEPAGE="https://github.com/lukaszb/django-guardian"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
IUSE=""
|
||||
|
||||
CDEPEND=">=dev-python/django-1.2[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]"
|
||||
|
||||
RDEPEND="${CDEPEND}"
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-runner[${PYTHON_USEDEP}]"
|
||||
Loading…
Reference in a new issue