public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pygeotile/
@ 2025-07-24 19:10 Erica Nebula
  0 siblings, 0 replies; 3+ messages in thread
From: Erica Nebula @ 2025-07-24 19:10 UTC (permalink / raw
  To: gentoo-commits

commit:     f521f830292c365d13102e5a9d2e600157368b06
Author:     Erica Nebula <EricaNebula <AT> Proton <DOT> me>
AuthorDate: Wed Jul 23 21:40:10 2025 +0000
Commit:     Erica Nebula <EricaNebula <AT> proton <DOT> me>
CommitDate: Thu Jul 24 19:09:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f521f830

dev-python/pygeotile: new package, add 1.0.6

Adding because it is a dependency for a side project

Signed-off-by: Erica Nebula <EricaNebula <AT> Proton.me>

 dev-python/pygeotile/Manifest               |  1 +
 dev-python/pygeotile/metadata.xml           | 14 ++++++++++++++
 dev-python/pygeotile/pygeotile-1.0.6.ebuild | 22 ++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-python/pygeotile/Manifest b/dev-python/pygeotile/Manifest
new file mode 100644
index 0000000000..927e0734e4
--- /dev/null
+++ b/dev-python/pygeotile/Manifest
@@ -0,0 +1 @@
+DIST pyGeoTile-1.0.6.tar.gz 3846 BLAKE2B 5f32c0c1ecc4885be51d49046b8bb3f10c16c000f5ea092551950b80865e1babaf8c64632e2194ac94e89983a2ad06283633eba548a9d7eda434fd1a160e8bc7 SHA512 cd3472442661c736e0c40fce538189495abdf6402459677fc0d1fbe5f09eeb9f4dd07b70731d7f601aa004cac7b5c6ed71f8264986acbff11170b61fc87df514

diff --git a/dev-python/pygeotile/metadata.xml b/dev-python/pygeotile/metadata.xml
new file mode 100644
index 0000000000..6e076a189e
--- /dev/null
+++ b/dev-python/pygeotile/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+    <maintainer type="person">
+        <email>ericanebula@proton.me</email>
+        <name>Erica Nebula</name>
+    </maintainer>
+    <upstream>
+        <bugs-to>https://github.com/geometalab/pyGeoTile/issues</bugs-to>
+        <changelog>https://pypi.org/project/pyGeoTile/#history</changelog>
+        <remote-id type="pypi">pyGeoTile</remote-id>
+        <remote-id type="github">geometalab/pyGeoTile</remote-id>
+    </upstream>
+</pkgmetadata>

diff --git a/dev-python/pygeotile/pygeotile-1.0.6.ebuild b/dev-python/pygeotile/pygeotile-1.0.6.ebuild
new file mode 100644
index 0000000000..2ade736fc4
--- /dev/null
+++ b/dev-python/pygeotile/pygeotile-1.0.6.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..14} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_PN=pyGeoTile
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python package to handle tiles and points of different projections."
+HOMEPAGE="https://github.com/geometalab/pyGeoTile"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pygeotile/
@ 2025-07-25  3:18 Erica Nebula
  0 siblings, 0 replies; 3+ messages in thread
From: Erica Nebula @ 2025-07-25  3:18 UTC (permalink / raw
  To: gentoo-commits

commit:     677e2a945df12954034355eadc7c74bbdb7f284e
Author:     Erica Nebula <EricaNebula <AT> Proton <DOT> me>
AuthorDate: Fri Jul 25 03:14:42 2025 +0000
Commit:     Erica Nebula <EricaNebula <AT> proton <DOT> me>
CommitDate: Fri Jul 25 03:18:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=677e2a94

dev-python/pygeotile: Switch from PyPi to GitHub

Also removes unnecessary RDEPENDENCY

Signed-off-by: Erica Nebula <EricaNebula <AT> Proton.me>

 dev-python/pygeotile/Manifest               |  2 +-
 dev-python/pygeotile/metadata.xml           |  3 +--
 dev-python/pygeotile/pygeotile-1.0.6.ebuild | 11 +++++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/dev-python/pygeotile/Manifest b/dev-python/pygeotile/Manifest
index 927e0734e4..fae7f57269 100644
--- a/dev-python/pygeotile/Manifest
+++ b/dev-python/pygeotile/Manifest
@@ -1 +1 @@
-DIST pyGeoTile-1.0.6.tar.gz 3846 BLAKE2B 5f32c0c1ecc4885be51d49046b8bb3f10c16c000f5ea092551950b80865e1babaf8c64632e2194ac94e89983a2ad06283633eba548a9d7eda434fd1a160e8bc7 SHA512 cd3472442661c736e0c40fce538189495abdf6402459677fc0d1fbe5f09eeb9f4dd07b70731d7f601aa004cac7b5c6ed71f8264986acbff11170b61fc87df514
+DIST pygeotile-1.0.6.tar.gz 9998 BLAKE2B d0776629fa723f6a62d00f72a265b79cc80657affa1c1e0485979c96da1e0d30e4239a2b6a6c9b99aa72f702900b7156e832cdb12c28beb3d9e3e5f512d61cd2 SHA512 d5b824121c53f1a83ee3dbbe97e4da1e396d4c64a815497ed22078d51f6e35eb5edd9aea88d63598a1c087f3d1ce37c502c15b5fdb23f7f3123a29ea7c2d7084

diff --git a/dev-python/pygeotile/metadata.xml b/dev-python/pygeotile/metadata.xml
index 6e076a189e..121192e99f 100644
--- a/dev-python/pygeotile/metadata.xml
+++ b/dev-python/pygeotile/metadata.xml
@@ -7,8 +7,7 @@
     </maintainer>
     <upstream>
         <bugs-to>https://github.com/geometalab/pyGeoTile/issues</bugs-to>
-        <changelog>https://pypi.org/project/pyGeoTile/#history</changelog>
-        <remote-id type="pypi">pyGeoTile</remote-id>
+        <changelog>https://github.com/geometalab/pyGeoTile/commits/master/</changelog>
         <remote-id type="github">geometalab/pyGeoTile</remote-id>
     </upstream>
 </pkgmetadata>

diff --git a/dev-python/pygeotile/pygeotile-1.0.6.ebuild b/dev-python/pygeotile/pygeotile-1.0.6.ebuild
index 2ade736fc4..64979d7fe3 100644
--- a/dev-python/pygeotile/pygeotile-1.0.6.ebuild
+++ b/dev-python/pygeotile/pygeotile-1.0.6.ebuild
@@ -5,18 +5,21 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{11..14} )
 DISTUTILS_USE_PEP517=setuptools
-PYPI_PN=pyGeoTile
-PYPI_NO_NORMALIZE=1
 
-inherit distutils-r1 pypi
+inherit distutils-r1
 
 DESCRIPTION="Python package to handle tiles and points of different projections."
 HOMEPAGE="https://github.com/geometalab/pyGeoTile"
 
+MY_PN="pyGeoTile"
+COMMIT_ID="c744e540ba698fbe0d822616a62702918d24f71e" # No tags or releases in the github repo
+SRC_URI="https://github.com/geometalab/${MY_PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${COMMIT_ID}"
+
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RESTRICT="mirror"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pygeotile/
@ 2025-07-25 14:55 Erica Nebula
  0 siblings, 0 replies; 3+ messages in thread
From: Erica Nebula @ 2025-07-25 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     3d08d4a047fe41ec952d51dd1aa364746ad77460
Author:     Erica Nebula <EricaNebula <AT> Proton <DOT> me>
AuthorDate: Fri Jul 25 14:40:17 2025 +0000
Commit:     Erica Nebula <EricaNebula <AT> proton <DOT> me>
CommitDate: Fri Jul 25 14:42:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d08d4a0

dev-python/pygeotile: Remove changelog url

Linking to the commit history throws a pkgcheck warning, and there is no
actual change log in either github or pypi, so I am removing the entry.

Signed-off-by: Erica Nebula <EricaNebula <AT> Proton.me>

 dev-python/pygeotile/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/pygeotile/metadata.xml b/dev-python/pygeotile/metadata.xml
index 121192e99f..6d7b8ff048 100644
--- a/dev-python/pygeotile/metadata.xml
+++ b/dev-python/pygeotile/metadata.xml
@@ -7,7 +7,6 @@
     </maintainer>
     <upstream>
         <bugs-to>https://github.com/geometalab/pyGeoTile/issues</bugs-to>
-        <changelog>https://github.com/geometalab/pyGeoTile/commits/master/</changelog>
         <remote-id type="github">geometalab/pyGeoTile</remote-id>
     </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-07-25 14:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-25  3:18 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pygeotile/ Erica Nebula
  -- strict thread matches above, loose matches on Subject: below --
2025-07-25 14:55 Erica Nebula
2025-07-24 19:10 Erica Nebula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox