dev-python/django-phonenumber-field: New ebuild for django-phone-number-field (https://github.com/stefanfoulis/django-phonenumber-field)

Package-Manager: portage-2.2.26
This commit is contained in:
Johann Schmitz
2016-01-16 17:21:12 +01:00
parent be7cc2d32c
commit 3de11f232a
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST django-phonenumber-field-0.7.2.tar.gz 6208 SHA256 f3b23af290d0f800945c44e0737bd32f3ee38f63e7ad7076450778fe682a52fe SHA512 bdb48ac1fa22c959409ba37b28786fbb46220628bf88265dd3c13ab2c676816d0dd1ed9195ce614a8184937347c3c4760fbdd1f57e235758790881af9a44f504 WHIRLPOOL b83b276d18b4014657b8d0705f00358049ec242ad4552d7f679e8cca9d650f49bde0a2d11b91cd42b09f75783d74d480ccc18e70e8acf50b4fa2be514c97b2a2

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4} )
inherit distutils-r1
DESCRIPTION="Django model and form field for normalised phone numbers using python-phonenumbers"
HOMEPAGE="https://github.com/stefanfoulis/django-phonenumber-field"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/Babel[${PYTHON_USEDEP}]
>=dev-python/phonenumbers-7.0.2[${PYTHON_USEDEP}]
>=dev-python/django-1.5[${PYTHON_USEDEP}]"

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>ercpe@gentoo.org</email>
<name>Johann Schmitz (ercpe)</name>
</maintainer>
<upstream>
<remote-id type="github">stefanfoulis/django-phonenumber-field</remote-id>
</upstream>
</pkgmetadata>