public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/flexparser/
@ 2025-09-27  9:33 Alexander Puck Neuwirth
  0 siblings, 0 replies; only message in thread
From: Alexander Puck Neuwirth @ 2025-09-27  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     cdc9cbb6b210ed75d63bf8ca8269c012768fb9a5
Author:     Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 24 17:24:17 2025 +0000
Commit:     Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Sat Sep 27 09:24:58 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=cdc9cbb6

dev-python/flexparser: new package, add 0.4, 9999

Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>

 dev-python/flexparser/flexparser-0.4.ebuild  | 28 ++++++++++++++++++++++++++++
 dev-python/flexparser/flexparser-9999.ebuild | 28 ++++++++++++++++++++++++++++
 dev-python/flexparser/metadata.xml           | 12 ++++++++++++
 3 files changed, 68 insertions(+)

diff --git a/dev-python/flexparser/flexparser-0.4.ebuild b/dev-python/flexparser/flexparser-0.4.ebuild
new file mode 100644
index 000000000..b7335344b
--- /dev/null
+++ b/dev-python/flexparser/flexparser-0.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Parsing made fun ... using typing."
+HOMEPAGE="https://github.com/hgrecco/flexparser"
+
+LICENSE="BSD"
+SLOT="0"
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/hgrecco/flexparser"
+else
+	inherit pypi
+	KEYWORDS="~amd64"
+fi
+
+DEPEND="
+	dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+
+distutils_enable_tests pytest

diff --git a/dev-python/flexparser/flexparser-9999.ebuild b/dev-python/flexparser/flexparser-9999.ebuild
new file mode 100644
index 000000000..087c2ea6d
--- /dev/null
+++ b/dev-python/flexparser/flexparser-9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=hatchling
+inherit distutils-r1
+
+DESCRIPTION="Saves and loads to the cache a transformed versions of a source object."
+HOMEPAGE="https://github.com/hgrecco/flexparser"
+
+LICENSE="BSD"
+SLOT="0"
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/hgrecco/flexparser"
+else
+	inherit pypi
+	KEYWORDS="~amd64"
+fi
+
+DEPEND="
+	dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+
+distutils_enable_tests pytest

diff --git a/dev-python/flexparser/metadata.xml b/dev-python/flexparser/metadata.xml
new file mode 100644
index 000000000..9e4f3089e
--- /dev/null
+++ b/dev-python/flexparser/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>apn-pucky@gentoo.org</email>
+		<name>Alexander Puck Neuwirth</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">flexparser</remote-id>
+		<remote-id type="github">hgrecco/flexparser</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-09-27  9:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-27  9:33 [gentoo-commits] proj/sci:master commit in: dev-python/flexparser/ Alexander Puck Neuwirth

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