From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [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 88002138350 for ; Mon, 6 Apr 2020 18:01:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2A14E11D0; Mon, 6 Apr 2020 18:01:42 +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 962AEE11D0 for ; Mon, 6 Apr 2020 18:01:42 +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 3B64634EF3F for ; Mon, 6 Apr 2020 18:01:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D610D19B for ; Mon, 6 Apr 2020 18:01:39 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1586162464.c18f9bf03c972ba701c6e859dd076423999dcdcc.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/geopy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/geopy/Manifest dev-python/geopy/geopy-1.21.0.ebuild dev-python/geopy/metadata.xml X-VCS-Directories: dev-python/geopy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c18f9bf03c972ba701c6e859dd076423999dcdcc X-VCS-Branch: master Date: Mon, 6 Apr 2020 18:01:39 +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: d4b151af-0508-4fde-9ac9-5dd0f1a344a9 X-Archives-Hash: ee81184eeceb2b63937ae3fd859ccd7c commit: c18f9bf03c972ba701c6e859dd076423999dcdcc Author: Alessandro Barbieri gmail com> AuthorDate: Mon Apr 6 01:05:14 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Apr 6 08:41:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c18f9bf0 dev-python/geopy: bump masked package Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/geopy/Manifest | 1 + dev-python/geopy/geopy-1.21.0.ebuild | 43 ++++++++++++++++++++++++++++++++++++ dev-python/geopy/metadata.xml | 16 ++++++++++++++ 3 files changed, 60 insertions(+) diff --git a/dev-python/geopy/Manifest b/dev-python/geopy/Manifest new file mode 100644 index 0000000..d4f7b1c --- /dev/null +++ b/dev-python/geopy/Manifest @@ -0,0 +1 @@ +DIST geopy-1.21.0.tar.gz 254831 BLAKE2B 2b8aa46277ea65cde2e037ee71d42ef42451d1ee3bc38b7a6f89e15293074f80cf52b53bad6a483769fe8ce6d267db27bd1878e6248c0c4b18a92a86df4a2ae9 SHA512 8dc148795251e5bf74948859430856569e7aef38ac09432f86498ec3f5939277d2d548f3c35c6f14e6ef1645fdfa48bf70ab998888ba395f199c08aa8dbe6ed2 diff --git a/dev-python/geopy/geopy-1.21.0.ebuild b/dev-python/geopy/geopy-1.21.0.ebuild new file mode 100644 index 0000000..fa0f5ce --- /dev/null +++ b/dev-python/geopy/geopy-1.21.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 + +DESCRIPTION="A Geocoding Toolbox for Python" +HOMEPAGE=" + http://www.geopy.org + https://github.com/geopy/geopy + https://pypi.org/project/geopy +" +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +IUSE="timezone" +REQUIRED_USE="test? ( timezone )" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + =sci-geosciences/geographiclib-1.49[${PYTHON_USEDEP}] + + timezone? ( + dev-python/pytz[${PYTHON_USEDEP}] + ) +" +DEPEND=" + test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest +distutils_enable_sphinx \ + ">=dev-python/sphinx_rtd_theme-0.4.0" \ + dev-python/readme_renderer diff --git a/dev-python/geopy/metadata.xml b/dev-python/geopy/metadata.xml new file mode 100644 index 0000000..01d58c2 --- /dev/null +++ b/dev-python/geopy/metadata.xml @@ -0,0 +1,16 @@ + + + + + python@gentoo.org + Python + + + geopy + geopy + geopy/geopy + + + Enables localized date support + +