* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/odsparsator/
@ 2024-11-19 11:21 Ivan Lloro
0 siblings, 0 replies; 4+ messages in thread
From: Ivan Lloro @ 2024-11-19 11:21 UTC (permalink / raw
To: gentoo-commits
commit: 1bc17d10456cc3deb2bdcbb7b506a403e26e3064
Author: Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> com>
AuthorDate: Tue Nov 19 10:55:20 2024 +0000
Commit: Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> com>
CommitDate: Tue Nov 19 11:21:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bc17d10
dev-python/odsparsator: new package, add 1.12.1
Signed-off-by: Ivan Lloro <ivan.lloro.boada <AT> gmail.com>
dev-python/odsparsator/Manifest | 1 +
dev-python/odsparsator/odsparsator-1.12.1.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-python/odsparsator/Manifest b/dev-python/odsparsator/Manifest
new file mode 100644
index 000000000..8c9168de0
--- /dev/null
+++ b/dev-python/odsparsator/Manifest
@@ -0,0 +1 @@
+DIST odsparsator-1.12.1.tar.gz 167385 BLAKE2B 278236054b9dbf94c93757517e0d577c25e034b58332838c487c096b14382c92fa50eec4fcfcf5aba7ad2540939f26b0a558c3b6a090d53ba0c2a39f74173871 SHA512 c3c9abd8634f71826291a3a6f3b1684141c40932a8a77b01e48ef1205dfdac2863710c776c4000ff5b038960c41fa692ac67f9888dbf9e43e1405d166a1ac669
diff --git a/dev-python/odsparsator/odsparsator-1.12.1.ebuild b/dev-python/odsparsator/odsparsator-1.12.1.ebuild
new file mode 100644
index 000000000..ab052216b
--- /dev/null
+++ b/dev-python/odsparsator/odsparsator-1.12.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{12..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generate a JSON file from an OpenDocument Format .ods file."
+HOMEPAGE="https://github.com/jdum/odsparsator"
+SRC_URI="https://github.com/jdum/odsparsator/archive/refs/tags/v${PV}.tar.gz -> odsparsator-${PV}.tar.gz"
+S="${WORKDIR}/odsparsator-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/poetry-core-1.9.1
+"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/odsparsator/
@ 2024-11-19 12:34 Ivan Lloro
0 siblings, 0 replies; 4+ messages in thread
From: Ivan Lloro @ 2024-11-19 12:34 UTC (permalink / raw
To: gentoo-commits
commit: 8251d4b93e6efe94a08d37bf58b41f18fb458f7d
Author: Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> com>
AuthorDate: Tue Nov 19 12:28:48 2024 +0000
Commit: Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> com>
CommitDate: Tue Nov 19 12:28:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8251d4b9
dev-python/odsparsator: Remove spurious S variable assignment
Signed-off-by: Ivan Lloro <ivan.lloro.boada <AT> gmail.com>
.../{odsparsator-1.12.1.ebuild => odsparsator-1.12.1-r1.ebuild} | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/odsparsator/odsparsator-1.12.1.ebuild b/dev-python/odsparsator/odsparsator-1.12.1-r1.ebuild
similarity index 93%
rename from dev-python/odsparsator/odsparsator-1.12.1.ebuild
rename to dev-python/odsparsator/odsparsator-1.12.1-r1.ebuild
index ab052216b..189f72666 100644
--- a/dev-python/odsparsator/odsparsator-1.12.1.ebuild
+++ b/dev-python/odsparsator/odsparsator-1.12.1-r1.ebuild
@@ -11,7 +11,6 @@ inherit distutils-r1
DESCRIPTION="Generate a JSON file from an OpenDocument Format .ods file."
HOMEPAGE="https://github.com/jdum/odsparsator"
SRC_URI="https://github.com/jdum/odsparsator/archive/refs/tags/v${PV}.tar.gz -> odsparsator-${PV}.tar.gz"
-S="${WORKDIR}/odsparsator-${PV}"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/odsparsator/
@ 2025-01-14 10:14 Lucio Sauer
0 siblings, 0 replies; 4+ messages in thread
From: Lucio Sauer @ 2025-01-14 10:14 UTC (permalink / raw
To: gentoo-commits
commit: 4930210f903c9aacf7516f19aab6f21b7e86e5a9
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Tue Jan 14 10:06:44 2025 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Tue Jan 14 10:13:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4930210f
dev-python/odsparsator: fix RDEPEND and enable tests
Add gh suffix to distfile, which causes a Manifest change.
Closes: https://bugs.gentoo.org/944085
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/odsparsator/Manifest | 2 +-
...ator-1.12.1-r1.ebuild => odsparsator-1.12.1-r2.ebuild} | 15 +++++++++------
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/dev-python/odsparsator/Manifest b/dev-python/odsparsator/Manifest
index 8c9168de0..ef6d646f8 100644
--- a/dev-python/odsparsator/Manifest
+++ b/dev-python/odsparsator/Manifest
@@ -1 +1 @@
-DIST odsparsator-1.12.1.tar.gz 167385 BLAKE2B 278236054b9dbf94c93757517e0d577c25e034b58332838c487c096b14382c92fa50eec4fcfcf5aba7ad2540939f26b0a558c3b6a090d53ba0c2a39f74173871 SHA512 c3c9abd8634f71826291a3a6f3b1684141c40932a8a77b01e48ef1205dfdac2863710c776c4000ff5b038960c41fa692ac67f9888dbf9e43e1405d166a1ac669
+DIST odsparsator-1.12.1.gh.tar.gz 167385 BLAKE2B 278236054b9dbf94c93757517e0d577c25e034b58332838c487c096b14382c92fa50eec4fcfcf5aba7ad2540939f26b0a558c3b6a090d53ba0c2a39f74173871 SHA512 c3c9abd8634f71826291a3a6f3b1684141c40932a8a77b01e48ef1205dfdac2863710c776c4000ff5b038960c41fa692ac67f9888dbf9e43e1405d166a1ac669
diff --git a/dev-python/odsparsator/odsparsator-1.12.1-r1.ebuild b/dev-python/odsparsator/odsparsator-1.12.1-r2.ebuild
similarity index 59%
rename from dev-python/odsparsator/odsparsator-1.12.1-r1.ebuild
rename to dev-python/odsparsator/odsparsator-1.12.1-r2.ebuild
index 189f72666..6760d516d 100644
--- a/dev-python/odsparsator/odsparsator-1.12.1-r1.ebuild
+++ b/dev-python/odsparsator/odsparsator-1.12.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,13 +9,16 @@ PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1
DESCRIPTION="Generate a JSON file from an OpenDocument Format .ods file."
-HOMEPAGE="https://github.com/jdum/odsparsator"
-SRC_URI="https://github.com/jdum/odsparsator/archive/refs/tags/v${PV}.tar.gz -> odsparsator-${PV}.tar.gz"
+HOMEPAGE="
+ https://github.com/jdum/odsparsator
+ https://pypi.org/project/odsparsator/
+"
+SRC_URI="https://github.com/jdum/odsparsator/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-RDEPEND="
- >=dev-python/poetry-core-1.9.1
-"
+RDEPEND="dev-python/odfdo[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/odsparsator/
@ 2025-01-14 10:14 Lucio Sauer
0 siblings, 0 replies; 4+ messages in thread
From: Lucio Sauer @ 2025-01-14 10:14 UTC (permalink / raw
To: gentoo-commits
commit: a490afbc27e2fc81f38a37a67baf11b0b5473e3e
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Tue Jan 14 10:10:38 2025 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Tue Jan 14 10:13:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a490afbc
dev-python/odsparsator: add metadata.xml
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/odsparsator/metadata.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/dev-python/odsparsator/metadata.xml b/dev-python/odsparsator/metadata.xml
new file mode 100644
index 000000000..d6c895a35
--- /dev/null
+++ b/dev-python/odsparsator/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <stabilize-allarches/>
+ <upstream>
+ <changelog>https://github.com/jdum/odsparsator/releases</changelog>
+ <maintainer>
+ <email>jerome.dumonteil@gmail.com</email>
+ <name>Jérôme Dumonteil</name>
+ </maintainer>
+ <remote-id type="github">jdum/odsparsator</remote-id>
+ <remote-id type="pypi">odsparsator</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-01-14 10:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-14 10:14 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/odsparsator/ Lucio Sauer
-- strict thread matches above, loose matches on Subject: below --
2025-01-14 10:14 Lucio Sauer
2024-11-19 12:34 Ivan Lloro
2024-11-19 11:21 Ivan Lloro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox