From d5c0d56be79584c369ddbe6223cf6db3bffc4e9b Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Thu, 12 May 2022 17:22:22 -0700 Subject: [PATCH] dev-python/pypandoc: New package Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ryan Fox --- dev-python/pypandoc/Manifest | 4 ++++ dev-python/pypandoc/metadata.xml | 12 ++++++++++ dev-python/pypandoc/pypandoc-1.8.ebuild | 29 ++++++++++++++++++++++++ dev-python/pypandoc/pypandoc-9999.ebuild | 29 ++++++++++++++++++++++++ 4 files changed, 74 insertions(+) create mode 100644 dev-python/pypandoc/Manifest create mode 100644 dev-python/pypandoc/metadata.xml create mode 100644 dev-python/pypandoc/pypandoc-1.8.ebuild create mode 100644 dev-python/pypandoc/pypandoc-9999.ebuild diff --git a/dev-python/pypandoc/Manifest b/dev-python/pypandoc/Manifest new file mode 100644 index 0000000..dac19a0 --- /dev/null +++ b/dev-python/pypandoc/Manifest @@ -0,0 +1,4 @@ +DIST pypandoc-1.8.tar.gz 38915 BLAKE2B a7f3b221191a2887e1182e17c37daf9804e8b0980a7a38e3d351d455f8b7220747b2a676c3ec85ac941cea210c55952ef03cc24994dfaf2acf866e0f628cb6f2 SHA512 0385c27d46e6922c8e8d0d9f10a6a509d6b70d5667aecf335ac2dc47b5b6ef633456d681cad3ff17fd8639e8ec9e56108fa529c19a6ac381c0eb3b8df2d3587a +EBUILD pypandoc-1.8.ebuild 605 BLAKE2B 79da406a4fe7e581169bc72466a318cd6aa646496f9e82f68a3f1ade335f5c4fcf0bd583325df8487676086bf2779680f7b9746b9328369f0e409288a093c215 SHA512 ebf41dd968381175661469987cb1d00de7c59b097c85f77cbad1dd35d7a54265f2640e9f2582e64fde51c12f5fe55617f8f290bfd3d51a216a3971ce844a165b +EBUILD pypandoc-9999.ebuild 605 BLAKE2B 79da406a4fe7e581169bc72466a318cd6aa646496f9e82f68a3f1ade335f5c4fcf0bd583325df8487676086bf2779680f7b9746b9328369f0e409288a093c215 SHA512 ebf41dd968381175661469987cb1d00de7c59b097c85f77cbad1dd35d7a54265f2640e9f2582e64fde51c12f5fe55617f8f290bfd3d51a216a3971ce844a165b +MISC metadata.xml 375 BLAKE2B 8cc9a7fcd9695422b19091268b46b1a9b81fdfe02d097c967057ec673750687bddd313001ecf2a1773468cbe073727d47fdfdcd5d9de25b0ff785b4bb174b426 SHA512 6f328dc9f0db627bc9f02a271b6315e6b3bf6665edc0792854c05cb09956974cea3db3c3eb83d8150c3fea9ee9316db45a2b14e6760029dac61713cfc7633955 diff --git a/dev-python/pypandoc/metadata.xml b/dev-python/pypandoc/metadata.xml new file mode 100644 index 0000000..db5a6a3 --- /dev/null +++ b/dev-python/pypandoc/metadata.xml @@ -0,0 +1,12 @@ + + + + + flewkey@2a03.party + Ryan Fox + + + pypandoc + NicklasTegner/pypandoc + + diff --git a/dev-python/pypandoc/pypandoc-1.8.ebuild b/dev-python/pypandoc/pypandoc-1.8.ebuild new file mode 100644 index 0000000..6fda3b7 --- /dev/null +++ b/dev-python/pypandoc/pypandoc-1.8.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_SETUPTOOLS=bdepend + +inherit distutils-r1 + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/NicklasTegner/pypandoc.git" +else + SRC_URI="https://github.com/NicklasTegner/pypandoc/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +DESCRIPTION="Thin wrapper for pandoc" +HOMEPAGE="https://github.com/NicklasTegner/pypandoc" +LICENSE="MIT" +SLOT="0" + +DEPEND="" +RDEPEND=" + ${DEPEND} + app-text/pandoc +" +BDEPEND="" diff --git a/dev-python/pypandoc/pypandoc-9999.ebuild b/dev-python/pypandoc/pypandoc-9999.ebuild new file mode 100644 index 0000000..6fda3b7 --- /dev/null +++ b/dev-python/pypandoc/pypandoc-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_SETUPTOOLS=bdepend + +inherit distutils-r1 + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/NicklasTegner/pypandoc.git" +else + SRC_URI="https://github.com/NicklasTegner/pypandoc/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +DESCRIPTION="Thin wrapper for pandoc" +HOMEPAGE="https://github.com/NicklasTegner/pypandoc" +LICENSE="MIT" +SLOT="0" + +DEPEND="" +RDEPEND=" + ${DEPEND} + app-text/pandoc +" +BDEPEND=""