* [gentoo-commits] proj/sci:master commit in: dev-python/cligj/
@ 2022-01-18 16:37 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2022-01-18 16:37 UTC (permalink / raw
To: gentoo-commits
commit: 39c66cb5809bc608e0d52ebc6c52a69f15ad56da
Author: Thomas Bettler <thomas.bettler <AT> gmail <DOT> com>
AuthorDate: Sun Jan 16 10:54:30 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 18 16:37:45 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=39c66cb5
dev-python/cligj: new 0.7.2
dep for dev-python/{geopandas,rasterio}
status: test pass, works for me
Signed-off-by: Thomas Bettler <thomas.bettler <AT> gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/cligj/cligj-0.7.2.ebuild | 20 ++++++++++++++++++++
dev-python/cligj/metadata.xml | 17 +++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/cligj/cligj-0.7.2.ebuild b/dev-python/cligj/cligj-0.7.2.ebuild
new file mode 100644
index 000000000..c90584b75
--- /dev/null
+++ b/dev-python/cligj/cligj-0.7.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517="setuptools"
+inherit distutils-r1
+
+DESCRIPTION="Library for processing GeoJSON commands"
+HOMEPAGE="https://github.com/mapbox/cligj"
+SRC_URI="https://github.com/mapbox/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
diff --git a/dev-python/cligj/metadata.xml b/dev-python/cligj/metadata.xml
new file mode 100644
index 000000000..9afaefe0d
--- /dev/null
+++ b/dev-python/cligj/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ cligj is for Python developers who create command line interfaces for
+ geospatial data. cligj allows you to quickly build consistent,
+ well-tested and interoperable CLIs for handling GeoJSON.
+</longdescription>
+ <upstream>
+ <remote-id type="github">mapbox/cligj</remote-id>
+ <remote-id type="pypi">cligj</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/cligj/
@ 2023-02-10 10:39 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2023-02-10 10:39 UTC (permalink / raw
To: gentoo-commits
commit: 8f7d5d69f2ab4eee0e5ec6c12d29fca486e231b1
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 10:37:49 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 10:37:49 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8f7d5d69
dev-python/cligj: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/cligj/cligj-0.7.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cligj/cligj-0.7.2.ebuild b/dev-python/cligj/cligj-0.7.2.ebuild
index b5d65668f..28e7f5510 100644
--- a/dev-python/cligj/cligj-0.7.2.ebuild
+++ b/dev-python/cligj/cligj-0.7.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517="setuptools"
inherit distutils-r1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/cligj/
@ 2024-11-19 14:05 Nowa Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Nowa Ammerlaan @ 2024-11-19 14:05 UTC (permalink / raw
To: gentoo-commits
commit: e07d26879a8047c95c64d1996363f89acdc8c508
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Fri Nov 15 13:19:35 2024 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 14:05:19 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e07d2687
dev-python/cligj: add py3.12, add github tarball suffix
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
dev-python/cligj/cligj-0.7.2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/cligj/cligj-0.7.2.ebuild b/dev-python/cligj/cligj-0.7.2.ebuild
index 28e7f5510..3175d457f 100644
--- a/dev-python/cligj/cligj-0.7.2.ebuild
+++ b/dev-python/cligj/cligj-0.7.2.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517="setuptools"
inherit distutils-r1
DESCRIPTION="Library for processing GeoJSON commands"
HOMEPAGE="https://github.com/mapbox/cligj"
-SRC_URI="https://github.com/mapbox/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/mapbox/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/cligj/
@ 2025-05-06 13:52 Alexander Puck Neuwirth
0 siblings, 0 replies; 4+ messages in thread
From: Alexander Puck Neuwirth @ 2025-05-06 13:52 UTC (permalink / raw
To: gentoo-commits
commit: a89653568f65aa16d715ab234ca44dd5e54aa17a
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Mon May 5 13:59:09 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Tue May 6 13:51:53 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a8965356
dev-python/cligj: enable py3.13
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/cligj/cligj-0.7.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cligj/cligj-0.7.2.ebuild b/dev-python/cligj/cligj-0.7.2.ebuild
index 3175d457f..a7717c095 100644
--- a/dev-python/cligj/cligj-0.7.2.ebuild
+++ b/dev-python/cligj/cligj-0.7.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517="setuptools"
inherit distutils-r1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-05-06 13:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-06 13:52 [gentoo-commits] proj/sci:master commit in: dev-python/cligj/ Alexander Puck Neuwirth
-- strict thread matches above, loose matches on Subject: below --
2024-11-19 14:05 Nowa Ammerlaan
2023-02-10 10:39 Andrew Ammerlaan
2022-01-18 16:37 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox