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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3181158041 for ; Sun, 10 Mar 2024 16:48:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4385E2A99; Sun, 10 Mar 2024 16:48:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88C58E2A97 for ; Sun, 10 Mar 2024 16:48:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6EE233BEEB for ; Sun, 10 Mar 2024 16:48:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EF161519 for ; Sun, 10 Mar 2024 16:48:16 +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: <1710089277.98eaa0d3fca02008e3a3ad85fd3350d4a530f481.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/geographiclib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/geographiclib/Manifest dev-python/geographiclib/geographiclib-2.0.ebuild dev-python/geographiclib/metadata.xml X-VCS-Directories: dev-python/geographiclib/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 98eaa0d3fca02008e3a3ad85fd3350d4a530f481 X-VCS-Branch: master Date: Sun, 10 Mar 2024 16:48:16 +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: d9f7a2e2-3943-469e-a224-75224f033c76 X-Archives-Hash: 9e64255ea4f8fe1d000c91ff43146f53 commit: 98eaa0d3fca02008e3a3ad85fd3350d4a530f481 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sun Mar 10 16:45:37 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Mar 10 16:47:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98eaa0d3 dev-python/geographiclib: new package, add 2.0 Bug: https://bugs.gentoo.org/910022 Bug: https://bugs.gentoo.org/923314 Bug: https://bugs.gentoo.org/851612 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/geographiclib/Manifest | 1 + dev-python/geographiclib/geographiclib-2.0.ebuild | 18 ++++++++++++++++++ dev-python/geographiclib/metadata.xml | 13 +++++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/geographiclib/Manifest b/dev-python/geographiclib/Manifest new file mode 100644 index 000000000000..fedefd0eb476 --- /dev/null +++ b/dev-python/geographiclib/Manifest @@ -0,0 +1 @@ +DIST geographiclib-2.0.tar.gz 36720 BLAKE2B 31759eda6b77b191c34c18c2c6abdcf04214391e7d77eb68aa000aff8ec35519ab705b358f76bb0a50aff74708bcada664bdf3a97a3fb3e482ca773d6f410eed SHA512 08e67317b83ed96dc45b013bfc0eac771f015250da07b1574252f566f48ce944ad0a5a0623b1bfc96c14e65658f2f39a069af5ceb6ffe153677cc2a023eeef91 diff --git a/dev-python/geographiclib/geographiclib-2.0.ebuild b/dev-python/geographiclib/geographiclib-2.0.ebuild new file mode 100644 index 000000000000..e7a7bd36b1ca --- /dev/null +++ b/dev-python/geographiclib/geographiclib-2.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 pypi + +DESCRIPTION="Python implementation of the geodesic routines" +HOMEPAGE="https://geographiclib.sourceforge.io/Python/ https://github.com/geographiclib/geographiclib-python" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests unittest diff --git a/dev-python/geographiclib/metadata.xml b/dev-python/geographiclib/metadata.xml new file mode 100644 index 000000000000..0091cfde9a07 --- /dev/null +++ b/dev-python/geographiclib/metadata.xml @@ -0,0 +1,13 @@ + + + + + sci-geosciences@gentoo.org + Gentoo Geosciences Project + + + geographiclib + geographiclib + geographiclib/geographiclib-python + +