diff --git a/dev-python/listparser/Manifest b/dev-python/listparser/Manifest new file mode 100644 index 0000000000..de59ec6d63 --- /dev/null +++ b/dev-python/listparser/Manifest @@ -0,0 +1 @@ +DIST listparser-0.20.gh.tar.gz 76474 BLAKE2B 059630d21862a863f87cc80e39a360726b4360695841be7364561b390a23d624079a706f05d7c12b43ddcf79fcf8da494e51ca2de501d97e87534718a60c7317 SHA512 f288f584eb592733130def27356b67f37f852f452b131f180fab59d1434f937cbd753610dcca5d2054a596494e8bbf5a9445bc857113f3d2cb6faac39b5285f1 diff --git a/dev-python/listparser/listparser-0.20.ebuild b/dev-python/listparser/listparser-0.20.ebuild new file mode 100644 index 0000000000..dd3c813d63 --- /dev/null +++ b/dev-python/listparser/listparser-0.20.ebuild @@ -0,0 +1,34 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{11..14} ) +inherit distutils-r1 + +DESCRIPTION="Parse OPML subscriptions in Python" +HOMEPAGE=" + https://github.com/kurtmckee/listparser/ + https://pypi.org/project/listparser/ +" +SRC_URI=" + https://github.com/kurtmckee/listparser/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DOCS=( README.rst CHANGELOG.rst ) + +# These are technically optional, but don't really see a need to exclude +# them here +RDEPEND=" + dev-python/requests[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +distutils_enable_tests pytest diff --git a/dev-python/listparser/metadata.xml b/dev-python/listparser/metadata.xml new file mode 100644 index 0000000000..42c16c5f2c --- /dev/null +++ b/dev-python/listparser/metadata.xml @@ -0,0 +1,13 @@ + + + + + t@laumann.xyz + Thomas Bracht Laumann Jespersen + + + + kurtmckee/listparser + listparser + +