public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pymeeus/
Date: Sun,  9 Jan 2022 00:01:21 +0000 (UTC)	[thread overview]
Message-ID: <1641686472.33274199d6714891e9463aeab7fddaaa680c4ede.cybertailor@gentoo> (raw)

commit:     33274199d6714891e9463aeab7fddaaa680c4ede
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Jan  8 23:39:54 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Jan  9 00:01:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33274199

dev-python/pymeeus: enable py3.10, drop 0.3.13

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/pymeeus/Manifest              |  1 -
 dev-python/pymeeus/metadata.xml          | 13 ++++++++-----
 dev-python/pymeeus/pymeeus-0.3.13.ebuild | 24 ------------------------
 dev-python/pymeeus/pymeeus-0.5.11.ebuild | 12 +++++-------
 4 files changed, 13 insertions(+), 37 deletions(-)

diff --git a/dev-python/pymeeus/Manifest b/dev-python/pymeeus/Manifest
index 80bd193a6..254a51b4e 100644
--- a/dev-python/pymeeus/Manifest
+++ b/dev-python/pymeeus/Manifest
@@ -1,3 +1,2 @@
-DIST PyMeeus-0.3.13.tar.gz 5254730 BLAKE2B 09ed8f061e9c515c215318b613305e2f7ea1e5a2581c9caa270443a32de760dd77e09007771154177fe7e45cb7f8874351f585a5b17f4f56956e6049f68bcf87 SHA512 436eb990c47eab2eefa4d8eaa65171d4e630653c73f316d4f6097c10306aae70983fba074bfbaa44737ce2f55b4450b5c44e5a15e551f30a2c533f35a1d05965
 DIST PyMeeus-0.4.2.tar.gz 5299266 BLAKE2B ff2361762f7e1c8eeb81f521dce75acbda90228133e3fc0c9aea494ff2f9b2a5b5f70c7f58e6c864f2fae025fb7dda3ce390642362fefb4d8a6ac23dc3986324 SHA512 d3f3341b1546d6a632d18916f8aefec7e4cb437693d8373a09a87d3a28525436acd7b8b6ada57d127e1449a493e5d676af985e874cb330b53f80e0bcbc91dffc
 DIST PyMeeus-0.5.11.tar.gz 5368346 BLAKE2B d1bde9d62bd3349533b086ecbf5f6c455caf333cbdb0f32d11cac450db07708e442bc44cb085ec5140231158b95068e688e9c8abfcc62ba0e52e1cdd2de294b8 SHA512 9c109a7ed0ff3635e8b1eb4ee444bc5086528169fc942719385b02c5d5eca1f1ec3d3988bb06140e94f3d4ab741473880d8a36e187c468b9b91a3254575b92e6

diff --git a/dev-python/pymeeus/metadata.xml b/dev-python/pymeeus/metadata.xml
index 505fea778..7238cd2b0 100644
--- a/dev-python/pymeeus/metadata.xml
+++ b/dev-python/pymeeus/metadata.xml
@@ -1,9 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="github">architest/pymeeus</remote-id>
-    <remote-id type="pypi">PyMeeus</remote-id>
-  </upstream>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">architest/pymeeus</remote-id>
+		<remote-id type="pypi">PyMeeus</remote-id>
+	</upstream>
 </pkgmetadata>

diff --git a/dev-python/pymeeus/pymeeus-0.3.13.ebuild b/dev-python/pymeeus/pymeeus-0.3.13.ebuild
deleted file mode 100644
index 182c5189d..000000000
--- a/dev-python/pymeeus/pymeeus-0.3.13.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="PyMeeus"
-MY_P="${MY_PN}-${PV}"
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python implementation of Jean Meeus astronomical routines"
-HOMEPAGE="https://github.com/architest/pymeeus"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S="${WORKDIR}/${MY_P}"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme

diff --git a/dev-python/pymeeus/pymeeus-0.5.11.ebuild b/dev-python/pymeeus/pymeeus-0.5.11.ebuild
index 00b432413..df8144df4 100644
--- a/dev-python/pymeeus/pymeeus-0.5.11.ebuild
+++ b/dev-python/pymeeus/pymeeus-0.5.11.ebuild
@@ -3,22 +3,20 @@
 
 EAPI=8
 
-MY_PN="PyMeeus"
-MY_P="${MY_PN}-${PV}"
-
-PYTHON_COMPAT=( python3_{8..9} )
-
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
+MY_PN="PyMeeus"
+MY_P="${MY_PN}-${PV}"
 DESCRIPTION="Python implementation of Jean Meeus astronomical routines"
 HOMEPAGE="https://github.com/architest/pymeeus"
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 
-S="${WORKDIR}/${MY_P}"
-
 distutils_enable_tests pytest
+
 distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme


             reply	other threads:[~2022-01-09  0:01 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-09  0:01 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-25 13:55 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pymeeus/ Takuya Wakazono
2024-01-25 13:55 Takuya Wakazono
2022-12-12 20:26 Anna Vyalkova
2022-11-22  7:32 Anna Vyalkova
2022-06-01  5:03 Anna Vyalkova
2021-12-07 20:42 Maciej Barć
2021-10-20 23:34 Maciej Barć
2021-05-25  8:10 Anna Vyalkova
2021-02-26 10:59 Maciej Barć
2021-02-20 14:42 Maciej Barć
2020-06-09 16:37 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-09 15:01 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-03  8:55 Andrew Ammerlaan
2020-05-02 16:45 Maciej Barć

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1641686472.33274199d6714891e9463aeab7fddaaa680c4ede.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox