mirror of
https://github.com/fsr/gentoo-overlay
synced 2025-01-19 08:21:41 +01:00
24 lines
539 B
Bash
24 lines
539 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=6
|
|
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5,3_6} pypy2_0 )
|
|
|
|
inherit eutils distutils-r1 git-r3
|
|
|
|
DESCRIPTION="Translates Django models using a registration approach."
|
|
HOMEPAGE="https://github.com/deschler/django-modeltranslation"
|
|
|
|
EGIT_REPO_URI="https://github.com/deschler/django-modeltranslation.git"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS=""
|
|
IUSE=""
|
|
|
|
RDEPEND="
|
|
>=dev-python/django-1.7
|
|
"
|
|
DEPEND="dev-python/setuptools"
|
|
|