parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit c82b04e4f8b19151dd168ce12ead87ead1a09558
parent 5b1e5aa27114f6decb9b435b47faf7de2de6711e
Author: parazyd <parazyd@dyne.org>
Date:   Thu,  7 Dec 2023 12:21:55 +0100

dev-python/mdx_truly_sane_lists: Port to pypi eclass

Diffstat:
Adev-python/mdx_truly_sane_lists/mdx_truly_sane_lists-1.3-r1.ebuild | 18++++++++++++++++++
Ddev-python/mdx_truly_sane_lists/mdx_truly_sane_lists-1.3.ebuild | 19-------------------
2 files changed, 18 insertions(+), 19 deletions(-)

diff --git a/dev-python/mdx_truly_sane_lists/mdx_truly_sane_lists-1.3-r1.ebuild b/dev-python/mdx_truly_sane_lists/mdx_truly_sane_lists-1.3-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) +inherit distutils-r1 pypi + +DESCRIPTION="Extension for Python-Markdown that makes lists truly sane." +HOMEPAGE="https://github.com/radude/mdx_truly_sane_lists https://pypi.org/project/mdx_truly_sane_lists/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/dev-python/mdx_truly_sane_lists/mdx_truly_sane_lists-1.3.ebuild b/dev-python/mdx_truly_sane_lists/mdx_truly_sane_lists-1.3.ebuild @@ -1,19 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..11} ) -inherit distutils-r1 - -DESCRIPTION="Extension for Python-Markdown that makes lists truly sane." -HOMEPAGE="https://github.com/radude/mdx_truly_sane_lists https://pypi.org/project/mdx_truly_sane_lists/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}"