From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF3DC138334 for ; Sun, 27 Jan 2019 12:36:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06DC6E1126; Sun, 27 Jan 2019 12:36:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8BB0E1110 for ; Sun, 27 Jan 2019 12:36:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C742F335D5E for ; Sun, 27 Jan 2019 12:36:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33A1152A for ; Sun, 27 Jan 2019 12:36:35 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1548592562.1a930617acf3b28af558159307370edf5994e12a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-phonenumber-field/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-phonenumber-field/Manifest dev-python/django-phonenumber-field/django-phonenumber-field-0.7.2.ebuild X-VCS-Directories: dev-python/django-phonenumber-field/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 1a930617acf3b28af558159307370edf5994e12a X-VCS-Branch: master Date: Sun, 27 Jan 2019 12:36:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ee7271fa-09c1-49c8-9faf-7b911d0836db X-Archives-Hash: af68348daf3ce55899b0bd8ccb89d5e7 commit: 1a930617acf3b28af558159307370edf5994e12a Author: Pacho Ramos gentoo org> AuthorDate: Sun Jan 27 12:22:35 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jan 27 12:36:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a930617 dev-python/django-phonenumber-field: Drop old Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> dev-python/django-phonenumber-field/Manifest | 1 - .../django-phonenumber-field-0.7.2.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/django-phonenumber-field/Manifest b/dev-python/django-phonenumber-field/Manifest index e15edca0aae..8a8db09b267 100644 --- a/dev-python/django-phonenumber-field/Manifest +++ b/dev-python/django-phonenumber-field/Manifest @@ -1,2 +1 @@ -DIST django-phonenumber-field-0.7.2.tar.gz 6208 BLAKE2B d0c771a61a299551d075208f5d9bc8077910111bd54b2353fdffd8243f37ec492e57ebcee68341d368d5cd851da6b9af43655ac05da7e7da0e172958ac7608b3 SHA512 bdb48ac1fa22c959409ba37b28786fbb46220628bf88265dd3c13ab2c676816d0dd1ed9195ce614a8184937347c3c4760fbdd1f57e235758790881af9a44f504 DIST django-phonenumber-field-1.3.0.tar.gz 14501 BLAKE2B f754f464376d684bf6d2cdaec8b16996cc4718947c5c4aab43e41d6dd66823d0ecfabc261bca918376ee92b33b1397786c88c82fede60261f073927a9a115470 SHA512 2a0065691f9874edef96e41c237d8a58b4ac5c3efe7a82c421dca269185962f518808083ce82e73a281c95675703b24820a7b5dae09a08474b6c2e3e7f529f1e diff --git a/dev-python/django-phonenumber-field/django-phonenumber-field-0.7.2.ebuild b/dev-python/django-phonenumber-field/django-phonenumber-field-0.7.2.ebuild deleted file mode 100644 index 011aa81e4d5..00000000000 --- a/dev-python/django-phonenumber-field/django-phonenumber-field-0.7.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_4 ) - -inherit distutils-r1 - -DESCRIPTION="Phone number normalisation in Django with 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}]"