mirror of
https://github.com/fsr/gentoo-overlay
synced 2025-05-10 07:10:57 +02:00
Initial commit
This commit is contained in:
commit
7add806e3e
10 changed files with 137 additions and 0 deletions
1
dev-python/django-modeltranslation/Manifest
Normal file
1
dev-python/django-modeltranslation/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
EBUILD django-modeltranslation-9999.ebuild 539 BLAKE2B f70696e1fd9dffccb8b500547e35823e02c6b542ba69e0479ca9ddc7936c5162fce4909cbea0794f8dbabcbbb762a83bafc90acbf5ba718627211692b9f7525d SHA512 33e6ba8b990a0f3e32e0819f9c4bf89ec65d1f56c3d60801b865d0779857ea2b4ec6bce306b4f7cc1f989f5b53050e022ff6e94ab20d1d7547b25aca87854e0a
|
|
@ -0,0 +1,24 @@
|
|||
# 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"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue