8
0
Fork 0
mirror of https://github.com/fsr/gentoo-overlay synced 2025-01-19 00:11:42 +01:00
gentoo-overlay/dev-python/django-modeltranslation/django-modeltranslation-9999.ebuild
2018-10-16 11:54:04 +02:00

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"