Skip to content

Commit

Permalink
dev-python/django-phonenumber-field: Version bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
Johann Schmitz committed Jul 15, 2017
1 parent 1d62344 commit 7418c66
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/django-phonenumber-field/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST django-phonenumber-field-0.7.2.tar.gz 6208 SHA256 f3b23af290d0f800945c44e0737bd32f3ee38f63e7ad7076450778fe682a52fe SHA512 bdb48ac1fa22c959409ba37b28786fbb46220628bf88265dd3c13ab2c676816d0dd1ed9195ce614a8184937347c3c4760fbdd1f57e235758790881af9a44f504 WHIRLPOOL b83b276d18b4014657b8d0705f00358049ec242ad4552d7f679e8cca9d650f49bde0a2d11b91cd42b09f75783d74d480ccc18e70e8acf50b4fa2be514c97b2a2
DIST django-phonenumber-field-1.1.0.tar.gz 12479 SHA256 1ebca1eb2dad258013b1158cfdf751bcc97ac6dd5a81a2c4c97018948f9635bd SHA512 7bd5271f807392412cf11b4a1e557693657f5751ffcc26e16c394f872799eb50f6bd87e2b302ac6a7e615c84a2876921ac2c6ac9bcbef3df4ad7b7274c3823fc WHIRLPOOL 5645988df75f4380760836bd924c87df3a6631d123bdbfd31cc10b537ee2fa9b2b804c48e33d8990f410c490cde725747a5586579066d386332a546619555750
DIST django-phonenumber-field-1.3.0.tar.gz 14501 SHA256 8db9d2dc833678b163adabd593cda7ad1dede81a1c18f67c895701fc44dc44f1 SHA512 2a0065691f9874edef96e41c237d8a58b4ac5c3efe7a82c421dca269185962f518808083ce82e73a281c95675703b24820a7b5dae09a08474b6c2e3e7f529f1e WHIRLPOOL 263f34dc9dcd5c90737af3f4839d1f195e56530e20c0259383d0f2f2087e266f860821a00fc96c0f3a6d1b3a8267893b09c6f2ca582d29be4e3d7d905a990189
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{4,5,6} )

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}]"

0 comments on commit 7418c66

Please sign in to comment.