* [gentoo-commits] repo/proj/guru:master commit in: dev-python/odsparsator/
@ 2024-11-19 14:09 Julien Roy
0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2024-11-19 14:09 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: Julien Roy <julien <AT> jroy <DOT> ca>
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] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/odsparsator/
@ 2024-11-19 11:32 Julien Roy
0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2024-11-19 11:32 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: Julien Roy <julien <AT> jroy <DOT> ca>
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] 2+ messages in thread
end of thread, other threads:[~2024-11-19 14:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-19 14:09 [gentoo-commits] repo/proj/guru:master commit in: dev-python/odsparsator/ Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2024-11-19 11:32 Julien Roy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox