1
0
Fork 0

dev-python/pypandoc: New package

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
Ryan Fox 2022-05-12 17:22:22 -07:00
parent bcf938d449
commit d5c0d56be7
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 74 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
<upstream>
<remote-id type="pypi">pypandoc</remote-id>
<remote-id type="github">NicklasTegner/pypandoc</remote-id>
</upstream>
</pkgmetadata>

View File

@ -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=""

View File

@ -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=""